Skip to content

Simplify class interception

78b8154
Select commit
Loading
Failed to load commit list.
Open

Implement propertyMissing method #299

Simplify class interception
78b8154
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Sep 16, 2025 in 51m 58s

docker-windows-11/Build (docker-windows-11): error in 'junit' step

vm && linux-11 / Build (vm && linux-11) / Shell Script

Error in sh step, with arguments ./gradlew --no-daemon cleanTest generateGitVersion -PgitVersionFile=/home/jenkins/agent/workspace/aries_JenkinsPipelineUnit_PR-299@tmp/changelist -PgitVersionFormat=rc%d.%s -PgitVersionSanitize=true.

null
Build log
[2025-09-16T21:34:54.422Z] + ./gradlew --no-daemon cleanTest generateGitVersion -PgitVersionFile=/home/jenkins/agent/workspace/aries_JenkinsPipelineUnit_PR-299@tmp/changelist -PgitVersionFormat=rc%d.%s -PgitVersionSanitize=true
[2025-09-16T21:34:54.941Z] Downloading https://services.gradle.org/distributions/gradle-6.6.1-bin.zip
[2025-09-16T21:34:56.952Z] .................................................................................................
[2025-09-16T21:34:58.057Z] 
[2025-09-16T21:34:58.058Z] Welcome to Gradle 6.6.1!
[2025-09-16T21:34:58.058Z] 
[2025-09-16T21:34:58.058Z] Here are the highlights of this release:
[2025-09-16T21:34:58.059Z]  - Experimental build configuration caching
[2025-09-16T21:34:58.059Z]  - Built-in conventions for handling credentials
[2025-09-16T21:34:58.059Z]  - Java compilation supports --release flag
[2025-09-16T21:34:58.060Z] 
[2025-09-16T21:34:58.060Z] For more details see https://docs.gradle.org/6.6.1/release-notes.html
[2025-09-16T21:34:58.060Z] 
[2025-09-16T21:34:58.262Z] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
[2025-09-16T21:34:59.369Z] Daemon will be stopped at the end of the build stopping after processing
[2025-09-16T21:35:02.281Z] > Task :buildSrc:compileJava NO-SOURCE
[2025-09-16T21:35:28.749Z] Sending interrupt signal to process
[2025-09-16T21:35:18.260Z] > Task :buildSrc:compileGroovy
[2025-09-16T21:35:18.261Z] > Task :buildSrc:processResources NO-SOURCE
[2025-09-16T21:35:18.261Z] > Task :buildSrc:classes
[2025-09-16T21:35:18.367Z] > Task :buildSrc:jar
[2025-09-16T21:35:18.368Z] > Task :buildSrc:assemble
[2025-09-16T21:35:18.368Z] > Task :buildSrc:compileTestJava NO-SOURCE
[2025-09-16T21:35:18.369Z] > Task :buildSrc:compileTestGroovy NO-SOURCE
[2025-09-16T21:35:18.369Z] > Task :buildSrc:processTestResources NO-SOURCE
[2025-09-16T21:35:18.369Z] > Task :buildSrc:testClasses UP-TO-DATE
[2025-09-16T21:35:18.369Z] > Task :buildSrc:test NO-SOURCE
[2025-09-16T21:35:18.378Z] > Task :buildSrc:check UP-TO-DATE
[2025-09-16T21:35:18.379Z] > Task :buildSrc:build
[2025-09-16T21:35:20.391Z] 
[2025-09-16T21:35:20.392Z] FAILURE: Build failed with an exception.
[2025-09-16T21:35:20.392Z] 
[2025-09-16T21:35:20.393Z] * What went wrong:
[2025-09-16T21:35:20.393Z] A problem occurred configuring root project 'aries_JenkinsPipelineUnit_PR-299'.
[2025-09-16T21:35:20.393Z] > Could not resolve all artifacts for configuration ':classpath'.
[2025-09-16T21:35:20.394Z]    > Could not find org.jfrog.buildinfo:build-info-extractor:2.13.14.
[2025-09-16T21:35:20.394Z]      Searched in the following locations:
[2025-09-16T21:35:20.394Z]        - https://plugins.gradle.org/m2/org/jfrog/buildinfo/build-info-extractor/2.13.14/build-info-extractor-2.13.14.pom
[2025-09-16T21:35:20.395Z]      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
[2025-09-16T21:35:20.395Z]      Required by:
[2025-09-16T21:35:20.395Z]          project : > com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:4.11.0 > org.jfrog.buildinfo:build-info-extractor-gradle:4.11.0
[2025-09-16T21:35:20.396Z] 
[2025-09-16T21:35:20.396Z] * Try:
[2025-09-16T21:35:20.396Z] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[2025-09-16T21:35:20.396Z] 
[2025-09-16T21:35:20.397Z] * Get more help at https://help.gradle.org
[2025-09-16T21:35:20.397Z] 
[2025-09-16T21:35:20.398Z] BUILD FAILED in 25s
[2025-09-16T21:35:20.398Z] 
[2025-09-16T21:35:20.398Z] FAILURE: Build failed with an exception.
[2025-09-16T21:35:20.399Z] 
[2025-09-16T21:35:20.399Z] * What went wrong:
[2025-09-16T21:35:20.399Z] Process 'Gradle Worker Daemon 1' finished with non-zero exit value 143
[2025-09-16T21:35:20.399Z] 
[2025-09-16T21:35:20.400Z] * Try:
[2025-09-16T21:35:20.400Z] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[2025-09-16T21:35:20.400Z] 
[2025-09-16T21:35:20.400Z] * Get more help at https://help.gradle.org
[2025-09-16T21:35:20.400Z] 
[2025-09-16T21:35:20.400Z] BUILD FAILED in 25s
[2025-09-16T21:35:31.345Z] script returned exit code 1

