Skip to content

Failed

Build / arm64 / Integration tests / arm64.integration.daemon.TestDaemonProxy/command-line_options

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonProxy/command-line_options
=== PAUSE TestDaemonProxy/command-line_options
=== CONT  TestDaemonProxy/command-line_options
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.201887552Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst ::1/128 -j DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.202967361Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.204607267Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.205517019Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.206369435Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.207232968Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.207987162Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.208827763Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.210852827Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.211584269Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.212321363Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.213677967Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.214405282Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.215349462Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.216168410Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.216192902Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.217236543Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=d06b0f7b30227
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.217260378Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [d06b0f7b30227] time="2024-04-23T18:46:12.217583622Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [d06b0f7b30227] 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:251: [d06b0f7b30227] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/command-line_options/d06b0f7b30227/root --exec-root /tmp/dxr/d06b0f7b30227 --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/command-line_options/d06b0f7b30227/docker.pid --userland-proxy=true --containerd-namespace d06b0f7b30227 --containerd-plugins-namespace d06b0f7b30227p --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/d06b0f7b30227.sock --debug --storage-driver overlay2 --iptables=false --http-proxy http://127.0.0.1:41485 --https-proxy http://127.0.0.1:41485 --no-proxy example.com] : [d06b0f7b30227] daemon exited during startup: exit status 1
    --- FAIL: TestDaemonProxy/command-line_options (0.50s)