I try to create the rpm for fedora, but the test fail during compilation
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
### Expected behavior
%global srcname apache-jmeter
Name: apache-jmeter
Version: 5.6.3
Release: rc1%{?dist}
License: Apache 2.0
Summary: Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
Url: https://jmeter.apache.org/
Source0: https://dlcdn.apache.org/jmeter/source/%{srcname}-%{version}_src.tgz
BuildArch: noarch
BuildRequires: java-devel
Requires: java-headless >= 17
Requires: java-filesystem
%description
The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
%prep
%autosetup
%build
./gradlew build -PjdkTestVersion=17 # Open issue for solve test fails.
%install
printable_docs %{_javadocdir}/jmeter
%files
%doc README NOTICE CODE_OF_CONDUCT.md CONTRIBUTING.md printable_docs
%License LICENSE
%changelog
### Actual behavior
./gradlew build -PjdkTestVersion=17
### Steps to reproduce the problem
advertencia:source_date_epoch_from_changelog set but %changelog is missing
Ejecutando(%prep): /bin/sh -e /var/tmp/rpm-tmp.rveTrc
+ umask 022
+ cd /home/neftaliyagua/rpmbuild/BUILD
+ cd /home/neftaliyagua/rpmbuild/BUILD
+ rm -rf apache-jmeter-5.6.3
+ /usr/lib/rpm/rpmuncompress -x /home/neftaliyagua/rpmbuild/SOURCES/apache-jmeter-5.6.3_src.tgz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd apache-jmeter-5.6.3
+ rm -rf /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3-SPECPARTS
+ /usr/bin/mkdir -p /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3-SPECPARTS
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Ejecutando(%build): /bin/sh -e /var/tmp/rpm-tmp.x5uTiC
+ umask 022
+ cd /home/neftaliyagua/rpmbuild/BUILD
+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer '
+ export CFLAGS
+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer '
+ export CXXFLAGS
+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules '
+ export FFLAGS
+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes '
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd apache-jmeter-5.6.3
+ ./gradlew build -PjdkTestVersion=17
Type-safe project accessors is an incubating feature.
Path for java installation '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-2.fc38.x86_64' (Common Linux Locations) does not contain a java executable
Path for java installation '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-2.fc38.x86_64' (Common Linux Locations) does not contain a java executable
> Configure project :
Building JMeter 5.6.3-SNAPSHOT
Path for java installation '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-2.fc38.x86_64' (Common Linux Locations) does not contain a java executable
> Configure project :src:components
RenderInBrowser is excluded from compilation. If you want to compile it, add -PenableJavaFx
> Configure project :src:dist-check
Certain tests will be skipped as they depend on external services and fail too often. Please add -PenableFlaky to enable them: [batchHttp4ImplDigestAuth, batchHttp4ImplPreemptiveBasicAuthJava, batchSlowCharsFeatureHttpClient4, batchSlowCharsFeatureJava, batchTCP_TESTS, batchTestKeepAlive, batchTestRedirectionPolicies]
> Task :src:licenses:renderLicenseForSource
Dependencies of license category B are not allowed for SOURCE artifacts
=======================================================================
CC-BY-SA-3.0
* openiconlibrary:openiconlibrary:
OFL-1.1
* font-awesome-font:font-awesome-font:4.2.0
> Task :src:dist-check:batchBUG_62847
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BUG_62847.jmx
Starting standalone test @ 2024 Feb 4 07:05:57 COT (1707048357225)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 6 in 00:00:01 = 6.8/s Avg: 5 Min: 0 Max: 14 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:05:58 COT (1707048358961)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BUG_62847.log (the file is empty)
> Task :src:dist-check:batchBatchTestLocal
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.jmx
Starting standalone test @ 2024 Feb 4 07:06:06 COT (1707048366888)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary = 132 in 00:00:06 = 21.7/s Avg: 6 Min: 0 Max: 124 Err: 16 (12.12%)
Tidying up ... @ 2024 Feb 4 07:06:15 COT (1707048375156)
... end of run
> Task :src:dist:distTarSha512
Checksum /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/distributions/apache-jmeter-5.6.3-SNAPSHOT.tgz to /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/checksums/distTarSha512/apache-jmeter-5.6.3-SNAPSHOT.tgz.sha512
> Task :src:dist:distTarSourceSha512
Checksum /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/distributions/apache-jmeter-5.6.3-SNAPSHOT_src.tgz to /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/checksums/distTarSourceSha512/apache-jmeter-5.6.3-SNAPSHOT_src.tgz.sha512
> Task :src:dist-check:batchBatchTestLocal
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BatchTestLocal.log (the file is empty)
> Task :src:dist-check:batchBug50898
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug50898.jmx
Starting standalone test @ 2024 Feb 4 07:06:20 COT (1707048380642)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 2 in 00:00:00 = 9.6/s Avg: 7 Min: 7 Max: 8 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:06:21 COT (1707048381226)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug50898.log (the file is empty)
> Task :src:dist-check:batchBug52968
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
> Task :src:dist:distZipSha512
Checksum /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/distributions/apache-jmeter-5.6.3-SNAPSHOT.zip to /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/checksums/distZipSha512/apache-jmeter-5.6.3-SNAPSHOT.zip.sha512
> Task :src:dist-check:batchBug52968
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug52968.jmx
Starting standalone test @ 2024 Feb 4 07:06:27 COT (1707048387036)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 30 in 00:00:01 = 38.9/s Avg: 7 Min: 5 Max: 11 Err: 9 (30.00%)
Tidying up ... @ 2024 Feb 4 07:06:28 COT (1707048388029)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug52968.log (the file is empty)
> Task :src:dist:distZipSourceSha512
Checksum /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/distributions/apache-jmeter-5.6.3-SNAPSHOT_src.zip to /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/checksums/distZipSourceSha512/apache-jmeter-5.6.3-SNAPSHOT_src.zip.sha512
> Task :src:dist-check:batchBug54685
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug54685.log (the file is empty)
> Task :src:dist:previewSite
Site preview synchronized to /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/src/dist/build/site/index.html
> Task :src:dist-check:batchBug55375
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug55375.jmx
Starting standalone test @ 2024 Feb 4 07:06:38 COT (1707048398785)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 1 in 00:00:00 = 7.9/s Avg: 6 Min: 6 Max: 6 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:06:39 COT (1707048399215)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug55375.log (the file is empty)
> Task :src:dist-check:batchBug56243
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug56243.jmx
Starting standalone test @ 2024 Feb 4 07:06:43 COT (1707048403518)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 9 in 00:00:00 = 39.3/s Avg: 1 Min: 0 Max: 10 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:06:43 COT (1707048403956)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug56243.log (the file is empty)
> Task :src:dist-check:batchBug56811
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug56811.jmx
Starting standalone test @ 2024 Feb 4 07:06:48 COT (1707048408302)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 9 in 00:00:01 = 16.9/s Avg: 4 Min: 0 Max: 8 Err: 3 (33.33%)
Tidying up ... @ 2024 Feb 4 07:06:49 COT (1707048409113)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug56811.log (the file is empty)
> Task :src:dist-check:batchBug62239
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Bug62239.jmx
Starting standalone test @ 2024 Feb 4 07:06:53 COT (1707048413766)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary = 108 in 00:00:01 = 152.8/s Avg: 0 Min: 0 Max: 5 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:06:54 COT (1707048414886)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Bug62239.log (the file is empty)
> Task :src:dist-check:batchFTP_TESTS
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/FTP_TESTS.jmx
Starting standalone test @ 2024 Feb 4 07:06:59 COT (1707048419047)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary + 1 in 00:00:03 = 0.4/s Avg: 2742 Min: 2742 Max: 2742 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
summary + 5 in 00:00:01 = 3.4/s Avg: 69 Min: 28 Max: 136 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1
summary = 6 in 00:00:04 = 1.4/s Avg: 514 Min: 28 Max: 2742 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:07:03 COT (1707048423832)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/FTP_TESTS.log (the file is empty)
> Task :src:dist-check:batchHTMLParserTestFile_2
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/HTMLParserTestFile_2.jmx
Starting standalone test @ 2024 Feb 4 07:07:08 COT (1707048428155)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary = 1 in 00:00:00 = 2.3/s Avg: 303 Min: 303 Max: 303 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:07:08 COT (1707048428927)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/HTMLParserTestFile_2.log (the file is empty)
> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuth
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx
Starting standalone test @ 2024 Feb 4 07:07:14 COT (1707048434361)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary = 12 in 00:00:11 = 1.1/s Avg: 541 Min: 234 Max: 1583 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:07:26 COT (1707048446255)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/Http4ImplPreemptiveBasicAuth.log (the file is empty)
> Task :src:dist-check:batchJDBC_TESTS
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/JDBC_TESTS.jmx
Starting standalone test @ 2024 Feb 4 07:07:31 COT (1707048451458)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary = 27 in 00:00:05 = 5.7/s Avg: 77 Min: 0 Max: 1884 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:07:37 COT (1707048457886)
... end of run
WARNING: the task was configured to ignore errors in the output log
Logfile contents (errors during the test, see /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/JDBC_TESTS.log):
2024-02-04 07:07:37,712 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.6.3-SNAPSHOT]
at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:983) ~[ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:561) ~[ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) [ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) [ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
2024-02-04 07:07:37,747 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.6.3-SNAPSHOT]
at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:973) ~[ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:585) ~[ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) [ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) [ApacheJMeter_core.jar:5.6.3-SNAPSHOT]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
2024-02-04 07:07:37,748 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
2024-02-04 07:07:37,822 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
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/JMS_TESTS.jmx
Starting standalone test @ 2024 Feb 4 07:07:44 COT (1707048464305)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary + 14 in 00:00:15 = 0.9/s Avg: 692 Min: 3 Max: 5494 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
summary + 13 in 00:00:21 = 0.6/s Avg: 863 Min: 1 Max: 3001 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1
summary = 27 in 00:00:36 = 0.7/s Avg: 775 Min: 1 Max: 5494 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:08:22 COT (1707048502311)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/JMS_TESTS.log (the file is empty)
> Task :src:dist-check:batchOS_TESTS
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/OS_TESTS.jmx
Starting standalone test @ 2024 Feb 4 07:08:27 COT (1707048507745)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary + 1 in 00:00:03 = 0.3/s Avg: 41 Min: 41 Max: 41 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
summary + 2 in 00:00:01 = 1.9/s Avg: 507 Min: 10 Max: 1004 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1
summary = 3 in 00:00:04 = 0.7/s Avg: 351 Min: 10 Max: 1004 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:08:32 COT (1707048512513)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/OS_TESTS.log (the file is empty)
> Task :src:dist-check:batchResponseDecompression
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/ResponseDecompression.jmx
Starting standalone test @ 2024 Feb 4 07:08:38 COT (1707048518097)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
summary = 2 in 00:00:04 = 0.5/s Avg: 1585 Min: 1349 Max: 1822 Err: 0 (0.00%)
Tidying up ... @ 2024 Feb 4 07:08:42 COT (1707048522644)
... end of run
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/ResponseDecompression.log (the file is empty)
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] Created remote object: UnicastServerRef2 [liveRef: [endpoint:[neftali.coderic.net:37465,SSLRMIServerSocketFactory(host=neftali.coderic.net/192.168.1.13, keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi),SSLRMIClientSocketFactory(keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi)](local),objID:[7e865f5:18d740567cf:-7fff, -3307224225316449492]]]
> Task :src:dist-check:batchServerBatchTestLocal
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
Creating summariser
Created the tree successfully using /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.jmx
Configuring remote engine: neftali.coderic.net:42795
Starting distributed test with remote engines: [neftali.coderic.net:42795] @ 2024 Feb 4 07:08:55 COT (1707048535913)
[server] Starting the test on host neftali.coderic.net:42795 @ 2024 Feb 4 07:08:59 COT (1707048539862)
> Task :src:dist-check:batchServerBatchTestLocal
Remote engines have been started:[neftali.coderic.net:42795]
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary + 1 in 00:00:00 = 4.3/s Avg: 4 Min: 4 Max: 4 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[server] Finished the test on host neftali.coderic.net:42795 @ 2024 Feb 4 07:09:09 COT (1707048549436) - exit requested.
> Task :src:dist-check:batchServerBatchTestLocal
summary + 131 in 00:00:08 = 15.6/s Avg: 7 Min: 0 Max: 183 Err: 16 (12.21%) Active: 0 Started: 11 Finished: 11
summary = 132 in 00:00:09 = 15.3/s Avg: 7 Min: 0 Max: 183 Err: 16 (12.12%)
Tidying up remote @ 2024 Feb 4 07:09:09 COT (1707048549435)
... end of run
ERROR: unexpected output for BatchTestLocal.csv:
- expected 6457 bytes, /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.csv
+ actual 6457 bytes, /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BatchTestLocal.csv
@@ -53,7 +53,7 @@
Java If once 2,200,OK,text,true,,0,1,1,null,,1,0
Java If all 1,,,text,false,,0,1,1,null,,1,1
Java OK,200,OK,text,true,,0,1,1,null,,1,0
-Java 1 C1=1,200,OK,text,true,,10,1,1,null,,1,0
+Java 1 C1=1,200,OK,text,true,,10,2,2,null,,1,0
Java 1 C1=1,200,OK,text,true,,10,1,1,null,,1,0
Java 1 C1=1,200,OK,text,true,,10,1,1,null,,1,0
Loop5 C1=1 C2=1 C3=11,200,OK,text,true,,0,1,1,null,,1,0
ERROR: unexpected output for BatchTestLocal.xml:
- expected 44949 bytes, /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.xml
+ actual 44949 bytes, /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BatchTestLocal.xml
@@ -329,7 +329,7 @@
-
+
ResultData
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BatchTestLocal.log (the file is empty)
No errors present in the logfile /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/BatchTestLocalServer.log (the file is empty)
> Task :src:dist-check:batchServerBatchTestLocal FAILED
checksum-dependency elapsed time: 1844ms, configurations processed: 69 (add -PchecksumTimingsPrint to print detailed timings)
checksum-dependency elapsed time: 7772ms, configurations processed: 703 (add -PchecksumTimingsPrint to print detailed timings)
Build jmeter FAILURE reason:
Execution failed for task ':src:dist-check:batchServerBatchTestLocal':
Failures detected while testing /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.jmx: [unexpected output BatchTestLocal.csv, unexpected output BatchTestLocal.xml]
at org.apache.jmeter.buildtools.batchtest.BatchTest.exec(BatchTest.kt:186)
at org.apache.jmeter.buildtools.batchtest.BatchTestServer.exec(BatchTestServer.kt:138)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:248)
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$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:233)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:216)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:199)
at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:166)
at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105)
at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37)
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:50)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:28)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:100)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:72)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:50)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29)
at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:179)
at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:70)
at org.gradle.internal.Either$Right.fold(Either.java:175)
at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:68)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:46)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
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:91)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:55)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:37)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36)
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:76)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:37)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:108)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:55)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:71)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:45)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNonEmptySources(SkipEmptyWorkStep.java:177)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:81)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:53)
at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23)
at org.gradle.internal.execution.steps.CleanupStaleOutputsStep.execute(CleanupStaleOutputsStep.java:75)
at org.gradle.internal.execution.steps.CleanupStaleOutputsStep.execute(CleanupStaleOutputsStep.java:41)
at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:66)
at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:66)
at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:38)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:32)
at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:293)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:21)
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:47)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:34)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':src:dist-check:batchServerBatchTestLocal'.
> Failures detected while testing /home/neftaliyagua/rpmbuild/BUILD/apache-jmeter-5.6.3/bin/testfiles/BatchTestLocal.jmx: [unexpected output BatchTestLocal.csv, unexpected output BatchTestLocal.xml]
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4m 22s
578 actionable tasks: 248 executed, 308 from cache, 22 up-to-date
error: Estado de salida erróneo de /var/tmp/rpm-tmp.x5uTiC (%build)
RPM build warnings:
source_date_epoch_from_changelog set but %changelog is missing
RPM build errors:
Estado de salida erróneo de /var/tmp/rpm-tmp.x5uTiC (%build)
### JMeter Version
5.6.3
### Java Version
Java 17
### OS Version
Fedora 39
Contributor guide
Assessment
This issue has not been assessed yet.