Skip to content

Console Output

01:44:42 [2020-01-13T01:44:42.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-438/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=16f503c0486fa511ecd4186ea6fb9b3e49c496f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:16f503c0486fa511ecd4186ea6fb9b3e49c496f6 hack/make.sh dynbinary-daemon test-docker-py
01:44:43 [2020-01-13T01:44:43.071Z] 
01:44:43 [2020-01-13T01:44:43.329Z] Removing bundles/
01:44:43 [2020-01-13T01:44:43.329Z] 
01:44:43 [2020-01-13T01:44:43.329Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
01:44:43 [2020-01-13T01:44:43.329Z] Building: bundles/dynbinary-daemon/dockerd-dev
01:44:43 [2020-01-13T01:44:43.329Z] GOOS="" GOARCH="" GOARM=""
01:46:04 [2020-01-13T01:46:04.744Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
01:46:04 [2020-01-13T01:46:04.744Z] 
01:46:04 [2020-01-13T01:46:04.744Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
01:46:04 [2020-01-13T01:46:04.744Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
01:46:04 [2020-01-13T01:46:04.744Z] Using test binary docker
01:46:04 [2020-01-13T01:46:04.744Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
01:46:04 [2020-01-13T01:46:04.744Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
01:46:04 [2020-01-13T01:46:04.744Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
01:46:04 [2020-01-13T01:46:04.744Z] Warning failed to create cache: (null)
01:46:04 [2020-01-13T01:46:04.744Z] .
01:46:04 [2020-01-13T01:46:04.744Z] INFO: Waiting for daemon to start...
01:46:04 [2020-01-13T01:46:04.744Z] Starting dockerd
01:46:04 [2020-01-13T01:46:04.744Z] .
01:46:04 [2020-01-13T01:46:04.744Z] INFO: Building docker-sdk-python3:master...
01:46:51 [2020-01-13T01:46:51.405Z] sha256:116688ce0005efb65b8fc86c4847eb03b4973bb4f55293e274ab738989cce39f
01:46:51 [2020-01-13T01:46:51.405Z] INFO: Starting docker-py tests...
01:46:51 [2020-01-13T01:46:51.405Z] ============================= test session starts ==============================
01:46:51 [2020-01-13T01:46:51.405Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1
01:46:51 [2020-01-13T01:46:51.405Z] rootdir: /src, inifile: pytest.ini
01:46:51 [2020-01-13T01:46:51.405Z] plugins: timeout-1.3.3, cov-2.6.1
01:46:51 [2020-01-13T01:46:51.971Z] collected 385 items / 5 deselected / 380 selected
01:46:51 [2020-01-13T01:46:51.971Z] 
01:47:14 [2020-01-13T01:47:14.318Z] tests/integration/api_build_test.py ......................X              [  6%]
01:47:14 [2020-01-13T01:47:14.882Z] tests/integration/api_client_test.py .....                               [  7%]
01:47:16 [2020-01-13T01:47:16.815Z] tests/integration/api_config_test.py .....                               [  8%]
01:47:51 [2020-01-13T01:47:51.993Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
01:48:56 [2020-01-13T01:48:56.930Z] ................................................                         [ 29%]
01:49:16 [2020-01-13T01:49:16.985Z] tests/integration/api_exec_test.py ....................                  [ 35%]
01:49:24 [2020-01-13T01:49:24.678Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
01:49:28 [2020-01-13T01:49:28.541Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
01:49:50 [2020-01-13T01:49:50.667Z] tests/integration/api_network_test.py ...........................        [ 47%]
01:49:58 [2020-01-13T01:49:58.746Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
01:50:00 [2020-01-13T01:50:00.679Z] tests/integration/api_secret_test.py .....                               [ 51%]
01:50:05 [2020-01-13T01:50:05.458Z] tests/integration/api_service_test.py ................s................. [ 60%]
01:50:20 [2020-01-13T01:50:20.287Z] .........................                                                [ 67%]
01:50:56 [2020-01-13T01:50:56.506Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
01:51:11 [2020-01-13T01:51:11.358Z] tests/integration/api_volume_test.py .........                           [ 74%]
01:51:13 [2020-01-13T01:51:13.252Z] tests/integration/client_test.py .....                                   [ 75%]
01:51:14 [2020-01-13T01:51:14.183Z] tests/integration/errors_test.py .                                       [ 76%]
01:51:49 [2020-01-13T01:51:49.953Z] tests/integration/models_containers_test.py ............................ [ 83%]
01:52:07 [2020-01-13T01:52:07.994Z] .........                                                                [ 85%]
01:52:13 [2020-01-13T01:52:13.458Z] tests/integration/models_images_test.py ...............                  [ 89%]
01:52:15 [2020-01-13T01:52:15.084Z] tests/integration/models_networks_test.py ....                           [ 90%]
01:52:20 [2020-01-13T01:52:20.363Z] tests/integration/models_nodes_test.py .                                 [ 91%]
01:52:21 [2020-01-13T01:52:21.755Z] tests/integration/models_resources_test.py .                             [ 91%]
01:52:23 [2020-01-13T01:52:23.639Z] tests/integration/models_services_test.py ..............X.               [ 95%]
01:52:27 [2020-01-13T01:52:27.426Z] tests/integration/models_swarm_test.py ..                                [ 96%]
01:52:27 [2020-01-13T01:52:27.426Z] tests/integration/models_volumes_test.py ..                              [ 96%]
01:52:31 [2020-01-13T01:52:31.522Z] tests/integration/regression_test.py ......                              [ 98%]
01:52:32 [2020-01-13T01:52:32.036Z] tests/integration/credentials/store_test.py ......                       [ 99%]
01:52:32 [2020-01-13T01:52:32.036Z] tests/integration/credentials/utils_test.py .                            [100%]
01:52:32 [2020-01-13T01:52:32.036Z] 
01:52:32 [2020-01-13T01:52:32.036Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
01:52:32 [2020-01-13T01:52:32.036Z] =========================== short test summary info ============================
01:52:32 [2020-01-13T01:52:32.036Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
01:52:32 [2020-01-13T01:52:32.036Z]   CONFIG_RT_GROUP_SCHED isn't enabled
01:52:32 [2020-01-13T01:52:32.036Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
01:52:32 [2020-01-13T01:52:32.036Z]   Not supported on most drivers
01:52:32 [2020-01-13T01:52:32.036Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
01:52:32 [2020-01-13T01:52:32.036Z]   This doesn't seem to be taken into account by the engine
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
01:52:32 [2020-01-13T01:52:32.036Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
01:52:32 [2020-01-13T01:52:32.036Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 341.16 seconds ==
01:52:32 [2020-01-13T01:52:32.601Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
01:52:44 [2020-01-13T01:52:44.782Z] umount: bundles/test-docker-py/root: mountpoint not found
01:52:44 [2020-01-13T01:52:44.782Z] Clearing AppArmor profiles cache:.
01:52:44 [2020-01-13T01:52:44.782Z] All profile caches have been cleared, but no profiles have been unloaded.
01:52:44 [2020-01-13T01:52:44.782Z] Unloading profiles will leave already running processes permanently
01:52:44 [2020-01-13T01:52:44.782Z] unconfined, which can lead to unexpected situations.
01:52:44 [2020-01-13T01:52:44.782Z] 
01:52:44 [2020-01-13T01:52:44.782Z] To set a process to complain mode, use the command line tool
01:52:44 [2020-01-13T01:52:44.782Z] 'aa-complain'. To really tear down all profiles, run the init script
01:52:44 [2020-01-13T01:52:44.782Z] with the 'teardown' option."
01:52:44 [2020-01-13T01:52:44.782Z]