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

All JDK versions and platforms: Pull Request Smoke Tests failure #483

Closed
adamfarley opened this issue Dec 13, 2023 · 1 comment
Closed

Comments

@adamfarley
Copy link
Contributor

Summary

All of the PR smoke tests fail with the error below while compiling TKG.

This is for all JDK versions and platforms.

Example failure

https://github.com/adoptium/temurin-build/actions/runs/7181883452/job/19596084740?pr=3574

Error message

    [echo] Ant version is Apache Ant(TM) version 1.10.5 compiled on July 10 2018
     [echo] ============COMPILER SETTINGS============
     [echo] ===fork:                         yes
     [echo] ===debug:                        on
    [javac] Compiling 27 source files to /__w/temurin-build/temurin-build/aqa-tests/TKG/bin
    [javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:28: error: package org.json.simple does not exist
    [javac] import org.json.simple.JSONArray;
    [javac]                       ^
    [javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:29: error: package org.json.simple does not exist
    [javac] import org.json.simple.JSONObject;
    [javac]                       ^
    [javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:30: error: package org.json.simple.parser does not exist
etc
@smlambert
Copy link
Contributor

Dup of adoptium/aqa-tests#4914

@smlambert smlambert closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants