Skip to content

Console Output

01:50:52 [2021-08-27T01:50:52.537Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42782/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21d251673bf3fdc0e544618989eab650b4ddbc1c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21d251673bf3fdc0e544618989eab650b4ddbc1c hack/make.sh dynbinary test-docker-py
01:50:53 [2021-08-27T01:50:53.107Z] 
01:50:53 [2021-08-27T01:50:53.367Z] Removing bundles/
01:50:53 [2021-08-27T01:50:53.367Z] 
01:50:53 [2021-08-27T01:50:53.367Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
01:50:53 [2021-08-27T01:50:53.367Z] Building: bundles/dynbinary-daemon/dockerd-dev
01:50:53 [2021-08-27T01:50:53.367Z] GOOS="" GOARCH="" GOARM=""
01:52:29 [2021-08-27T01:52:29.866Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
01:52:29 [2021-08-27T01:52:29.866Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
01:52:29 [2021-08-27T01:52:29.866Z] GOOS="" GOARCH="" GOARM=""
01:52:29 [2021-08-27T01:52:29.866Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
01:52:29 [2021-08-27T01:52:29.866Z] 
01:52:29 [2021-08-27T01:52:29.866Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
01:52:29 [2021-08-27T01:52:29.866Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
01:52:29 [2021-08-27T01:52:29.866Z] Using test binary docker
01:52:29 [2021-08-27T01:52:29.866Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
01:52:29 [2021-08-27T01:52:29.866Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
01:52:29 [2021-08-27T01:52:29.866Z] INFO: Waiting for daemon to start...
01:52:29 [2021-08-27T01:52:29.866Z] Starting dockerd
01:52:29 [2021-08-27T01:52:29.866Z] .
01:52:29 [2021-08-27T01:52:29.866Z] INFO: Building docker-sdk-python3:5.0.0...
01:53:16 [2021-08-27T01:53:16.578Z] sha256:b46008963992af51d65d689dfc7658f319736bffbfb21c360e6827ce8eb239de
01:53:16 [2021-08-27T01:53:16.578Z] INFO: Starting docker-py tests...
01:53:16 [2021-08-27T01:53:16.578Z] ============================= test session starts ==============================
01:53:16 [2021-08-27T01:53:16.578Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-1.0.0
01:53:16 [2021-08-27T01:53:16.578Z] rootdir: /src, inifile: pytest.ini
01:53:16 [2021-08-27T01:53:16.578Z] plugins: timeout-1.3.3, cov-2.6.1
01:53:16 [2021-08-27T01:53:16.578Z] collected 390 items / 1 deselected / 389 selected
01:53:16 [2021-08-27T01:53:16.578Z] 
01:53:27 [2021-08-27T01:53:27.219Z] tests/integration/api_build_test.py .......................X             [  6%]
01:53:28 [2021-08-27T01:53:28.050Z] tests/integration/api_client_test.py .....                               [  7%]
01:53:29 [2021-08-27T01:53:29.558Z] tests/integration/api_config_test.py .....                               [  8%]
01:53:59 [2021-08-27T01:53:59.213Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
01:54:52 [2021-08-27T01:54:52.987Z] ..........................xx....................                         [ 29%]
01:55:09 [2021-08-27T01:55:09.427Z] tests/integration/api_exec_test.py .....................                 [ 34%]
01:55:16 [2021-08-27T01:55:16.914Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
01:55:20 [2021-08-27T01:55:20.234Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
01:55:35 [2021-08-27T01:55:35.897Z] tests/integration/api_network_test.py ............................       [ 47%]
01:55:43 [2021-08-27T01:55:43.159Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
01:55:44 [2021-08-27T01:55:44.558Z] tests/integration/api_secret_test.py .....                               [ 51%]
01:55:48 [2021-08-27T01:55:48.412Z] tests/integration/api_service_test.py ....................s............. [ 60%]
01:56:04 [2021-08-27T01:56:04.081Z] ..........................                                               [ 67%]
01:56:42 [2021-08-27T01:56:42.384Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
01:56:57 [2021-08-27T01:56:57.537Z] tests/integration/api_volume_test.py .........                           [ 74%]
01:56:59 [2021-08-27T01:56:59.446Z] tests/integration/client_test.py .....                                   [ 75%]
01:56:59 [2021-08-27T01:56:59.446Z] tests/integration/context_api_test.py ...                                [ 76%]
01:57:00 [2021-08-27T01:57:00.015Z] tests/integration/errors_test.py .                                       [ 76%]
01:57:17 [2021-08-27T01:57:17.990Z] tests/integration/models_containers_test.py ............................ [ 83%]
01:57:34 [2021-08-27T01:57:34.264Z] .........                                                                [ 86%]
01:57:38 [2021-08-27T01:57:38.420Z] tests/integration/models_images_test.py ...............                  [ 89%]
01:57:39 [2021-08-27T01:57:39.619Z] tests/integration/models_networks_test.py ....                           [ 91%]
01:57:46 [2021-08-27T01:57:46.195Z] tests/integration/models_nodes_test.py .                                 [ 91%]
01:57:46 [2021-08-27T01:57:46.195Z] tests/integration/models_resources_test.py .                             [ 91%]
01:57:47 [2021-08-27T01:57:47.654Z] tests/integration/models_services_test.py ..............X.               [ 95%]
01:57:50 [2021-08-27T01:57:50.943Z] tests/integration/models_swarm_test.py ..                                [ 96%]
01:57:50 [2021-08-27T01:57:50.943Z] tests/integration/models_volumes_test.py ..                              [ 96%]
01:57:54 [2021-08-27T01:57:54.578Z] tests/integration/regression_test.py ......                              [ 98%]
01:57:55 [2021-08-27T01:57:55.099Z] tests/integration/credentials/store_test.py ......                       [ 99%]
01:57:55 [2021-08-27T01:57:55.099Z] tests/integration/credentials/utils_test.py .                            [100%]
01:57:55 [2021-08-27T01:57:55.099Z] 
01:57:55 [2021-08-27T01:57:55.099Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
01:57:55 [2021-08-27T01:57:55.099Z] =========================== short test summary info ============================
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
01:57:55 [2021-08-27T01:57:55.099Z]   CONFIG_RT_GROUP_SCHED isn't enabled
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
01:57:55 [2021-08-27T01:57:55.099Z]   Not supported on most drivers
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
01:57:55 [2021-08-27T01:57:55.099Z]   Output of docker top depends on host distro, and is not formalized.
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
01:57:55 [2021-08-27T01:57:55.099Z]   Output of docker top depends on host distro, and is not formalized.
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
01:57:55 [2021-08-27T01:57:55.099Z]   Can fail if eth0 has multiple IP addresses
01:57:55 [2021-08-27T01:57:55.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
01:57:55 [2021-08-27T01:57:55.099Z]   This doesn't seem to be taken into account by the engine
01:57:55 [2021-08-27T01:57:55.099Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
01:57:55 [2021-08-27T01:57:55.099Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
01:57:55 [2021-08-27T01:57:55.099Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
01:57:55 [2021-08-27T01:57:55.099Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 284.68 seconds ==
01:57:55 [2021-08-27T01:57:55.359Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
01:58:07 [2021-08-27T01:58:07.576Z] Leaving: AppArmorNo profiles have been unloaded.
01:58:07 [2021-08-27T01:58:07.577Z] 
01:58:07 [2021-08-27T01:58:07.577Z] Unloading profiles will leave already running processes permanently
01:58:07 [2021-08-27T01:58:07.577Z] unconfined, which can lead to unexpected situations.
01:58:07 [2021-08-27T01:58:07.577Z] 
01:58:07 [2021-08-27T01:58:07.577Z] To set a process to complain mode, use the command line tool
01:58:07 [2021-08-27T01:58:07.577Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
01:58:07 [2021-08-27T01:58:07.577Z]