Skip to content

Console Output

08:47:13 [2022-05-27T08:47:13.639Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43649/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a04e3326e7fba79475269bd5fe19e304d77d25c6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a04e3326e7fba79475269bd5fe19e304d77d25c6 hack/make.sh dynbinary test-docker-py
08:47:13 [2022-05-27T08:47:13.897Z] 
08:47:14 [2022-05-27T08:47:14.152Z] Removing bundles/
08:47:14 [2022-05-27T08:47:14.152Z] 
08:47:14 [2022-05-27T08:47:14.152Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
08:47:14 [2022-05-27T08:47:14.152Z] Building: bundles/dynbinary-daemon/dockerd-dev
08:47:14 [2022-05-27T08:47:14.152Z] GOOS="" GOARCH="" GOARM=""
08:49:20 [2022-05-27T08:49:20.543Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
08:49:20 [2022-05-27T08:49:20.543Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
08:49:20 [2022-05-27T08:49:20.543Z] GOOS="" GOARCH="" GOARM=""
08:49:20 [2022-05-27T08:49:20.543Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
08:49:20 [2022-05-27T08:49:20.543Z] 
08:49:20 [2022-05-27T08:49:20.543Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
08:49:20 [2022-05-27T08:49:20.543Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
08:49:20 [2022-05-27T08:49:20.543Z] Using test binary docker
08:49:20 [2022-05-27T08:49:20.543Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:49:20 [2022-05-27T08:49:20.543Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:49:20 [2022-05-27T08:49:20.543Z] INFO: Waiting for daemon to start...
08:49:20 [2022-05-27T08:49:20.543Z] Starting dockerd
08:49:20 [2022-05-27T08:49:20.543Z] .
08:49:20 [2022-05-27T08:49:20.543Z] INFO: Building docker-sdk-python3:5.0.3...
08:49:59 [2022-05-27T08:49:59.273Z] sha256:30cc955eb363ac31dfcffa242866b10a83c096ce9ab465329f4f96f90b432e74
08:49:59 [2022-05-27T08:49:59.273Z] INFO: Starting docker-py tests...
08:49:59 [2022-05-27T08:49:59.273Z] ============================= test session starts ==============================
08:49:59 [2022-05-27T08:49:59.273Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
08:49:59 [2022-05-27T08:49:59.273Z] rootdir: /src, inifile: pytest.ini
08:49:59 [2022-05-27T08:49:59.273Z] plugins: cov-2.6.1, timeout-1.3.3
08:49:59 [2022-05-27T08:49:59.273Z] collected 395 items / 2 deselected / 393 selected
08:49:59 [2022-05-27T08:49:59.273Z] 
08:50:12 [2022-05-27T08:50:12.900Z] tests/integration/api_build_test.py .......................X             [  6%]
08:50:13 [2022-05-27T08:50:13.718Z] tests/integration/api_client_test.py .....                               [  7%]
08:50:15 [2022-05-27T08:50:15.461Z] tests/integration/api_config_test.py ......                              [  8%]
08:50:45 [2022-05-27T08:50:45.183Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
08:51:38 [2022-05-27T08:51:38.789Z] .........................xx....................                          [ 29%]
08:51:54 [2022-05-27T08:51:54.961Z] tests/integration/api_exec_test.py .....................                 [ 34%]
08:52:02 [2022-05-27T08:52:02.375Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
08:52:07 [2022-05-27T08:52:07.740Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
08:52:23 [2022-05-27T08:52:23.866Z] tests/integration/api_network_test.py ............................       [ 47%]
08:52:34 [2022-05-27T08:52:34.198Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
08:52:35 [2022-05-27T08:52:35.684Z] tests/integration/api_secret_test.py .....                               [ 51%]
08:52:39 [2022-05-27T08:52:39.826Z] tests/integration/api_service_test.py .................................. [ 59%]
08:52:44 [2022-05-27T08:52:44.479Z] ............................                                             [ 66%]
08:53:25 [2022-05-27T08:53:25.785Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
08:53:43 [2022-05-27T08:53:43.857Z] tests/integration/api_volume_test.py .........                           [ 74%]
08:53:43 [2022-05-27T08:53:43.857Z] tests/integration/client_test.py .....                                   [ 75%]
08:53:43 [2022-05-27T08:53:43.857Z] tests/integration/context_api_test.py ...                                [ 76%]
08:53:43 [2022-05-27T08:53:43.857Z] tests/integration/errors_test.py .                                       [ 76%]
08:54:02 [2022-05-27T08:54:02.660Z] tests/integration/models_containers_test.py ............................ [ 83%]
08:54:18 [2022-05-27T08:54:18.866Z] .........                                                                [ 85%]
08:54:23 [2022-05-27T08:54:23.426Z] tests/integration/models_images_test.py ...............                  [ 89%]
08:54:24 [2022-05-27T08:54:24.863Z] tests/integration/models_networks_test.py ....                           [ 90%]
08:54:31 [2022-05-27T08:54:31.392Z] tests/integration/models_nodes_test.py .                                 [ 90%]
08:54:31 [2022-05-27T08:54:31.392Z] tests/integration/models_resources_test.py .                             [ 91%]
08:54:33 [2022-05-27T08:54:33.144Z] tests/integration/models_services_test.py ................X.             [ 95%]
08:54:36 [2022-05-27T08:54:36.406Z] tests/integration/models_swarm_test.py ..                                [ 96%]
08:54:36 [2022-05-27T08:54:36.406Z] tests/integration/models_volumes_test.py ..                              [ 96%]
08:54:39 [2022-05-27T08:54:39.989Z] tests/integration/regression_test.py ......                              [ 98%]
08:54:40 [2022-05-27T08:54:40.501Z] tests/integration/credentials/store_test.py ......                       [ 99%]
08:54:40 [2022-05-27T08:54:40.501Z] tests/integration/credentials/utils_test.py .                            [100%]
08:54:40 [2022-05-27T08:54:40.501Z] 
08:54:40 [2022-05-27T08:54:40.501Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
08:54:40 [2022-05-27T08:54:40.501Z] =========================== short test summary info ============================
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
08:54:40 [2022-05-27T08:54:40.501Z]   CONFIG_RT_GROUP_SCHED isn't enabled
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
08:54:40 [2022-05-27T08:54:40.501Z]   Not supported on most drivers
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
08:54:40 [2022-05-27T08:54:40.501Z]   Output of docker top depends on host distro, and is not formalized.
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
08:54:40 [2022-05-27T08:54:40.501Z]   Output of docker top depends on host distro, and is not formalized.
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
08:54:40 [2022-05-27T08:54:40.501Z]   Can fail if eth0 has multiple IP addresses
08:54:40 [2022-05-27T08:54:40.501Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
08:54:40 [2022-05-27T08:54:40.501Z]   This doesn't seem to be taken into account by the engine
08:54:40 [2022-05-27T08:54:40.501Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
08:54:40 [2022-05-27T08:54:40.501Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
08:54:40 [2022-05-27T08:54:40.501Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 286.13 seconds ==
08:54:40 [2022-05-27T08:54:40.757Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
08:54:52 [2022-05-27T08:54:52.915Z] Leaving: AppArmorNo profiles have been unloaded.
08:54:52 [2022-05-27T08:54:52.915Z] 
08:54:52 [2022-05-27T08:54:52.915Z] Unloading profiles will leave already running processes permanently
08:54:52 [2022-05-27T08:54:52.915Z] unconfined, which can lead to unexpected situations.
08:54:52 [2022-05-27T08:54:52.915Z] 
08:54:52 [2022-05-27T08:54:52.915Z] To set a process to complain mode, use the command line tool
08:54:52 [2022-05-27T08:54:52.915Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:54:52 [2022-05-27T08:54:52.915Z]