Skip to content

Console Output

08:47:15 [2022-08-26T08:47:15.104Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44039/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=07daa4cb6fab0fd2d94aaec08579e7d49d075b85 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:07daa4cb6fab0fd2d94aaec08579e7d49d075b85 hack/make.sh dynbinary test-docker-py
08:47:15 [2022-08-26T08:47:15.364Z] 
08:47:15 [2022-08-26T08:47:15.624Z] Removing bundles/
08:47:15 [2022-08-26T08:47:15.624Z] 
08:47:15 [2022-08-26T08:47:15.624Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
08:47:15 [2022-08-26T08:47:15.624Z] Building: bundles/dynbinary-daemon/dockerd
08:47:15 [2022-08-26T08:47:15.624Z] GOOS="" GOARCH="" GOARM=""
08:49:22 [2022-08-26T08:49:22.141Z] Created binary: bundles/dynbinary-daemon/dockerd
08:49:22 [2022-08-26T08:49:22.141Z] Building: bundles/dynbinary-daemon/docker-proxy
08:49:22 [2022-08-26T08:49:22.141Z] GOOS="" GOARCH="" GOARM=""
08:49:22 [2022-08-26T08:49:22.142Z] Created binary: bundles/dynbinary-daemon/docker-proxy
08:49:22 [2022-08-26T08:49:22.142Z] 
08:49:22 [2022-08-26T08:49:22.142Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
08:49:22 [2022-08-26T08:49:22.142Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
08:49:22 [2022-08-26T08:49:22.142Z] Using test binary docker
08:49:22 [2022-08-26T08:49:22.142Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:49:22 [2022-08-26T08:49:22.142Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:49:22 [2022-08-26T08:49:22.142Z] INFO: Waiting for daemon to start...
08:49:22 [2022-08-26T08:49:22.142Z] Starting dockerd
08:49:22 [2022-08-26T08:49:22.142Z] .
08:49:22 [2022-08-26T08:49:22.142Z] INFO: Building docker-sdk-python3:5.0.3...
08:50:08 [2022-08-26T08:50:08.836Z] sha256:b0dbf3734bdf68f97a76bf6a16d905dec9f60dd5a7a97627ac241803b88e58d5
08:50:08 [2022-08-26T08:50:08.836Z] INFO: Starting docker-py tests...
08:50:08 [2022-08-26T08:50:08.836Z] ============================= test session starts ==============================
08:50:08 [2022-08-26T08:50:08.836Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
08:50:08 [2022-08-26T08:50:08.836Z] rootdir: /src, inifile: pytest.ini
08:50:08 [2022-08-26T08:50:08.836Z] plugins: cov-2.6.1, timeout-1.3.3
08:50:08 [2022-08-26T08:50:08.836Z] collected 395 items / 2 deselected / 393 selected
08:50:08 [2022-08-26T08:50:08.836Z] 
08:50:22 [2022-08-26T08:50:22.817Z] tests/integration/api_build_test.py .......................X             [  6%]
08:50:23 [2022-08-26T08:50:23.649Z] tests/integration/api_client_test.py .....                               [  7%]
08:50:25 [2022-08-26T08:50:25.172Z] tests/integration/api_config_test.py ......                              [  8%]
08:50:55 [2022-08-26T08:50:55.354Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
08:51:48 [2022-08-26T08:51:48.407Z] .........................xx....................                          [ 29%]
08:52:04 [2022-08-26T08:52:04.768Z] tests/integration/api_exec_test.py .....................                 [ 34%]
08:52:12 [2022-08-26T08:52:12.241Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
08:52:17 [2022-08-26T08:52:17.167Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
08:52:33 [2022-08-26T08:52:33.448Z] tests/integration/api_network_test.py ............................       [ 47%]
08:52:43 [2022-08-26T08:52:43.346Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
08:52:44 [2022-08-26T08:52:44.434Z] tests/integration/api_secret_test.py .....                               [ 51%]
08:52:48 [2022-08-26T08:52:48.939Z] tests/integration/api_service_test.py .................................. [ 59%]
08:52:53 [2022-08-26T08:52:53.542Z] ............................                                             [ 66%]
08:53:34 [2022-08-26T08:53:34.950Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
08:53:50 [2022-08-26T08:53:50.089Z] tests/integration/api_volume_test.py .........                           [ 74%]
08:53:51 [2022-08-26T08:53:51.992Z] tests/integration/client_test.py .....                                   [ 75%]
08:53:51 [2022-08-26T08:53:51.992Z] tests/integration/context_api_test.py ...                                [ 76%]
08:53:52 [2022-08-26T08:53:52.572Z] tests/integration/errors_test.py .                                       [ 76%]
08:54:11 [2022-08-26T08:54:11.628Z] tests/integration/models_containers_test.py ............................ [ 83%]
08:54:27 [2022-08-26T08:54:27.568Z] .........                                                                [ 85%]
08:54:32 [2022-08-26T08:54:32.700Z] tests/integration/models_images_test.py ...............                  [ 89%]
08:54:33 [2022-08-26T08:54:33.899Z] tests/integration/models_networks_test.py ....                           [ 90%]
08:54:40 [2022-08-26T08:54:40.465Z] tests/integration/models_nodes_test.py .                                 [ 90%]
08:54:40 [2022-08-26T08:54:40.465Z] tests/integration/models_resources_test.py .                             [ 91%]
08:54:46 [2022-08-26T08:54:46.562Z] tests/integration/models_services_test.py ................X.             [ 95%]
08:54:49 [2022-08-26T08:54:49.318Z] tests/integration/models_swarm_test.py ..                                [ 96%]
08:54:49 [2022-08-26T08:54:49.318Z] tests/integration/models_volumes_test.py ..                              [ 96%]
08:54:53 [2022-08-26T08:54:53.200Z] tests/integration/regression_test.py ......                              [ 98%]
08:54:53 [2022-08-26T08:54:53.727Z] tests/integration/credentials/store_test.py ......                       [ 99%]
08:54:53 [2022-08-26T08:54:53.727Z] tests/integration/credentials/utils_test.py .                            [100%]
08:54:53 [2022-08-26T08:54:53.727Z] 
08:54:53 [2022-08-26T08:54:53.727Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
08:54:53 [2022-08-26T08:54:53.727Z] =========================== short test summary info ============================
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
08:54:53 [2022-08-26T08:54:53.727Z]   CONFIG_RT_GROUP_SCHED isn't enabled
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
08:54:53 [2022-08-26T08:54:53.727Z]   Not supported on most drivers
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
08:54:53 [2022-08-26T08:54:53.727Z]   Output of docker top depends on host distro, and is not formalized.
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
08:54:53 [2022-08-26T08:54:53.727Z]   Output of docker top depends on host distro, and is not formalized.
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
08:54:53 [2022-08-26T08:54:53.727Z]   Can fail if eth0 has multiple IP addresses
08:54:53 [2022-08-26T08:54:53.727Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
08:54:53 [2022-08-26T08:54:53.727Z]   This doesn't seem to be taken into account by the engine
08:54:53 [2022-08-26T08:54:53.727Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
08:54:53 [2022-08-26T08:54:53.727Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
08:54:53 [2022-08-26T08:54:53.727Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 288.91 seconds ==
08:54:53 [2022-08-26T08:54:53.987Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
08:55:06 [2022-08-26T08:55:06.191Z] Leaving: AppArmorNo profiles have been unloaded.
08:55:06 [2022-08-26T08:55:06.191Z] 
08:55:06 [2022-08-26T08:55:06.191Z] Unloading profiles will leave already running processes permanently
08:55:06 [2022-08-26T08:55:06.191Z] unconfined, which can lead to unexpected situations.
08:55:06 [2022-08-26T08:55:06.191Z] 
08:55:06 [2022-08-26T08:55:06.191Z] To set a process to complain mode, use the command line tool
08:55:06 [2022-08-26T08:55:06.191Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:55:06 [2022-08-26T08:55:06.191Z]