Skip to content

Failed

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

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonProxy/environment_variables
=== PAUSE TestDaemonProxy/environment_variables
=== CONT  TestDaemonProxy/environment_variables
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.157858293Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.158684199Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.159426028Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.160252771Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.160995290Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.161742813Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.162486743Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.163206656Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.163960079Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.164697568Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.165495651Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -n -L DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.166252544Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -N DOCKER]"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.167086589Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.167105165Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.168219887Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.168222594Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=dc382845084be
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.168561641Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [dc382845084be] time="2024-04-24T15:22:13.168838379Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=dc382845084bep
    daemon.go:316: [dc382845084be] 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: [dc382845084be]  (exit status 1)
    daemon_test.go:215: [dc382845084be] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/environment_variables/dc382845084be/root --exec-root /tmp/dxr/dc382845084be --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/environment_variables/dc382845084be/docker.pid --userland-proxy=true --containerd-namespace dc382845084be --containerd-plugins-namespace dc382845084bep --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/dc382845084be.sock --debug --storage-driver overlay2 --iptables=false] : [dc382845084be] daemon exited during startup: exit status 1
    --- FAIL: TestDaemonProxy/environment_variables (0.50s)