Skip to content

Console Output

06:42:49 [2022-03-01T06:42:49.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary test-docker-py
06:42:50 [2022-03-01T06:42:50.031Z] 
06:42:50 [2022-03-01T06:42:50.289Z] Removing bundles/
06:42:50 [2022-03-01T06:42:50.289Z] 
06:42:50 [2022-03-01T06:42:50.289Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
06:42:50 [2022-03-01T06:42:50.289Z] Building: bundles/dynbinary-daemon/dockerd-dev
06:42:50 [2022-03-01T06:42:50.289Z] GOOS="" GOARCH="" GOARM=""
06:44:26 [2022-03-01T06:44:26.728Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
06:44:26 [2022-03-01T06:44:26.729Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
06:44:26 [2022-03-01T06:44:26.729Z] GOOS="" GOARCH="" GOARM=""
06:44:26 [2022-03-01T06:44:26.729Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
06:44:26 [2022-03-01T06:44:26.729Z] 
06:44:26 [2022-03-01T06:44:26.729Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
06:44:26 [2022-03-01T06:44:26.729Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
06:44:26 [2022-03-01T06:44:26.729Z] Using test binary docker
06:44:26 [2022-03-01T06:44:26.729Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
06:44:26 [2022-03-01T06:44:26.729Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
06:44:26 [2022-03-01T06:44:26.729Z] INFO: Waiting for daemon to start...
06:44:26 [2022-03-01T06:44:26.729Z] Starting dockerd
06:44:26 [2022-03-01T06:44:26.729Z] .
06:44:26 [2022-03-01T06:44:26.729Z] INFO: Building docker-sdk-python3:5.0.3...
06:45:13 [2022-03-01T06:45:13.396Z] sha256:035af024f9a7bdf361e4bbceb964289b76db703170a7ac320fe32c68191c1166
06:45:13 [2022-03-01T06:45:13.396Z] INFO: Starting docker-py tests...
06:45:13 [2022-03-01T06:45:13.396Z] ============================= test session starts ==============================
06:45:13 [2022-03-01T06:45:13.396Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
06:45:13 [2022-03-01T06:45:13.396Z] rootdir: /src, inifile: pytest.ini
06:45:13 [2022-03-01T06:45:13.396Z] plugins: timeout-1.3.3, cov-2.6.1
06:45:13 [2022-03-01T06:45:13.396Z] collected 395 items / 2 deselected / 393 selected
06:45:13 [2022-03-01T06:45:13.396Z] 
06:45:23 [2022-03-01T06:45:23.570Z] tests/integration/api_build_test.py .......................X             [  6%]
06:45:24 [2022-03-01T06:45:24.401Z] tests/integration/api_client_test.py .....                               [  7%]
06:45:25 [2022-03-01T06:45:25.905Z] tests/integration/api_config_test.py ......                              [  8%]
06:45:55 [2022-03-01T06:45:55.940Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
06:46:49 [2022-03-01T06:46:49.347Z] .........................xx....................                          [ 29%]
06:47:05 [2022-03-01T06:47:05.342Z] tests/integration/api_exec_test.py .....................                 [ 34%]
06:47:12 [2022-03-01T06:47:12.817Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
06:47:17 [2022-03-01T06:47:17.684Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
06:47:34 [2022-03-01T06:47:34.239Z] tests/integration/api_network_test.py ............................       [ 47%]
06:47:44 [2022-03-01T06:47:44.029Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
06:47:45 [2022-03-01T06:47:45.535Z] tests/integration/api_secret_test.py .....                               [ 51%]
06:47:49 [2022-03-01T06:47:49.494Z] tests/integration/api_service_test.py .................................. [ 59%]
06:48:05 [2022-03-01T06:48:05.395Z] ............................                                             [ 66%]
06:48:43 [2022-03-01T06:48:43.990Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
06:48:59 [2022-03-01T06:48:59.125Z] tests/integration/api_volume_test.py .........                           [ 74%]
06:49:01 [2022-03-01T06:49:01.028Z] tests/integration/client_test.py .....                                   [ 75%]
06:49:01 [2022-03-01T06:49:01.287Z] tests/integration/context_api_test.py ...                                [ 76%]
06:49:01 [2022-03-01T06:49:01.855Z] tests/integration/errors_test.py .                                       [ 76%]
06:49:20 [2022-03-01T06:49:20.343Z] tests/integration/models_containers_test.py ............................ [ 83%]
06:49:36 [2022-03-01T06:49:36.643Z] .........                                                                [ 85%]
06:49:42 [2022-03-01T06:49:42.370Z] tests/integration/models_images_test.py ...............                  [ 89%]
06:49:43 [2022-03-01T06:49:43.566Z] tests/integration/models_networks_test.py ....                           [ 90%]
06:49:50 [2022-03-01T06:49:50.128Z] tests/integration/models_nodes_test.py .                                 [ 90%]
06:49:50 [2022-03-01T06:49:50.128Z] tests/integration/models_resources_test.py .                             [ 91%]
06:49:51 [2022-03-01T06:49:51.890Z] tests/integration/models_services_test.py ................X.             [ 95%]
06:49:54 [2022-03-01T06:49:54.643Z] tests/integration/models_swarm_test.py ..                                [ 96%]
06:49:54 [2022-03-01T06:49:54.902Z] tests/integration/models_volumes_test.py ..                              [ 96%]
06:49:58 [2022-03-01T06:49:58.874Z] tests/integration/regression_test.py ......                              [ 98%]
06:49:59 [2022-03-01T06:49:59.132Z] tests/integration/credentials/store_test.py ......                       [ 99%]
06:49:59 [2022-03-01T06:49:59.132Z] tests/integration/credentials/utils_test.py .                            [100%]
06:49:59 [2022-03-01T06:49:59.132Z] 
06:49:59 [2022-03-01T06:49:59.132Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
06:49:59 [2022-03-01T06:49:59.132Z] =========================== short test summary info ============================
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
06:49:59 [2022-03-01T06:49:59.132Z]   CONFIG_RT_GROUP_SCHED isn't enabled
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
06:49:59 [2022-03-01T06:49:59.132Z]   Not supported on most drivers
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
06:49:59 [2022-03-01T06:49:59.132Z]   Output of docker top depends on host distro, and is not formalized.
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
06:49:59 [2022-03-01T06:49:59.132Z]   Output of docker top depends on host distro, and is not formalized.
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
06:49:59 [2022-03-01T06:49:59.132Z]   Can fail if eth0 has multiple IP addresses
06:49:59 [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
06:49:59 [2022-03-01T06:49:59.132Z]   This doesn't seem to be taken into account by the engine
06:49:59 [2022-03-01T06:49:59.132Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
06:49:59 [2022-03-01T06:49:59.133Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
06:49:59 [2022-03-01T06:49:59.133Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.83 seconds ==
06:49:59 [2022-03-01T06:49:59.391Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
06:50:11 [2022-03-01T06:50:11.591Z] Leaving: AppArmorNo profiles have been unloaded.
06:50:11 [2022-03-01T06:50:11.591Z] 
06:50:11 [2022-03-01T06:50:11.591Z] Unloading profiles will leave already running processes permanently
06:50:11 [2022-03-01T06:50:11.591Z] unconfined, which can lead to unexpected situations.
06:50:11 [2022-03-01T06:50:11.591Z] 
06:50:11 [2022-03-01T06:50:11.591Z] To set a process to complain mode, use the command line tool
06:50:11 [2022-03-01T06:50:11.591Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
06:50:11 [2022-03-01T06:50:11.591Z]