Skip to content

Failed

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

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

Error Message

Failed

Stacktrace

=== RUN   TestDaemonProxy/environment_variables
=== PAUSE TestDaemonProxy/environment_variables
=== CONT  TestDaemonProxy/environment_variables
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.216720031Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst ::1/128 -j DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.217555298Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.218395046Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D PREROUTING]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.219180870Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -D OUTPUT]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.219935712Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -F DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.220646461Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t nat -X DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.221340602Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.222078452Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.222786280Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.223505151Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.224304276Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.225020874Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.225733871Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -F DOCKER-ISOLATION]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.226427939Z" level=debug msg="/usr/sbin/ip6tables, [--wait -t filter -X DOCKER-ISOLATION]"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.227093593Z" level=debug msg="daemon configured with a 15 seconds minimum shutdown timeout"
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.227108058Z" level=debug msg="start clean shutdown of all containers with a 15 seconds timeout..."
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.228013987Z" level=debug msg="Cleaning up old mountid : start."
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.228016654Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=daa96afa46578
    daemon.go:316: [daa96afa46578] time="2024-04-23T18:46:12.228446119Z" level=debug msg="Cleaning up old mountid : done."
    daemon.go:316: [daa96afa46578] 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:215: [daa96afa46578] failed to start daemon with arguments [--data-root /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/environment_variables/daa96afa46578/root --exec-root /tmp/dxr/daa96afa46578 --pidfile /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonProxy/environment_variables/daa96afa46578/docker.pid --userland-proxy=true --containerd-namespace daa96afa46578 --containerd-plugins-namespace daa96afa46578p --containerd /var/run/docker/containerd/containerd.sock --host unix:///tmp/docker-integration/daa96afa46578.sock --debug --storage-driver overlay2 --iptables=false] : [daa96afa46578] daemon exited during startup: exit status 1
    --- FAIL: TestDaemonProxy/environment_variables (0.50s)