eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

criu-ubi-portable-restore_test_0_FAILED Error response from daemon: manifest not found: manifest unknown: The named manifest is not known to the registry. #15958

Open JasonFengJ9 opened 2 years ago

JasonFengJ9 commented 2 years ago

Failure link

From an internal build(ubu22x86-rt5-1):

openjdk version "17.0.5-ea" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5+6-202209230403 (build 17.0.5-ea+6-202209230403)
Eclipse OpenJ9 VM 17.0.5+6-202209230403 (build master-cbbacda13, JRE 17 Linux amd64-64-Bit Compressed References 20220922_36 (JIT enabled, AOT enabled)
OpenJ9   - cbbacda13
OMR      - 60618dff4
JCL      - 6799c96338 based on jdk-17.0.5+6)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2022-09-23T04:54:08.422Z] variation: NoOptions
[2022-09-23T04:54:08.422Z] JVM_OPTIONS:  

[2022-09-23T04:54:12.227Z] Login Succeeded
[2022-09-23T04:54:19.383Z] Error response from daemon: manifest for sys-rt-docker-local.artifactory.swg-devops.com/criu-restore-ready-with-jdk:17-openj9-ubi-linux_x86-64-hw.arch.x86.broadwell not found: manifest unknown: The named manifest is not known to the registry.
[2022-09-23T04:54:19.383Z] 
[2022-09-23T04:54:19.383Z] criu-ubi-portable-restore_test_0_FAILED

This is a test setup issue. FYI @LongyuZhang

LongyuZhang commented 2 years ago

This is a issue related to ibm_github/runtimes/backlog/issues/882. The cause is all our broadwell machines are ubuntu 22, but ubuntu 22 is not supported in criu test so far, so we cannot build the docker criu checkpoint image on broadwell.

LongyuZhang commented 2 years ago

I think we can disable ubuntu 22 machines for sanity.external pipeline temporarily, to solve both this error and https://github.com/eclipse-openj9/openj9/issues/15957