Failed to Test spring-boot-smoke-tests-invoker
Symptom
The netty-transport-native-epoll-4.1.43.Final.jar package fails to be downloaded for the spring-boot-smoke-tests-invoker module.

Key Process and Cause Analysis
There is no netty-transport-native-epoll-4.1.43.Final.jar package in the repository.
Conclusion and Solution
- Copy the netty-transport-native-epoll-4.1.43.Final.jar file.
\cp /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final-linux-aarch_64.jar /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar
- View the netty-transport-native-epoll-4.1.43.Final.jar file.
ls /root/.m2/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar
- Perform the spring-boot-smoke-tests-invoker test again.
Parent topic: Troubleshooting