Skip to content

Console Output

23:50:32 [2022-08-23T23:50:32.990Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44022/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e5958a8f08d8cc736a130fc162fa513ddcc4de61 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:e5958a8f08d8cc736a130fc162fa513ddcc4de61 hack/make.sh dynbinary test-docker-py
23:50:33 [2022-08-23T23:50:33.251Z] 
23:50:33 [2022-08-23T23:50:33.251Z] Removing bundles/
23:50:33 [2022-08-23T23:50:33.251Z] 
23:50:33 [2022-08-23T23:50:33.511Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:50:33 [2022-08-23T23:50:33.511Z] Building: bundles/dynbinary-daemon/dockerd
23:50:33 [2022-08-23T23:50:33.511Z] GOOS="" GOARCH="" GOARM=""
23:52:40 [2022-08-23T23:52:40.072Z] Created binary: bundles/dynbinary-daemon/dockerd
23:52:40 [2022-08-23T23:52:40.072Z] Building: bundles/dynbinary-daemon/docker-proxy
23:52:40 [2022-08-23T23:52:40.072Z] GOOS="" GOARCH="" GOARM=""
23:52:40 [2022-08-23T23:52:40.072Z] Created binary: bundles/dynbinary-daemon/docker-proxy
23:52:40 [2022-08-23T23:52:40.072Z] 
23:52:40 [2022-08-23T23:52:40.072Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
23:52:40 [2022-08-23T23:52:40.072Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
23:52:40 [2022-08-23T23:52:40.072Z] Using test binary docker
23:52:40 [2022-08-23T23:52:40.072Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:52:40 [2022-08-23T23:52:40.072Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:52:40 [2022-08-23T23:52:40.072Z] INFO: Waiting for daemon to start...
23:52:40 [2022-08-23T23:52:40.072Z] Starting dockerd
23:52:40 [2022-08-23T23:52:40.072Z] .
23:52:40 [2022-08-23T23:52:40.072Z] INFO: Building docker-sdk-python3:5.0.3...
23:53:18 [2022-08-23T23:53:18.819Z] sha256:d784d094eadfb2fa63ce3e48f8081ea46f6e3127e5bba91026d966a1024f3122
23:53:18 [2022-08-23T23:53:18.819Z] INFO: Starting docker-py tests...
23:53:18 [2022-08-23T23:53:18.819Z] ============================= test session starts ==============================
23:53:18 [2022-08-23T23:53:18.819Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
23:53:18 [2022-08-23T23:53:18.819Z] rootdir: /src, inifile: pytest.ini
23:53:18 [2022-08-23T23:53:18.819Z] plugins: cov-2.6.1, timeout-1.3.3
23:53:18 [2022-08-23T23:53:18.819Z] collected 395 items / 2 deselected / 393 selected
23:53:18 [2022-08-23T23:53:18.819Z] 
23:53:31 [2022-08-23T23:53:31.711Z] tests/integration/api_build_test.py .......................X             [  6%]
23:53:32 [2022-08-23T23:53:32.493Z] tests/integration/api_client_test.py .....                               [  7%]
23:53:34 [2022-08-23T23:53:34.003Z] tests/integration/api_config_test.py ......                              [  8%]
23:54:03 [2022-08-23T23:54:03.779Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
23:54:56 [2022-08-23T23:54:56.355Z] .........................xx....................                          [ 29%]
23:55:12 [2022-08-23T23:55:12.790Z] tests/integration/api_exec_test.py .....................                 [ 34%]
23:55:20 [2022-08-23T23:55:20.281Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
23:55:24 [2022-08-23T23:55:24.865Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
23:55:41 [2022-08-23T23:55:41.094Z] tests/integration/api_network_test.py ............................       [ 47%]
23:55:50 [2022-08-23T23:55:50.699Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
23:55:52 [2022-08-23T23:55:52.208Z] tests/integration/api_secret_test.py .....                               [ 51%]
23:55:56 [2022-08-23T23:55:56.590Z] tests/integration/api_service_test.py .................................. [ 59%]
23:56:01 [2022-08-23T23:56:01.052Z] ............................                                             [ 66%]
23:56:42 [2022-08-23T23:56:42.138Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
23:56:57 [2022-08-23T23:56:57.048Z] tests/integration/api_volume_test.py .........                           [ 74%]
23:56:59 [2022-08-23T23:56:59.216Z] tests/integration/client_test.py .....                                   [ 75%]
23:56:59 [2022-08-23T23:56:59.216Z] tests/integration/context_api_test.py ...                                [ 76%]
23:56:59 [2022-08-23T23:56:59.785Z] tests/integration/errors_test.py .                                       [ 76%]
23:57:18 [2022-08-23T23:57:18.362Z] tests/integration/models_containers_test.py ............................ [ 83%]
23:57:34 [2022-08-23T23:57:34.381Z] .........                                                                [ 85%]
23:57:39 [2022-08-23T23:57:39.330Z] tests/integration/models_images_test.py ...............                  [ 89%]
23:57:40 [2022-08-23T23:57:40.530Z] tests/integration/models_networks_test.py ....                           [ 90%]
23:57:47 [2022-08-23T23:57:47.106Z] tests/integration/models_nodes_test.py .                                 [ 90%]
23:57:47 [2022-08-23T23:57:47.106Z] tests/integration/models_resources_test.py .                             [ 91%]
23:57:48 [2022-08-23T23:57:48.876Z] tests/integration/models_services_test.py ................X.             [ 95%]
23:57:51 [2022-08-23T23:57:51.663Z] tests/integration/models_swarm_test.py ..                                [ 96%]
23:57:51 [2022-08-23T23:57:51.923Z] tests/integration/models_volumes_test.py ..                              [ 96%]
23:57:55 [2022-08-23T23:57:55.552Z] tests/integration/regression_test.py ......                              [ 98%]
23:57:56 [2022-08-23T23:57:56.073Z] tests/integration/credentials/store_test.py ......                       [ 99%]
23:57:56 [2022-08-23T23:57:56.073Z] tests/integration/credentials/utils_test.py .                            [100%]
23:57:56 [2022-08-23T23:57:56.073Z] 
23:57:56 [2022-08-23T23:57:56.073Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
23:57:56 [2022-08-23T23:57:56.073Z] =========================== short test summary info ============================
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:57:56 [2022-08-23T23:57:56.073Z]   CONFIG_RT_GROUP_SCHED isn't enabled
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:57:56 [2022-08-23T23:57:56.073Z]   Not supported on most drivers
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
23:57:56 [2022-08-23T23:57:56.073Z]   Output of docker top depends on host distro, and is not formalized.
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:57:56 [2022-08-23T23:57:56.073Z]   Output of docker top depends on host distro, and is not formalized.
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
23:57:56 [2022-08-23T23:57:56.073Z]   Can fail if eth0 has multiple IP addresses
23:57:56 [2022-08-23T23:57:56.073Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:57:56 [2022-08-23T23:57:56.073Z]   This doesn't seem to be taken into account by the engine
23:57:56 [2022-08-23T23:57:56.073Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
23:57:56 [2022-08-23T23:57:56.073Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:57:56 [2022-08-23T23:57:56.073Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 282.29 seconds ==
23:57:56 [2022-08-23T23:57:56.334Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
23:58:08 [2022-08-23T23:58:08.552Z] Leaving: AppArmorNo profiles have been unloaded.
23:58:08 [2022-08-23T23:58:08.553Z] 
23:58:08 [2022-08-23T23:58:08.553Z] Unloading profiles will leave already running processes permanently
23:58:08 [2022-08-23T23:58:08.553Z] unconfined, which can lead to unexpected situations.
23:58:08 [2022-08-23T23:58:08.553Z] 
23:58:08 [2022-08-23T23:58:08.553Z] To set a process to complain mode, use the command line tool
23:58:08 [2022-08-23T23:58:08.553Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:58:08 [2022-08-23T23:58:08.553Z]