Skip to content

Console Output

20:03:33 [2022-02-23T20:03:33.232Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43277/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8038b3fc67fa4db19ef5dd649d4790c41bb00034 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8038b3fc67fa4db19ef5dd649d4790c41bb00034 hack/make.sh dynbinary test-docker-py
20:03:33 [2022-02-23T20:03:33.489Z] 
20:03:33 [2022-02-23T20:03:33.746Z] Removing bundles/
20:03:33 [2022-02-23T20:03:33.746Z] 
20:03:33 [2022-02-23T20:03:33.746Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:03:33 [2022-02-23T20:03:33.746Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:03:33 [2022-02-23T20:03:33.746Z] GOOS="" GOARCH="" GOARM=""
20:05:10 [2022-02-23T20:05:10.137Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:05:10 [2022-02-23T20:05:10.137Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:05:10 [2022-02-23T20:05:10.137Z] GOOS="" GOARCH="" GOARM=""
20:05:10 [2022-02-23T20:05:10.137Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:05:10 [2022-02-23T20:05:10.137Z] 
20:05:10 [2022-02-23T20:05:10.137Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:05:10 [2022-02-23T20:05:10.137Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:05:10 [2022-02-23T20:05:10.137Z] Using test binary docker
20:05:10 [2022-02-23T20:05:10.137Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:05:10 [2022-02-23T20:05:10.137Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:05:10 [2022-02-23T20:05:10.137Z] INFO: Waiting for daemon to start...
20:05:10 [2022-02-23T20:05:10.137Z] Starting dockerd
20:05:11 [2022-02-23T20:05:11.502Z] .
20:05:11 [2022-02-23T20:05:11.502Z] INFO: Building docker-sdk-python3:5.0.3...
20:05:58 [2022-02-23T20:05:58.136Z] sha256:bdc01d2a644c1f7d5ae0486896d2abb0792ae9174d413513fa0999ffc8efdfde
20:05:58 [2022-02-23T20:05:58.136Z] INFO: Starting docker-py tests...
20:05:58 [2022-02-23T20:05:58.136Z] ============================= test session starts ==============================
20:05:58 [2022-02-23T20:05:58.136Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:05:58 [2022-02-23T20:05:58.136Z] rootdir: /src, inifile: pytest.ini
20:05:58 [2022-02-23T20:05:58.136Z] plugins: timeout-1.3.3, cov-2.6.1
20:05:58 [2022-02-23T20:05:58.136Z] collected 395 items / 2 deselected / 393 selected
20:05:58 [2022-02-23T20:05:58.136Z] 
20:06:11 [2022-02-23T20:06:11.578Z] tests/integration/api_build_test.py .......................X             [  6%]
20:06:12 [2022-02-23T20:06:12.395Z] tests/integration/api_client_test.py .....                               [  7%]
20:06:13 [2022-02-23T20:06:13.945Z] tests/integration/api_config_test.py ......                              [  8%]
20:06:44 [2022-02-23T20:06:44.044Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:07:37 [2022-02-23T20:07:37.403Z] .........................xx....................                          [ 29%]
20:07:54 [2022-02-23T20:07:54.098Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:08:01 [2022-02-23T20:08:01.516Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:08:06 [2022-02-23T20:08:06.421Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:08:22 [2022-02-23T20:08:22.939Z] tests/integration/api_network_test.py ............................       [ 47%]
20:08:33 [2022-02-23T20:08:33.459Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:08:34 [2022-02-23T20:08:34.644Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:08:38 [2022-02-23T20:08:38.978Z] tests/integration/api_service_test.py .................................. [ 59%]
20:08:54 [2022-02-23T20:08:54.586Z] ............................                                             [ 66%]
20:09:33 [2022-02-23T20:09:33.563Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:09:51 [2022-02-23T20:09:51.604Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:09:51 [2022-02-23T20:09:51.604Z] tests/integration/client_test.py .....                                   [ 75%]
20:09:51 [2022-02-23T20:09:51.604Z] tests/integration/context_api_test.py ...                                [ 76%]
20:09:51 [2022-02-23T20:09:51.604Z] tests/integration/errors_test.py .                                       [ 76%]
20:10:10 [2022-02-23T20:10:10.341Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:10:26 [2022-02-23T20:10:26.626Z] .........                                                                [ 85%]
20:10:31 [2022-02-23T20:10:31.448Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:10:32 [2022-02-23T20:10:32.634Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:10:39 [2022-02-23T20:10:39.196Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:10:39 [2022-02-23T20:10:39.196Z] tests/integration/models_resources_test.py .                             [ 91%]
20:10:40 [2022-02-23T20:10:40.943Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:10:43 [2022-02-23T20:10:43.866Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:10:43 [2022-02-23T20:10:43.866Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:10:47 [2022-02-23T20:10:47.643Z] tests/integration/regression_test.py ......                              [ 98%]
20:10:48 [2022-02-23T20:10:48.155Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:10:48 [2022-02-23T20:10:48.155Z] tests/integration/credentials/utils_test.py .                            [100%]
20:10:48 [2022-02-23T20:10:48.155Z] 
20:10:48 [2022-02-23T20:10:48.155Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:10:48 [2022-02-23T20:10:48.155Z] =========================== short test summary info ============================
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:10:48 [2022-02-23T20:10:48.155Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:10:48 [2022-02-23T20:10:48.155Z]   Not supported on most drivers
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:10:48 [2022-02-23T20:10:48.155Z]   Output of docker top depends on host distro, and is not formalized.
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:10:48 [2022-02-23T20:10:48.155Z]   Output of docker top depends on host distro, and is not formalized.
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:10:48 [2022-02-23T20:10:48.155Z]   Can fail if eth0 has multiple IP addresses
20:10:48 [2022-02-23T20:10:48.155Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:10:48 [2022-02-23T20:10:48.155Z]   This doesn't seem to be taken into account by the engine
20:10:48 [2022-02-23T20:10:48.155Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:10:48 [2022-02-23T20:10:48.155Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:10:48 [2022-02-23T20:10:48.155Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 294.71 seconds ==
20:10:48 [2022-02-23T20:10:48.411Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:11:00 [2022-02-23T20:11:00.574Z] Leaving: AppArmorNo profiles have been unloaded.
20:11:00 [2022-02-23T20:11:00.574Z] 
20:11:00 [2022-02-23T20:11:00.574Z] Unloading profiles will leave already running processes permanently
20:11:00 [2022-02-23T20:11:00.574Z] unconfined, which can lead to unexpected situations.
20:11:00 [2022-02-23T20:11:00.574Z] 
20:11:00 [2022-02-23T20:11:00.574Z] To set a process to complain mode, use the command line tool
20:11:00 [2022-02-23T20:11:00.574Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:11:00 [2022-02-23T20:11:00.574Z]