temurin-build: AdoptOpenJDK8 with OpenJ9 builds on Windows are failing

Possible machine setup issue according to Peter Shipton - instructions for setting up an AO8/J9 Windows system are at: https://github.com/SueChaplain/openj9/blob/7ecf26014db64bb18cc23b7e214a48d3853ddbb6/buildenv/Build_Instructions_V8.md#windows

Ref: https://ci.adoptopenjdk.net/job/openjdk8_openj9_build_x86-64_windows/

copyright.c
wdbgext.c
wdbgglue.c
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385

Copyright (C) Microsoft Corporation.  All rights reserved.


c:\users\jenkins\jdk8_j9\openjdk\build\windows-x86_64-normal-server-release\vm\windbg\wdbgext.h(52) : fatal error C1083: Cannot open include file: 'wdbgexts.h': No such file or directory
: integer expression expected
Built the JDK!

ls: cannot access '/cygdrive/c/Users/jenkins/jdk8_j9/openjdk/build/*/images/j2sdk-image': No such file or directory
'' does not exist, build might have not been successful or not produced the expected JDK image at this location.
Archiving artifacts
ERROR: No artifacts found that match the file pattern "OpenJDK*.zip, openjdk_*.zip". Configuration error?
ERROR: ‘OpenJDK*.zip’ doesn’t match anything
Build step 'Archive the artifacts' changed build result to FAILURE
Finished: FAILURE

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 22 (18 by maintainers)

Most upvoted comments

Thanks @karianna by we I meant @gdams

We are looking into ways to resolve this. The issue is that this code is utilizing a SDK debugger. That was developed by the vendor under MSDN license.

Currently at Adopt, we don’t have the necessary license agreement in place to allow for its use. We are working with Microsoft to aquire the correct licensing, until such time this code will fail.