vm && linux-11 / Build (vm && linux-11) / Shell Script

Error in sh step, with arguments ./gradlew --no-daemon cleanTest build.

script returned exit code 1
Build log
[2025-09-16T21:35:21.233Z] + ./gradlew --no-daemon cleanTest build
[2025-09-16T21:35:21.936Z] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
[2025-09-16T21:35:23.040Z] Daemon will be stopped at the end of the build stopping after processing
[2025-09-16T21:35:25.252Z] > Task :buildSrc:compileJava NO-SOURCE
[2025-09-16T21:35:25.354Z] > Task :buildSrc:compileGroovy UP-TO-DATE
[2025-09-16T21:35:25.355Z] > Task :buildSrc:processResources NO-SOURCE
[2025-09-16T21:35:25.355Z] > Task :buildSrc:classes UP-TO-DATE
[2025-09-16T21:35:25.355Z] > Task :buildSrc:jar UP-TO-DATE
[2025-09-16T21:35:25.355Z] > Task :buildSrc:assemble UP-TO-DATE
[2025-09-16T21:35:25.457Z] > Task :buildSrc:compileTestJava NO-SOURCE
[2025-09-16T21:35:25.457Z] > Task :buildSrc:compileTestGroovy NO-SOURCE
[2025-09-16T21:35:25.457Z] > Task :buildSrc:processTestResources NO-SOURCE
[2025-09-16T21:35:25.457Z] > Task :buildSrc:testClasses UP-TO-DATE
[2025-09-16T21:35:25.458Z] > Task :buildSrc:test NO-SOURCE
[2025-09-16T21:35:25.458Z] > Task :buildSrc:check UP-TO-DATE
[2025-09-16T21:35:25.458Z] > Task :buildSrc:build UP-TO-DATE
[2025-09-16T21:35:26.262Z] 
[2025-09-16T21:35:26.263Z] FAILURE: Build failed with an exception.
[2025-09-16T21:35:26.263Z] 
[2025-09-16T21:35:26.263Z] * What went wrong:
[2025-09-16T21:35:26.263Z] A problem occurred configuring root project 'aries_JenkinsPipelineUnit_PR-299'.
[2025-09-16T21:35:26.264Z] > Could not resolve all artifacts for configuration ':classpath'.
[2025-09-16T21:35:26.264Z]    > Could not find org.jfrog.buildinfo:build-info-extractor:2.13.14.
[2025-09-16T21:35:26.264Z]      Searched in the following locations:
[2025-09-16T21:35:26.264Z]        - https://plugins.gradle.org/m2/org/jfrog/buildinfo/build-info-extractor/2.13.14/build-info-extractor-2.13.14.pom
[2025-09-16T21:35:26.265Z]      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
[2025-09-16T21:35:26.265Z]      Required by:
[2025-09-16T21:35:26.265Z]          project : > com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:4.11.0 > org.jfrog.buildinfo:build-info-extractor-gradle:4.11.0
[2025-09-16T21:35:26.268Z] 
[2025-09-16T21:35:26.268Z] * Try:
[2025-09-16T21:35:26.269Z] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[2025-09-16T21:35:26.269Z] 
[2025-09-16T21:35:26.269Z] * Get more help at https://help.gradle.org
[2025-09-16T21:35:26.269Z] 
[2025-09-16T21:35:26.269Z] BUILD FAILED in 4s

vm && linux-11 / Build (vm && linux-11) / Archive JUnit-formatted test results

Error in junit step, with arguments **/build/test-results/**/*.xml.

