Skip to content

Console Output

15:01:02 [2020-01-03T15:01:02.465Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f2b25e498f8ea8bfd30f166717146e11e17e948d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f2b25e498f8ea8bfd30f166717146e11e17e948d hack/make.sh dynbinary-daemon test-docker-py
15:01:03 [2020-01-03T15:01:03.027Z] 
15:01:03 [2020-01-03T15:01:03.028Z] Removing bundles/
15:01:03 [2020-01-03T15:01:03.028Z] 
15:01:03 [2020-01-03T15:01:03.028Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
15:01:03 [2020-01-03T15:01:03.028Z] Building: bundles/dynbinary-daemon/dockerd-dev
15:01:03 [2020-01-03T15:01:03.028Z] GOOS="" GOARCH="" GOARM=""
15:02:24 [2020-01-03T15:02:24.705Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
15:02:24 [2020-01-03T15:02:24.706Z] 
15:02:24 [2020-01-03T15:02:24.706Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
15:02:24 [2020-01-03T15:02:24.706Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
15:02:24 [2020-01-03T15:02:24.706Z] Using test binary docker
15:02:24 [2020-01-03T15:02:24.706Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:02:24 [2020-01-03T15:02:24.706Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
15:02:24 [2020-01-03T15:02:24.706Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
15:02:24 [2020-01-03T15:02:24.706Z] Warning failed to create cache: (null)
15:02:24 [2020-01-03T15:02:24.706Z] .
15:02:24 [2020-01-03T15:02:24.706Z] INFO: Waiting for daemon to start...
15:02:24 [2020-01-03T15:02:24.706Z] Starting dockerd
15:02:26 [2020-01-03T15:02:26.109Z] .
15:02:26 [2020-01-03T15:02:26.109Z] INFO: Building docker-sdk-python3:4.1.0...
15:03:12 [2020-01-03T15:03:12.881Z] sha256:7f593970dbbc3961e835c681c1bde8f1da4873962606083842e1eaf783f0d363
15:03:12 [2020-01-03T15:03:12.881Z] INFO: Starting docker-py tests...
15:03:12 [2020-01-03T15:03:12.881Z] ============================= test session starts ==============================
15:03:12 [2020-01-03T15:03:12.881Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1
15:03:12 [2020-01-03T15:03:12.881Z] rootdir: /src, inifile: pytest.ini
15:03:12 [2020-01-03T15:03:12.881Z] plugins: timeout-1.3.3, cov-2.6.1
15:03:12 [2020-01-03T15:03:12.881Z] collected 385 items / 3 deselected / 382 selected
15:03:12 [2020-01-03T15:03:12.881Z] 
15:03:34 [2020-01-03T15:03:34.955Z] tests/integration/api_build_test.py .......................X             [  6%]
15:03:35 [2020-01-03T15:03:35.810Z] tests/integration/api_client_test.py .....                               [  7%]
15:03:37 [2020-01-03T15:03:37.292Z] tests/integration/api_config_test.py .....                               [  8%]
15:04:11 [2020-01-03T15:04:11.395Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
15:05:13 [2020-01-03T15:05:13.082Z] ................................................                         [ 29%]
15:05:30 [2020-01-03T15:05:30.678Z] tests/integration/api_exec_test.py ....................                  [ 35%]
15:05:38 [2020-01-03T15:05:38.856Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
15:05:42 [2020-01-03T15:05:42.516Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
15:06:03 [2020-01-03T15:06:03.650Z] tests/integration/api_network_test.py ...........................        [ 47%]
15:06:11 [2020-01-03T15:06:11.682Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
15:06:13 [2020-01-03T15:06:13.296Z] tests/integration/api_secret_test.py .....                               [ 52%]
15:06:18 [2020-01-03T15:06:18.021Z] tests/integration/api_service_test.py ................s................. [ 60%]
15:06:32 [2020-01-03T15:06:32.568Z] .........................                                                [ 67%]
15:07:09 [2020-01-03T15:07:09.569Z] tests/integration/api_swarm_test.py .ssss.xs...x.......                  [ 72%]
15:07:24 [2020-01-03T15:07:24.388Z] tests/integration/api_volume_test.py .........                           [ 74%]
15:07:26 [2020-01-03T15:07:26.270Z] tests/integration/client_test.py .....                                   [ 76%]
15:07:26 [2020-01-03T15:07:26.524Z] tests/integration/errors_test.py .                                       [ 76%]
15:08:00 [2020-01-03T15:08:00.631Z] tests/integration/models_containers_test.py ............................ [ 83%]
15:08:18 [2020-01-03T15:08:18.332Z] .........                                                                [ 86%]
15:08:23 [2020-01-03T15:08:23.015Z] tests/integration/models_images_test.py ..............                   [ 89%]
15:08:24 [2020-01-03T15:08:24.675Z] tests/integration/models_networks_test.py ....                           [ 90%]
15:08:29 [2020-01-03T15:08:29.907Z] tests/integration/models_nodes_test.py .                                 [ 91%]
15:08:31 [2020-01-03T15:08:31.266Z] tests/integration/models_resources_test.py .                             [ 91%]
15:08:37 [2020-01-03T15:08:37.054Z] tests/integration/models_services_test.py ..............X.               [ 95%]
15:08:40 [2020-01-03T15:08:40.862Z] tests/integration/models_swarm_test.py ..                                [ 96%]
15:08:40 [2020-01-03T15:08:40.862Z] tests/integration/models_volumes_test.py ..                              [ 96%]
15:08:45 [2020-01-03T15:08:45.297Z] tests/integration/regression_test.py ......                              [ 98%]
15:08:45 [2020-01-03T15:08:45.552Z] tests/integration/credentials/store_test.py ......                       [ 99%]
15:08:45 [2020-01-03T15:08:45.552Z] tests/integration/credentials/utils_test.py .                            [100%]
15:08:45 [2020-01-03T15:08:45.552Z] 
15:08:45 [2020-01-03T15:08:45.552Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
15:08:45 [2020-01-03T15:08:45.552Z] =========================== short test summary info ============================
15:08:45 [2020-01-03T15:08:45.552Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
15:08:45 [2020-01-03T15:08:45.552Z]   CONFIG_RT_GROUP_SCHED isn't enabled
15:08:45 [2020-01-03T15:08:45.552Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
15:08:45 [2020-01-03T15:08:45.552Z]   Not supported on most drivers
15:08:45 [2020-01-03T15:08:45.552Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
15:08:45 [2020-01-03T15:08:45.552Z]   Can fail if eth0 has multiple IP addresses
15:08:45 [2020-01-03T15:08:45.552Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
15:08:45 [2020-01-03T15:08:45.552Z]   This doesn't seem to be taken into account by the engine
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
15:08:45 [2020-01-03T15:08:45.552Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
15:08:45 [2020-01-03T15:08:45.552Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 333.58 seconds ==
15:08:45 [2020-01-03T15:08:45.849Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
15:08:58 [2020-01-03T15:08:58.301Z] Clearing AppArmor profiles cache:.
15:08:58 [2020-01-03T15:08:58.301Z] All profile caches have been cleared, but no profiles have been unloaded.
15:08:58 [2020-01-03T15:08:58.302Z] Unloading profiles will leave already running processes permanently
15:08:58 [2020-01-03T15:08:58.302Z] unconfined, which can lead to unexpected situations.
15:08:58 [2020-01-03T15:08:58.302Z] 
15:08:58 [2020-01-03T15:08:58.302Z] To set a process to complain mode, use the command line tool
15:08:58 [2020-01-03T15:08:58.302Z] 'aa-complain'. To really tear down all profiles, run the init script
15:08:58 [2020-01-03T15:08:58.302Z] with the 'teardown' option."
15:08:58 [2020-01-03T15:08:58.302Z]