bharathgowda11 opened a new issue, #6331:
URL: https://github.com/apache/jmeter/issues/6331
### Expected behavior
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'jmeter'.
> Could not determine the dependencies of null.
> Checksum/PGP violations detected on resolving configuration :classpath
Actual checksum is
[EC2200E5A5A70F5C64744F6413A546F5E4979B3FB1649B02756FF035D36DDE31170EAADC70842230296B60896F04877270C26B40415736299AEF44AC16C5811C],
however expected one of
[37A13B129F3536A53F2A553151A53997DA6DE7CE4D7231EFEEFD26A68C92BE309666F2EE1F527D3B8C38BC6ADDC9FCCBBDD0D134759FD88667976B0CFF842435]:
xerces:xercesImpl:2.9.1 (pgp=[],
sha512=[EC2200E5A5A70F5C64744F6413A546F5E4979B3FB1649B02756FF035D36DDE31170EAADC70842230296B60896F04877270C26B40415736299AEF44AC16C5811C])
No PGP signature (.asc file) found for artifact:
xml-apis:xml-apis:1.3.04 (pgp=[],
sha512=[1086A52924ADD2406E0B4EC7219A8783AC20E02A32A7A2461EFBF092F0070501F7CADE9C0588907C403352F1A48F80B950E6D40B2E4E3E9EB886E7DB4E97BDEC])
There might be more checksum violations, however, current configuration
specifies 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
first violation so you can review the diff
* -PchecksumUpdateAll (insecure) updates checksum.xml with all the
new discovered checksums
* -PchecksumFailOn=build_finish (insecure) It will postpone the
failure till the build finish
It will collect all the violations, however untrusted code might be
executed (e.g. from a plugin)
You can find updated checksum.xml file at
/root/apache-jmeter-5.6.3/build/checksum/checksum.xml.
You might add -PchecksumUpdate to update root checksum.xml file.
### Actual behavior
_No response_
### Steps to reproduce the problem
clone 5.6.3 tag & build
### JMeter Version
5.6.3
### Java Version
17
### OS Version
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]