Skip to content

Failed

Build / arm64 / Integration tests / arm64.integration.plugin.logging.TestDaemonStartWithLogOpt

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonStartWithLogOpt
=== PAUSE TestDaemonStartWithLogOpt
=== CONT  TestDaemonStartWithLogOpt
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.519584347Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.520329129Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.521143251Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.521880566Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.522618637Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.523341422Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.524095861Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.524851785Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.525571813Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.526346732Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.527067408Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -n -L DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.527821108Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -N DOCKER]"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.528567523Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.528585279Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.529585487Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.529609511Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=daf2b763ac891
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.529911418Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [daf2b763ac891] time="2024-04-24T15:26:36.530209362Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=daf2b763ac891p
    daemon.go:316: [daf2b763ac891] 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: [daf2b763ac891]  (exit status 1)
    validation_test.go:26: [daf2b763ac891] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt/daf2b763ac891/root --exec-root /tmp/dxr/daf2b763ac891 --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt/daf2b763ac891/docker.pid --userland-proxy=true --containerd-namespace daf2b763ac891 --containerd-plugins-namespace daf2b763ac891p --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/daf2b763ac891.sock --debug --storage-driver overlay2 --iptables=false] : [daf2b763ac891] daemon exited during startup: exit status 1
--- FAIL: TestDaemonStartWithLogOpt (0.50s)