Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
dev
-
None
Description
configure told me:
CMake Warning at qtbase/cmake/QtTestHelpers.cmake:137 (message): Docker image qt-test-server-* not found. Run the provisioning script (coin/provisioning/.../testserver/docker_testserver.sh) in advance Docker network tests will not be run.
so I ran that script and its output includes several instances of
+ docker build -t qt-test-server-vsftpd:latest -t qt-test-server-vsftpd:3f90c9d35a3a974c0a9e6ad84cbb1d4d5d86f569 /home/eddy/work/Qt-dev/coin/provisioning/common/shared/testserver/../../..//common/shared/testserver/vsftpd DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/
Later there's a
Step 10/12 : RUN mvn clean install -q -DskipTests ---> Running in e6677223b2ca WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
that surely also needs sorted out, before the things it's warning about stop working entirely.