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

openjdk9 builds failing on macos #330

Closed
sxa opened this issue May 17, 2018 · 8 comments
Closed

openjdk9 builds failing on macos #330

sxa opened this issue May 17, 2018 · 8 comments
Assignees
Labels
bug Issues that are problems in the code as reported by the community macos Issues that affect or relate to the MAC OS
Milestone

Comments

@sxa
Copy link
Member

sxa commented May 17, 2018

Ref: https://ci.adoptopenjdk.net/job/openjdk9_build_x86-64_macos/
Builds appear to succeed on build-macstadium-macos1010-1 and fail on build-macstadium-macos1010-2.


Creating support/modules_libs/java.base/server/libjvm.dylib from 689 file(s)
Creating hotspot/variant-server/libjvm/gtest/libjvm.dylib from 52 file(s)
Creating hotspot/variant-server/libjvm/gtest/gtestLauncher from 1 file(s)
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
make[3]: *** [/Users/jenkins/workspace/openjdk9_build_x86-64_macos/openjdk/build/macosx-x86_64-normal-server-release/hotspot/variant-server/libjvm/gtest/objs/logTestFixture.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [/Users/jenkins/workspace/openjdk9_build_x86-64_macos/openjdk/build/macosx-x86_64-normal-server-release/hotspot/variant-server/libjvm/gtest/objs/test_AltHashing.o] Error 1
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
make[3]: *** [/Users/jenkins/workspace/openjdk9_build_x86-64_macos/openjdk/build/macosx-x86_64-normal-server-release/hotspot/variant-server/libjvm/gtest/objs/test_arguments.o] Error 1
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
make[3]: *** [/Users/jenkins/workspace/openjdk9_build_x86-64_macos/openjdk/build/macosx-x86_64-normal-server-release/hotspot/variant-server/libjvm/gtest/objs/test_arrayOop.o] Error 1
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
make[3]: *** [/Users/jenkins/workspace/openjdk9_build_x86-64_macos/openjdk/build/macosx-x86_64-normal-server-release/hotspot/variant-server/libjvm/gtest/objs/test_bitMap.o] Error 1
fatal error: malformed or corrupted AST file: 'could not find file '/Users/jenkins/workspace/openjdk_build-refactor/workspace/build/src/hotspot/make/../src/share/vm/gc/shared/plab.hpp' referenced by AST file'
1 error generated.
@sxa sxa added bug Issues that are problems in the code as reported by the community macos Issues that affect or relate to the MAC OS labels May 17, 2018
@sxa sxa self-assigned this May 17, 2018
@sxa
Copy link
Member Author

sxa commented May 17, 2018

Have cleared out the workspace on that machine and will attempt a re-run to see if that's enough to clear the problem

@sxa
Copy link
Member Author

sxa commented May 17, 2018

Didn't work ... Manually deleting workspace on the machine and retrying

@sxa
Copy link
Member Author

sxa commented May 17, 2018

Confirmed that it is on -1 - https://ci.adoptopenjdk.net/job/openjdk9_build_x86-64_macos/208 passed

@sxa
Copy link
Member Author

sxa commented May 17, 2018

Need to understand what the openjdk_build-refactor directory is for and why the builds are referencing it - it doesn't exist on -2

@sxa sxa added the important High priority issues that are not buildbreakers but may still require more attention than others label May 17, 2018
@sxa
Copy link
Member Author

sxa commented May 18, 2018

Tactical fix implemented until @johnoliver returns from vacation - I have copied the /Users/jenkins/workspace/openjdk_build-refactor directory from build-macstadium-macos1010-1 to build-macstadium-macos1010-2 so the files it's looking for are present.

@sxa sxa removed the important High priority issues that are not buildbreakers but may still require more attention than others label May 18, 2018
@sxa
Copy link
Member Author

sxa commented May 18, 2018

Removed important tag as we're now unblocked after the actions in my previous comment

@karianna
Copy link
Contributor

This is fixed in the new build scripts, keeping open until we cut over.

@sxa
Copy link
Member Author

sxa commented Aug 22, 2018

This specific problem appears to have disappeared although #354 still exists (but is understood to be fixed in the new scripts)

@sxa sxa closed this as completed Aug 22, 2018
@karianna karianna added this to the 2.0.0 milestone Sep 29, 2018
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 macos Issues that affect or relate to the MAC OS
Projects
None yet
Development

No branches or pull requests

3 participants