Skip to content

Console Output

12:36:50 [2022-09-01T12:36:50.342Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44077/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=de4af86e9801c72a11483f5854fdec7ab1f2d428 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:de4af86e9801c72a11483f5854fdec7ab1f2d428 hack/make.sh dynbinary test-docker-py
12:36:50 [2022-09-01T12:36:50.907Z] 
12:36:50 [2022-09-01T12:36:50.907Z] Removing bundles/
12:36:50 [2022-09-01T12:36:50.907Z] 
12:36:50 [2022-09-01T12:36:50.907Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:36:50 [2022-09-01T12:36:50.907Z] Building: bundles/dynbinary-daemon/dockerd
12:36:50 [2022-09-01T12:36:50.907Z] GOOS="" GOARCH="" GOARM=""
12:38:57 [2022-09-01T12:38:57.344Z] Created binary: bundles/dynbinary-daemon/dockerd
12:38:57 [2022-09-01T12:38:57.344Z] Building: bundles/dynbinary-daemon/docker-proxy
12:38:57 [2022-09-01T12:38:57.344Z] GOOS="" GOARCH="" GOARM=""
12:38:57 [2022-09-01T12:38:57.344Z] Created binary: bundles/dynbinary-daemon/docker-proxy
12:38:57 [2022-09-01T12:38:57.344Z] 
12:38:57 [2022-09-01T12:38:57.344Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:38:57 [2022-09-01T12:38:57.344Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:38:57 [2022-09-01T12:38:57.344Z] Using test binary docker
12:38:57 [2022-09-01T12:38:57.344Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:38:57 [2022-09-01T12:38:57.344Z] Not: starting.
12:38:57 [2022-09-01T12:38:57.344Z] INFO: Waiting for daemon to start...
12:38:57 [2022-09-01T12:38:57.344Z] Starting dockerd
12:38:57 [2022-09-01T12:38:57.344Z] .
12:38:57 [2022-09-01T12:38:57.344Z] INFO: Building docker-sdk-python3:5.0.3...
12:39:36 [2022-09-01T12:39:36.032Z] sha256:28561eee4999aa3153fc20b763e4017852fc5342ff98beab8a5f4488c6882a3b
12:39:36 [2022-09-01T12:39:36.032Z] INFO: Starting docker-py tests...
12:39:36 [2022-09-01T12:39:36.032Z] ============================= test session starts ==============================
12:39:36 [2022-09-01T12:39:36.032Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
12:39:36 [2022-09-01T12:39:36.032Z] rootdir: /src, inifile: pytest.ini
12:39:36 [2022-09-01T12:39:36.032Z] plugins: cov-2.6.1, timeout-1.3.3
12:39:36 [2022-09-01T12:39:36.032Z] collected 395 items / 2 deselected / 393 selected
12:39:36 [2022-09-01T12:39:36.032Z] 
12:39:49 [2022-09-01T12:39:49.966Z] tests/integration/api_build_test.py .......................X             [  6%]
12:39:50 [2022-09-01T12:39:50.786Z] tests/integration/api_client_test.py .....                               [  7%]
12:39:52 [2022-09-01T12:39:52.538Z] tests/integration/api_config_test.py ......                              [  8%]
12:40:22 [2022-09-01T12:40:22.175Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
12:41:15 [2022-09-01T12:41:15.725Z] .........................xx....................                          [ 29%]
12:41:31 [2022-09-01T12:41:31.929Z] tests/integration/api_exec_test.py .....................                 [ 34%]
12:41:39 [2022-09-01T12:41:39.431Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
12:41:44 [2022-09-01T12:41:44.036Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
12:42:00 [2022-09-01T12:42:00.261Z] tests/integration/api_network_test.py ............................       [ 47%]
12:42:09 [2022-09-01T12:42:09.994Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
12:42:11 [2022-09-01T12:42:11.486Z] tests/integration/api_secret_test.py .....                               [ 51%]
12:42:15 [2022-09-01T12:42:15.823Z] tests/integration/api_service_test.py .................................. [ 59%]
12:42:20 [2022-09-01T12:42:20.324Z] ............................                                             [ 66%]
12:43:01 [2022-09-01T12:43:01.216Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
12:43:19 [2022-09-01T12:43:19.266Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:43:19 [2022-09-01T12:43:19.266Z] tests/integration/client_test.py .....                                   [ 75%]
12:43:19 [2022-09-01T12:43:19.266Z] tests/integration/context_api_test.py ...                                [ 76%]
12:43:19 [2022-09-01T12:43:19.266Z] tests/integration/errors_test.py .                                       [ 76%]
12:43:38 [2022-09-01T12:43:38.068Z] tests/integration/models_containers_test.py ............................ [ 83%]
12:43:54 [2022-09-01T12:43:54.309Z] .........                                                                [ 85%]
12:43:59 [2022-09-01T12:43:59.649Z] tests/integration/models_images_test.py ...............                  [ 89%]
12:44:00 [2022-09-01T12:44:00.835Z] tests/integration/models_networks_test.py ....                           [ 90%]
12:44:07 [2022-09-01T12:44:07.376Z] tests/integration/models_nodes_test.py .                                 [ 90%]
12:44:07 [2022-09-01T12:44:07.376Z] tests/integration/models_resources_test.py .                             [ 91%]
12:44:13 [2022-09-01T12:44:13.449Z] tests/integration/models_services_test.py ................X.             [ 95%]
12:44:20 [2022-09-01T12:44:20.559Z] tests/integration/models_swarm_test.py ..                                [ 96%]
12:44:20 [2022-09-01T12:44:20.559Z] tests/integration/models_volumes_test.py ..                              [ 96%]
12:44:24 [2022-09-01T12:44:24.350Z] tests/integration/regression_test.py ......                              [ 98%]
12:44:24 [2022-09-01T12:44:24.866Z] tests/integration/credentials/store_test.py ......                       [ 99%]
12:44:24 [2022-09-01T12:44:24.866Z] tests/integration/credentials/utils_test.py .                            [100%]
12:44:24 [2022-09-01T12:44:24.866Z] 
12:44:24 [2022-09-01T12:44:24.866Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
12:44:24 [2022-09-01T12:44:24.866Z] =========================== short test summary info ============================
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:44:24 [2022-09-01T12:44:24.866Z]   CONFIG_RT_GROUP_SCHED isn't enabled
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:44:24 [2022-09-01T12:44:24.866Z]   Not supported on most drivers
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
12:44:24 [2022-09-01T12:44:24.866Z]   Output of docker top depends on host distro, and is not formalized.
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:44:24 [2022-09-01T12:44:24.866Z]   Output of docker top depends on host distro, and is not formalized.
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
12:44:24 [2022-09-01T12:44:24.866Z]   Can fail if eth0 has multiple IP addresses
12:44:24 [2022-09-01T12:44:24.866Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:44:24 [2022-09-01T12:44:24.866Z]   This doesn't seem to be taken into account by the engine
12:44:24 [2022-09-01T12:44:24.866Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
12:44:24 [2022-09-01T12:44:24.866Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:44:24 [2022-09-01T12:44:24.866Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.13 seconds ==
12:44:25 [2022-09-01T12:44:25.123Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
12:44:37 [2022-09-01T12:44:37.302Z] Leaving: AppArmorNo profiles have been unloaded.
12:44:37 [2022-09-01T12:44:37.303Z] 
12:44:37 [2022-09-01T12:44:37.303Z] Unloading profiles will leave already running processes permanently
12:44:37 [2022-09-01T12:44:37.303Z] unconfined, which can lead to unexpected situations.
12:44:37 [2022-09-01T12:44:37.303Z] 
12:44:37 [2022-09-01T12:44:37.303Z] To set a process to complain mode, use the command line tool
12:44:37 [2022-09-01T12:44:37.303Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:44:37 [2022-09-01T12:44:37.303Z]