No test report files were found. Configuration error?
Build log
[2025-09-16T21:35:37.296Z] Recording test results
[2025-09-16T21:35:37.433Z] No test report files were found. Configuration error?

docker-windows-11 / Build (docker-windows-11) / Windows Batch Script

Error in bat step, with arguments gradlew --no-daemon cleanTest generateGitVersion -PgitVersionFile=Z:/agent/workspace/aries_JenkinsPipelineUnit_PR-299@tmp/changelist -PgitVersionFormat=rc%d.%s -PgitVersionSanitize=true.

script returned exit code 1
Build log
[2025-09-16T21:33:41.996Z] 
[2025-09-16T21:33:41.996Z] jenkins@EC2AMAZ-PH8STK3 Z:\agent\workspace\aries_JenkinsPipelineUnit_PR-299>gradlew --no-daemon cleanTest generateGitVersion -PgitVersionFile=Z:/agent/workspace/aries_JenkinsPipelineUnit_PR-299@tmp/changelist -PgitVersionFormat=rcs -PgitVersionSanitize=true 
[2025-09-16T21:33:44.750Z] Downloading https://services.gradle.org/distributions/gradle-6.6.1-bin.zip
[2025-09-16T21:33:55.667Z] .................................................................................................
[2025-09-16T21:34:02.873Z] 
[2025-09-16T21:34:02.874Z] Welcome to Gradle 6.6.1!
[2025-09-16T21:34:02.874Z] 
[2025-09-16T21:34:02.874Z] Here are the highlights of this release:
[2025-09-16T21:34:02.875Z]  - Experimental build configuration caching
[2025-09-16T21:34:02.875Z]  - Built-in conventions for handling credentials
[2025-09-16T21:34:02.875Z]  - Java compilation supports --release flag
[2025-09-16T21:34:02.875Z] 
[2025-09-16T21:34:02.875Z] For more details see https://docs.gradle.org/6.6.1/release-notes.html
[2025-09-16T21:34:02.876Z] 
[2025-09-16T21:34:03.196Z] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
[2025-09-16T21:34:19.136Z] Daemon will be stopped at the end of the build stopping after processing
[2025-09-16T21:34:22.716Z] > Task :buildSrc:compileJava NO-SOURCE
[2025-09-16T21:34:49.419Z] > Task :buildSrc:compileGroovy
[2025-09-16T21:34:49.421Z] > Task :buildSrc:processResources NO-SOURCE
[2025-09-16T21:34:49.421Z] > Task :buildSrc:classes
[2025-09-16T21:34:49.422Z] > Task :buildSrc:jar
[2025-09-16T21:34:49.422Z] > Task :buildSrc:assemble
[2025-09-16T21:34:49.422Z] > Task :buildSrc:compileTestJava NO-SOURCE
[2025-09-16T21:34:49.422Z] > Task :buildSrc:compileTestGroovy NO-SOURCE
[2025-09-16T21:34:49.543Z] > Task :buildSrc:processTestResources NO-SOURCE
[2025-09-16T21:34:49.544Z] > Task :buildSrc:testClasses UP-TO-DATE
[2025-09-16T21:34:49.544Z] > Task :buildSrc:test NO-SOURCE
[2025-09-16T21:34:49.544Z] > Task :buildSrc:check UP-TO-DATE
[2025-09-16T21:34:49.546Z] > Task :buildSrc:build
[2025-09-16T21:34:52.948Z] 
[2025-09-16T21:34:52.949Z] FAILURE: Build failed with an exception.
[2025-09-16T21:34:52.950Z] 
[2025-09-16T21:34:52.950Z] * What went wrong:
[2025-09-16T21:34:52.951Z] A problem occurred configuring root project 'aries_JenkinsPipelineUnit_PR-299'.
[2025-09-16T21:34:52.951Z] > Could not resolve all artifacts for configuration ':classpath'.
[2025-09-16T21:34:52.951Z]    > Could not find org.jfrog.buildinfo:build-info-extractor:2.13.14.
[2025-09-16T21:34:52.952Z]      Searched in the following locations:
[2025-09-16T21:34:52.952Z]        - https://plugins.gradle.org/m2/org/jfrog/buildinfo/build-info-extractor/2.13.14/build-info-extractor-2.13.14.pom
[2025-09-16T21:34:52.953Z]      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
[2025-09-16T21:34:52.954Z]      Required by:
[2025-09-16T21:34:52.956Z]          project : > com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:4.11.0 > org.jfrog.buildinfo:build-info-extractor-gradle:4.11.0
[2025-09-16T21:34:52.956Z] 
[2025-09-16T21:34:52.957Z] * Try:
[2025-09-16T21:34:52.958Z] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[2025-09-16T21:34:52.959Z] 
[2025-09-16T21:34:52.959Z] * Get more help at https://help.gradle.org
[2025-09-16T21:34:52.959Z] 
[2025-09-16T21:34:52.959Z] BUILD FAILED in 1m 9s

