Skip to content

Console Output

12:23:33 [2022-05-02T12:23:33.036Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43552/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=789223f2dc6f92553311f22523bb53abf7936039 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:789223f2dc6f92553311f22523bb53abf7936039 hack/make.sh dynbinary test-docker-py
12:23:33 [2022-05-02T12:23:33.297Z] 
12:23:33 [2022-05-02T12:23:33.558Z] Removing bundles/
12:23:33 [2022-05-02T12:23:33.558Z] 
12:23:33 [2022-05-02T12:23:33.558Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:23:33 [2022-05-02T12:23:33.558Z] Building: bundles/dynbinary-daemon/dockerd-dev
12:23:33 [2022-05-02T12:23:33.558Z] GOOS="" GOARCH="" GOARM=""
12:25:40 [2022-05-02T12:25:40.091Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
12:25:40 [2022-05-02T12:25:40.091Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
12:25:40 [2022-05-02T12:25:40.091Z] GOOS="" GOARCH="" GOARM=""
12:25:40 [2022-05-02T12:25:40.091Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
12:25:40 [2022-05-02T12:25:40.091Z] 
12:25:40 [2022-05-02T12:25:40.091Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:25:40 [2022-05-02T12:25:40.091Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:25:40 [2022-05-02T12:25:40.091Z] Using test binary docker
12:25:40 [2022-05-02T12:25:40.091Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:25:40 [2022-05-02T12:25:40.091Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
12:25:40 [2022-05-02T12:25:40.091Z] INFO: Waiting for daemon to start...
12:25:40 [2022-05-02T12:25:40.091Z] Starting dockerd
12:25:40 [2022-05-02T12:25:40.091Z] .
12:25:40 [2022-05-02T12:25:40.091Z] INFO: Building docker-sdk-python3:5.0.3...
12:26:12 [2022-05-02T12:26:12.212Z] sha256:9ac594e9a1ade43f63c992aa66e4de0f8eaf7766c48ad603a6e4a81abbb8dea4
12:26:12 [2022-05-02T12:26:12.212Z] INFO: Starting docker-py tests...
12:26:12 [2022-05-02T12:26:12.212Z] ============================= test session starts ==============================
12:26:12 [2022-05-02T12:26:12.212Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
12:26:12 [2022-05-02T12:26:12.212Z] rootdir: /src, inifile: pytest.ini
12:26:12 [2022-05-02T12:26:12.212Z] plugins: cov-2.6.1, timeout-1.3.3
12:26:13 [2022-05-02T12:26:13.600Z] collected 395 items / 2 deselected / 393 selected
12:26:13 [2022-05-02T12:26:13.600Z] 
12:26:29 [2022-05-02T12:26:29.776Z] tests/integration/api_build_test.py .......................X             [  6%]
12:26:30 [2022-05-02T12:26:30.348Z] tests/integration/api_client_test.py .....                               [  7%]
12:26:32 [2022-05-02T12:26:32.232Z] tests/integration/api_config_test.py ......                              [  8%]
12:27:02 [2022-05-02T12:27:02.228Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
12:27:55 [2022-05-02T12:27:55.921Z] .........................xx....................                          [ 29%]
12:28:12 [2022-05-02T12:28:12.045Z] tests/integration/api_exec_test.py .....................                 [ 34%]
12:28:19 [2022-05-02T12:28:19.555Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
12:28:24 [2022-05-02T12:28:24.347Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
12:28:40 [2022-05-02T12:28:40.614Z] tests/integration/api_network_test.py ............................       [ 47%]
12:28:50 [2022-05-02T12:28:50.217Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
12:28:51 [2022-05-02T12:28:51.731Z] tests/integration/api_secret_test.py .....                               [ 51%]
12:28:56 [2022-05-02T12:28:56.123Z] tests/integration/api_service_test.py .................................. [ 59%]
12:29:00 [2022-05-02T12:29:00.413Z] ............................                                             [ 66%]
12:29:42 [2022-05-02T12:29:42.066Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
12:29:57 [2022-05-02T12:29:57.011Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:29:58 [2022-05-02T12:29:58.928Z] tests/integration/client_test.py .....                                   [ 75%]
12:29:59 [2022-05-02T12:29:59.189Z] tests/integration/context_api_test.py ...                                [ 76%]
12:29:59 [2022-05-02T12:29:59.760Z] tests/integration/errors_test.py .                                       [ 76%]
12:30:18 [2022-05-02T12:30:18.652Z] tests/integration/models_containers_test.py ............................ [ 83%]
12:30:35 [2022-05-02T12:30:35.002Z] .........                                                                [ 85%]
12:30:39 [2022-05-02T12:30:39.642Z] tests/integration/models_images_test.py ...............                  [ 89%]
12:30:41 [2022-05-02T12:30:41.107Z] tests/integration/models_networks_test.py ....                           [ 90%]
12:30:46 [2022-05-02T12:30:46.395Z] tests/integration/models_nodes_test.py .                                 [ 90%]
12:30:47 [2022-05-02T12:30:47.371Z] tests/integration/models_resources_test.py .                             [ 91%]
12:30:53 [2022-05-02T12:30:53.765Z] tests/integration/models_services_test.py ................X.             [ 95%]
12:31:00 [2022-05-02T12:31:00.607Z] tests/integration/models_swarm_test.py ..                                [ 96%]
12:31:00 [2022-05-02T12:31:00.607Z] tests/integration/models_volumes_test.py ..                              [ 96%]
12:31:04 [2022-05-02T12:31:04.501Z] tests/integration/regression_test.py ......                              [ 98%]
12:31:05 [2022-05-02T12:31:05.023Z] tests/integration/credentials/store_test.py ......                       [ 99%]
12:31:05 [2022-05-02T12:31:05.023Z] tests/integration/credentials/utils_test.py .                            [100%]
12:31:05 [2022-05-02T12:31:05.023Z] 
12:31:05 [2022-05-02T12:31:05.023Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
12:31:05 [2022-05-02T12:31:05.023Z] =========================== short test summary info ============================
12:31:05 [2022-05-02T12:31:05.023Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:31:05 [2022-05-02T12:31:05.023Z]   CONFIG_RT_GROUP_SCHED isn't enabled
12:31:05 [2022-05-02T12:31:05.023Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:31:05 [2022-05-02T12:31:05.023Z]   Not supported on most drivers
12:31:05 [2022-05-02T12:31:05.023Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
12:31:05 [2022-05-02T12:31:05.023Z]   Output of docker top depends on host distro, and is not formalized.
12:31:05 [2022-05-02T12:31:05.023Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:31:05 [2022-05-02T12:31:05.024Z]   Output of docker top depends on host distro, and is not formalized.
12:31:05 [2022-05-02T12:31:05.024Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
12:31:05 [2022-05-02T12:31:05.024Z]   Can fail if eth0 has multiple IP addresses
12:31:05 [2022-05-02T12:31:05.024Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:31:05 [2022-05-02T12:31:05.024Z]   This doesn't seem to be taken into account by the engine
12:31:05 [2022-05-02T12:31:05.024Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
12:31:05 [2022-05-02T12:31:05.024Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:31:05 [2022-05-02T12:31:05.024Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.74 seconds ==
12:31:05 [2022-05-02T12:31:05.284Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
12:31:17 [2022-05-02T12:31:17.511Z] Leaving: AppArmorNo profiles have been unloaded.
12:31:17 [2022-05-02T12:31:17.511Z] 
12:31:17 [2022-05-02T12:31:17.511Z] Unloading profiles will leave already running processes permanently
12:31:17 [2022-05-02T12:31:17.511Z] unconfined, which can lead to unexpected situations.
12:31:17 [2022-05-02T12:31:17.511Z] 
12:31:17 [2022-05-02T12:31:17.511Z] To set a process to complain mode, use the command line tool
12:31:17 [2022-05-02T12:31:17.511Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:31:17 [2022-05-02T12:31:17.511Z]