Skip to content

Failed

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

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonProxy/configuration_file
=== PAUSE TestDaemonProxy/configuration_file
=== CONT  TestDaemonProxy/configuration_file
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.164573386Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.165356141Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.166093745Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -n -L DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.166938317Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -n -L DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.167661537Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -N DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.168415223Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING -m addrtype --dst-type LOCAL -j DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.169389146Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst ::1/128 -j DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.170296954Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.171203966Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.172050007Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.172838580Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.173564319Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.174299314Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.174322017Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.175328318Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.175360850Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=df67d47587eb3
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.175654080Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [df67d47587eb3] time="2024-04-24T15:22:13.175933255Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=df67d47587eb3p
    daemon.go:316: [df67d47587eb3] failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create FILTER chain DOCKER: iptables failed: ip6tables --wait -t filter -N DOCKER: ip6tables: Chain already exists.
    daemon.go:316: [df67d47587eb3]  (exit status 1)
    daemon_test.go:308: [df67d47587eb3] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/configuration_file/df67d47587eb3/root --exec-root /tmp/dxr/df67d47587eb3 --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/configuration_file/df67d47587eb3/docker.pid --userland-proxy=true --containerd-namespace df67d47587eb3 --containerd-plugins-namespace df67d47587eb3p --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/df67d47587eb3.sock --debug --storage-driver overlay2 --iptables=false --config-file /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/configuration_file/df67d47587eb3/root/daemon.json] : [df67d47587eb3] daemon exited during startup: exit status 1
    --- FAIL: TestDaemonProxy/configuration_file (0.50s)