Skip to content

Console Output

20:45:37 [2022-07-13T20:45:37.018Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43804/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4f0834668696c981ef56ee77dc7af05bf3d0dbf9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4f0834668696c981ef56ee77dc7af05bf3d0dbf9 hack/make.sh dynbinary test-docker-py
20:45:37 [2022-07-13T20:45:37.276Z] 
20:45:37 [2022-07-13T20:45:37.534Z] Removing bundles/
20:45:37 [2022-07-13T20:45:37.534Z] 
20:45:37 [2022-07-13T20:45:37.534Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:45:37 [2022-07-13T20:45:37.534Z] Building: bundles/dynbinary-daemon/dockerd
20:45:37 [2022-07-13T20:45:37.534Z] GOOS="" GOARCH="" GOARM=""
20:47:43 [2022-07-13T20:47:43.987Z] Created binary: bundles/dynbinary-daemon/dockerd
20:47:43 [2022-07-13T20:47:43.987Z] Building: bundles/dynbinary-daemon/docker-proxy
20:47:43 [2022-07-13T20:47:43.987Z] GOOS="" GOARCH="" GOARM=""
20:47:43 [2022-07-13T20:47:43.987Z] Created binary: bundles/dynbinary-daemon/docker-proxy
20:47:43 [2022-07-13T20:47:43.987Z] 
20:47:43 [2022-07-13T20:47:43.987Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:47:43 [2022-07-13T20:47:43.987Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:47:43 [2022-07-13T20:47:43.987Z] Using test binary docker
20:47:43 [2022-07-13T20:47:43.987Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:47:43 [2022-07-13T20:47:43.987Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:47:43 [2022-07-13T20:47:43.987Z] INFO: Waiting for daemon to start...
20:47:43 [2022-07-13T20:47:43.987Z] Starting dockerd
20:47:43 [2022-07-13T20:47:43.987Z] .
20:47:43 [2022-07-13T20:47:43.987Z] INFO: Building docker-sdk-python3:5.0.3...
20:48:22 [2022-07-13T20:48:22.708Z] sha256:0e9ed7dd19a7d8c70c63a02c36675108c2450f9d5878b2ef77b34fff984e37ac
20:48:22 [2022-07-13T20:48:22.708Z] INFO: Starting docker-py tests...
20:48:22 [2022-07-13T20:48:22.708Z] ============================= test session starts ==============================
20:48:22 [2022-07-13T20:48:22.708Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:48:22 [2022-07-13T20:48:22.708Z] rootdir: /src, inifile: pytest.ini
20:48:22 [2022-07-13T20:48:22.708Z] plugins: cov-2.6.1, timeout-1.3.3
20:48:22 [2022-07-13T20:48:22.708Z] collected 395 items / 2 deselected / 393 selected
20:48:22 [2022-07-13T20:48:22.708Z] 
20:48:35 [2022-07-13T20:48:35.675Z] tests/integration/api_build_test.py .......................X             [  6%]
20:48:36 [2022-07-13T20:48:36.496Z] tests/integration/api_client_test.py .....                               [  7%]
20:48:37 [2022-07-13T20:48:37.994Z] tests/integration/api_config_test.py ......                              [  8%]
20:49:07 [2022-07-13T20:49:07.659Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:50:01 [2022-07-13T20:50:01.047Z] .........................xx....................                          [ 29%]
20:50:17 [2022-07-13T20:50:17.773Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:50:25 [2022-07-13T20:50:25.219Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:50:31 [2022-07-13T20:50:31.032Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:50:47 [2022-07-13T20:50:47.195Z] tests/integration/api_network_test.py ............................       [ 47%]
20:50:56 [2022-07-13T20:50:56.937Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:50:58 [2022-07-13T20:50:58.325Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:51:02 [2022-07-13T20:51:02.785Z] tests/integration/api_service_test.py .................................. [ 59%]
20:51:07 [2022-07-13T20:51:07.111Z] ............................                                             [ 66%]
20:51:48 [2022-07-13T20:51:48.817Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:52:04 [2022-07-13T20:52:04.072Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:52:05 [2022-07-13T20:52:05.967Z] tests/integration/client_test.py .....                                   [ 75%]
20:52:05 [2022-07-13T20:52:05.967Z] tests/integration/context_api_test.py ...                                [ 76%]
20:52:06 [2022-07-13T20:52:06.531Z] tests/integration/errors_test.py .                                       [ 76%]
20:52:25 [2022-07-13T20:52:25.585Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:52:41 [2022-07-13T20:52:41.489Z] .........                                                                [ 85%]
20:52:46 [2022-07-13T20:52:46.587Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:52:47 [2022-07-13T20:52:47.777Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:52:54 [2022-07-13T20:52:54.325Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:52:54 [2022-07-13T20:52:54.325Z] tests/integration/models_resources_test.py .                             [ 91%]
20:53:00 [2022-07-13T20:53:00.402Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:53:03 [2022-07-13T20:53:03.142Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:53:03 [2022-07-13T20:53:03.142Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:53:07 [2022-07-13T20:53:07.362Z] tests/integration/regression_test.py ......                              [ 98%]
20:53:07 [2022-07-13T20:53:07.620Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:53:07 [2022-07-13T20:53:07.620Z] tests/integration/credentials/utils_test.py .                            [100%]
20:53:07 [2022-07-13T20:53:07.620Z] 
20:53:07 [2022-07-13T20:53:07.620Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:53:07 [2022-07-13T20:53:07.620Z] =========================== short test summary info ============================
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:53:07 [2022-07-13T20:53:07.620Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:53:07 [2022-07-13T20:53:07.620Z]   Not supported on most drivers
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:53:07 [2022-07-13T20:53:07.620Z]   Output of docker top depends on host distro, and is not formalized.
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:53:07 [2022-07-13T20:53:07.620Z]   Output of docker top depends on host distro, and is not formalized.
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:53:07 [2022-07-13T20:53:07.620Z]   Can fail if eth0 has multiple IP addresses
20:53:07 [2022-07-13T20:53:07.620Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:53:07 [2022-07-13T20:53:07.620Z]   This doesn't seem to be taken into account by the engine
20:53:07 [2022-07-13T20:53:07.620Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:53:07 [2022-07-13T20:53:07.620Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:53:07 [2022-07-13T20:53:07.620Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 289.49 seconds ==
20:53:07 [2022-07-13T20:53:07.878Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:53:20 [2022-07-13T20:53:20.086Z] Leaving: AppArmorNo profiles have been unloaded.
20:53:20 [2022-07-13T20:53:20.086Z] 
20:53:20 [2022-07-13T20:53:20.086Z] Unloading profiles will leave already running processes permanently
20:53:20 [2022-07-13T20:53:20.086Z] unconfined, which can lead to unexpected situations.
20:53:20 [2022-07-13T20:53:20.086Z] 
20:53:20 [2022-07-13T20:53:20.086Z] To set a process to complain mode, use the command line tool
20:53:20 [2022-07-13T20:53:20.086Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:53:20 [2022-07-13T20:53:20.086Z]