[SECURITY] Use HTTPS to resolve dependencies in Maven Build #5
windows-8/Build (windows-8): error in 'junit' step
linux-8 / Build (linux-8) / Shell Script
Error in sh
step, with arguments mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/rvice-virtualization-plugin_PR-5@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco clean install
.
script returned exit code 1
Build log
[2024-07-30T16:34:29.217Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/rvice-virtualization-plugin_PR-5@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco clean install
[2024-07-30T16:34:29.619Z] -XX:InitialHeapSize=261822336 -XX:MaxHeapSize=4189157376 -XX:+PrintCommandLineFlags -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseParallelGC
[2024-07-30T16:34:31.525Z] Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
[2024-07-30T16:34:31.526Z] Maven home: /home/jenkins/agent/tools/hudson.tasks.Maven_MavenInstallation/mvn
[2024-07-30T16:34:31.527Z] Java version: 1.8.0_422, vendor: Temurin, runtime: /opt/jdk-8/jre
[2024-07-30T16:34:31.528Z] Default locale: en_US, platform encoding: UTF-8
[2024-07-30T16:34:31.529Z] OS name: "linux", version: "6.5.0-1024-azure", arch: "amd64", family: "unix"
[2024-07-30T16:34:32.933Z] [INFO] Error stacktraces are turned on.
[2024-07-30T16:34:33.034Z] [INFO] Scanning for projects...
[2024-07-30T16:34:38.454Z] [INFO]
[2024-07-30T16:34:38.454Z] [INFO] ------------< io.jenkins.plugins:ca-service-virtualization >------------
[2024-07-30T16:34:38.455Z] [INFO] Building CA Service Virtualization Plugin 1.0.3-SNAPSHOT
[2024-07-30T16:34:38.455Z] [INFO] from pom.xml
[2024-07-30T16:34:38.455Z] [INFO] --------------------------------[ hpi ]---------------------------------
[2024-07-30T16:34:38.556Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:validate (default-validate)'
[2024-07-30T16:34:38.657Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:validate (default-validate)'
[2024-07-30T16:34:38.658Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:insert-test (default-insert-test)'
[2024-07-30T16:34:38.658Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:test-hpl (default-test-hpl)'
[2024-07-30T16:34:38.658Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:resolve-test-dependencies (default-resolve-test-dependencies)'
[2024-07-30T16:34:38.759Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:hpi (default-hpi)'
[2024-07-30T16:34:39.462Z] [WARNING] The POM for com.ca.codesv:codesv-dist-jar:jar:1.3.0 is missing, no dependency information available
[2024-07-30T16:34:42.473Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:34:42.473Z] [INFO] BUILD FAILURE
[2024-07-30T16:34:42.473Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:34:42.474Z] [INFO] Total time: 9.447 s
[2024-07-30T16:34:42.474Z] [INFO] Finished at: 2024-07-30T16:34:42Z
[2024-07-30T16:34:42.474Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:34:42.475Z] [ERROR] Failed to execute goal on project ca-service-virtualization: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:34:42.475Z] [ERROR] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:34:42.475Z] [ERROR] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:34:42.475Z] [ERROR] -> [Help 1]
[2024-07-30T16:34:42.476Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project ca-service-virtualization: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:34:42.476Z] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:34:42.476Z] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:34:42.477Z]
[2024-07-30T16:34:42.477Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2024-07-30T16:34:42.477Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
[2024-07-30T16:34:42.478Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
[2024-07-30T16:34:42.478Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
[2024-07-30T16:34:42.478Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2024-07-30T16:34:42.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2024-07-30T16:34:42.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2024-07-30T16:34:42.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2024-07-30T16:34:42.479Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2024-07-30T16:34:42.480Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2024-07-30T16:34:42.480Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2024-07-30T16:34:42.480Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2024-07-30T16:34:42.481Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2024-07-30T16:34:42.481Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2024-07-30T16:34:42.481Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2024-07-30T16:34:42.482Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-07-30T16:34:42.482Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-07-30T16:34:42.482Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903)
[2024-07-30T16:34:42.482Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280)
[2024-07-30T16:34:42.483Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:203)
[2024-07-30T16:34:42.483Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-07-30T16:34:42.483Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-07-30T16:34:42.483Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-07-30T16:34:42.484Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2024-07-30T16:34:42.484Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-07-30T16:34:42.484Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-07-30T16:34:42.485Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-07-30T16:34:42.485Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-07-30T16:34:42.485Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:34:42.485Z] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:34:42.486Z] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:34:42.486Z]
[2024-07-30T16:34:42.486Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:191)
[2024-07-30T16:34:42.486Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
[2024-07-30T16:34:42.487Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
[2024-07-30T16:34:42.487Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
[2024-07-30T16:34:42.487Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
[2024-07-30T16:34:42.487Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2024-07-30T16:34:42.487Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2024-07-30T16:34:42.488Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2024-07-30T16:34:42.488Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2024-07-30T16:34:42.488Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2024-07-30T16:34:42.488Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2024-07-30T16:34:42.489Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2024-07-30T16:34:42.489Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2024-07-30T16:34:42.489Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2024-07-30T16:34:42.489Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2024-07-30T16:34:42.490Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2024-07-30T16:34:42.490Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-07-30T16:34:42.490Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-07-30T16:34:42.490Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903)
[2024-07-30T16:34:42.491Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280)
[2024-07-30T16:34:42.491Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:203)
[2024-07-30T16:34:42.491Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-07-30T16:34:42.491Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-07-30T16:34:42.491Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-07-30T16:34:42.492Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2024-07-30T16:34:42.492Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-07-30T16:34:42.492Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-07-30T16:34:42.492Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-07-30T16:34:42.492Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-07-30T16:34:42.492Z] [ERROR]
[2024-07-30T16:34:42.493Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-07-30T16:34:42.493Z] [ERROR]
[2024-07-30T16:34:42.493Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-07-30T16:34:42.493Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
linux-8 / Build (linux-8) / Archive JUnit-formatted test results
Error in junit
step, with arguments **/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml,**/target/invoker-reports/**/*.xml
.
No test report files were found. Configuration error?
Build log
[2024-07-30T16:34:46.025Z] Recording test results
[2024-07-30T16:34:46.169Z] No test report files were found. Configuration error?
windows-8 / Build (windows-8) / Windows Batch Script
Error in bat
step, with arguments mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=C:/Jenkins/agent/workspace/rvice-virtualization-plugin_PR-5@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false clean install
.
script returned exit code 1
Build log
[2024-07-30T16:34:57.640Z]
[2024-07-30T16:34:57.641Z] C:\Jenkins\agent\workspace\rvice-virtualization-plugin_PR-5>mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=C:/Jenkins/agent/workspace/rvice-virtualization-plugin_PR-5@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false clean install
[2024-07-30T16:34:58.459Z] -XX:InitialHeapSize=268417088 -XX:MaxHeapSize=4294673408 -XX:+PrintCommandLineFlags -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:-UseLargePagesIndividualAllocation -XX:+UseParallelGC
[2024-07-30T16:35:02.009Z] Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
[2024-07-30T16:35:02.009Z] Maven home: C:\Jenkins\agent\tools\hudson.tasks.Maven_MavenInstallation\mvn
[2024-07-30T16:35:02.010Z] Java version: 1.8.0_422, vendor: Temurin, runtime: C:\tools\jdk-8\jre
[2024-07-30T16:35:02.010Z] Default locale: en_US, platform encoding: Cp1252
[2024-07-30T16:35:02.010Z] OS name: "windows server 2019", version: "10.0", arch: "amd64", family: "windows"
[2024-07-30T16:35:03.941Z] [INFO] Error stacktraces are turned on.
[2024-07-30T16:35:04.149Z] [INFO] Scanning for projects...
[2024-07-30T16:35:36.313Z] [INFO]
[2024-07-30T16:35:36.313Z] [INFO] ------------< io.jenkins.plugins:ca-service-virtualization >------------
[2024-07-30T16:35:36.315Z] [INFO] Building CA Service Virtualization Plugin 1.0.3-SNAPSHOT
[2024-07-30T16:35:36.315Z] [INFO] from pom.xml
[2024-07-30T16:35:36.316Z] [INFO] --------------------------------[ hpi ]---------------------------------
[2024-07-30T16:35:38.251Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:validate (default-validate)'
[2024-07-30T16:35:38.866Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:validate (default-validate)'
[2024-07-30T16:35:39.584Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:insert-test (default-insert-test)'
[2024-07-30T16:35:39.584Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:test-hpl (default-test-hpl)'
[2024-07-30T16:35:39.584Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:resolve-test-dependencies (default-resolve-test-dependencies)'
[2024-07-30T16:35:39.999Z] [WARNING] Parameter 'showDeprecation' is unknown for plugin 'maven-hpi-plugin:2.5:hpi (default-hpi)'
[2024-07-30T16:35:43.953Z] [WARNING] The POM for com.ca.codesv:codesv-dist-jar:jar:1.3.0 is missing, no dependency information available
[2024-07-30T16:35:57.681Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:35:57.682Z] [INFO] BUILD FAILURE
[2024-07-30T16:35:57.682Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:35:57.682Z] [INFO] Total time: 53.604 s
[2024-07-30T16:35:57.682Z] [INFO] Finished at: 2024-07-30T16:35:57Z
[2024-07-30T16:35:57.683Z] [INFO] ------------------------------------------------------------------------
[2024-07-30T16:35:57.683Z] [ERROR] Failed to execute goal on project ca-service-virtualization: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:35:57.683Z] [ERROR] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:35:57.684Z] [ERROR] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:35:57.684Z] [ERROR] -> [Help 1]
[2024-07-30T16:35:57.684Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project ca-service-virtualization: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:35:57.685Z] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:35:57.685Z] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:35:57.685Z]
[2024-07-30T16:35:57.685Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2024-07-30T16:35:57.686Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
[2024-07-30T16:35:57.686Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
[2024-07-30T16:35:57.686Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
[2024-07-30T16:35:57.686Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2024-07-30T16:35:57.687Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2024-07-30T16:35:57.687Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2024-07-30T16:35:57.687Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2024-07-30T16:35:57.688Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2024-07-30T16:35:57.688Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2024-07-30T16:35:57.688Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2024-07-30T16:35:57.688Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2024-07-30T16:35:57.688Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2024-07-30T16:35:57.689Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2024-07-30T16:35:57.689Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2024-07-30T16:35:57.689Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-07-30T16:35:57.689Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-07-30T16:35:57.689Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903)
[2024-07-30T16:35:57.689Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280)
[2024-07-30T16:35:57.689Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:203)
[2024-07-30T16:35:57.690Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-07-30T16:35:57.690Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-07-30T16:35:57.690Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-07-30T16:35:57.690Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2024-07-30T16:35:57.690Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-07-30T16:35:57.690Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-07-30T16:35:57.690Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-07-30T16:35:57.691Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-07-30T16:35:57.691Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project io.jenkins.plugins:ca-service-virtualization:hpi:1.0.3-SNAPSHOT
[2024-07-30T16:35:57.691Z] dependency: com.ca.codesv:codesv-dist-jar:jar:1.3.0 (test)
[2024-07-30T16:35:57.691Z] Could not find artifact com.ca.codesv:codesv-dist-jar:jar:1.3.0 in azure-proxy (https://repo.azure.jenkins.io/)
[2024-07-30T16:35:57.691Z]
[2024-07-30T16:35:57.691Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:191)
[2024-07-30T16:35:57.691Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2024-07-30T16:35:57.692Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2024-07-30T16:35:57.692Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2024-07-30T16:35:57.693Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2024-07-30T16:35:57.693Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2024-07-30T16:35:57.696Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2024-07-30T16:35:57.697Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2024-07-30T16:35:57.697Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2024-07-30T16:35:57.697Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2024-07-30T16:35:57.697Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-07-30T16:35:57.698Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-07-30T16:35:57.698Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903)
[2024-07-30T16:35:57.698Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280)
[2024-07-30T16:35:57.698Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:203)
[2024-07-30T16:35:57.698Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-07-30T16:35:57.698Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-07-30T16:35:57.698Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-07-30T16:35:57.699Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2024-07-30T16:35:57.699Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-07-30T16:35:57.699Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-07-30T16:35:57.699Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-07-30T16:35:57.699Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-07-30T16:35:57.699Z] [ERROR]
[2024-07-30T16:35:57.700Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-07-30T16:35:57.700Z] [ERROR]
[2024-07-30T16:35:57.700Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-07-30T16:35:57.700Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
windows-8 / Build (windows-8) / Archive JUnit-formatted test results
Error in junit
step, with arguments **/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml,**/target/invoker-reports/**/*.xml
.
No test report files were found. Configuration error?
Build log
[2024-07-30T16:35:57.219Z] Recording test results
[2024-07-30T16:35:57.397Z] No test report files were found. Configuration error?
Details
- linux-8 (1.5 sec)
- Checkout (linux-8) (8.8 sec)
- Build (linux-8) (19 sec)
Error: script returned exit code 1
Error: No test report files were found. Configuration error?
- windows-8 (3 min 38 sec)
- Checkout (windows-8) (15 sec)
- Build (windows-8) (1 min 2 sec)
Error: script returned exit code 1
Error: No test report files were found. Configuration error?