Skip to content

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

@mbratz

Description

@mbratz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions