Skip to content
New issue

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

Building Docker image using instructions in docker.md does not work #362

Open
mbratz opened this issue Jul 31, 2017 · 0 comments
Open

Building Docker image using instructions in docker.md does not work #362

mbratz opened this issue Jul 31, 2017 · 0 comments

Comments

@mbratz
Copy link

mbratz commented Jul 31, 2017

Hello,
I just followed the instructions on docker.md to build the docker image. Unfortunately this does not work.

Environment:

  • Repo Head ID: 68cab63
  • Docker for Windows 17.06.0

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:

[----------] 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant