Windows x64 (build release) job/jcheck fails with segmentation fault

Mat Carter Matthew.Carter at microsoft.com
Wed Nov 10 15:43:42 UTC 2021


Hopefully this is the right mailing list to post issues; if not then please redirect me :)

I have 3 chained PRs for jdk11u-dev, the final PR just failed on of the jchecks, looking at the issue it seems to be a build failure rather than a code issue (all other jobs succeeded including the debug build).

PR: https://github.com/openjdk/jdk11u-dev/pull/607
Failure details: https://github.com/macarte/jdk11u-dev/runs/4159447159?check_suite_focus=true

I wanted to share this before I try a restart of the job.  Which raises a question: how do I restart the jcheck?

Here's a copy of the build output (error on line 19):

$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ; 
3 $env:Path = $env:Path -split ";" -match "C:\\Windows|PowerShell|cygwin" -join ";" ; 
4 & make CONF_NAME=windows-x64 
5 shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 
6 env: 
7 JDK_VERSION: 11.0.14 
8 BOOT_JDK_VERSION: 11 
9 BOOT_JDK_FILENAME: openjdk-11_windows-x64_bin.zip 
10 BOOT_JDK_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.12_7.zip 
11 BOOT_JDK_SHA256: c54123dd4b0d6473221539e7003b8ca1c1757c5588c46465565b03bf8781f807 
12Building configuration 'windows-x64' (matching CONF_NAME=windows-x64) 
13Building configuration 'windows-x64' (matching CONF_NAME=windows-x64) 
14Building target 'default (product-bundles test-bundles)' in configuration 'windows-x64' 
15Compiling 8 files for BUILD_TOOLS_LANGTOOLS 
16Warning: No SCM configuration present and no .src-rev 
17Parsing 2 properties into enum-like class for jdk.compiler 
18Compiling 19 properties into resource bundles for jdk.compiler 
19/usr/bin/bash: line 1: 1003 Segmentation fault (core dumped) /usr/bin/make -s -r -R -I /cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/make/common SPEC=/cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/build/windows-x64/spec.gmk MAKE_LOG_FLAGS="-s" -f ModuleWrapper.gmk -I/cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/make -I/cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/make/copy MODULE=java.base MAKEFILE_PREFIX=Copy 
20make[2]: *** [make/Main.gmk:162: java.base-copy] Error 139 
21make[2]: *** Waiting for unfinished jobs.... 
22Compiling 13 properties into resource bundles for jdk.javadoc 
23 
24ERROR: Build failed for target 'default (product-bundles test-bundles)' in configuration 'windows-x64' (exit code 2) 
25 
26No indication of failed target found. 
27Hint: Try searching the build log for '] Error'. 
28Hint: See doc/building.html#troubleshooting for assistance. 
29 
30make[1]: *** [/cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/make/Init.gmk:305: main] Error 2 
31make: *** [/cygdrive/d/a/jdk11u-dev/jdk11u-dev/jdk/make/Init.gmk:186: default] Error 2 
32Error: Process completed with exit code 1.

Cheers
Mat


Sent from Outlook


More information about the skara-dev mailing list