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: [v1.11] Travis: node_manager_test.go (ENISuite.TestNodeManagerMinAllocateAndPreallocate) #23495

Closed
qmonnet opened this issue Jan 31, 2023 · 4 comments
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.

Comments

@qmonnet
Copy link
Member

qmonnet commented Jan 31, 2023

CI failure

[...]
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Resolving IP deficit of node" available=10 availableForAllocation=8 availableInterfaces=2 instanceID=i-testNodeManagerMinAllocateAndPreallocate-1 maxIPsToAllocate=1 name=node2 neededIPs=1 remainingInterfaces=2 selectedInterface=d95657f0-1ffe-4fb5-a978-595c1dabe3d3 selectedPoolID=s-1 subsys=ipam used=10
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni

----------------------------------------------------------------------
FAIL: node_manager_test.go:382: ENISuite.TestNodeManagerMinAllocateAndPreallocate

node_manager_test.go:420:
    c.Assert(node.Stats().AvailableIPs, check.Equals, 11)
... obtained int = 12
... expected int = 11

level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Discovered new CiliumNode custom resource" name=node3 subsys=ipam
level=info msg="Resolving IP deficit of node" available=0 availableForAllocation=14 availableInterfaces=4 instanceID=i-testNodeManagerReleaseAddress-1 maxIPsToAllocate=13 name=node3 neededIPs=10 remainingInterfaces=4 selectedInterface=9ee50415-a747-4b1a-8810-2dcaf45d5666 selectedPoolID=s-1 subsys=ipam used=0
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Resolving IP deficit of node" available=13 availableForAllocation=1 availableInterfaces=4 instanceID=i-testNodeManagerReleaseAddress-1 maxIPsToAllocate=5 name=node3 neededIPs=2 remainingInterfaces=4 selectedInterface=9ee50415-a747-4b1a-8810-2dcaf45d5666 selectedPoolID=s-1 subsys=ipam used=13
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Resolving IP deficit of node" available=14 availableForAllocation=0 availableInterfaces=3 instanceID=i-testNodeManagerReleaseAddress-1 maxIPsToAllocate=4 name=node3 neededIPs=1 remainingInterfaces=3 selectedInterface= selectedPoolID= subsys=ipam used=13
level=info msg="No more IPs available, creating new ENI" addresses=4 instanceID=i-testNodeManagerReleaseAddress-1 name=node3 securityGroupIDs="[sg1 sg2]" subnetID=s-1 subsys=ipam
level=info msg="Created new ENI" addresses=4 eniID=b9d37b43-4515-4761-a0bc-1c2b9eed38fa instanceID=i-testNodeManagerReleaseAddress-1 name=node3 securityGroupIDs="[sg1 sg2]" subnetID=s-1 subsys=ipam
level=info msg="Attached ENI to instance" addresses=4 attachmentID= eniID=b9d37b43-4515-4761-a0bc-1c2b9eed38fa index=1 instanceID=i-testNodeManagerReleaseAddress-1 name=node3 securityGroupIDs="[sg1 sg2]" subnetID=s-1 subsys=ipam
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
level=info msg="Releasing excess IPs from node" available=18 excess=3 excessIps="[10.235.196.114 10.106.12.58 10.218.34.170]" instanceID=i-testNodeManagerReleaseAddress-1 name=node3 releasing="[10.235.196.114 10.106.12.58 10.218.34.170]" selectedInterface=9ee50415-a747-4b1a-8810-2dcaf45d5666 selectedPoolID=s-1 subsys=ipam used=10
level=info msg="Synchronized ENI information" numInstances=1 numSecurityGroups=2 numSubnets=1 numVPCs=1 subsys=eni
OOPS: 14 passed, 1 skipped, 1 FAILED
--- FAIL: Test (6.27s)
FAIL
coverage: 3.9% of statements in ./...
FAIL	github.com/cilium/cilium/pkg/aws/eni	6.352s
FAIL
make: *** [Makefile:206: integration-tests] Error 1
The command "./.travis/build.sh" exited with 2.

Backport PR didn't touch to that package or any dependencies as far as I can tell.

@qmonnet qmonnet added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! labels Jan 31, 2023
@qmonnet qmonnet changed the title CI: [v1.11] node_manager_test.go (ENISuite.TestNodeManagerMinAllocateAndPreallocate) CI: [v1.11] Travis: node_manager_test.go (ENISuite.TestNodeManagerMinAllocateAndPreallocate) Feb 1, 2023
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale. label Apr 3, 2023
@qmonnet
Copy link
Member Author

qmonnet commented Apr 3, 2023

Looks like this was hit just 4 days ago. Let's not close it yet.

@qmonnet qmonnet removed the stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale. label Apr 3, 2023
@github-actions
Copy link

github-actions bot commented Jun 3, 2023

This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale. label Jun 3, 2023
@github-actions
Copy link

This issue has not seen any activity since it was marked stale.
Closing.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2023
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! stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.
Projects
None yet
Development

No branches or pull requests

2 participants
@qmonnet and others