Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccache OpenJ9+JDK11 failures when building OpenSSL #803

Open
sxa opened this issue Dec 13, 2018 · 3 comments
Open

ccache OpenJ9+JDK11 failures when building OpenSSL #803

sxa opened this issue Dec 13, 2018 · 3 comments
Labels
bug Issues that are problems in the code as reported by the community help wanted Issues that need an extra hand helping out with them jenkins Issues that enhance or fix our jenkins server openj9 Issues that are enhancements or bugs raised against the OpenJ9 group testing Issues that enhance or fix our test suites

Comments

@sxa
Copy link
Member

sxa commented Dec 13, 2018

Happening on Linux when openssl is being built from source. Didn't seem to be failing for me outside jenkins with the same build options, so not sure why this is happening. Have put a temporary fix in as #802 to just disable ccache on those builds for now (Also been testing with https://ci.adoptopenjdk.net/view/work%20in%20progress/job/SXA-jdk11j9-ssltest)

Compiling 394 files for BUILD_jdk.compiler.interim

ar: creating apps/libapps.a
ar: creating libssl.a
ar: creating test/libtestutil.a

ar: creating libcrypto.a
/bin/sh: CCACHE_COMPRESS=1: command not found
gmake[5]: *** [test/asn1_internal_test] Error 127
gmake[5]: *** Waiting for unfinished jobs....
gmake[4]: *** [all] Error 2
gmake[3]: *** [build_openssl] Error 1
gmake[2]: *** [openssl-build] Error 2
gmake[2]: *** Waiting for unfinished jobs....

Compiling 299 files for BUILD_jdk.javadoc.interim

ERROR: Build failed for targets 'images test-image' in configuration 'linux-x86_64-normal-server-release' (exit code 2) 
@sxa sxa added bug Issues that are problems in the code as reported by the community openj9 Issues that are enhancements or bugs raised against the OpenJ9 group labels Dec 13, 2018
@sxa sxa added this to the December 2018 milestone Dec 13, 2018
@karianna karianna modified the milestones: January 2019, February 2019 Feb 3, 2019
@karianna karianna modified the milestones: February 2019, March 2019 Mar 2, 2019
@karianna karianna modified the milestones: March 2019, April 2019 Apr 1, 2019
@karianna karianna modified the milestones: April 2019, May 2019 May 1, 2019
@karianna karianna modified the milestones: May 2019, June 2019 Jun 3, 2019
@karianna karianna modified the milestones: June 2019, July 2019 Jul 5, 2019
@M-Davies
Copy link
Contributor

@sxa Looking at the build scripts, we are still disabling ccache in most of our jobs, with the exact documentation on why shown in the files. Is this good to close or to be edited as a request for documentation?

@sxa
Copy link
Member Author

sxa commented May 18, 2020

As far as I know we don't build openssl on any linux platforms during the build. I would personally like to get ccache working as universally as possible.

@karianna karianna added the help wanted Issues that need an extra hand helping out with them label May 23, 2020
@andrew-m-leonard
Copy link
Contributor

@github-actions github-actions bot added jenkins Issues that enhance or fix our jenkins server testing Issues that enhance or fix our test suites labels Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community help wanted Issues that need an extra hand helping out with them jenkins Issues that enhance or fix our jenkins server openj9 Issues that are enhancements or bugs raised against the OpenJ9 group testing Issues that enhance or fix our test suites
Projects
Status: Todo
Development

No branches or pull requests

4 participants