We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I just followed the instructions on docker.md to build the docker image. Unfortunately this does not work.
docker build -t flowm2m/awalwm2m-gnutls --build-arg "CMAKE_OPTIONS=-DWITH_GNUTLS" -f ci/Dockerfile .
[----------] Global test environment tear-down [==========] 1969 tests from 124 test cases ran. (94408 ms total) [ PASSED ] 1966 tests. [ FAILED ] 3 tests, listed below: [ FAILED ] TestSessionCommon.SessionCommon_SetIPCAsUDP_handles_IPv6_address [ FAILED ] TestClientSession.AwaClientSession_SetIPCAsUDP_handles_IPv6_address [ FAILED ] TestServerSession.AwaServerSession_SetIPCAsUDP_handles_IPv6_address 3 FAILED TESTS YOU HAVE 95 DISABLED TESTS Makefile:118: recipe for target 'gtest_tests' failed make: *** [gtest_tests] Error 1 The command '/bin/sh -c make tests' returned a non-zero code: 2
Any ideas?
Thank you.
Regards, Marco
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I just followed the instructions on docker.md to build the docker image. Unfortunately this does not work.
Environment:
Steps to take to reproduce:
docker build -t flowm2m/awalwm2m-gnutls --build-arg "CMAKE_OPTIONS=-DWITH_GNUTLS" -f ci/Dockerfile .
Error-Output of docker build:
Any ideas?
Thank you.
Regards,
Marco
The text was updated successfully, but these errors were encountered: