Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standalone client tests [PA-547] #2232

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

srknzl
Copy link
Member

@srknzl srknzl commented Nov 8, 2024

This PR includes changes to make the new Java Client standalone to be used by the simulator tests.

It introduces a new driver type: standaloneclient4plus You use this driver if you want to run a client test with the standalone client. The PR also includes additional changes to make the new driver work.

Report generation fix:

  • Skip 6 lines instead of 5 and rename "buf" column to "buff" in the dstat parser logic. Dstat output is probably changed in later versions. The AMI we are using produces a dstat csv file that wasn't working.

NOTE: Merging this PR might need removal of the "ICache" test from the standalone client driver, or release of 5.5.1 or 5.5.0 version of the standalone client, which should include ICache feature.

@srknzl srknzl changed the title Add standalone client tests Add standalone client tests [wip] Nov 8, 2024
@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneClient4plus: Compilation failure: Compilation failure: 
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneClient4plus: Compilation failure: Compilation failure: 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCachingProvider
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneClient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneClient4plus
--------------------------

@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCachingProvider
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

@srknzl srknzl changed the title Add standalone client tests [wip] Add standalone client tests Nov 8, 2024
@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCachingProvider
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

Skip 6 lines instead of 5. Dstat output
is probably changed in later versions. The AMI
we are using produces a dstat csv file that wasn't
working.
@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] Failed to execute goal on project driver-standaloneclient4plus: Could not resolve dependencies for project com.hazelcast.simulator:driver-standaloneclient4plus:jar:2.0-SNAPSHOT
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] dependency: com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT (compile)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in main-repo (https://repo1.maven.org/maven2)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-private (https://repository.hazelcast.com/snapshot/)
--------------------------
[ERROR] 	Could not find artifact com.hazelcast:hazelcast-enterprise-java-client:jar:5.5.1-SNAPSHOT in snapshot-internal (https://repository.hazelcast.com/snapshot-internal/)
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

@ihsandemir ihsandemir changed the title Add standalone client tests Add standalone client tests [PA-547] Nov 12, 2024
@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCachingProvider
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

@@ -96,19 +96,23 @@ Also contains pointers where to go next.
- JDK 17 or newer
- [Maven](https://maven.apache.org/download.cgi)
- [Terraform](https://developer.hashicorp.com/terraform/downloads)
- [Python 3.8 or newer](https://www.python.org/downloads/)
- Python 3.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will it not work with newer python?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't work for me, due to some changes in some dependencies. Therefore, I wanted to fix python version and dependency versions. Newer python versions can't even install some the old dependency versions in the requirements.txt.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use Python 3.12.3 and it works, but I configured it some time ago and I did not use pip install -U -r requirements.txt

Copy link
Member Author

@srknzl srknzl Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some dependency cannot be built for me using the latest python. It can also be due to m1 macs. So let's fix the python version as well as dependency versions.

@hz-devops-test
Copy link

The job Simulator-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] COMPILATION ERROR : 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project driver-standaloneclient4plus: Compilation failure: Compilation failure: 
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[19,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,34] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCachingProvider
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[31,1] static import only from classes and interfaces
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,48] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[52,26] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[63,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/tests/icache/helpers/CacheUtils.java:[74,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class HazelcastCacheManager
--------------------------
[ERROR]   location: class com.hazelcast.simulator.tests.icache.helpers.CacheUtils
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/StreamerFactory.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[18,27] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: package com.hazelcast.cache
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[31,19] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[33,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Simulator-pr-builder/java/drivers/driver-standaloneclient4plus/src/main/java/com/hazelcast/simulator/worker/loadsupport/AsyncCacheStreamer.java:[38,46] cannot find symbol
--------------------------
[ERROR]   symbol:   class ICache
--------------------------
[ERROR]   location: class com.hazelcast.simulator.worker.loadsupport.AsyncCacheStreamer
--------------------------
[ERROR] -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :driver-standaloneclient4plus
--------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants