Skip to content

Console Output

22:34:25 [2022-08-25T22:34:25.323Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44036/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=437c2d64f96bc293f4281a380dd2f375c45f47b3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:437c2d64f96bc293f4281a380dd2f375c45f47b3 hack/make.sh dynbinary test-docker-py
22:34:25 [2022-08-25T22:34:25.579Z] 
22:34:25 [2022-08-25T22:34:25.835Z] Removing bundles/
22:34:25 [2022-08-25T22:34:25.835Z] 
22:34:25 [2022-08-25T22:34:25.835Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:34:25 [2022-08-25T22:34:25.835Z] Building: bundles/dynbinary-daemon/dockerd
22:34:25 [2022-08-25T22:34:25.835Z] GOOS="" GOARCH="" GOARM=""
22:36:32 [2022-08-25T22:36:32.231Z] Created binary: bundles/dynbinary-daemon/dockerd
22:36:32 [2022-08-25T22:36:32.231Z] Building: bundles/dynbinary-daemon/docker-proxy
22:36:32 [2022-08-25T22:36:32.231Z] GOOS="" GOARCH="" GOARM=""
22:36:32 [2022-08-25T22:36:32.231Z] Created binary: bundles/dynbinary-daemon/docker-proxy
22:36:32 [2022-08-25T22:36:32.231Z] 
22:36:32 [2022-08-25T22:36:32.231Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
22:36:32 [2022-08-25T22:36:32.231Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
22:36:32 [2022-08-25T22:36:32.231Z] Using test binary docker
22:36:32 [2022-08-25T22:36:32.231Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:36:32 [2022-08-25T22:36:32.231Z] Not: starting.
22:36:32 [2022-08-25T22:36:32.231Z] INFO: Waiting for daemon to start...
22:36:32 [2022-08-25T22:36:32.231Z] Starting dockerd
22:36:32 [2022-08-25T22:36:32.231Z] .
22:36:32 [2022-08-25T22:36:32.231Z] INFO: Building docker-sdk-python3:5.0.3...
22:37:10 [2022-08-25T22:37:10.890Z] sha256:9f52fccf03a62678a5573836cc939433854195fff3cc57631228d53e5020999e
22:37:10 [2022-08-25T22:37:10.890Z] INFO: Starting docker-py tests...
22:37:10 [2022-08-25T22:37:10.890Z] ============================= test session starts ==============================
22:37:10 [2022-08-25T22:37:10.890Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
22:37:10 [2022-08-25T22:37:10.890Z] rootdir: /src, inifile: pytest.ini
22:37:10 [2022-08-25T22:37:10.890Z] plugins: cov-2.6.1, timeout-1.3.3
22:37:10 [2022-08-25T22:37:10.890Z] collected 395 items / 2 deselected / 393 selected
22:37:10 [2022-08-25T22:37:10.890Z] 
22:37:25 [2022-08-25T22:37:25.659Z] tests/integration/api_build_test.py .......................X             [  6%]
22:37:26 [2022-08-25T22:37:26.220Z] tests/integration/api_client_test.py .....                               [  7%]
22:37:27 [2022-08-25T22:37:27.964Z] tests/integration/api_config_test.py ......                              [  8%]
22:37:57 [2022-08-25T22:37:57.406Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
22:38:50 [2022-08-25T22:38:50.206Z] .........................xx....................                          [ 29%]
22:39:05 [2022-08-25T22:39:05.973Z] tests/integration/api_exec_test.py .....................                 [ 34%]
22:39:13 [2022-08-25T22:39:13.432Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
22:39:18 [2022-08-25T22:39:18.050Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
22:39:33 [2022-08-25T22:39:33.621Z] tests/integration/api_network_test.py ............................       [ 47%]
22:39:43 [2022-08-25T22:39:43.057Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
22:39:44 [2022-08-25T22:39:44.542Z] tests/integration/api_secret_test.py .....                               [ 51%]
22:39:48 [2022-08-25T22:39:48.743Z] tests/integration/api_service_test.py .................................. [ 59%]
22:39:53 [2022-08-25T22:39:53.395Z] ............................                                             [ 66%]
22:40:35 [2022-08-25T22:40:35.081Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
22:40:50 [2022-08-25T22:40:50.214Z] tests/integration/api_volume_test.py .........                           [ 74%]
22:40:52 [2022-08-25T22:40:52.100Z] tests/integration/client_test.py .....                                   [ 75%]
22:40:52 [2022-08-25T22:40:52.357Z] tests/integration/context_api_test.py ...                                [ 76%]
22:40:52 [2022-08-25T22:40:52.921Z] tests/integration/errors_test.py .                                       [ 76%]
22:41:11 [2022-08-25T22:41:11.241Z] tests/integration/models_containers_test.py ............................ [ 83%]
22:41:27 [2022-08-25T22:41:27.089Z] .........                                                                [ 85%]
22:41:33 [2022-08-25T22:41:33.461Z] tests/integration/models_images_test.py ...............                  [ 89%]
22:41:34 [2022-08-25T22:41:34.644Z] tests/integration/models_networks_test.py ....                           [ 90%]
22:41:41 [2022-08-25T22:41:41.174Z] tests/integration/models_nodes_test.py .                                 [ 90%]
22:41:41 [2022-08-25T22:41:41.174Z] tests/integration/models_resources_test.py .                             [ 91%]
22:41:42 [2022-08-25T22:41:42.917Z] tests/integration/models_services_test.py ................X.             [ 95%]
22:41:45 [2022-08-25T22:41:45.703Z] tests/integration/models_swarm_test.py ..                                [ 96%]
22:41:45 [2022-08-25T22:41:45.978Z] tests/integration/models_volumes_test.py ..                              [ 96%]
22:41:50 [2022-08-25T22:41:50.195Z] tests/integration/regression_test.py ......                              [ 98%]
22:41:50 [2022-08-25T22:41:50.451Z] tests/integration/credentials/store_test.py ......                       [ 99%]
22:41:50 [2022-08-25T22:41:50.452Z] tests/integration/credentials/utils_test.py .                            [100%]
22:41:50 [2022-08-25T22:41:50.452Z] 
22:41:50 [2022-08-25T22:41:50.452Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
22:41:50 [2022-08-25T22:41:50.452Z] =========================== short test summary info ============================
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:41:50 [2022-08-25T22:41:50.708Z]   CONFIG_RT_GROUP_SCHED isn't enabled
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:41:50 [2022-08-25T22:41:50.708Z]   Not supported on most drivers
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
22:41:50 [2022-08-25T22:41:50.708Z]   Output of docker top depends on host distro, and is not formalized.
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:41:50 [2022-08-25T22:41:50.708Z]   Output of docker top depends on host distro, and is not formalized.
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
22:41:50 [2022-08-25T22:41:50.708Z]   Can fail if eth0 has multiple IP addresses
22:41:50 [2022-08-25T22:41:50.708Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:41:50 [2022-08-25T22:41:50.708Z]   This doesn't seem to be taken into account by the engine
22:41:50 [2022-08-25T22:41:50.708Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:41:50 [2022-08-25T22:41:50.708Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:41:50 [2022-08-25T22:41:50.708Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 282.72 seconds ==
22:41:50 [2022-08-25T22:41:50.708Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
22:42:02 [2022-08-25T22:42:02.866Z] Leaving: AppArmorNo profiles have been unloaded.
22:42:02 [2022-08-25T22:42:02.866Z] 
22:42:02 [2022-08-25T22:42:02.866Z] Unloading profiles will leave already running processes permanently
22:42:02 [2022-08-25T22:42:02.866Z] unconfined, which can lead to unexpected situations.
22:42:02 [2022-08-25T22:42:02.866Z] 
22:42:02 [2022-08-25T22:42:02.866Z] To set a process to complain mode, use the command line tool
22:42:02 [2022-08-25T22:42:02.866Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:42:02 [2022-08-25T22:42:02.866Z]