Skip to content

Console Output

01:16:51 [2019-10-14T01:16:51.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39931/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ccfcb987fd58410f14d849650256c13801a918f3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ccfcb987fd58410f14d849650256c13801a918f3 hack/make.sh dynbinary-daemon test-docker-py
01:16:51 [2019-10-14T01:16:51.900Z] 
01:16:51 [2019-10-14T01:16:51.900Z] Removing bundles/
01:16:51 [2019-10-14T01:16:51.900Z] 
01:16:51 [2019-10-14T01:16:51.900Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
01:16:51 [2019-10-14T01:16:51.900Z] Building: bundles/dynbinary-daemon/dockerd-dev
01:16:51 [2019-10-14T01:16:51.900Z] GOOS="" GOARCH="" GOARM=""
01:18:13 [2019-10-14T01:18:13.294Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
01:18:13 [2019-10-14T01:18:13.294Z] 
01:18:13 [2019-10-14T01:18:13.294Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
01:18:13 [2019-10-14T01:18:13.294Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
01:18:13 [2019-10-14T01:18:13.294Z] Using test binary docker
01:18:13 [2019-10-14T01:18:13.294Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
01:18:13 [2019-10-14T01:18:13.294Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
01:18:13 [2019-10-14T01:18:13.294Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
01:18:13 [2019-10-14T01:18:13.294Z] Warning failed to create cache: (null)
01:18:13 [2019-10-14T01:18:13.294Z] .
01:18:13 [2019-10-14T01:18:13.294Z] INFO: Waiting for daemon to start...
01:18:13 [2019-10-14T01:18:13.294Z] Starting dockerd
01:18:13 [2019-10-14T01:18:13.294Z] .
01:18:13 [2019-10-14T01:18:13.294Z] INFO: Building docker-sdk-python3:4.1.0...
01:18:59 [2019-10-14T01:18:59.931Z] sha256:843b88b052cd4beabba742131222f4451dadb4b21c2bf781bc42d618bfa12407
01:18:59 [2019-10-14T01:18:59.931Z] INFO: Starting docker-py tests...
01:18:59 [2019-10-14T01:18:59.931Z] ============================= test session starts ==============================
01:18:59 [2019-10-14T01:18:59.931Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0
01:18:59 [2019-10-14T01:18:59.931Z] rootdir: /src, inifile: pytest.ini
01:18:59 [2019-10-14T01:18:59.931Z] plugins: timeout-1.3.3, cov-2.6.1
01:18:59 [2019-10-14T01:18:59.931Z] collected 385 items / 5 deselected / 380 selected
01:18:59 [2019-10-14T01:18:59.931Z] 
01:19:15 [2019-10-14T01:19:15.652Z] tests/integration/api_build_test.py ......................X              [  6%]
01:19:16 [2019-10-14T01:19:16.215Z] tests/integration/api_client_test.py .....                               [  7%]
01:19:18 [2019-10-14T01:19:18.267Z] tests/integration/api_config_test.py .....                               [  8%]
01:19:51 [2019-10-14T01:19:51.750Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
01:20:52 [2019-10-14T01:20:52.451Z] ................................................                         [ 29%]
01:21:10 [2019-10-14T01:21:10.309Z] tests/integration/api_exec_test.py ....................                  [ 35%]
01:21:18 [2019-10-14T01:21:18.263Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
01:21:23 [2019-10-14T01:21:23.598Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
01:21:43 [2019-10-14T01:21:43.927Z] tests/integration/api_network_test.py ...........................        [ 47%]
01:21:54 [2019-10-14T01:21:54.759Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
01:21:55 [2019-10-14T01:21:55.688Z] tests/integration/api_secret_test.py .....                               [ 51%]
01:22:00 [2019-10-14T01:22:00.611Z] tests/integration/api_service_test.py ................s................. [ 60%]
01:22:14 [2019-10-14T01:22:14.328Z] .........................                                                [ 67%]
01:22:52 [2019-10-14T01:22:52.470Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
01:23:07 [2019-10-14T01:23:07.313Z] tests/integration/api_volume_test.py .........                           [ 74%]
01:23:09 [2019-10-14T01:23:09.832Z] tests/integration/client_test.py .....                                   [ 75%]
01:23:10 [2019-10-14T01:23:10.087Z] tests/integration/errors_test.py .                                       [ 76%]
01:23:49 [2019-10-14T01:23:49.369Z] tests/integration/models_containers_test.py ............................ [ 83%]
01:24:07 [2019-10-14T01:24:07.978Z] .........                                                                [ 85%]
01:24:15 [2019-10-14T01:24:15.654Z] tests/integration/models_images_test.py ...............                  [ 89%]
01:24:17 [2019-10-14T01:24:17.278Z] tests/integration/models_networks_test.py ....                           [ 90%]
01:24:23 [2019-10-14T01:24:23.818Z] tests/integration/models_nodes_test.py .                                 [ 91%]
01:24:23 [2019-10-14T01:24:23.818Z] tests/integration/models_resources_test.py .                             [ 91%]
01:24:29 [2019-10-14T01:24:29.883Z] tests/integration/models_services_test.py ..............X.               [ 95%]
01:24:33 [2019-10-14T01:24:33.142Z] tests/integration/models_swarm_test.py ..                                [ 96%]
01:24:33 [2019-10-14T01:24:33.143Z] tests/integration/models_volumes_test.py ..                              [ 96%]
01:24:37 [2019-10-14T01:24:37.716Z] tests/integration/regression_test.py ......                              [ 98%]
01:24:37 [2019-10-14T01:24:37.973Z] tests/integration/credentials/store_test.py ......                       [ 99%]
01:24:37 [2019-10-14T01:24:37.973Z] tests/integration/credentials/utils_test.py .                            [100%]
01:24:37 [2019-10-14T01:24:37.973Z] 
01:24:37 [2019-10-14T01:24:37.973Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
01:24:37 [2019-10-14T01:24:37.973Z] =========================== short test summary info ============================
01:24:37 [2019-10-14T01:24:37.973Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
01:24:37 [2019-10-14T01:24:37.973Z]   CONFIG_RT_GROUP_SCHED isn't enabled
01:24:37 [2019-10-14T01:24:37.973Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
01:24:37 [2019-10-14T01:24:37.973Z]   Not supported on most drivers
01:24:37 [2019-10-14T01:24:37.973Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
01:24:37 [2019-10-14T01:24:37.973Z]   This doesn't seem to be taken into account by the engine
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
01:24:37 [2019-10-14T01:24:37.973Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
01:24:37 [2019-10-14T01:24:37.973Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 344.80 seconds ==
01:24:38 [2019-10-14T01:24:38.230Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
01:24:50 [2019-10-14T01:24:50.404Z] Clearing AppArmor profiles cache:.
01:24:50 [2019-10-14T01:24:50.404Z] All profile caches have been cleared, but no profiles have been unloaded.
01:24:50 [2019-10-14T01:24:50.404Z] Unloading profiles will leave already running processes permanently
01:24:50 [2019-10-14T01:24:50.404Z] unconfined, which can lead to unexpected situations.
01:24:50 [2019-10-14T01:24:50.404Z] 
01:24:50 [2019-10-14T01:24:50.404Z] To set a process to complain mode, use the command line tool
01:24:50 [2019-10-14T01:24:50.404Z] 'aa-complain'. To really tear down all profiles, run the init script
01:24:50 [2019-10-14T01:24:50.404Z] with the 'teardown' option."
01:24:50 [2019-10-14T01:24:50.404Z]