balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
23 stars 6 forks source link

jetson-tx2 OS suite failing on SV check #827

Open acostach opened 1 year ago

acostach commented 1 year ago

jetson-tx2 test suite passes the HUP and the cloud checks, however, fails in the OS suite in the container health-check test:

https://jenkins.product-os.io/job/leviathan-v2-template/4498/consoleFull

enkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:24:56.867Z][a80ef30-os] Waiting for supervisor to be reachable before local push...
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:25:31.901Z][a80ef30-os] Waiting for supervisor to be reachable before local push...
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.947Z][a80ef30-os] # Subtest: Container healthcheck test
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.947Z][a80ef30-os] not ok 1 - Condition async () => { console.log('Waiting for supervisor to be reachable before local push...') return ( (await rp({ method: 'GET', uri: http://${ip}:48484/ping, timeout: 5000 })) === 'OK' ); } timed out
jenkins-leviathan-v2-template-4498-client-1 | ---
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.947Z][a80ef30-os] stack: |
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.947Z][a80ef30-os] } timed out
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] _waitUntil (lib/common/utils.js:103:11)
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] _waitUntil (lib/common/utils.js:118:11)
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] Object.waitUntil (lib/common/utils.js:121:3)
jenkins-leviathan-v2-template-4498-client-1 | Worker.pushContainerToDUT (lib/common/worker.js:519:3)
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] Proxy.run (/data/suite/tests/container-healthcheck/index.js:25:17)
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] test: Container healthcheck test
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.948Z][a80ef30-os] ...
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.959Z][a80ef30-os]
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.960Z][a80ef30-os] Bail out! Condition async () => {
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.967Z][a80ef30-os] Bail out! Condition async () => {
jenkins-leviathan-v2-template-4498-client-1 | [2022-09-08T03:26:06.967Z][a80ef30-os] Test suite completed. Tearing down now.
acostach commented 1 year ago

Internal thread https://jel.ly.fish/thread-02c17f9c-819e-4ace-9cba-1968445e668f

rcooke-warwick commented 1 year ago

resolved by https://github.com/balena-os/leviathan/pull/829