20:20:07 20:19:59 STEP: Restarting Cilium
20:20:09
20:20:09 • Failure [252.421 seconds]
20:20:09 RuntimePrivilegedUnitTests
20:20:09 /home/jenkins/workspace/Ginkgo-CI-Tests-runtime-Pipeline/runtime-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:436
20:20:09 Run Tests [It]
20:20:09 /home/jenkins/workspace/Ginkgo-CI-Tests-runtime-Pipeline/runtime-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:471
20:20:09
20:20:09 Failed to run privileged unit tests
[2020-05-12T20:20:09.840Z] Expected command: sudo make -C /home/vagrant/go/src/github.com/cilium/cilium/ tests-privileged
[2020-05-12T20:20:09.840Z] To succeed, but it failed:
[2020-05-12T20:20:09.840Z] Exitcode: 1
[2020-05-12T20:20:09.840Z] Stdout:
[2020-05-12T20:20:09.840Z] make: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium'
[2020-05-12T20:20:09.840Z] # cilium-map-migrate is a dependency of some unit tests.
[2020-05-12T20:20:09.840Z] make -C bpf cilium-map-migrate
[2020-05-12T20:20:09.840Z] make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
[2020-05-12T20:20:09.840Z] make[1]: 'cilium-map-migrate' is up to date.
[2020-05-12T20:20:09.840Z] make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium/bpf'
[2020-05-12T20:20:09.840Z] make init-coverage
[2020-05-12T20:20:09.840Z] make[1]: Entering directory '/home/vagrant/go/src/github.com/cilium/cilium'
[2020-05-12T20:20:09.840Z] echo "mode: count" > coverage-all-tmp.out
[2020-05-12T20:20:09.840Z] echo "mode: count" > coverage.out
[2020-05-12T20:20:09.840Z] make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium'
[2020-05-12T20:20:09.840Z] 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 \
[2020-05-12T20:20:09.840Z] 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 ./... \
[2020-05-12T20:20:09.840Z] || exit 1; \
[2020-05-12T20:20:09.840Z] tail -n +2 coverage.out >> coverage-all-tmp.out; \
[2020-05-12T20:20:09.840Z] done
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: bpf_ipcache_get_test.go:58: BPFIPCacheGetSuite.TestGetLPMValue
[2020-05-12T20:20:09.840Z] PASS: bpf_ipcache_get_test.go:58: BPFIPCacheGetSuite.TestGetLPMValue 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: bpf_ipcache_get_test.go:32: BPFIPCacheGetSuite.TestGetPrefix
[2020-05-12T20:20:09.840Z] PASS: bpf_ipcache_get_test.go:32: BPFIPCacheGetSuite.TestGetPrefix 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: helpers_test.go:39: CMDHelpersSuite.TestExpandNestedJSON
[2020-05-12T20:20:09.840Z] PASS: helpers_test.go:39: CMDHelpersSuite.TestExpandNestedJSON 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: helpers_test.go:576: CMDHelpersSuite.TestParsePolicyUpdateArgsHelper
[2020-05-12T20:20:09.840Z] PASS: helpers_test.go:576: CMDHelpersSuite.TestParsePolicyUpdateArgsHelper 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: helpers_test.go:551: CMDHelpersSuite.TestParseTrafficString
[2020-05-12T20:20:09.840Z] PASS: helpers_test.go:551: CMDHelpersSuite.TestParseTrafficString 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] OK: 5 passed
[2020-05-12T20:20:09.840Z] --- PASS: Test (0.00s)
[2020-05-12T20:20:09.840Z] PASS
[2020-05-12T20:20:09.840Z] coverage: 2.6% of statements in ./...
[2020-05-12T20:20:09.840Z] ok github.com/cilium/cilium/cilium/cmd 0.101s coverage: 2.6% of statements in ./...
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: nodeport_linux_test.go:51: NodePortSuite.TestCheckNodePortAndEphemeralPortRanges
[2020-05-12T20:20:09.840Z] START: nodeport_linux_test.go:35: NodePortSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: nodeport_linux_test.go:35: NodePortSuite.SetUpTest 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: nodeport_linux_test.go:44: NodePortSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: nodeport_linux_test.go:44: NodePortSuite.TearDownTest 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: nodeport_linux_test.go:51: NodePortSuite.TestCheckNodePortAndEphemeralPortRanges 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: sysctl_linux_test.go:34: DaemonPrivilegedSuite.TestEnableIPForwarding
[2020-05-12T20:20:09.840Z] PASS: sysctl_linux_test.go:34: DaemonPrivilegedSuite.TestEnableIPForwarding 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] OK: 2 passed
[2020-05-12T20:20:09.840Z] --- PASS: Test (0.00s)
[2020-05-12T20:20:09.840Z] PASS
[2020-05-12T20:20:09.840Z] coverage: 2.0% of statements in ./...
[2020-05-12T20:20:09.840Z] ok github.com/cilium/cilium/daemon/cmd 0.693s coverage: 2.0% of statements in ./...
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: routing_test.go:40: ENIRoutingSuite.TestConfigure
[2020-05-12T20:20:09.840Z] Inside new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] Added dummy device
[2020-05-12T20:20:09.840Z] Cleaned up dummy device
[2020-05-12T20:20:09.840Z] Closed new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] Inside new network ns NS(3:4026532451)
[2020-05-12T20:20:09.840Z] Added dummy device
[2020-05-12T20:20:09.840Z] Cleaned up dummy device
[2020-05-12T20:20:09.840Z] Closed new network ns NS(3:4026532451)
[2020-05-12T20:20:09.840Z] Set back to previous network ns
[2020-05-12T20:20:09.840Z] PASS: routing_test.go:40: ENIRoutingSuite.TestConfigure 0.048s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: routing_test.go:54: ENIRoutingSuite.TestConfigureRoutewithIncompatibleIP
[2020-05-12T20:20:09.840Z] level=warning msg="Unable to configure rules and routes because IP is not an IPv4 address" endpointIP="fd00::2" subsys=eni-routing
[2020-05-12T20:20:09.840Z] PASS: routing_test.go:54: ENIRoutingSuite.TestConfigureRoutewithIncompatibleIP 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: routing_test.go:71: ENIRoutingSuite.TestDelete
[2020-05-12T20:20:09.840Z] valid IP addr matching rules
[2020-05-12T20:20:09.840Z] Inside new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] Added dummy device
[2020-05-12T20:20:09.840Z] Cleaned up dummy device
[2020-05-12T20:20:09.840Z] Closed new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] IP addr doesn't match rules
[2020-05-12T20:20:09.840Z] Inside new network ns NS(3:4026532451)
[2020-05-12T20:20:09.840Z] Added dummy device
[2020-05-12T20:20:09.840Z] level=warning msg="No rule matching found" rule="20: from all to 192.168.2.233/32 lookup main" subsys=eni-routing
[2020-05-12T20:20:09.840Z] Cleaned up dummy device
[2020-05-12T20:20:09.840Z] Closed new network ns NS(3:4026532451)
[2020-05-12T20:20:09.840Z] IP addr matches more than number expected
[2020-05-12T20:20:09.840Z] Inside new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] Added dummy device
[2020-05-12T20:20:09.840Z] 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
[2020-05-12T20:20:09.840Z] Cleaned up dummy device
[2020-05-12T20:20:09.840Z] Closed new network ns NS(3:4026532384)
[2020-05-12T20:20:09.840Z] PASS: routing_test.go:71: ENIRoutingSuite.TestDelete 1.679s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: routing_test.go:63: ENIRoutingSuite.TestDeleteRoutewithIncompatibleIP
[2020-05-12T20:20:09.840Z] level=warning msg="Unable to delete rules because IP is not an IPv4 address" endpointIP="fd00::2" subsys=eni-routing
[2020-05-12T20:20:09.840Z] PASS: routing_test.go:63: ENIRoutingSuite.TestDeleteRoutewithIncompatibleIP 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] OK: 4 passed
[2020-05-12T20:20:09.840Z] --- PASS: Test (1.73s)
[2020-05-12T20:20:09.840Z] PASS
[2020-05-12T20:20:09.840Z] coverage: 3.7% of statements in ./...
[2020-05-12T20:20:09.840Z] ok github.com/cilium/cilium/pkg/aws/eni/routing 1.766s coverage: 3.7% of statements in ./...
[2020-05-12T20:20:09.840Z] level=info msg="Detected mounted BPF filesystem at /sys/fs/bpf" subsys=bpf
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:250: BPFPrivilegedTestSuite.TestBasicManipulation
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:250: BPFPrivilegedTestSuite.TestBasicManipulation 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:519: BPFPrivilegedTestSuite.TestCheckAndUpgrade
[2020-05-12T20:20:09.840Z] level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_test_upgrade new=0 old=1 subsys=bpf
[2020-05-12T20:20:09.840Z] 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
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:519: BPFPrivilegedTestSuite.TestCheckAndUpgrade 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:479: BPFPrivilegedTestSuite.TestDeleteAll
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:479: BPFPrivilegedTestSuite.TestDeleteAll 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:319: BPFPrivilegedTestSuite.TestDump
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:319: BPFPrivilegedTestSuite.TestDump 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:390: BPFPrivilegedTestSuite.TestDumpReliablyWithCallback
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:390: BPFPrivilegedTestSuite.TestDumpReliablyWithCallback 0.086s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:99: BPFPrivilegedTestSuite.TestGetMapInfo
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:99: BPFPrivilegedTestSuite.TestGetMapInfo 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:514: BPFPrivilegedTestSuite.TestGetModel
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:514: BPFPrivilegedTestSuite.TestGetModel 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:113: BPFPrivilegedTestSuite.TestOpen
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:113: BPFPrivilegedTestSuite.TestOpen 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:140: BPFPrivilegedTestSuite.TestOpenMap
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:140: BPFPrivilegedTestSuite.TestOpenMap 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:159: BPFPrivilegedTestSuite.TestOpenOrCreate
[2020-05-12T20:20:09.840Z] level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_test new=0 old=1 subsys=bpf
[2020-05-12T20:20:09.840Z] 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
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:159: BPFPrivilegedTestSuite.TestOpenOrCreate 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:199: BPFPrivilegedTestSuite.TestOpenParallel
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:199: BPFPrivilegedTestSuite.TestOpenParallel 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: map_linux_test.go:561: BPFPrivilegedTestSuite.TestUnpin
[2020-05-12T20:20:09.840Z] PASS: map_linux_test.go:561: BPFPrivilegedTestSuite.TestUnpin 0.000s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] OK: 12 passed
[2020-05-12T20:20:09.840Z] --- PASS: Test (0.09s)
[2020-05-12T20:20:09.840Z] PASS
[2020-05-12T20:20:09.840Z] coverage: 7.2% of statements in ./...
[2020-05-12T20:20:09.840Z] ok github.com/cilium/cilium/pkg/bpf 1.217s coverage: 7.2% of statements in ./...
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: link_test.go:34: LinkSuite.TestDeleteByName
[2020-05-12T20:20:09.840Z] PASS: link_test.go:34: LinkSuite.TestDeleteByName 0.021s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: link_test.go:72: LinkSuite.TestRename
[2020-05-12T20:20:09.840Z] PASS: link_test.go:72: LinkSuite.TestRename 0.040s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] OK: 2 passed
[2020-05-12T20:20:09.840Z] --- PASS: Test (0.06s)
[2020-05-12T20:20:09.840Z] PASS
[2020-05-12T20:20:09.840Z] coverage: 90.0% of statements in ./...
[2020-05-12T20:20:09.840Z] ok github.com/cilium/cilium/pkg/datapath/link 0.065s coverage: 90.0% of statements in ./...
[2020-05-12T20:20:09.840Z] === RUN Test
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAgentRestartOptionChanges
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] level=warning msg="Flags mismatch for BPF map" file-path=/sys/fs/bpf/tc/globals/cilium_tunnel_map new=1 old=0 subsys=bpf
[2020-05-12T20:20:09.840Z] 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
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.601s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.045s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAgentRestartOptionChanges 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAuxiliaryPrefixes
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.002s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.044s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestAuxiliaryPrefixes 0.002s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateDirectRouting
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.044s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateDirectRouting 0.038s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateEncapsulation
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.049s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeUpdateEncapsulation 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeValidationDirectRouting
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.042s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestNodeValidationDirectRouting 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestSingleClusterPrefix
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.840Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.045s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.840Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestSingleClusterPrefix 0.001s
[2020-05-12T20:20:09.840Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestUpdateNodeRoute
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:103: linuxPrivilegedIPv6OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:125: linuxPrivilegedIPv6OnlyTestSuite.TearDownTest 0.047s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv6OnlyTestSuite.TestUpdateNodeRoute 0.104s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAgentRestartOptionChanges
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.050s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAgentRestartOptionChanges 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAuxiliaryPrefixes
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.046s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestAuxiliaryPrefixes 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateDirectRouting
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.047s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateDirectRouting 0.054s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateEncapsulation
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.002s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.532s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeUpdateEncapsulation 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeValidationDirectRouting
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.050s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestNodeValidationDirectRouting 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestSingleClusterPrefix
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.052s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestSingleClusterPrefix 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestUpdateNodeRoute
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:108: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:129: linuxPrivilegedIPv4OnlyTestSuite.TearDownTest 0.044s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4OnlyTestSuite.TestUpdateNodeRoute 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAgentRestartOptionChanges
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.050s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAgentRestartOptionChanges 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAuxiliaryPrefixes
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.036s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestAuxiliaryPrefixes 0.002s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateDirectRouting
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.040s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateDirectRouting 0.047s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateEncapsulation
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.044s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeUpdateEncapsulation 0.002s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeValidationDirectRouting
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.041s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestNodeValidationDirectRouting 0.002s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestSingleClusterPrefix
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.047s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestSingleClusterPrefix 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestUpdateNodeRoute
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:113: linuxPrivilegedIPv4AndIPv6TestSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: node_linux_test.go:133: linuxPrivilegedIPv4AndIPv6TestSuite.TearDownTest 0.043s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: <autogenerated>:1: linuxPrivilegedIPv4AndIPv6TestSuite.TestUpdateNodeRoute 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] OK: 21 passed
[2020-05-12T20:20:09.841Z] --- PASS: Test (2.34s)
[2020-05-12T20:20:09.841Z] PASS
[2020-05-12T20:20:09.841Z] coverage: 4.8% of statements in ./...
[2020-05-12T20:20:09.841Z] ok github.com/cilium/cilium/pkg/datapath/linux 2.390s coverage: 4.8% of statements in ./...
[2020-05-12T20:20:09.841Z] === RUN Test
[2020-05-12T20:20:09.841Z] START: config_test.go:109: ConfigSuite.TestWriteEndpointConfig
[2020-05-12T20:20:09.841Z] START: config_test.go:52: ConfigSuite.SetUpTest
[2020-05-12T20:20:09.841Z] level=info msg="Using autogenerated IPv4 allocation range" subsys=node v4Prefix=10.15.0.0/16
[2020-05-12T20:20:09.841Z] level=info msg="Using autogenerated IPv6 allocation range" subsys=node v6Prefix="f00d::a0f:0:0:0/96"
[2020-05-12T20:20:09.841Z] PASS: config_test.go:52: ConfigSuite.SetUpTest 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] Testing endpoint configuration: successful write to an in-memory buffer
[2020-05-12T20:20:09.841Z] Testing endpoint configuration: write to a failing writer
[2020-05-12T20:20:09.841Z] Testing IPv6 is disabled, endpoint does not have an IPv6 addr
[2020-05-12T20:20:09.841Z] Testing IPv6 is disabled, endpoint does have an IPv6 addr
[2020-05-12T20:20:09.841Z] Testing IPv6 is enabled
[2020-05-12T20:20:09.841Z] Testing IPv6 is enabled, endpoint does not have IPv6 address
[2020-05-12T20:20:09.841Z] START: config_test.go:60: ConfigSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:60: ConfigSuite.TearDownTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: config_test.go:109: ConfigSuite.TestWriteEndpointConfig 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: config_test.go:103: ConfigSuite.TestWriteNetdevConfig
[2020-05-12T20:20:09.841Z] START: config_test.go:52: ConfigSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:52: ConfigSuite.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] Testing netdev configuration: successful write to an in-memory buffer
[2020-05-12T20:20:09.841Z] Testing netdev configuration: write to a failing writer
[2020-05-12T20:20:09.841Z] START: config_test.go:60: ConfigSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:60: ConfigSuite.TearDownTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: config_test.go:103: ConfigSuite.TestWriteNetdevConfig 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: config_test.go:97: ConfigSuite.TestWriteNodeConfig
[2020-05-12T20:20:09.841Z] START: config_test.go:52: ConfigSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:52: ConfigSuite.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] Testing node configuration: successful write to an in-memory buffer
[2020-05-12T20:20:09.841Z] Testing node configuration: write to a failing writer
[2020-05-12T20:20:09.841Z] START: config_test.go:60: ConfigSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:60: ConfigSuite.TearDownTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: config_test.go:97: ConfigSuite.TestWriteNodeConfig 0.001s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: config_test.go:206: ConfigSuite.TestWriteStaticData
[2020-05-12T20:20:09.841Z] START: config_test.go:52: ConfigSuite.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:52: ConfigSuite.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] Ensuring config has cilium_policy_00042
[2020-05-12T20:20:09.841Z] Ensuring config has cilium_calls_00042
[2020-05-12T20:20:09.841Z] Ensuring config has 1/0x002a
[2020-05-12T20:20:09.841Z] START: config_test.go:60: ConfigSuite.TearDownTest
[2020-05-12T20:20:09.841Z] PASS: config_test.go:60: ConfigSuite.TearDownTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: config_test.go:206: ConfigSuite.TestWriteStaticData 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] OK: 4 passed
[2020-05-12T20:20:09.841Z] --- PASS: Test (0.01s)
[2020-05-12T20:20:09.841Z] PASS
[2020-05-12T20:20:09.841Z] coverage: 4.1% of statements in ./...
[2020-05-12T20:20:09.841Z] ok github.com/cilium/cilium/pkg/datapath/linux/config 0.061s coverage: 4.1% of statements in ./...
[2020-05-12T20:20:09.841Z] === RUN Test
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:55: IPSecSuitePrivileged.TestInvalidLoadKeys
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:55: IPSecSuitePrivileged.TestInvalidLoadKeys 1.560s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:69: IPSecSuitePrivileged.TestLoadKeys
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:69: IPSecSuitePrivileged.TestLoadKeys 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:50: IPSecSuitePrivileged.TestLoadKeysNoFile
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:50: IPSecSuitePrivileged.TestLoadKeysNoFile 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:124: IPSecSuitePrivileged.TestUpsertIPSecEndpoint
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:124: IPSecSuitePrivileged.TestUpsertIPSecEndpoint 0.021s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:78: IPSecSuitePrivileged.TestUpsertIPSecEquals
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:78: IPSecSuitePrivileged.TestUpsertIPSecEquals 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:173: IPSecSuitePrivileged.TestUpsertIPSecKeyMissing
[2020-05-12T20:20:09.841Z] START: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:45: IPSecSuitePrivileged.SetUpTest 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] PASS: ipsec_linux_test.go:173: IPSecSuitePrivileged.TestUpsertIPSecKeyMissing 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] OK: 6 passed
[2020-05-12T20:20:09.841Z] --- PASS: Test (1.58s)
[2020-05-12T20:20:09.841Z] PASS
[2020-05-12T20:20:09.841Z] coverage: 5.1% of statements in ./...
[2020-05-12T20:20:09.841Z] ok github.com/cilium/cilium/pkg/datapath/linux/ipsec 1.625s coverage: 5.1% of statements in ./...
[2020-05-12T20:20:09.841Z] === RUN Test
[2020-05-12T20:20:09.841Z] START: probes_privileged_test.go:50: ProbesPrivTestSuite.TestHelpers
[2020-05-12T20:20:09.841Z] PASS: probes_privileged_test.go:50: ProbesPrivTestSuite.TestHelpers 0.562s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: probes_privileged_test.go:44: ProbesPrivTestSuite.TestMapTypes
[2020-05-12T20:20:09.841Z] PASS: probes_privileged_test.go:44: ProbesPrivTestSuite.TestMapTypes 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: probes_privileged_test.go:38: ProbesPrivTestSuite.TestSystemConfigProbes
[2020-05-12T20:20:09.841Z] level=warning msg="CONFIG_CGROUP_BPF optional kernel parameter is not in kernel configuration" subsys=probes
[2020-05-12T20:20:09.841Z] level=warning msg="CONFIG_LWTUNNEL_BPF optional kernel parameter is not in kernel configuration" subsys=probes
[2020-05-12T20:20:09.841Z] PASS: probes_privileged_test.go:38: ProbesPrivTestSuite.TestSystemConfigProbes 0.000s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] START: probes_privileged_test.go:56: ProbesPrivTestSuite.TestWriteHeaders
[2020-05-12T20:20:09.841Z] PASS: probes_privileged_test.go:56: ProbesPrivTestSuite.TestWriteHeaders 1.065s
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] OK: 4 passed
[2020-05-12T20:20:09.841Z] --- PASS: Test (1.63s)
[2020-05-12T20:20:09.841Z] PASS
[2020-05-12T20:20:09.841Z] coverage: 3.1% of statements in ./...
[2020-05-12T20:20:09.841Z] ok github.com/cilium/cilium/pkg/datapath/linux/probes 1.662s coverage: 3.1% of statements in ./...
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z] Stderr:
[2020-05-12T20:20:09.841Z]
[2020-05-12T20:20:09.841Z]
20:20:09
20:20:09 /home/jenkins/workspace/Ginkgo-CI-Tests-runtime-Pipeline/runtime-gopath/src/github.com/cilium/cilium/test/runtime/privileged_tests.go:47
20:20:09 ------------------------------
20:20:09 RuntimeMonitorTest With Sample Containers
20:20:09 Cilium monitor verbose mode
20:20:09 /home/jenkins/workspace/Ginkgo-CI-Tests-runtime-Pipeline/runtime-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:471
20:20:09 20:20:09 STEP: Running BeforeAll block for RuntimeMonitorTest
20:20:12 20:20:11 STEP: Running BeforeEach block for RuntimeMonitorTest
20:20:12 20:20:11 STEP: Setting PolicyEnforcement=default
20:20:12 20:20:11 STEP: Running BeforeAll block for With Sample Containers
20:21:09 === Test Finished at 2020-05-12T20:21:06Z====
20:21:09 20:21:06 STEP: Running JustAfterEach block for RuntimeMonitorTest
20:21:09 20:21:07 STEP: Running AfterEach for block With Sample Containers
20:21:09 20:21:07 STEP: Running AfterEach for block EntireTestsuite
20:21:09 <Checks>
20:21:09 Number of "context deadline exceeded" in logs: 0
20:21:09 Number of "level=error" in logs: 0
20:21:09 Number of "level=warning" in logs: 0
20:21:09 Number of "Cilium API handler panicked" in logs: 0
20:21:09 ⚠️ Number of "Goroutine took lock for more than" in logs: 18
20:21:09 No errors/warnings found in logs
20:21:09
20:21:09 </Checks>
Seen on master branch but also from PRs: