You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/09/11 10:10:04 UTC

Build failed in Jenkins: JMeter » JMeter-trunk #304

See <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/304/display/redirect?page=changes>

Changes:

[Felix Schumacher] Be more specific when handling errors while loading keystores


------------------------------------------
[...truncated 416.75 KB...]
          0.0sec,    7 completed,   0 failed,   0 skipped, makeRelativeURL works with a trailing directory
          0.0sec,    4 completed,   0 failed,   0 skipped, makeRelativeURL given invalid path '#path' returns '#path'
          0.0sec,   17 completed,   0 failed,   0 skipped, removeSlashDotDot given a url or path #urlOrPath returns #expectedUrl
          0.0sec,   15 completed,   0 failed,   0 skipped, testSanitizeUrl
          0.3sec,   58 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.HTTPUtilsSpec
          0.3sec,   12 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.DNSCacheManagerSpec
WARNING  41.3sec,  761 completed,   0 failed,   3 skipped, Gradle Test Run :src:protocol:http:test

> Task :src:protocol:http:check

> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuth
Creating summariser <summary>
Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx>
Starting standalone test @ Sat Sep 11 10:08:30 UTC 2021 (1631354910011)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary +      1 in 00:00:04 =    0.2/s Avg:  1267 Min:  1267 Max:  1267 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
summary +     11 in 00:00:03 =    4.0/s Avg:    39 Min:    11 Max:    83 Err:     0 (0.00%) Active: 0 Started: 6 Finished: 6
summary =     12 in 00:00:07 =    1.7/s Avg:   142 Min:    11 Max:  1267 Err:     0 (0.00%)
Tidying up ...    @ Sat Sep 11 10:08:38 UTC 2021 (1631354918335)
... end of run
No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/Http4ImplPreemptiveBasicAuth.log> (the file is empty)

> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuthJava SKIPPED

> Task :src:dist-check:batchJDBC_TESTS
Creating summariser <summary>
Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/testfiles/JDBC_TESTS.jmx>
Starting standalone test @ Sat Sep 11 10:08:42 UTC 2021 (1631354922138)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =     27 in 00:00:04 =    7.2/s Avg:    60 Min:     0 Max:  1522 Err:     0 (0.00%)
Tidying up ...    @ Sat Sep 11 10:08:48 UTC 2021 (1631354928161)
... end of run
WARNING: the task was configured to ignore errors in the output log
Logfile contents (errors during the test, see <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/JDBC_TESTS.log)>:
2021-09-11 10:08:48,111 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PreProcessor'.
java.lang.IllegalArgumentException: Name for DataSoure must not be empty in JDBC PreProcessor
	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:965) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:549) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) [ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) [ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
2021-09-11 10:08:48,128 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PostProcessor'.
java.lang.IllegalArgumentException: Name for DataSoure must not be empty in JDBC PostProcessor
	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:955) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:573) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) [ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) [ApacheJMeter_core.jar:5.5-SNAPSHOT]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
2021-09-11 10:08:48,129 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
2021-09-11 10:08:48,148 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PostProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS

> Task :src:dist-check:batchJMS_TESTS
Creating summariser <summary>
Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/testfiles/JMS_TESTS.jmx>
Starting standalone test @ Sat Sep 11 10:08:51 UTC 2021 (1631354931950)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary +      6 in 00:00:09 =    0.7/s Avg:  1096 Min:     9 Max:  3857 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0

> Task :src:dist:javadocAggregate
9 warnings

> Task :src:dist:distTar
Execution optimizations have been disabled for task ':src:dist:distTar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/'.> Reason: Task ':src:dist:distTar' uses this output of task ':src:dist:copyBinLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/'.> Reason: Task ':src:dist:distTar' uses this output of task ':src:dist:copyLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :src:dist:distTarSha512

> Task :src:dist:distZip
Execution optimizations have been disabled for task ':src:dist:distZip' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/'.> Reason: Task ':src:dist:distZip' uses this output of task ':src:dist:copyBinLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/'.> Reason: Task ':src:dist:distZip' uses this output of task ':src:dist:copyLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :src:dist-check:batchJMS_TESTS
summary +     21 in 00:00:25 =    0.9/s Avg:   547 Min:     0 Max:  3001 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
summary =     27 in 00:00:33 =    0.8/s Avg:   669 Min:     0 Max:  3857 Err:     0 (0.00%)
Tidying up ...    @ Sat Sep 11 10:09:26 UTC 2021 (1631354966435)
... end of run
No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/JMS_TESTS.log> (the file is empty)

