Skip to content

Failed

Build / arm64 / Integration tests / arm64.integration.container.TestDaemonRestartIpcMode

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonRestartIpcMode
=== PAUSE TestDaemonRestartIpcMode
=== CONT  TestDaemonRestartIpcMode
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.755028457Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.756918557Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.757722966Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.758921993Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.759759599Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.760729166Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.761819764Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.763980186Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.765951704Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.766828768Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.767701614Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.768530465Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.769402245Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -n -L DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.770194543Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -N DOCKER]"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.771311381Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.771334306Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.772358477Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [daf0325e011ca] time="2024-04-24T15:21:56.772669839Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [daf0325e011ca] failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: ip6tables --wait -t nat -N DOCKER: ip6tables: Chain already exists.
    daemon.go:316: [daf0325e011ca]  (exit status 1)
    daemon_linux_test.go:98: [daf0325e011ca] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode/daf0325e011ca/root --exec-root /tmp/dxr/daf0325e011ca --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode/daf0325e011ca/docker.pid --userland-proxy=true --containerd-namespace daf0325e011ca --containerd-plugins-namespace daf0325e011cap --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/daf0325e011ca.sock --debug --storage-driver overlay2 --iptables=false --default-ipc-mode=private] : [daf0325e011ca] daemon exited during startup: exit status 1
--- FAIL: TestDaemonRestartIpcMode (0.50s)