Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: RuntimePrivilegedUnitTests Run Tests fails with exit code 1 #10838

Closed
joestringer opened this issue Apr 2, 2020 · 6 comments · Fixed by #11515
Closed

CI: RuntimePrivilegedUnitTests Run Tests fails with exit code 1 #10838

joestringer opened this issue Apr 2, 2020 · 6 comments · Fixed by #11515
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! needs/triage This issue requires triaging to establish severity and next steps.

Comments

@joestringer
Copy link
Member

RuntimePrivilegedUnitTests Run Tests

Flaked out on PR #10766:
https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/18481/testReport/junit/(root)/Suite-runtime/RuntimePrivilegedUnitTests_Run_Tests/

[ea302cad_RuntimePrivilegedUnitTests_Run_Tests.zip](https://github.com/cilium/cilium/files/4424131/ea302cad_RuntimePrivilegedUnitTests_Run_Tests.zip

Stacktrace

/home/jenkins/workspace/Cilium-PR-Ginkgo-Tests-Validated/runtime-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:430
Failed to run privileged unit tests
Expected command: sudo make -C /home/vagrant/go/src/github.com/cilium/cilium/ tests-privileged 
To succeed, but it failed:
Exitcode: 1 
Stdout:
 	 make: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium'
	 # cilium-map-migrate is a dependency of some unit tests.
	 make  -C bpf cilium-map-migrate
	 make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
	 make[1]: 'cilium-map-migrate' is up to date.
	 make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
	 CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/cilium/cmd -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/daemon/cmd -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/bpf -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/link -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/linux -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/linux/config -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/linux/ipsec -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/linux/probes -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/linux/route -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/datapath/loader -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/fqdn/dnsproxy -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/maps/ctmap -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/maps/eppolicymap -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/maps/policymap -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/modules -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/mtu -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;  CGO_ENABLED=0 go test -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" github.com/cilium/cilium/pkg/sysctl -test.v -timeout 360s -check.vv -tags=privileged_tests || exit 1;
	 
Stderr:
 	 

/home/jenkins/workspace/Cilium-PR-Ginkgo-Tests-Validated/runtime-gopath/src/github.com/cilium/cilium/test/runtime/privileged_tests.go:47

Standard Output

Standard Error

=== Test Finished at 2020-04-02T21:03:26Z====

[[ATTACHMENT|ea302cad_RuntimePrivilegedUnitTests_Run_Tests.zip]]
STEP: Restarting Cilium
@joestringer joestringer added area/CI Continuous Integration testing issue or flake needs/triage This issue requires triaging to establish severity and next steps. labels Apr 2, 2020
@joestringer
Copy link
Member Author

No recent reports. If you observe this behaviour, please reopen or open a new issue.

@tklauser tklauser reopened this May 12, 2020
@tklauser
Copy link
Member

Not quite sure whether it is the same failure: https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/72/consoleFull (on #11471)

@tklauser tklauser added this to Daily Flakes in 1.8 CI May 12, 2020
@tklauser tklauser added this to To Do (1.8 - Daily Flakes) in CI Force May 12, 2020
@tklauser tklauser added the ci/flake This is a known failure that occurs in the tree. Please investigate me! label May 12, 2020
@tklauser
Copy link
Member

Seen this once more on the runtime tests: https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/76/

@sayboras
Copy link
Member

Similar failure here as well I think https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/64/consoleFull (on #11468)

CI Force automation moved this from To Do (1.8 - Daily Flakes) to Fixed / Done May 13, 2020
@pchaigno
Copy link
Member

I don't think #11515 fixed it. I just saw it at https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/104/consoleFull.

Full output here in case Jenkins deletes it.
01:29:32.939  RuntimePrivilegedUnitTests 
01:29:32.939    Run Tests
01:29:32.939    /home/jenkins/workspace/Cilium-PR-Runtime-4.9/runtime-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:471
01:29:32.939  11:17:58 STEP: Running BeforeAll block for RuntimePrivilegedUnitTests
01:33:41.639  FAIL: Failed to run privileged unit tests
01:33:41.639  Expected command: sudo make -C /home/vagrant/go/src/github.com/cilium/cilium/ tests-privileged 
01:33:41.639  To succeed, but it failed:
01:33:41.639  Exitcode: 1 
01:33:41.639  Stdout:
01:33:41.639   	 make: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium'
01:33:41.639  	 # cilium-map-migrate is a dependency of some unit tests.
01:33:41.639  	 make  -C bpf cilium-map-migrate
01:33:41.639  	 make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
01:33:41.639  	 make[1]: 'cilium-map-migrate' is up to date.
01:33:41.639  	 make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
01:33:41.639  	 make init-coverage
01:33:41.639  	 make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium'
01:33:41.639  	 echo "mode: count" > coverage-all-tmp.out
01:33:41.639  	 echo "mode: count" > coverage.out
01:33:41.639  	 make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium'
01:33:41.639  	 for pkg in github.com/cilium/cilium/cilium/cmd github.com/cilium/cilium/daemon/cmd github.com/cilium/cilium/pkg/aws/eni/routing github.com/cilium/cilium/pkg/bpf github.com/cilium/cilium/pkg/datapath/link github.com/cilium/cilium/pkg/datapath/linux github.com/cilium/cilium/pkg/datapath/linux/config github.com/cilium/cilium/pkg/datapath/linux/ipsec github.com/cilium/cilium/pkg/datapath/linux/probes github.com/cilium/cilium/pkg/datapath/linux/route github.com/cilium/cilium/pkg/datapath/loader github.com/cilium/cilium/pkg/fqdn/dnsproxy github.com/cilium/cilium/pkg/maps/ctmap github.com/cilium/cilium/pkg/maps/eppolicymap github.com/cilium/cilium/pkg/maps/policymap github.com/cilium/cilium/pkg/modules github.com/cilium/cilium/pkg/mtu github.com/cilium/cilium/pkg/sysctl; do \
01:33:41.639  	 	PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/vagrant/go/src/github.com/cilium/cilium/bpf go test  -mod=vendor -ldflags "-X github.com/cilium/cilium/pkg/kvstore.consulDummyAddress=https://consul:8443 -X github.com/cilium/cilium/pkg/kvstore.etcdDummyAddress=http://etcd:4002 -X github.com/cilium/cilium/pkg/testutils.CiliumRootDir=/home/vagrant/go/src/github.com/cilium/cilium -X github.com/cilium/cilium/pkg/datapath.DatapathSHA=1234567890abcdef7890" $pkg -test.v -timeout 360s -check.vv -tags=privileged_tests -coverprofile=coverage.out -covermode=count -coverpkg ./... \
01:33:41.639  	 	|| exit 1; \
01:33:41.639  	 	tail -n +2 coverage.out >> coverage-all-tmp.out; \
01:33:41.639  	 done
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: bpf_ipcache_get_test.go:58: BPFIPCacheGetSuite.TestGetLPMValue
01:33:41.639  	 PASS: bpf_ipcache_get_test.go:58: BPFIPCacheGetSuite.TestGetLPMValue	0.000s
01:33:41.639  	 
01:33:41.639  	 START: bpf_ipcache_get_test.go:32: BPFIPCacheGetSuite.TestGetPrefix
01:33:41.639  	 PASS: bpf_ipcache_get_test.go:32: BPFIPCacheGetSuite.TestGetPrefix	0.001s
01:33:41.639  	 
01:33:41.639  	 START: helpers_test.go:39: CMDHelpersSuite.TestExpandNestedJSON
01:33:41.639  	 PASS: helpers_test.go:39: CMDHelpersSuite.TestExpandNestedJSON	0.001s
01:33:41.639  	 
01:33:41.639  	 START: helpers_test.go:576: CMDHelpersSuite.TestParsePolicyUpdateArgsHelper
01:33:41.639  	 PASS: helpers_test.go:576: CMDHelpersSuite.TestParsePolicyUpdateArgsHelper	0.000s
01:33:41.639  	 
01:33:41.639  	 START: helpers_test.go:551: CMDHelpersSuite.TestParseTrafficString
01:33:41.639  	 PASS: helpers_test.go:551: CMDHelpersSuite.TestParseTrafficString	0.000s
01:33:41.639  	 
01:33:41.639  	 OK: 5 passed
01:33:41.639  	 --- PASS: Test (0.00s)
01:33:41.639  	 PASS
01:33:41.639  	 coverage: 2.6% of statements in ./...
01:33:41.639  	 ok  	github.com/cilium/cilium/cilium/cmd	0.078s	coverage: 2.6% of statements in ./...
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: nodeport_linux_test.go:51: NodePortSuite.TestCheckNodePortAndEphemeralPortRanges
01:33:41.639  	 START: nodeport_linux_test.go:35: NodePortSuite.SetUpTest
01:33:41.639  	 PASS: nodeport_linux_test.go:35: NodePortSuite.SetUpTest	0.000s
01:33:41.639  	 
01:33:41.639  	 START: nodeport_linux_test.go:44: NodePortSuite.TearDownTest
01:33:41.639  	 PASS: nodeport_linux_test.go:44: NodePortSuite.TearDownTest	0.000s
01:33:41.639  	 
01:33:41.639  	 PASS: nodeport_linux_test.go:51: NodePortSuite.TestCheckNodePortAndEphemeralPortRanges	0.001s
01:33:41.639  	 
01:33:41.639  	 START: sysctl_linux_test.go:34: DaemonPrivilegedSuite.TestEnableIPForwarding
01:33:41.639  	 PASS: sysctl_linux_test.go:34: DaemonPrivilegedSuite.TestEnableIPForwarding	0.000s
01:33:41.639  	 
01:33:41.639  	 OK: 2 passed
01:33:41.639  	 --- PASS: Test (0.00s)
01:33:41.639  	 PASS
01:33:41.639  	 coverage: 2.0% of statements in ./...
01:33:41.639  	 ok  	github.com/cilium/cilium/daemon/cmd	0.108s	coverage: 2.0% of statements in ./...
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: routing_test.go:40: ENIRoutingSuite.TestConfigure
01:33:41.639  	 Inside new network ns NS(3:4026532384)
01:33:41.639  	 Added dummy device
01:33:41.639  	 Cleaned up dummy device
01:33:41.639  	 Closed new network ns NS(3:4026532384)
01:33:41.639  	 Inside new network ns NS(3:4026532451)
01:33:41.639  	 Added dummy device
01:33:41.639  	 Cleaned up dummy device
01:33:41.639  	 Closed new network ns NS(3:4026532451)
01:33:41.639  	 Set back to previous network ns
01:33:41.639  	 PASS: routing_test.go:40: ENIRoutingSuite.TestConfigure	0.050s
01:33:41.639  	 
01:33:41.639  	 START: routing_test.go:54: ENIRoutingSuite.TestConfigureRoutewithIncompatibleIP
01:33:41.639  	 level=warning msg="Unable to configure rules and routes because IP is not an IPv4 address" endpointIP="fd00::2" subsys=eni-routing
01:33:41.639  	 PASS: routing_test.go:54: ENIRoutingSuite.TestConfigureRoutewithIncompatibleIP	0.000s
01:33:41.639  	 
01:33:41.639  	 START: routing_test.go:71: ENIRoutingSuite.TestDelete
01:33:41.639  	 valid IP addr matching rules
01:33:41.639  	 Inside new network ns NS(3:4026532384)
01:33:41.639  	 Added dummy device
01:33:41.639  	 Cleaned up dummy device
01:33:41.639  	 Closed new network ns NS(3:4026532384)
01:33:41.639  	 IP addr doesn't match rules
01:33:41.639  	 Inside new network ns NS(3:4026532451)
01:33:41.639  	 Added dummy device
01:33:41.639  	 level=warning msg="No rule matching found" rule="20: from all to 192.168.2.233/32 lookup main" subsys=eni-routing
01:33:41.639  	 Cleaned up dummy device
01:33:41.639  	 Closed new network ns NS(3:4026532451)
01:33:41.639  	 IP addr matches more than number expected
01:33:41.639  	 Inside new network ns NS(3:4026532384)
01:33:41.639  	 Added dummy device
01:33:41.639  	 level=warning msg="Found too many rules matching, skipping deletion" candidates="[ip rule 20: from <nil> table 254 ip rule 20: from 192.168.2.123/32 table 254]" rule="20: from all to 192.168.2.233/32 lookup main" subsys=eni-routing
01:33:41.639  	 Cleaned up dummy device
01:33:41.639  	 Closed new network ns NS(3:4026532384)
01:33:41.639  	 PASS: routing_test.go:71: ENIRoutingSuite.TestDelete	0.959s
01:33:41.639  	 
01:33:41.639  	 START: routing_test.go:63: ENIRoutingSuite.TestDeleteRoutewithIncompatibleIP
01:33:41.639  	 level=warning msg="Unable to delete rules because IP is not an IPv4 address" endpointIP="fd00::2" subsys=eni-routing
01:33:41.639  	 PASS: routing_test.go:63: ENIRoutingSuite.TestDeleteRoutewithIncompatibleIP	0.000s
01:33:41.639  	 
01:33:41.639  	 OK: 4 passed
01:33:41.639  	 --- PASS: Test (1.01s)
01:33:41.639  	 PASS
01:33:41.639  	 coverage: 3.7% of statements in ./...
01:33:41.639  	 ok  	github.com/cilium/cilium/pkg/aws/eni/routing	1.045s	coverage: 3.7% of statements in ./...
01:33:41.639  	 level=info msg="Detected mounted BPF filesystem at /sys/fs/bpf" subsys=bpf
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: map_linux_test.go:250: BPFPrivilegedTestSuite.TestBasicManipulation
01:33:41.639  	 PASS: map_linux_test.go:250: BPFPrivilegedTestSuite.TestBasicManipulation	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:519: BPFPrivilegedTestSuite.TestCheckAndUpgrade
01:33:41.639  	 level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_test_upgrade new=0 old=1 subsys=bpf
01:33:41.639  	 level=warning msg="Removing map to allow for property upgrade (expect map data loss)" file-path=/sys/fs/bpf/tc/globals/cilium_test_upgrade subsys=bpf
01:33:41.639  	 PASS: map_linux_test.go:519: BPFPrivilegedTestSuite.TestCheckAndUpgrade	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:479: BPFPrivilegedTestSuite.TestDeleteAll
01:33:41.639  	 PASS: map_linux_test.go:479: BPFPrivilegedTestSuite.TestDeleteAll	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:319: BPFPrivilegedTestSuite.TestDump
01:33:41.639  	 PASS: map_linux_test.go:319: BPFPrivilegedTestSuite.TestDump	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:390: BPFPrivilegedTestSuite.TestDumpReliablyWithCallback
01:33:41.639  	 PASS: map_linux_test.go:390: BPFPrivilegedTestSuite.TestDumpReliablyWithCallback	0.089s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:99: BPFPrivilegedTestSuite.TestGetMapInfo
01:33:41.639  	 PASS: map_linux_test.go:99: BPFPrivilegedTestSuite.TestGetMapInfo	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:514: BPFPrivilegedTestSuite.TestGetModel
01:33:41.639  	 PASS: map_linux_test.go:514: BPFPrivilegedTestSuite.TestGetModel	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:113: BPFPrivilegedTestSuite.TestOpen
01:33:41.639  	 PASS: map_linux_test.go:113: BPFPrivilegedTestSuite.TestOpen	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:140: BPFPrivilegedTestSuite.TestOpenMap
01:33:41.639  	 PASS: map_linux_test.go:140: BPFPrivilegedTestSuite.TestOpenMap	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:159: BPFPrivilegedTestSuite.TestOpenOrCreate
01:33:41.639  	 level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_test new=0 old=1 subsys=bpf
01:33:41.639  	 level=warning msg="Removing map to allow for property upgrade (expect map data loss)" file-path=/sys/fs/bpf/tc/globals/cilium_test subsys=bpf
01:33:41.639  	 PASS: map_linux_test.go:159: BPFPrivilegedTestSuite.TestOpenOrCreate	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:199: BPFPrivilegedTestSuite.TestOpenParallel
01:33:41.639  	 PASS: map_linux_test.go:199: BPFPrivilegedTestSuite.TestOpenParallel	0.000s
01:33:41.639  	 
01:33:41.639  	 START: map_linux_test.go:561: BPFPrivilegedTestSuite.TestUnpin
01:33:41.639  	 PASS: map_linux_test.go:561: BPFPrivilegedTestSuite.TestUnpin	0.000s
01:33:41.639  	 
01:33:41.639  	 OK: 12 passed
01:33:41.639  	 --- PASS: Test (0.09s)
01:33:41.639  	 PASS
01:33:41.639  	 coverage: 7.2% of statements in ./...
01:33:41.639  	 ok  	github.com/cilium/cilium/pkg/bpf	0.681s	coverage: 7.2% of statements in ./...
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: link_test.go:34: LinkSuite.TestDeleteByName
01:33:41.639  	 PASS: link_test.go:34: LinkSuite.TestDeleteByName	0.033s
01:33:41.639  	 
01:33:41.639  	 START: link_test.go:72: LinkSuite.TestRename
01:33:41.639  	 PASS: link_test.go:72: LinkSuite.TestRename	0.044s
01:33:41.639  	 
01:33:41.639  	 OK: 2 passed
01:33:41.639  	 --- PASS: Test (0.08s)
01:33:41.639  	 PASS
01:33:41.639  	 coverage: 90.0% of statements in ./...
01:33:41.639  	 ok  	github.com/cilium/cilium/pkg/datapath/link	0.081s	coverage: 90.0% of statements in ./...
01:33:41.639  	 === RUN   Test
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAgentRestartOptionChanges
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_tunnel_map new=1 old=0 subsys=bpf
01:33:41.639  	 level=warning msg="Removing map to allow for property upgrade (expect map data loss)" file-path=/sys/fs/bpf/tc/globals/cilium_tunnel_map subsys=bpf
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.551s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.556s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAgentRestartOptionChanges	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAuxiliaryPrefixes
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.045s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAuxiliaryPrefixes	0.002s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateDirectRouting
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.044s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateDirectRouting	0.043s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateEncapsulation
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.049s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateEncapsulation	0.002s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeValidationDirectRouting
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.046s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeValidationDirectRouting	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestSingleClusterPrefix
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.054s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestSingleClusterPrefix	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestUpdateNodeRoute
01:33:41.639  	 START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest	0.046s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestUpdateNodeRoute	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAgentRestartOptionChanges
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.046s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAgentRestartOptionChanges	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAuxiliaryPrefixes
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.046s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAuxiliaryPrefixes	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateDirectRouting
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.192s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateDirectRouting	0.039s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateEncapsulation
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.045s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateEncapsulation	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeValidationDirectRouting
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.639  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.639  	 
01:33:41.639  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.639  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.041s
01:33:41.639  	 
01:33:41.639  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeValidationDirectRouting	0.001s
01:33:41.639  	 
01:33:41.639  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestSingleClusterPrefix
01:33:41.639  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.046s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestSingleClusterPrefix	0.001s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestUpdateNodeRoute
01:33:41.640  	 START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest	0.041s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestUpdateNodeRoute	0.001s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAgentRestartOptionChanges
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.110s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAgentRestartOptionChanges	0.001s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAuxiliaryPrefixes
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.044s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAuxiliaryPrefixes	0.001s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateDirectRouting
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.056s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateDirectRouting	0.043s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateEncapsulation
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.002s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.044s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateEncapsulation	0.005s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeValidationDirectRouting
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.554s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeValidationDirectRouting	0.001s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestSingleClusterPrefix
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.002s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.044s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestSingleClusterPrefix	0.002s
01:33:41.640  	 
01:33:41.640  	 START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestUpdateNodeRoute
01:33:41.640  	 START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
01:33:41.640  	 PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest	0.001s
01:33:41.640  	 
01:33:41.640  	 START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
01:33:41.640  	 PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest	0.045s
01:33:41.640  	 
01:33:41.640  	 PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestUpdateNodeRoute	0.001s
01:33:41.640  	 
01:33:41.640  	 OK: 21 passed
01:33:41.640  	 --- PASS: Test (2.92s)
01:33:41.640  	 PASS
01:33:41.640  	 coverage: 4.8% of statements in ./...
01:33:41.640  	 ok  	github.com/cilium/cilium/pkg/datapath/linux	3.476s	coverage: 4.8% of statements in ./...
01:33:41.640  	 
01:33:41.640  Stderr:
01:33:41.640   	 
01:33:41.640  
01:33:41.640  === Test Finished at 2020-05-13T11:22:00Z====

@pchaigno pchaigno reopened this May 13, 2020
CI Force automation moved this from Fixed / Done to In Progress (Cilium) May 13, 2020
@tklauser
Copy link
Member

Looks like #11512 is tracking this as well. I'd propose to close this as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! needs/triage This issue requires triaging to establish severity and next steps.
Projects
No open projects
1.8 CI
Daily Flakes
CI Force
  
Fixed / Done
Development

Successfully merging a pull request may close this issue.

4 participants