Skip to content

Console Output

21:32:48 [2020-01-29T21:32:48.383Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40433/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6ae27c79ec18e1a7b57259db2c1a885e9e9a0ac -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 docker:a6ae27c79ec18e1a7b57259db2c1a885e9e9a0ac hack/make.sh dynbinary-daemon test-docker-py
21:32:48 [2020-01-29T21:32:48.987Z] 
21:32:48 [2020-01-29T21:32:48.987Z] Removing bundles/
21:32:48 [2020-01-29T21:32:48.987Z] 
21:32:48 [2020-01-29T21:32:48.987Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
21:32:48 [2020-01-29T21:32:48.987Z] Building: bundles/dynbinary-daemon/dockerd-dev
21:32:48 [2020-01-29T21:32:48.987Z] GOOS="" GOARCH="" GOARM=""
21:34:10 [2020-01-29T21:34:10.599Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
21:34:10 [2020-01-29T21:34:10.599Z] 
21:34:10 [2020-01-29T21:34:10.599Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
21:34:10 [2020-01-29T21:34:10.599Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
21:34:10 [2020-01-29T21:34:10.599Z] Using test binary docker
21:34:10 [2020-01-29T21:34:10.599Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
21:34:10 [2020-01-29T21:34:10.599Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
21:34:10 [2020-01-29T21:34:10.599Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
21:34:10 [2020-01-29T21:34:10.599Z] Warning failed to create cache: (null)
21:34:10 [2020-01-29T21:34:10.599Z] .
21:34:10 [2020-01-29T21:34:10.599Z] INFO: Waiting for daemon to start...
21:34:10 [2020-01-29T21:34:10.599Z] Starting dockerd
21:34:10 [2020-01-29T21:34:10.599Z] .
21:34:10 [2020-01-29T21:34:10.599Z] INFO: Building docker-sdk-python3:4.1.0...
21:34:57 [2020-01-29T21:34:57.588Z] sha256:c03f5158ef64d41688452064b62d4e5161f2db89ed7e615d1599a02323db94d7
21:34:57 [2020-01-29T21:34:57.588Z] INFO: Starting docker-py tests...
21:34:57 [2020-01-29T21:34:57.588Z] ============================= test session starts ==============================
21:34:57 [2020-01-29T21:34:57.588Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1
21:34:57 [2020-01-29T21:34:57.588Z] rootdir: /src, inifile: pytest.ini
21:34:57 [2020-01-29T21:34:57.588Z] plugins: timeout-1.3.3, cov-2.6.1
21:34:57 [2020-01-29T21:34:57.588Z] collected 385 items / 3 deselected / 382 selected
21:34:57 [2020-01-29T21:34:57.588Z] 
21:35:16 [2020-01-29T21:35:16.276Z] tests/integration/api_build_test.py .......................X             [  6%]
21:35:16 [2020-01-29T21:35:16.878Z] tests/integration/api_client_test.py .....                               [  7%]
21:35:18 [2020-01-29T21:35:18.411Z] tests/integration/api_config_test.py .....                               [  8%]
21:35:53 [2020-01-29T21:35:53.076Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
21:36:56 [2020-01-29T21:36:56.158Z] ................................................                         [ 29%]
21:37:15 [2020-01-29T21:37:15.039Z] tests/integration/api_exec_test.py ....................                  [ 35%]
21:37:22 [2020-01-29T21:37:22.904Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
21:37:26 [2020-01-29T21:37:26.861Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
21:37:48 [2020-01-29T21:37:48.184Z] tests/integration/api_network_test.py ...........................        [ 47%]
21:37:55 [2020-01-29T21:37:55.567Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
21:37:57 [2020-01-29T21:37:57.715Z] tests/integration/api_secret_test.py .....                               [ 52%]
21:38:01 [2020-01-29T21:38:01.936Z] tests/integration/api_service_test.py ................s................. [ 60%]
21:38:14 [2020-01-29T21:38:14.726Z] .........................                                                [ 67%]
21:38:53 [2020-01-29T21:38:53.033Z] tests/integration/api_swarm_test.py .ssss.xs...x.......                  [ 72%]
21:39:08 [2020-01-29T21:39:08.324Z] tests/integration/api_volume_test.py .........                           [ 74%]
21:39:10 [2020-01-29T21:39:10.288Z] tests/integration/client_test.py .....                                   [ 76%]
21:39:10 [2020-01-29T21:39:10.847Z] tests/integration/errors_test.py .                                       [ 76%]
21:39:47 [2020-01-29T21:39:47.032Z] tests/integration/models_containers_test.py ............................ [ 83%]
21:40:05 [2020-01-29T21:40:05.239Z] .........                                                                [ 86%]
21:40:10 [2020-01-29T21:40:10.213Z] tests/integration/models_images_test.py ..............                   [ 89%]
21:40:11 [2020-01-29T21:40:11.559Z] tests/integration/models_networks_test.py ....                           [ 90%]
21:40:18 [2020-01-29T21:40:18.163Z] tests/integration/models_nodes_test.py .                                 [ 91%]
21:40:18 [2020-01-29T21:40:18.418Z] tests/integration/models_resources_test.py .                             [ 91%]
21:40:25 [2020-01-29T21:40:25.123Z] tests/integration/models_services_test.py ..............X.               [ 95%]
21:40:28 [2020-01-29T21:40:28.227Z] tests/integration/models_swarm_test.py ..                                [ 96%]
21:40:28 [2020-01-29T21:40:28.227Z] tests/integration/models_volumes_test.py ..                              [ 96%]
21:40:32 [2020-01-29T21:40:32.639Z] tests/integration/regression_test.py ......                              [ 98%]
21:40:32 [2020-01-29T21:40:32.935Z] tests/integration/credentials/store_test.py ......                       [ 99%]
21:40:32 [2020-01-29T21:40:32.935Z] tests/integration/credentials/utils_test.py .                            [100%]
21:40:32 [2020-01-29T21:40:32.935Z] 
21:40:32 [2020-01-29T21:40:32.935Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
21:40:32 [2020-01-29T21:40:32.935Z] =========================== short test summary info ============================
21:40:32 [2020-01-29T21:40:32.935Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
21:40:32 [2020-01-29T21:40:32.935Z]   CONFIG_RT_GROUP_SCHED isn't enabled
21:40:32 [2020-01-29T21:40:32.935Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
21:40:32 [2020-01-29T21:40:32.935Z]   Not supported on most drivers
21:40:32 [2020-01-29T21:40:32.935Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
21:40:32 [2020-01-29T21:40:32.935Z]   Can fail if eth0 has multiple IP addresses
21:40:32 [2020-01-29T21:40:32.935Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
21:40:32 [2020-01-29T21:40:32.935Z]   This doesn't seem to be taken into account by the engine
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
21:40:32 [2020-01-29T21:40:32.935Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
21:40:32 [2020-01-29T21:40:32.935Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 339.53 seconds ==
21:40:33 [2020-01-29T21:40:33.190Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
21:40:45 [2020-01-29T21:40:45.849Z] umount: bundles/test-docker-py/root: mountpoint not found
21:40:45 [2020-01-29T21:40:45.849Z] Clearing AppArmor profiles cache:.
21:40:45 [2020-01-29T21:40:45.849Z] All profile caches have been cleared, but no profiles have been unloaded.
21:40:45 [2020-01-29T21:40:45.849Z] Unloading profiles will leave already running processes permanently
21:40:45 [2020-01-29T21:40:45.849Z] unconfined, which can lead to unexpected situations.
21:40:45 [2020-01-29T21:40:45.849Z] 
21:40:45 [2020-01-29T21:40:45.849Z] To set a process to complain mode, use the command line tool
21:40:45 [2020-01-29T21:40:45.849Z] 'aa-complain'. To really tear down all profiles, run the init script
21:40:45 [2020-01-29T21:40:45.849Z] with the 'teardown' option."
21:40:45 [2020-01-29T21:40:45.849Z]