> Task :src:dist-check:batchOS_TESTS
Creating summariser <summary>
Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/testfiles/OS_TESTS.jmx>
Starting standalone test @ Sat Sep 11 10:09:31 UTC 2021 (1631354971443)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445

> Task :src:dist:distZipSha512
> Task :src:dist:distZipSourceSha512
> Task :src:dist:processSiteXslt FAILED

> Task :src:dist-check:batchOS_TESTS
summary +      1 in 00:00:02 =    0.5/s Avg:    37 Min:    37 Max:    37 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
summary +      2 in 00:00:01 =    1.9/s Avg:   503 Min:     4 Max:  1003 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
summary =      3 in 00:00:03 =    0.9/s Avg:   348 Min:     4 Max:  1003 Err:     0 (0.00%)
Tidying up ...    @ Sat Sep 11 10:09:35 UTC 2021 (1631354975081)
... end of run
No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/bin/OS_TESTS.log> (the file is empty)
checksum-dependency elapsed time: 15107ms, configurations processed: 374 (add -PchecksumTimingsPrint to print detailed timings)

Build jmeter FAILURE reason:                                
    Execution failed for task ':src:dist:processSiteXslt':
        : javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "pr" must be terminated by the matching end-tag "</pr>".
            at org.apache.tools.ant.taskdefs.XSLTProcess.handleTransformationError(XSLTProcess.java:1435)
            at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:845)
            at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:426)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
            at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
            at org.gradle.api.internal.project.ant.BasicAntBuilder.nodeCompleted(BasicAntBuilder.java:80)
            at org.gradle.api.internal.project.ant.BasicAntBuilder.doInvokeMethod(BasicAntBuilder.java:107)
            at org.gradle.kotlin.dsl.GroovyBuilderScopeForGroovyObject.invoke(GroovyInteroperability.kt:263)
            at org.gradle.kotlin.dsl.GroovyBuilderScope$DefaultImpls.invoke(GroovyInteroperability.kt:242)
            at org.gradle.kotlin.dsl.GroovyBuilderScopeForGroovyObject.invoke(GroovyInteroperability.kt:260)
            at Build_gradle.xslt(build.gradle.kts:423)
            at Build_gradle.xslt$default(build.gradle.kts:413)
            at Build_gradle$processSiteXslt$2$1.execute(build.gradle.kts:442)
            at Build_gradle$processSiteXslt$2$1.execute(build.gradle.kts:24)
            at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:749)
            at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:722)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$2.run(ExecuteActionsTaskExecuter.java:498)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:56)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$run$1(DefaultBuildOperationExecutor.java:71)
            at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.runWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:45)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:71)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:483)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:466)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:105)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:270)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:248)
            at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:83)
            at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:37)
            at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
            at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:47)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
            at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
            at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:47)
            at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:37)
            at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
            at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
            at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:50)
            at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
            at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
            at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
            at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
            at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
            at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
            at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:54)
            at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:35)
            at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
            at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
            at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:174)
            at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:74)
            at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:45)
            at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:40)
            at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:29)
            at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
            at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:99)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:92)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:52)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:36)
            at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:84)
            at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:41)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
            at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:91)
            at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
            at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:78)
            at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:49)
            at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:105)
            at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:50)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:86)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:86)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:32)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
            at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:43)
            at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:31)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
            at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution$2.withWorkspace(ExecuteActionsTaskExecuter.java:283)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
            at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
            at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
            at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:49)
            at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35)
            Caused by: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "pr" must be terminated by the matching end-tag "</pr>".
                at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:740)
                at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:343)
                at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:201)
                at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:836)
                ... 94 more
                Caused by: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "pr" must be terminated by the matching end-tag "</pr>".
                    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:570)
                    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:730)
                    ... 97 more
                    Caused by: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "pr" must be terminated by the matching end-tag "</pr>".
                        at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:426)
                        at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:214)
                        at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:548)
                        ... 98 more


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:dist:processSiteXslt'.
> javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "pr" must be terminated by the matching end-tag "</pr>".

* Try:
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.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 8 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 5m 1s
346 actionable tasks: 179 executed, 167 up-to-date

See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/build/reports/profile/profile-2021-09-11-10-04-41.html>
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
[Fast Archiver] Compressed 169.58 MB of artifacts by 80.3% relative to #303
Recording test results
[Checks API] No suitable checks publisher found.

Jenkins build is back to normal : JMeter » JMeter-trunk #305

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/305/display/redirect?page=changes>