Skip to content

Failed

Build / arm64 / Integration tests / arm64.integration.daemon.TestDaemonProxy/reload_sanitized

Failing for the past 1 build (Since Failed #1 )
Took 0.5 sec.

Error Message

Failed

Stacktrace

=== RUN   TestDaemonProxy/reload_sanitized
=== PAUSE TestDaemonProxy/reload_sanitized
=== CONT  TestDaemonProxy/reload_sanitized
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.201223843Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst ::1/128 -j DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.203181503Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.204804506Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.205713865Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.206558863Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.207381602Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.208144526Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.208985586Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.210697580Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.211415074Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.212179704Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.214013806Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.215185100Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.215994973Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.216868746Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.216886830Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.217848577Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.217864963Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=de68ccf3d46f2
    daemon.go:316: [de68ccf3d46f2] time="2024-04-23T18:46:12.218137672Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [de68ccf3d46f2] failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: cannot create new chains, EnableIPTable is disabled
    daemon_test.go:373: [de68ccf3d46f2] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/reload_sanitized/de68ccf3d46f2/root --exec-root /tmp/dxr/de68ccf3d46f2 --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/reload_sanitized/de68ccf3d46f2/docker.pid --userland-proxy=true --containerd-namespace de68ccf3d46f2 --containerd-plugins-namespace de68ccf3d46f2p --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/de68ccf3d46f2.sock --debug --storage-driver overlay2 --iptables=false --http-proxy https://myuser:mypassword@example.org --https-proxy https://myuser:mypassword@example.org --no-proxy example.com] : [de68ccf3d46f2] daemon exited during startup: exit status 1
    --- FAIL: TestDaemonProxy/reload_sanitized (0.50s)