docker-windows-11 / Build (docker-windows-11) / Windows Batch Script

Error in bat step, with arguments gradlew --no-daemon cleanTest build.

script returned exit code 1
Build log
[2025-09-16T21:34:54.228Z] 
[2025-09-16T21:34:54.229Z] jenkins@EC2AMAZ-PH8STK3 Z:\agent\workspace\aries_JenkinsPipelineUnit_PR-299>gradlew --no-daemon cleanTest build 
[2025-09-16T21:34:55.050Z] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
[2025-09-16T21:35:12.683Z] Daemon will be stopped at the end of the build stopping after processing
[2025-09-16T21:35:15.769Z] > Task :buildSrc:compileJava NO-SOURCE
[2025-09-16T21:35:15.996Z] > Task :buildSrc:compileGroovy UP-TO-DATE
[2025-09-16T21:35:16.008Z] > Task :buildSrc:processResources NO-SOURCE
[2025-09-16T21:35:16.011Z] > Task :buildSrc:classes UP-TO-DATE
[2025-09-16T21:35:16.014Z] > Task :buildSrc:jar UP-TO-DATE
[2025-09-16T21:35:16.019Z] > Task :buildSrc:assemble UP-TO-DATE
[2025-09-16T21:35:16.020Z] > Task :buildSrc:compileTestJava NO-SOURCE
[2025-09-16T21:35:16.021Z] > Task :buildSrc:compileTestGroovy NO-SOURCE
[2025-09-16T21:35:16.021Z] > Task :buildSrc:processTestResources NO-SOURCE
[2025-09-16T21:35:16.022Z] > Task :buildSrc:testClasses UP-TO-DATE
[2025-09-16T21:35:16.022Z] > Task :buildSrc:test NO-SOURCE
[2025-09-16T21:35:16.023Z] > Task :buildSrc:check UP-TO-DATE
[2025-09-16T21:35:16.024Z] > Task :buildSrc:build UP-TO-DATE
[2025-09-16T21:35:17.385Z] 
[2025-09-16T21:35:17.386Z] FAILURE: Build failed with an exception.
[2025-09-16T21:35:17.393Z] 
[2025-09-16T21:35:17.412Z] * What went wrong:
[2025-09-16T21:35:17.413Z] A problem occurred configuring root project 'aries_JenkinsPipelineUnit_PR-299'.
[2025-09-16T21:35:17.414Z] > Could not resolve all artifacts for configuration ':classpath'.
[2025-09-16T21:35:17.414Z]    > Could not find org.jfrog.buildinfo:build-info-extractor:2.13.14.
[2025-09-16T21:35:17.415Z]      Searched in the following locations:
[2025-09-16T21:35:17.415Z]        - https://plugins.gradle.org/m2/org/jfrog/buildinfo/build-info-extractor/2.13.14/build-info-extractor-2.13.14.pom
[2025-09-16T21:35:17.415Z]      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
[2025-09-16T21:35:17.415Z]      Required by:
[2025-09-16T21:35:17.415Z]          project : > com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:4.11.0 > org.jfrog.buildinfo:build-info-extractor-gradle:4.11.0
[2025-09-16T21:35:17.415Z] 
[2025-09-16T21:35:17.417Z] * Try:
[2025-09-16T21:35:17.419Z] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[2025-09-16T21:35:17.424Z] 
[2025-09-16T21:35:17.425Z] * Get more help at https://help.gradle.org
[2025-09-16T21:35:17.425Z] 
[2025-09-16T21:35:17.425Z] BUILD FAILED in 22s

docker-windows-11 / Build (docker-windows-11) / Archive JUnit-formatted test results

Error in junit step, with arguments **/build/test-results/**/*.xml.

No test report files were found. Configuration error?
Build log
[2025-09-16T21:35:28.295Z] Recording test results
[2025-09-16T21:35:28.517Z] No test report files were found. Configuration error?

Details

  • vm && linux-11 (11 ms)
    • Checkout (vm && linux-11) (9.5 sec)
    • Build (vm && linux-11) (34 sec)
      Error: null - logs
      Error: script returned exit code 1 - logs
      Error: No test report files were found. Configuration error? - logs
  • docker-windows-11 (51 min)
    • Checkout (docker-windows-11) (19 sec)
    • Build (docker-windows-11) (1 min 37 sec)
      Error: script returned exit code 1 - logs
      Error: script returned exit code 1 - logs
      Error: No test report files were found. Configuration error? - logs