Skip to content

Console Output

20:28:47 [2022-09-07T20:28:47.813Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44085/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c853881610d9d7b46e38724ca73c1d4d90b35281 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:c853881610d9d7b46e38724ca73c1d4d90b35281 hack/make.sh dynbinary test-docker-py
20:28:48 [2022-09-07T20:28:48.386Z] 
20:28:48 [2022-09-07T20:28:48.386Z] Removing bundles/
20:28:48 [2022-09-07T20:28:48.386Z] 
20:28:48 [2022-09-07T20:28:48.386Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:28:48 [2022-09-07T20:28:48.386Z] Building: bundles/dynbinary-daemon/dockerd
20:28:48 [2022-09-07T20:28:48.386Z] GOOS="" GOARCH="" GOARM=""
20:30:54 [2022-09-07T20:30:54.887Z] Created binary: bundles/dynbinary-daemon/dockerd
20:30:54 [2022-09-07T20:30:54.887Z] Building: bundles/dynbinary-daemon/docker-proxy
20:30:54 [2022-09-07T20:30:54.887Z] GOOS="" GOARCH="" GOARM=""
20:30:54 [2022-09-07T20:30:54.887Z] Created binary: bundles/dynbinary-daemon/docker-proxy
20:30:54 [2022-09-07T20:30:54.887Z] 
20:30:54 [2022-09-07T20:30:54.887Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:30:54 [2022-09-07T20:30:54.887Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:30:54 [2022-09-07T20:30:54.887Z] Using test binary docker
20:30:54 [2022-09-07T20:30:54.887Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:54 [2022-09-07T20:30:54.887Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:30:54 [2022-09-07T20:30:54.887Z] INFO: Waiting for daemon to start...
20:30:54 [2022-09-07T20:30:54.887Z] Starting dockerd
20:30:54 [2022-09-07T20:30:54.887Z] .
20:30:54 [2022-09-07T20:30:54.887Z] INFO: Building docker-sdk-python3:5.0.3...
20:31:41 [2022-09-07T20:31:41.561Z] sha256:c71f207f20a734f223aa94c14ceb11aeb56fe132406e28b5e705b36ae4a3bfb4
20:31:41 [2022-09-07T20:31:41.561Z] INFO: Starting docker-py tests...
20:31:41 [2022-09-07T20:31:41.561Z] ============================= test session starts ==============================
20:31:41 [2022-09-07T20:31:41.561Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
20:31:41 [2022-09-07T20:31:41.561Z] rootdir: /src, inifile: pytest.ini
20:31:41 [2022-09-07T20:31:41.561Z] plugins: cov-2.6.1, timeout-1.3.3
20:31:41 [2022-09-07T20:31:41.561Z] collected 395 items / 2 deselected / 393 selected
20:31:41 [2022-09-07T20:31:41.561Z] 
20:31:54 [2022-09-07T20:31:54.725Z] tests/integration/api_build_test.py .......................X             [  6%]
20:31:55 [2022-09-07T20:31:55.550Z] tests/integration/api_client_test.py .....                               [  7%]
20:31:57 [2022-09-07T20:31:57.049Z] tests/integration/api_config_test.py ......                              [  8%]
20:32:27 [2022-09-07T20:32:27.167Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
20:33:21 [2022-09-07T20:33:21.220Z] .........................xx....................                          [ 29%]
20:33:38 [2022-09-07T20:33:38.024Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:33:45 [2022-09-07T20:33:45.477Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:33:50 [2022-09-07T20:33:50.897Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
20:34:08 [2022-09-07T20:34:08.093Z] tests/integration/api_network_test.py ............................       [ 47%]
20:34:17 [2022-09-07T20:34:17.860Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
20:34:19 [2022-09-07T20:34:19.728Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:34:23 [2022-09-07T20:34:23.648Z] tests/integration/api_service_test.py .................................. [ 59%]
20:34:28 [2022-09-07T20:34:28.598Z] ............................                                             [ 66%]
20:35:09 [2022-09-07T20:35:09.645Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:35:24 [2022-09-07T20:35:24.769Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:35:27 [2022-09-07T20:35:27.297Z] tests/integration/client_test.py .....                                   [ 75%]
20:35:27 [2022-09-07T20:35:27.299Z] tests/integration/context_api_test.py ...                                [ 76%]
20:35:27 [2022-09-07T20:35:27.299Z] tests/integration/errors_test.py .                                       [ 76%]
20:35:46 [2022-09-07T20:35:46.288Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:36:02 [2022-09-07T20:36:02.392Z] .........                                                                [ 85%]
20:36:07 [2022-09-07T20:36:07.564Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:36:08 [2022-09-07T20:36:08.761Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:36:15 [2022-09-07T20:36:15.320Z] tests/integration/models_nodes_test.py .                                 [ 90%]
20:36:15 [2022-09-07T20:36:15.320Z] tests/integration/models_resources_test.py .                             [ 91%]
20:36:17 [2022-09-07T20:36:17.081Z] tests/integration/models_services_test.py ................X.             [ 95%]
20:36:19 [2022-09-07T20:36:19.828Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:36:19 [2022-09-07T20:36:19.828Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:36:24 [2022-09-07T20:36:24.007Z] tests/integration/regression_test.py ......                              [ 98%]
20:36:24 [2022-09-07T20:36:24.525Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:36:24 [2022-09-07T20:36:24.525Z] tests/integration/credentials/utils_test.py .                            [100%]
20:36:24 [2022-09-07T20:36:24.525Z] 
20:36:24 [2022-09-07T20:36:24.525Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:36:24 [2022-09-07T20:36:24.525Z] =========================== short test summary info ============================
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:36:24 [2022-09-07T20:36:24.525Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:36:24 [2022-09-07T20:36:24.525Z]   Not supported on most drivers
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:36:24 [2022-09-07T20:36:24.525Z]   Output of docker top depends on host distro, and is not formalized.
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:36:24 [2022-09-07T20:36:24.525Z]   Output of docker top depends on host distro, and is not formalized.
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:36:24 [2022-09-07T20:36:24.525Z]   Can fail if eth0 has multiple IP addresses
20:36:24 [2022-09-07T20:36:24.525Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:36:24 [2022-09-07T20:36:24.525Z]   This doesn't seem to be taken into account by the engine
20:36:24 [2022-09-07T20:36:24.525Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
20:36:24 [2022-09-07T20:36:24.525Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:36:24 [2022-09-07T20:36:24.525Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.50 seconds ==
20:36:24 [2022-09-07T20:36:24.784Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:36:34 [2022-09-07T20:36:34.748Z] Leaving: AppArmorNo profiles have been unloaded.
20:36:34 [2022-09-07T20:36:34.748Z] 
20:36:34 [2022-09-07T20:36:34.748Z] Unloading profiles will leave already running processes permanently
20:36:34 [2022-09-07T20:36:34.748Z] unconfined, which can lead to unexpected situations.
20:36:34 [2022-09-07T20:36:34.748Z] 
20:36:34 [2022-09-07T20:36:34.748Z] To set a process to complain mode, use the command line tool
20:36:34 [2022-09-07T20:36:34.748Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:36:34 [2022-09-07T20:36:34.748Z]