From dev-return-14982-archive-asf-public=cust-asf.ponee.io@jmeter.apache.org Sun Aug 9 17:16:54 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 0A25F18063F for ; Sun, 9 Aug 2020 19:16:54 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 0BBFC124973 for ; Sun, 9 Aug 2020 17:16:53 +0000 (UTC) Received: (qmail 90887 invoked by uid 500); 9 Aug 2020 17:16:52 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 90829 invoked by uid 99); 9 Aug 2020 17:16:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2020 17:16:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F0E03C00E5 for ; Sun, 9 Aug 2020 17:07:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.312 X-Spam-Level: ** X-Spam-Status: No, score=2.312 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_DMARC_STATUS=0.01, KAM_LAZY_DOMAIN_SECURITY=1, KAM_NUMSUBJECT=0.5, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=disabled Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id XlWFV0rTldx3 for ; Sun, 9 Aug 2020 17:07:27 +0000 (UTC) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=95.217.192.195; helo=jenkins-cm6.apache.org; envelope-from=jenkins@builds.apache.org; receiver= Received: from jenkins-cm6.apache.org (jenkins-cm6.apache.org [95.217.192.195]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id 580FA7F80C for ; Sun, 9 Aug 2020 17:07:27 +0000 (UTC) Received: from jenkins-cm6.apache.org (localhost.localdomain [127.0.0.1]) by jenkins-cm6.apache.org (Postfix) with ESMTP id BC2EF23801B4 for ; Sun, 9 Aug 2020 17:07:26 +0000 (UTC) Date: Sun, 9 Aug 2020 17:07:26 +0000 (UTC) From: Apache Jenkins Server To: dev@jmeter.apache.org Message-ID: <1503846323.262.1596992846532@jenkins-cm6.apache.org> In-Reply-To: <363303100.261.1596992246547@jenkins-cm6.apache.org> References: <363303100.261.1596992246547@jenkins-cm6.apache.org> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_JMeter_=C2=BB_JMeter-trunk_#34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr7M6FMEWV2vGz5uK3XewFIr2Xg/ANIqqKXAYJ3/c8oWh3ygym+w5C2kQimhP2zCoXOxOMJIM288UJAWOOQ+PIQLuiOYDG6J2dHRZ/G8lWln9bXl0Jy5uYmCQ9nuPYvZxaW6I34OyncMaINA98DoXsaVLGekldBY+1rxMLUpYlnM8zmghqlXJr+Nz0vB/o+iqZrXa/UB6kPfW+awyPmp0v0NVjCwDi1FNgb4Smbc4JPgzp++UlsLhGEp0nVTb3YP6om0tu5633pcO/FogHr/jHRBsgFSITV47oMib8maewsEFPRhasZmJK7Ojh4FWsvq0DZKm8eg2DOsybYNPhHZluQIDAQAB X-Jenkins-Job: JMeter/JMeter-trunk X-Jenkins-Result: FAILURE Auto-submitted: auto-generated See Changes: [Felix Schumacher] Add missing key id for org.json:json ------------------------------------------ [...truncated 141.56 KB...] There might be more checksum violations, however, current confi= guration specifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plu= gin (e.g. to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail afte= r the first violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with al= l the new discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone= the failure till the build finish It will collect all the violations, however untrusted code migh= t be executed (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file= . at com.github.vlsi.gradle.checksum.ChecksumDependency.repor= tViolations(ChecksumDependency.kt:380) at com.github.vlsi.gradle.checksum.ChecksumDependency.verif= yDependencies(ChecksumDependency.kt:309) at com.github.vlsi.gradle.checksum.ChecksumDependency.acces= s$verifyDependencies(ChecksumDependency.kt:58) at com.github.vlsi.gradle.checksum.ChecksumDependency$resol= utionListener$1$beforeResolve$4$1.invoke(ChecksumDependency.kt:99) at com.github.vlsi.gradle.checksum.ChecksumDependency$resol= utionListener$1$beforeResolve$4$1.invoke(ChecksumDependency.kt:89) at com.github.vlsi.gradle.checksum.Stopwatch.invoke(Stopwat= ch.kt:36) at com.github.vlsi.gradle.checksum.Stopwatch.invoke$default= (Stopwatch.kt:31) at com.github.vlsi.gradle.checksum.ChecksumDependency$resol= utionListener$1$beforeResolve$4.execute(ChecksumDependency.kt:98) at com.github.vlsi.gradle.checksum.ChecksumDependency$resol= utionListener$1$beforeResolve$4.execute(ChecksumDependency.kt:89) =1B[0;0;90mat org.gradle.internal.event.BroadcastDispatch$A= ctionInvocationHandler.dispatch(BroadcastDispatch.java:92) =1B[0m =1B[0;0;90mat org.gradle.internal.event.BroadcastDisp= atch$ActionInvocationHandler.dispatch(BroadcastDispatch.java:80) =1B[0m =1B[0;0;90mat org.gradle.internal.event.AbstractBroad= castDispatch.dispatch(AbstractBroadcastDispatch.java:42) =1B[0m =1B[0;0;90mat org.gradle.internal.event.BroadcastDisp= atch$SingletonDispatch.dispatch(BroadcastDispatch.java:231) =1B[0m =1B[0;0;90mat org.gradle.internal.event.BroadcastDisp= atch$SingletonDispatch.dispatch(BroadcastDispatch.java:150) =1B[0m =1B[0;0;90mat org.gradle.internal.event.AbstractBroad= castDispatch.dispatch(AbstractBroadcastDispatch.java:58) =1B[0m =1B[0;0;90mat org.gradle.internal.event.BroadcastDisp= atch$CompositeDispatch.dispatch(BroadcastDispatch.java:325) =1B[0m =1B[0;0;90mat org.gradle.internal.event.BroadcastDisp= atch$CompositeDispatch.dispatch(BroadcastDispatch.java:235) =1B[0m =1B[0;0;90mat org.gradle.internal.event.ListenerBroad= cast.dispatch(ListenerBroadcast.java:141) =1B[0m =1B[0;0;90mat org.gradle.internal.event.ListenerBroad= cast.dispatch(ListenerBroadcast.java:37) =1B[0m =1B[0;0;90mat org.gradle.internal.dispatch.ProxyDispa= tchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94= ) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration$1.run(DefaultConfiguration.java:629) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOper= ationExecutor.java:402) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOper= ationExecutor.java:394) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.run(DefaultBuildOperationExecutor.java:92) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.Delegati= ngBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.resolveGraphIfRequired(DefaultConfiguration.= java:611) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.lambda$resolveExclusively$4(DefaultConfigura= tion.java:592) =1B[0m =1B[0;0;90mat org.gradle.api.internal.project.Default= ProjectStateRegistry$SafeExclusiveLockImpl.withLock(DefaultProjectStateRegi= stry.java:289) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.resolveExclusively(DefaultConfiguration.java= :590) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.resolveToStateOrLater(DefaultConfiguration.j= ava:576) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.access$1900(DefaultConfiguration.java:141) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration$ConfigurationFileCollection.getSelectedArtif= acts(DefaultConfiguration.java:1248) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration$ConfigurationFileCollection.visitContents(De= faultConfiguration.java:1239) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration$ConfigurationFileCollection.visitStructure(D= efaultConfiguration.java:1235) =1B[0m =1B[0;0;90mat org.gradle.api.internal.artifacts.confi= gurations.DefaultConfiguration.visitStructure(DefaultConfiguration.java:489= ) =1B[0m =1B[0;0;90mat org.gradle.api.internal.file.CompositeF= ileCollection.visitStructure(CompositeFileCollection.java:152) =1B[0m =1B[0;0;90mat org.gradle.internal.fingerprint.impl.De= faultFileCollectionSnapshotter.snapshot(DefaultFileCollectionSnapshotter.ja= va:50) =1B[0m =1B[0;0;90mat org.gradle.internal.fingerprint.impl.Ab= stractFileCollectionFingerprinter.fingerprint(AbstractFileCollectionFingerp= rinter.java:47) =1B[0m =1B[0;0;90mat org.gradle.api.internal.tasks.execution= .ExecuteActionsTaskExecuter$TaskExecution.lambda$visitInputFileProperties$1= (ExecuteActionsTaskExecuter.java:324) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.lambda$fingerprintInputFiles$3(CaptureStateBef= oreExecutionStep.java:192) =1B[0m =1B[0;0;90mat org.gradle.api.internal.tasks.execution= .ExecuteActionsTaskExecuter$TaskExecution.visitInputFileProperties(ExecuteA= ctionsTaskExecuter.java:322) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.fingerprintInputFiles(CaptureStateBeforeExecut= ionStep.java:188) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.captureExecutionState(CaptureStateBeforeExecut= ionStep.java:150) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.lambda$captureExecutionStateOp$1(CaptureStateB= eforeExecutionStep.java:104) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Bui= ldOperationStep$1.call(BuildOperationStep.java:40) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOper= ationExecutor.java:416) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOper= ationExecutor.java:406) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.DefaultB= uildOperationExecutor.call(DefaultBuildOperationExecutor.java:102) =1B[0m =1B[0;0;90mat org.gradle.internal.operations.Delegati= ngBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Bui= ldOperationStep.operation(BuildOperationStep.java:37) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.captureExecutionStateOp(CaptureStateBeforeExec= utionStep.java:103) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.lambda$execute$0(CaptureStateBeforeExecutionSt= ep.java:78) =1B[0m at java.util.Optional.map(Optional.java:215) =1B[0;0;90mat org.gradle.internal.execution.steps.CaptureSt= ateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:78) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Cap= tureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:5= 3) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Val= idateStep.execute(ValidateStep.java:74) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Ski= pEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78) =1B[0m at java.util.Optional.orElseGet(Optional.java:267) =1B[0;0;90mat org.gradle.internal.execution.steps.SkipEmpty= WorkStep.execute(SkipEmptyWorkStep.java:78) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Ski= pEmptyWorkStep.execute(SkipEmptyWorkStep.java:34) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.leg= acy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStarted= Step.java:39) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Loa= dExecutionStateStep.execute(LoadExecutionStateStep.java:40) =1B[0m =1B[0;0;90mat org.gradle.internal.execution.steps.Loa= dExecutionStateStep.execute(LoadExecutionStateStep.java:28) =1B[0m FAILURE: Build completed with 5 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':src:testkit:spotbugsMain'. > Checksum/PGP violations detected on resolving configuration :src:testkit:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 There might be more checksum violations, however, current configuration s= pecifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. = to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail after the firs= t violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with all the new = discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone the failu= re till the build finish It will collect all the violations, however untrusted code might be execu= ted (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --d= ebug option to get more log output. Run with --scan to get full insights. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':src:jorphan:spotbugsMain'. > Checksum/PGP violations detected on resolving configuration :src:testkit:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:bshclien= t:spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:jorphan:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 There might be more checksum violations, however, current configuration s= pecifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. = to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail after the firs= t violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with all the new = discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone the failu= re till the build finish It will collect all the violations, however untrusted code might be execu= ted (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --d= ebug option to get more log output. Run with --scan to get full insights. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':src:bshclient:spotbugsMain'. > Checksum/PGP violations detected on resolving configuration :src:testkit:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:bshclien= t:spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 There might be more checksum violations, however, current configuration s= pecifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. = to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail after the firs= t violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with all the new = discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone the failu= re till the build finish It will collect all the violations, however untrusted code might be execu= ted (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --d= ebug option to get more log output. Run with --scan to get full insights. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':src:launcher:spotbugsMain'. > Checksum/PGP violations detected on resolving configuration :src:testkit:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:bshclien= t:spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:jorphan:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:launcher= :spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 There might be more checksum violations, however, current configuration s= pecifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. = to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail after the firs= t violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with all the new = discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone the failu= re till the build finish It will collect all the violations, however untrusted code might be execu= ted (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --d= ebug option to get more log output. Run with --scan to get full insights. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':src:testkit-wiremock:spotbugsMain'. > Checksum/PGP violations detected on resolving configuration :src:testkit:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:bshclien= t:spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:jorphan:= spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:launcher= :spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 Checksum/PGP violations detected on resolving configuration :src:testkit-= wiremock:spotbugs No trusted PGP keys are configured for group org.json: org.json:json:20200518 (pgp=3D[145d819475314d97], sha512=3D[computati= on skipped]) =20 There might be more checksum violations, however, current configuration s= pecifies the build to fail on the first violation. You might use the following properties: * -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. = to try new dependencies) * -PchecksumUpdate updates checksum.xml and it will fail after the firs= t violation so you can review the diff * -PchecksumUpdateAll (insecure) updates checksum.xml with all the new = discovered checksums * -PchecksumFailOn=3Dbuild_finish (insecure) It will postpone the failu= re till the build finish It will collect all the violations, however untrusted code might be execu= ted (e.g. from a plugin) You can find updated checksum.xml file at You might add -PchecksumUpdate to update root checksum.xml file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --d= ebug option to get more log output. Run with --scan to get full insights. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible = with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:c= ommand_line_warnings BUILD FAILED in 22s 134 actionable tasks: 66 executed, 68 up-to-date See the profiling report at: file:// A fine-grained performance profile is available: use the --scan option. Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Xvfb stopping Archiving artifacts Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files= were found. Configuration error?