adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

Intermittent Orka VM issues #3620

Open andrew-m-leonard opened 1 week ago

andrew-m-leonard commented 1 week ago

This issue is to log intermittent problems with Orka VMs

andrew-m-leonard commented 1 week ago

https://ci.adoptium.net/job/build-scripts-pr-tester/job/build-test/job/jobs/job/jdk8u/job/jdk8u-mac-x64-temurin/164/console

12:41:37  clang: error: no such file or directory: '/dev/fd/8'
12:41:37  clang: error: no input files
12:41:37  dtrace: failed to compile script /Users/admin/workspace/workspace/build-scripts-pr-tester/build-test/jobs/jdk8u/jdk8u-mac-x64-temurin/workspace/build/src/hotspot/src/os/bsd/dtrace/hs_private.d: Preprocessor failed to process input program
12:41:37  make[6]: *** [/Users/admin/workspace/workspace/build-scripts-pr-tester/build-test/jobs/jdk8u/jdk8u-mac-x64-temurin/workspace/build/src/build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/product/../generated/dtracefiles/hs_private.h] Error 1
andrew-m-leonard commented 1 week ago

https://ci.adoptium.net/job/build-scripts-pr-tester/job/build-test/job/jobs/job/jdk8u/job/jdk8u-mac-x64-temurin/166/console

11:20:50  Checked out repo:
[Pipeline] sh
11:20:51  + git status
11:20:51  xcrun: error: unable to load libxcrun (dlopen(/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005): tried: '/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need '')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (no such file), '/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need ''))).
gdams commented 5 days ago

https://ci.adoptium.net/job/build-scripts-pr-tester/job/build-test/job/jobs/job/jdk8u/job/jdk8u-mac-x64-temurin/166/console

11:20:50  Checked out repo:
[Pipeline] sh
11:20:51  + git status
11:20:51  xcrun: error: unable to load libxcrun (dlopen(/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005): tried: '/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need '')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (no such file), '/Applications/Xcode-11.7.app/Contents/Developer/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need ''))).

@andrew-m-leonard I know what's happening with the git status command on the JDK8u build. We need to switch xcode back to 15.1 once we've completed the build with sudo xcode-select --switch / otherwise it's trying to use a really old git from xcode 11.7 which won't work on Arm64.