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

test failed in CI: wicketd::mod integration_tests::inventory::test_inventory #6441

Closed
smklein opened this issue Aug 26, 2024 · 1 comment
Closed
Labels
Test Flake Tests that work. Wait, no. Actually yes. Hang on. Something is broken.

Comments

@smklein
Copy link
Collaborator

smklein commented Aug 26, 2024

This test failed on a CI run on: #6436

https://github.com/oxidecomputer/omicron/pull/6436/checks?check_run_id=29271446167

Log showing the specific test failure:

https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5635

Excerpt from the log showing the failure:

[5635](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5635)	2024-08-26T20:34:09.358Z	--- STDERR:              wicketd::mod integration_tests::inventory::test_inventory ---
[5636](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5636)	2024-08-26T20:34:09.358Z	log file: /var/tmp/omicron_tmp/mod-6b580b299207563f-test_inventory.21631.0.log
[5637](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5637)	2024-08-26T20:34:09.358Z	note: configured to log to "/var/tmp/omicron_tmp/mod-6b580b299207563f-test_inventory.21631.0.log"
[5638](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5638)	2024-08-26T20:34:09.358Z	thread 'integration_tests::inventory::test_inventory' panicked at wicketd/tests/integration_tests/inventory.rs:84:9:
[5639](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5639)	2024-08-26T20:34:09.358Z	assertion `left == right` failed
[5640](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5640)	2024-08-26T20:34:09.358Z	  left: []
[5641](https://buildomat.eng.oxide.computer/wg/0/details/01J6824NWR91EACYP2M3X6ERNC/YhgO8gN1boHbxhuPpAhQL7CE1B9b7cKvMKAiXzKsr6YIkSRA/01J6825E0R2YMGYPBQGNZD8M4J#S5641)	2024-08-26T20:34:09.358Z	 right: [BootstrapSledDescription { id: SpIdentifier { slot: 0, type_: Sled }, baseboard: Gimlet { identifier: "SimGimlet00", model: "i86pc", revision: 0 }, bootstrap_ip: None }, BootstrapSledDescription { id: SpIdentifier { slot: 1, type_: Sled }, baseboard: Gimlet { identifier: "SimGimlet01", model: "i86pc", revision: 0 }, bootstrap_ip: None }]
@smklein smklein added the Test Flake Tests that work. Wait, no. Actually yes. Hang on. Something is broken. label Aug 26, 2024
@jgallagher
Copy link
Contributor

Pretty sure this is #6300 - please reopen if I'm wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Flake Tests that work. Wait, no. Actually yes. Hang on. Something is broken.
Projects
None yet
Development

No branches or pull requests

4 participants
@jgallagher @smklein and others