You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17:33:50 + git clone --depth 1 https://github.com/nodejs/build.git
17:33:50 Cloning into 'build'...
17:33:50 Could not load program /opt/freeware/libexec64/git-core/git-remote-https:
17:33:50 Symbol resolution failed for /opt/freeware/lib64/libkrb5support.so because:
17:33:50 Symbol _GLOBAL__AIXI_libintl_so (number 58) is not exported from dependent
17:33:50 module /usr/lib/libintl.a[libintl.so.8].
17:33:50 Symbol _GLOBAL__AIXD_libintl_so (number 59) is not exported from dependent
17:33:50 module /usr/lib/libintl.a[libintl.so.8].
17:33:50 Examine .loader section symbols with the 'dump -Tv' command.
17:33:50 Build step 'Execute shell' marked build as failure
This appears to have happened in every build since some time this morning (UTC).
The text was updated successfully, but these errors were encountered:
17:33:50 + git clone --depth 1 https://github.com/nodejs/build.git
17:33:50 Cloning into 'build'...
17:33:50 Could not load program /opt/freeware/libexec64/git-core/git-remote-https:
17:33:50 Symbol resolution failed for /opt/freeware/lib64/libkrb5support.so because:
17:33:50 Symbol _GLOBAL__AIXI_libintl_so (number 58) is not exported from dependent
17:33:50 module /usr/lib/libintl.a[libintl.so.8].
17:33:50 Symbol _GLOBAL__AIXD_libintl_so (number 59) is not exported from dependent
17:33:50 module /usr/lib/libintl.a[libintl.so.8].
17:33:50 Examine .loader section symbols with the 'dump -Tv' command.
17:33:50 Build step 'Execute shell' marked build as failure
It looks like /opt/freeware/lib64/libkrb5support.so probably wants the libintl.so in /opt/freeware/lib64 but it isn't getting it because the jobs are running with a LIBPATH of /opt/jdk-17.0.4.1+1-jre/lib/server:/opt/jdk-17.0.4.1+1-jre/lib:/opt/jdk-17.0.4.1+1-jre/../lib:/usr/lib (https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/42765/injectedEnvVars/). I've set LIBPATH to /opt/freeware/lib64:/usr/lib:/lib in the Jenkins start script for AIX (Java will automatically prepend its own lib path to that).
aix72-ppc64
appears to be failing reproducibly:This appears to have happened in every build since some time this morning (UTC).
The text was updated successfully, but these errors were encountered: