Do Not Review: debug kind e2e tests#3903
Do Not Review: debug kind e2e tests#3903HirazawaUi wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: HirazawaUi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
a66d7f3 to
2905fec
Compare
ef45486 to
7a71a97
Compare
|
|
||
| docker ps -a | ||
|
|
||
| docker exec -it kind-worker journalctl -n 2000 |
There was a problem hiding this comment.
we dump this kind of logs to $ARTIFACTS already, click the "artifacts" link at the top of the job results and browse there
There was a problem hiding this comment.
There was a problem hiding this comment.
Yes, but that only includes the logs before kind delete cluster. I’d like to get the logs after kind delete cluster to figure out what’s blocking it :)
d7a12f5 to
4ebdb37
Compare
This seems to indicate that systemd needs to clean up all services and cgroups when it terminates, I will try to compile a containerd without the null pointer bug and attempt it again. |
cce6559 to
c14e42e
Compare
|
After performing some simple fixes, I found that the systemd status of some kind nodes is not "degraded," yet I still cannot clean up the kind nodes. This might indicate that my previous assumptions were not accurate and further verification is needed. |
|
@HirazawaUi: Reopened this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
71fc719 to
052d8f1
Compare
|
I resolved the issue by not passing containerd's context to the |
2d57c4a to
ce1a71a
Compare
|
I'm working on upgrading containerd again in #3920, though IIRC some more fixes are not coming until 2.1.x |
Yes, I have used the latest version of containerd, but I got the same result. I have opened a PR in the containerd repository to fix it :) |
|
/retest |
3b84d3e to
2155088
Compare
|
/retest |
1 similar comment
|
/retest |
|
@HirazawaUi: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
I've finally fixed this issue in the runc repo. Truly appreciate @BenTheElder's patient assistance - thank you so much! /close |
|
@HirazawaUi: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Based on the context of the Slack discussion, I’m trying to debug the e2e tests for kind.
ref: https://kubernetes.slack.com/archives/C09QZ4DQB/p1743347042802559