--Task-- name: mixedquery-1000 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: idm target_namespace: >default< start: 0.0 stop: None timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates below loop: False interval: None dependencies: [] wait_for: [] preceding_task: None options: {'testMode': 'open', 'testCase': 'idm.MixedQuery', 'duration': 1800, 'throughput': 1000, 'java-opts': '-Dcsvfile=/results/idm/user_feeder.csv -Drealm=alpha'} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-03-27 22:20:42,159 INFO 2025-03-27 22:20:42,159 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:20:42,159 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:20:42,437 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:20:42,438 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:20:42,438 DEBUG --- stdout --- 2025-03-27 22:20:42,438 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:20:42,438 DEBUG --- stderr --- 2025-03-27 22:20:42,438 DEBUG 2025-03-27 22:20:42,438 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-03-27 22:20:42 - INFO: Timeout for this Task has changed to 36m (2160 seconds) 2025-03-27 22:20:42 - INFO: timeout was calculated based on simulation duration parameter Pod log file : /results/orders/mixedquery-1000/stdout.txt Pod log : /results/orders/mixedquery-1000 2025-03-27 22:20:42 - INFO: Get overseer pod resources requests memory 2025-03-27 22:20:42,993 INFO 2025-03-27 22:20:42,993 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-59c948f569-rgrkv --output jsonpath={.spec.containers[].resources.requests.memory} 2025-03-27 22:20:42,993 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:20:43,296 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:20:43,296 DEBUG --- stdout --- 2025-03-27 22:20:43,296 DEBUG 8Gi 2025-03-27 22:20:43,296 DEBUG --- stderr --- 2025-03-27 22:20:43,296 DEBUG ________________________________________________________________________________ [2025-03-27 22:20:43] mixedquery-1000 print_command : Display the command to be forwarded to overseer as an order ________________________________________________________________________________ /lodestar/lodestar.py perf run-gatling --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idm.MixedQuery@perf-200m" --results-folder="/results/gatling/mixedquery-1000" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx8G" --simulation-system-properties="-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dcsvfile=/results/idm/user_feeder.csv -Dduration=1800 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idm.MixedQuery -DtestMode=open -Dthroughput=1000 -Duser_password=**** ________________________________________________________________________________ [2025-03-27 22:20:43] mixedquery-1000 create_order : Create order for overseer with the command to run ________________________________________________________________________________ Order file: /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/order.json { "name": "mixedquery-1000", "command": " /lodestar/lodestar.py perf run-gatling --simulation-class=\"com.forgerock.pyrock.Loadtest\" --run-description=\"idm.MixedQuery@perf-200m\" --results-folder=\"/results/gatling/mixedquery-1000\" --no-reports --simulation-jvm-args=\"-XX:+ExitOnOutOfMemoryError -Xmx8G\" --simulation-system-properties=\"-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dcsvfile=/results/idm/user_feeder.csv -Dduration=1800 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idm.MixedQuery -DtestMode=open -Dthroughput=1000 -Duser_password=T35!tr0c-k123\"", "out-dir": "/results/orders/mixedquery-1000" } ________________________________________________________________________________ [2025-03-27 22:20:43] mixedquery-1000 loop_until_ready : Wait for preceding task to finish if it uses same Overseer as a source, then loop for max_time until Overseer pod status is READY to accept order :param max_time: periodically check overseer status for this many seconds at maximum :param interval: interval between two periodical checks :return: ________________________________________________________________________________ 2025-03-27 22:20:43,304 INFO 2025-03-27 22:20:43,304 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-03-27 22:20:43,304 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-03-27 22:20:43,614 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-27 22:20:43,614 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:20:43,614 DEBUG --- stdout --- 2025-03-27 22:20:43,614 DEBUG WAITING 2025-03-27 22:20:43,614 DEBUG --- stderr --- 2025-03-27 22:20:43,614 DEBUG % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7 100 7 0 0 23 0 --:--:-- --:--:-- --:--:-- 23 ________________________________________________________________________________ [2025-03-27 22:20:43] mixedquery-1000 start_order : Send the order to the overseer pod ________________________________________________________________________________ 2025-03-27 22:20:43,615 INFO 2025-03-27 22:20:43,615 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:20:43,615 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:20:43,893 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:20:43,893 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:20:43,893 DEBUG --- stdout --- 2025-03-27 22:20:43,893 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:20:43,893 DEBUG --- stderr --- 2025-03-27 22:20:43,893 DEBUG 2025-03-27 22:20:43,894 INFO 2025-03-27 22:20:43,894 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/order.json overseer-0-59c948f569-rgrkv:/results/orders/order.json 2025-03-27 22:20:43,894 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:20:45,285 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:20:45,285 DEBUG --- stdout --- 2025-03-27 22:20:45,285 DEBUG 2025-03-27 22:20:45,285 DEBUG --- stderr --- 2025-03-27 22:20:45,285 DEBUG Order has been successfully forwarded to overseer 2025-03-27 22:20:45 - INFO: Check if Gatling simulation started successfully 2025-03-27 22:20:45,285 INFO 2025-03-27 22:20:45,285 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv -- head --lines 5000 /results/orders/mixedquery-1000/stdout.txt | grep "Simulation com.forgerock.pyrock.Loadtest started..." 2025-03-27 22:20:45,285 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-03-27 22:20:46,019 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-27 22:20:51,757 INFO [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-27 22:20:57,502 INFO [loop_until]: Function succeeded after 12s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-27 22:21:03,242 INFO [loop_until]: Function succeeded after 17s (rc=0) - expected pattern found 2025-03-27 22:21:03,242 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:21:03,242 DEBUG --- stdout --- 2025-03-27 22:21:03,242 DEBUG 2025-03-27 22:20:46,176 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpjjvgyw24 2025-03-27 22:20:46,178 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/mixedquery-1000" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx8G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dcsvfile=/results/idm/user_feeder.csv -Dduration=1800 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idm.MixedQuery -DtestMode=open -Dthroughput=1000 -Duser_password=**** [INFO] Scanning for projects... [INFO] [INFO] -----------< com.forgerock.pyrock:pyrock-gatling-simulation >----------- [INFO] Building pyrock-gatling-simulation 3.12.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] >>> gatling:4.9.6:test (default-cli) > test-compile @ pyrock-gatling-simulation >>> [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ pyrock-gatling-simulation --- [INFO] skip non existing resourceDirectory /tmp/tmpjjvgyw24/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ pyrock-gatling-simulation --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ pyrock-gatling-simulation --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ pyrock-gatling-simulation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- scala:4.9.2:testCompile (default) @ pyrock-gatling-simulation --- [INFO] compiling 38 Scala sources to /tmp/tmpjjvgyw24/target/test-classes ... [INFO] compile in 8.6 s [INFO] [INFO] <<< gatling:4.9.6:test (default-cli) < test-compile @ pyrock-gatling-simulation <<< [INFO] [INFO] [INFO] --- gatling:4.9.6:test (default-cli) @ pyrock-gatling-simulation --- [INFO] Running simulation com.forgerock.pyrock.Loadtest. Gatling 3.13.5 is available! (you're using 3.12.0) System property think_time_multiplier not set. No think time emulation will be done in the simulation. Set idVarName to id Set idVarName to id Simulation com.forgerock.pyrock.Loadtest started... 2025-03-27 22:21:03,242 DEBUG --- stderr --- 2025-03-27 22:21:03,242 DEBUG ________________________________________________________________________________ [2025-03-27 22:21:03] mixedquery-1000 wait_stop_by_itself : Wait for the order to stop by itself ________________________________________________________________________________ Task may stop by itself (no stop defined in configuration file), wait until overseer ends the order - timeout is 36m. Waiting for status (curl --fail --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt) == WAITING Order is running since 5s, retry Order is running since 10s, retry Order is running since 15s, retry Order is running since 21s, retry Order is running since 26s, retry Order is running since 31s, retry Order is running since 36s, retry Order is running since 41s, retry Order is running since 47s, retry Order is running since 52s, retry Order is running since 57s, retry Order is running since 1m 02s, retry Order is running since 1m 08s, retry Order is running since 1m 13s, retry Order is running since 1m 18s, retry Order is running since 1m 24s, retry Order is running since 1m 29s, retry Order is running since 1m 34s, retry Order is running since 1m 39s, retry Order is running since 1m 44s, retry Order is running since 1m 50s, retry Order is running since 1m 55s, retry Order is running since 2m, retry Order is running since 2m 05s, retry Order is running since 2m 11s, retry Order is running since 2m 16s, retry Order is running since 2m 21s, retry Order is running since 2m 27s, retry Order is running since 2m 32s, retry Order is running since 2m 37s, retry Order is running since 2m 42s, retry Order is running since 2m 47s, retry Order is running since 2m 53s, retry Order is running since 2m 58s, retry Order is running since 3m 03s, retry Order is running since 3m 09s, retry Order is running since 3m 14s, retry Order is running since 3m 19s, retry Order is running since 3m 24s, retry Order is running since 3m 29s, retry Order is running since 3m 35s, retry Order is running since 3m 40s, retry Order is running since 3m 45s, retry Order is running since 3m 50s, retry Order is running since 3m 56s, retry Order is running since 4m 01s, retry Order is running since 4m 06s, retry Order is running since 4m 11s, retry Order is running since 4m 17s, retry Order is running since 4m 22s, retry Order is running since 4m 27s, retry Order is running since 4m 32s, retry Order is running since 4m 38s, retry Order is running since 4m 43s, retry Order is running since 4m 48s, retry Order is running since 4m 53s, retry Order is running since 4m 59s, retry Order is running since 5m 04s, retry Order is running since 5m 09s, retry Order is running since 5m 14s, retry Order is running since 5m 20s, retry Order is running since 5m 25s, retry Order is running since 5m 30s, retry Order is running since 5m 35s, retry Order is running since 5m 41s, retry Order is running since 5m 46s, retry Order is running since 5m 51s, retry Order is running since 5m 56s, retry Order is running since 6m 02s, retry Order is running since 6m 07s, retry Order is running since 6m 12s, retry Order is running since 6m 17s, retry Order is running since 6m 23s, retry Order is running since 6m 28s, retry Order is running since 6m 33s, retry Order is running since 6m 38s, retry Order is running since 6m 44s, retry Order is running since 6m 49s, retry Order is running since 6m 54s, retry Order is running since 6m 59s, retry Order is running since 7m 05s, retry Order is running since 7m 10s, retry Order is running since 7m 15s, retry Order is running since 7m 20s, retry Order is running since 7m 26s, retry Order is running since 7m 31s, retry Order is running since 7m 36s, retry Order is running since 7m 41s, retry Order is running since 7m 47s, retry Order is running since 7m 52s, retry Order is running since 7m 57s, retry Order is running since 8m 02s, retry Order is running since 8m 08s, retry Order is running since 8m 13s, retry Order is running since 8m 18s, retry Order is running since 8m 23s, retry Order is running since 8m 29s, retry Order is running since 8m 34s, retry Order is running since 8m 39s, retry Order is running since 8m 44s, retry Order is running since 8m 50s, retry Order is running since 8m 55s, retry Order is running since 9m, retry Order is running since 9m 05s, retry Order is running since 9m 10s, retry Order is running since 9m 16s, retry Order is running since 9m 21s, retry Order is running since 9m 26s, retry Order is running since 9m 31s, retry Order is running since 9m 37s, retry Order is running since 9m 42s, retry Order is running since 9m 47s, retry Order is running since 9m 52s, retry Order is running since 9m 58s, retry Order is running since 10m 03s, retry Order is running since 10m 08s, retry Order is running since 10m 13s, retry Order is running since 10m 19s, retry Order is running since 10m 24s, retry Order is running since 10m 29s, retry Order is running since 10m 34s, retry Order is running since 10m 40s, retry Order is running since 10m 45s, retry Order is running since 10m 50s, retry Order is running since 10m 55s, retry Order is running since 11m, retry Order is running since 11m 06s, retry Order is running since 11m 11s, retry Order is running since 11m 16s, retry Order is running since 11m 22s, retry Order is running since 11m 27s, retry Order is running since 11m 32s, retry Order is running since 11m 37s, retry Order is running since 11m 43s, retry Order is running since 11m 48s, retry Order is running since 11m 53s, retry Order is running since 11m 58s, retry Order is running since 12m 04s, retry Order is running since 12m 09s, retry Order is running since 12m 14s, retry Order is running since 12m 19s, retry Order is running since 12m 25s, retry Order is running since 12m 30s, retry Order is running since 12m 35s, retry Order is running since 12m 40s, retry Order is running since 12m 46s, retry Order is running since 12m 51s, retry Order is running since 12m 56s, retry Order is running since 13m 01s, retry Order is running since 13m 06s, retry Order is running since 13m 12s, retry Order is running since 13m 17s, retry Order is running since 13m 22s, retry Order is running since 13m 28s, retry Order is running since 13m 33s, retry Order is running since 13m 38s, retry Order is running since 13m 43s, retry Order is running since 13m 49s, retry Order is running since 13m 54s, retry Order is running since 13m 59s, retry Order is running since 14m 04s, retry Order is running since 14m 10s, retry Order is running since 14m 15s, retry Order is running since 14m 20s, retry Order is running since 14m 25s, retry Order is running since 14m 31s, retry Order is running since 14m 36s, retry Order is running since 14m 41s, retry Order is running since 14m 46s, retry Order is running since 14m 52s, retry Order is running since 14m 57s, retry Order is running since 15m 02s, retry Order is running since 15m 07s, retry Order is running since 15m 13s, retry Order is running since 15m 18s, retry Order is running since 15m 23s, retry Order is running since 15m 28s, retry Order is running since 15m 33s, retry Order is running since 15m 39s, retry Order is running since 15m 44s, retry Order is running since 15m 49s, retry Order is running since 15m 54s, retry Order is running since 16m, retry Order is running since 16m 05s, retry Order is running since 16m 10s, retry Order is running since 16m 15s, retry Order is running since 16m 21s, retry Order is running since 16m 26s, retry Order is running since 16m 31s, retry Order is running since 16m 36s, retry Order is running since 16m 42s, retry Order is running since 16m 47s, retry Order is running since 16m 52s, retry Order is running since 16m 57s, retry Order is running since 17m 03s, retry Order is running since 17m 08s, retry Order is running since 17m 13s, retry Order is running since 17m 18s, retry Order is running since 17m 24s, retry Order is running since 17m 29s, retry Order is running since 17m 34s, retry Order is running since 17m 39s, retry Order is running since 17m 45s, retry Order is running since 17m 50s, retry Order is running since 17m 55s, retry Order is running since 18m, retry Order is running since 18m 06s, retry Order is running since 18m 11s, retry Order is running since 18m 16s, retry Order is running since 18m 21s, retry Order is running since 18m 27s, retry Order is running since 18m 32s, retry Order is running since 18m 37s, retry Order is running since 18m 42s, retry Order is running since 18m 48s, retry Order is running since 18m 53s, retry Order is running since 18m 58s, retry Order is running since 19m 03s, retry Order is running since 19m 09s, retry Order is running since 19m 14s, retry Order is running since 19m 19s, retry Order is running since 19m 24s, retry Order is running since 19m 30s, retry Order is running since 19m 35s, retry Order is running since 19m 40s, retry Order is running since 19m 45s, retry Order is running since 19m 51s, retry Order is running since 19m 56s, retry Order is running since 20m 01s, retry Order is running since 20m 06s, retry Order is running since 20m 12s, retry Order is running since 20m 17s, retry Order is running since 20m 22s, retry Order is running since 20m 27s, retry Order is running since 20m 33s, retry Order is running since 20m 38s, retry Order is running since 20m 43s, retry Order is running since 20m 48s, retry Order is running since 20m 54s, retry Order is running since 20m 59s, retry Order is running since 21m 04s, retry Order is running since 21m 09s, retry Order is running since 21m 15s, retry Order is running since 21m 20s, retry Order is running since 21m 25s, retry Order is running since 21m 30s, retry Order is running since 21m 36s, retry Order is running since 21m 41s, retry Order is running since 21m 46s, retry Order is running since 21m 51s, retry Order is running since 21m 56s, retry Order is running since 22m 02s, retry Order is running since 22m 07s, retry Order is running since 22m 12s, retry Order is running since 22m 17s, retry Order is running since 22m 23s, retry Order is running since 22m 28s, retry Order is running since 22m 33s, retry Order is running since 22m 38s, retry Order is running since 22m 44s, retry Order is running since 22m 49s, retry Order is running since 22m 54s, retry Order is running since 22m 59s, retry Order is running since 23m 05s, retry Order is running since 23m 10s, retry Order is running since 23m 15s, retry Order is running since 23m 20s, retry Order is running since 23m 26s, retry Order is running since 23m 31s, retry Order is running since 23m 36s, retry Order is running since 23m 41s, retry Order is running since 23m 47s, retry Order is running since 23m 52s, retry Order is running since 23m 57s, retry Order is running since 24m 02s, retry Order is running since 24m 08s, retry Order is running since 24m 13s, retry Order is running since 24m 18s, retry Order is running since 24m 23s, retry Order is running since 24m 29s, retry Order is running since 24m 34s, retry Order is running since 24m 39s, retry Order is running since 24m 44s, retry Order is running since 24m 50s, retry Order is running since 24m 55s, retry Order is running since 25m, retry Order is running since 25m 05s, retry Order is running since 25m 10s, retry Order is running since 25m 16s, retry Order is running since 25m 21s, retry Order is running since 25m 26s, retry Order is running since 25m 32s, retry Order is running since 25m 37s, retry Order is running since 25m 42s, retry Order is running since 25m 47s, retry Order is running since 25m 52s, retry Order is running since 25m 58s, retry Order is running since 26m 03s, retry Order is running since 26m 08s, retry Order is running since 26m 13s, retry Order is running since 26m 19s, retry Order is running since 26m 24s, retry Order is running since 26m 29s, retry Order is running since 26m 34s, retry Order is running since 26m 40s, retry Order is running since 26m 45s, retry Order is running since 26m 50s, retry Order is running since 26m 55s, retry Order is running since 27m 01s, retry Order is running since 27m 06s, retry Order is running since 27m 11s, retry Order is running since 27m 16s, retry Order is running since 27m 22s, retry Order is running since 27m 27s, retry Order is running since 27m 32s, retry Order is running since 27m 37s, retry Order is running since 27m 43s, retry Order is running since 27m 48s, retry Order is running since 27m 53s, retry Order is running since 27m 58s, retry Order is running since 28m 04s, retry Order is running since 28m 09s, retry Order is running since 28m 14s, retry Order is running since 28m 19s, retry Order is running since 28m 25s, retry Order is running since 28m 30s, retry Order is running since 28m 35s, retry Order is running since 28m 40s, retry Order is running since 28m 46s, retry Order is running since 28m 51s, retry Order is running since 28m 56s, retry Order is running since 29m 01s, retry Order is running since 29m 07s, retry Order is running since 29m 12s, retry Order is running since 29m 17s, retry Order is running since 29m 22s, retry Order is running since 29m 28s, retry Order is running since 29m 33s, retry Order is running since 29m 38s, retry Order is running since 29m 43s, retry Order is running since 29m 49s, retry Order is running since 29m 54s, retry PASS : Order stopped by itself after 29m 59s and before timeout (36m) ________________________________________________________________________________ [2025-03-27 22:51:02] mixedquery-1000 stop_order : Stop the order on overseer pod ________________________________________________________________________________ 2025-03-27 22:51:02,773 INFO 2025-03-27 22:51:02,774 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:51:02,774 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:51:03,075 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:51:03,075 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:03,075 DEBUG --- stdout --- 2025-03-27 22:51:03,075 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:51:03,075 DEBUG --- stderr --- 2025-03-27 22:51:03,075 DEBUG 2025-03-27 22:51:03,076 INFO 2025-03-27 22:51:03,076 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv -- rm -f /results/orders/order.json 2025-03-27 22:51:03,076 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:51:03,864 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:03,864 DEBUG --- stdout --- 2025-03-27 22:51:03,865 DEBUG 2025-03-27 22:51:03,865 DEBUG --- stderr --- 2025-03-27 22:51:03,865 DEBUG Order ran during 30m 18s ________________________________________________________________________________ [2025-03-27 22:51:03] mixedquery-1000 download_logs : Download individual order files ________________________________________________________________________________ 2025-03-27 22:51:03 - PASS: file already downloaded /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/order.json 2025-03-27 22:51:03,865 INFO 2025-03-27 22:51:03,866 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:51:03,866 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:51:04,142 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:51:04,143 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:04,143 DEBUG --- stdout --- 2025-03-27 22:51:04,143 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:51:04,143 DEBUG --- stderr --- 2025-03-27 22:51:04,143 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-27 22:51:04,144 INFO 2025-03-27 22:51:04,144 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/mixedquery-1000/rc.txt" ]; then echo "/results/orders/mixedquery-1000/rc.txt file found"; exit 0; else echo "/results/orders/mixedquery-1000/rc.txt file not found"; exit 1; fi' | grep "/results/orders/mixedquery-1000/rc.txt file found" 2025-03-27 22:51:04,144 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:51:04,946 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-27 22:51:04,946 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:04,946 DEBUG --- stdout --- 2025-03-27 22:51:04,946 DEBUG /results/orders/mixedquery-1000/rc.txt file found 2025-03-27 22:51:04,946 DEBUG --- stderr --- 2025-03-27 22:51:04,946 DEBUG 2025-03-27 22:51:04,946 INFO 2025-03-27 22:51:04,947 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/mixedquery-1000/rc.txt 2025-03-27 22:51:05,749 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-27 22:51:05,749 DEBUG --- stdout --- 2025-03-27 22:51:05,749 DEBUG 4 /results/orders/mixedquery-1000/rc.txt 2025-03-27 22:51:05,749 DEBUG --- stderr --- 2025-03-27 22:51:05,749 DEBUG 2025-03-27 22:51:05,749 INFO - Download file (size 4k) source : /results/orders/mixedquery-1000/rc.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/rc.txt 2025-03-27 22:51:05,750 INFO 2025-03-27 22:51:05,750 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/mixedquery-1000/rc.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/rc.txt 2025-03-27 22:51:05,750 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-27 22:51:06,474 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:06,474 DEBUG --- stdout --- 2025-03-27 22:51:06,474 DEBUG tar: Removing leading `/' from member names 2025-03-27 22:51:06,474 DEBUG --- stderr --- 2025-03-27 22:51:06,474 DEBUG 2025-03-27 22:51:06,475 INFO 2025-03-27 22:51:06,475 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:51:06,475 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:51:06,755 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:51:06,756 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:06,756 DEBUG --- stdout --- 2025-03-27 22:51:06,756 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:51:06,756 DEBUG --- stderr --- 2025-03-27 22:51:06,756 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-27 22:51:06,756 INFO 2025-03-27 22:51:06,757 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/mixedquery-1000/stderr.txt" ]; then echo "/results/orders/mixedquery-1000/stderr.txt file found"; exit 0; else echo "/results/orders/mixedquery-1000/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/mixedquery-1000/stderr.txt file found" 2025-03-27 22:51:06,757 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:51:07,560 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-27 22:51:07,560 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:07,560 DEBUG --- stdout --- 2025-03-27 22:51:07,560 DEBUG /results/orders/mixedquery-1000/stderr.txt file found 2025-03-27 22:51:07,560 DEBUG --- stderr --- 2025-03-27 22:51:07,560 DEBUG 2025-03-27 22:51:07,560 INFO 2025-03-27 22:51:07,561 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/mixedquery-1000/stderr.txt 2025-03-27 22:51:08,362 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-27 22:51:08,362 DEBUG --- stdout --- 2025-03-27 22:51:08,362 DEBUG 0 /results/orders/mixedquery-1000/stderr.txt 2025-03-27 22:51:08,362 DEBUG --- stderr --- 2025-03-27 22:51:08,362 DEBUG 2025-03-27 22:51:08,362 INFO - Download file (size 0k) source : /results/orders/mixedquery-1000/stderr.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stderr.txt 2025-03-27 22:51:08,363 INFO 2025-03-27 22:51:08,363 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/mixedquery-1000/stderr.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stderr.txt 2025-03-27 22:51:08,363 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-27 22:51:09,130 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:09,130 DEBUG --- stdout --- 2025-03-27 22:51:09,130 DEBUG tar: Removing leading `/' from member names 2025-03-27 22:51:09,130 DEBUG --- stderr --- 2025-03-27 22:51:09,130 DEBUG 2025-03-27 22:51:09,130 INFO 2025-03-27 22:51:09,130 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:51:09,130 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:51:09,411 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:51:09,411 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:09,411 DEBUG --- stdout --- 2025-03-27 22:51:09,411 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:51:09,411 DEBUG --- stderr --- 2025-03-27 22:51:09,412 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-27 22:51:09,412 INFO 2025-03-27 22:51:09,412 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/mixedquery-1000/stdout.txt" ]; then echo "/results/orders/mixedquery-1000/stdout.txt file found"; exit 0; else echo "/results/orders/mixedquery-1000/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/mixedquery-1000/stdout.txt file found" 2025-03-27 22:51:09,412 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:51:10,232 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-27 22:51:10,232 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:10,232 DEBUG --- stdout --- 2025-03-27 22:51:10,232 DEBUG /results/orders/mixedquery-1000/stdout.txt file found 2025-03-27 22:51:10,232 DEBUG --- stderr --- 2025-03-27 22:51:10,232 DEBUG 2025-03-27 22:51:10,232 INFO 2025-03-27 22:51:10,233 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/mixedquery-1000/stdout.txt 2025-03-27 22:51:11,181 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-27 22:51:11,181 DEBUG --- stdout --- 2025-03-27 22:51:11,181 DEBUG 788 /results/orders/mixedquery-1000/stdout.txt 2025-03-27 22:51:11,181 DEBUG --- stderr --- 2025-03-27 22:51:11,181 DEBUG 2025-03-27 22:51:11,181 INFO - Download file (size 788k) source : /results/orders/mixedquery-1000/stdout.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stdout.txt 2025-03-27 22:51:11,182 INFO 2025-03-27 22:51:11,182 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/mixedquery-1000/stdout.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stdout.txt 2025-03-27 22:51:11,182 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-27 22:51:12,307 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:12,307 DEBUG --- stdout --- 2025-03-27 22:51:12,307 DEBUG tar: Removing leading `/' from member names 2025-03-27 22:51:12,307 DEBUG --- stderr --- 2025-03-27 22:51:12,308 DEBUG ________________________________________________________________________________ [2025-03-27 22:51:12] mixedquery-1000 show_cmd : Display order command ________________________________________________________________________________ 2025-03-27 22:51:12,308 INFO 2025-03-27 22:51:12,308 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-27 22:51:12,308 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-27 22:51:12,586 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-27 22:51:12,586 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:12,586 DEBUG --- stdout --- 2025-03-27 22:51:12,586 DEBUG overseer-0-59c948f569-rgrkv 2025-03-27 22:51:12,586 DEBUG --- stderr --- 2025-03-27 22:51:12,586 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-27 22:51:12,587 INFO 2025-03-27 22:51:12,587 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/mixedquery-1000/cmd.txt" ]; then echo "/results/orders/mixedquery-1000/cmd.txt file found"; exit 0; else echo "/results/orders/mixedquery-1000/cmd.txt file not found"; exit 1; fi' | grep "/results/orders/mixedquery-1000/cmd.txt file found" 2025-03-27 22:51:12,587 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-27 22:51:13,380 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-27 22:51:13,380 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:13,380 DEBUG --- stdout --- 2025-03-27 22:51:13,380 DEBUG /results/orders/mixedquery-1000/cmd.txt file found 2025-03-27 22:51:13,380 DEBUG --- stderr --- 2025-03-27 22:51:13,380 DEBUG 2025-03-27 22:51:13,380 INFO 2025-03-27 22:51:13,381 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/mixedquery-1000/cmd.txt 2025-03-27 22:51:14,175 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-27 22:51:14,175 DEBUG --- stdout --- 2025-03-27 22:51:14,175 DEBUG 4 /results/orders/mixedquery-1000/cmd.txt 2025-03-27 22:51:14,175 DEBUG --- stderr --- 2025-03-27 22:51:14,175 DEBUG 2025-03-27 22:51:14,175 INFO - Download file (size 4k) source : /results/orders/mixedquery-1000/cmd.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/cmd.txt 2025-03-27 22:51:14,176 INFO 2025-03-27 22:51:14,176 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/mixedquery-1000/cmd.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/cmd.txt 2025-03-27 22:51:14,176 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-27 22:51:14,897 INFO [loop_until]: OK (rc = 0) 2025-03-27 22:51:14,897 DEBUG --- stdout --- 2025-03-27 22:51:14,897 DEBUG tar: Removing leading `/' from member names 2025-03-27 22:51:14,897 DEBUG --- stderr --- 2025-03-27 22:51:14,897 DEBUG 2025-03-27 22:51:14,897 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/cmd.txt is small (1 lines), printing all lines: 2025-03-27 22:51:14,897 INFO ----- output ----- /lodestar/lodestar.py perf run-gatling --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idm.MixedQuery@perf-200m" --results-folder="/results/gatling/mixedquery-1000" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx8G" --simulation-system-properties="-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=M@ythe4th -DamadminUsername=xiaosong.lou@pingidentity.com -Dcsvfile=/results/idm/user_feeder.csv -Dduration=1800 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idm.MixedQuery -DtestMode=open -Dthroughput=1000 -Duser_password=T35!tr0c-k123" ________________________________________________________________________________ [2025-03-27 22:51:14] mixedquery-1000 show_rc : Display rc order ________________________________________________________________________________ 2025-03-27 22:51:14,897 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/rc.txt is small (1 lines), printing all lines: 2025-03-27 22:51:14,897 INFO ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [2025-03-27 22:51:14] mixedquery-1000 show_stdout : Display stdout order ________________________________________________________________________________ 2025-03-27 22:51:14,898 DEBUG [print_head_tail]: Print head (100 lines) and tail (100 lines) of input file (/mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stdout.txt is 10107 lines): 2025-03-27 22:51:14,900 INFO ----- output ----- 2025-03-27 22:20:46,176 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpjjvgyw24 2025-03-27 22:20:46,178 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/mixedquery-1000" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx8G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dcsvfile=/results/idm/user_feeder.csv -Dduration=1800 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idm.MixedQuery -DtestMode=open -Dthroughput=1000 -Duser_password=**** [INFO] Scanning for projects... [INFO] [INFO] -----------< com.forgerock.pyrock:pyrock-gatling-simulation >----------- [INFO] Building pyrock-gatling-simulation 3.12.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] >>> gatling:4.9.6:test (default-cli) > test-compile @ pyrock-gatling-simulation >>> [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ pyrock-gatling-simulation --- [INFO] skip non existing resourceDirectory /tmp/tmpjjvgyw24/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ pyrock-gatling-simulation --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ pyrock-gatling-simulation --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ pyrock-gatling-simulation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- scala:4.9.2:testCompile (default) @ pyrock-gatling-simulation --- [INFO] compiling 38 Scala sources to /tmp/tmpjjvgyw24/target/test-classes ... [INFO] compile in 8.6 s [INFO] [INFO] <<< gatling:4.9.6:test (default-cli) < test-compile @ pyrock-gatling-simulation <<< [INFO] [INFO] [INFO] --- gatling:4.9.6:test (default-cli) @ pyrock-gatling-simulation --- [INFO] Running simulation com.forgerock.pyrock.Loadtest. Gatling 3.13.5 is available! (you're using 3.12.0) System property think_time_multiplier not set. No think time emulation will be done in the simulation. Set idVarName to id Set idVarName to id Simulation com.forgerock.pyrock.Loadtest started... ================================================================================ 2025-03-27 22:21:04 GMT 5s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=413 KO=0 ) > restLoginInitiate (OK=1 KO=0 ) > restLoginUsernamePasswordCallback (OK=1 KO=0 ) > Skip 2FA (OK=1 KO=0 ) > User Authorize PKCE stage (OK=1 KO=0 ) > User AccessToken PKCE stage (OK=1 KO=0 ) > queryFull (OK=192 KO=0 ) > ReadManagedUser (OK=216 KO=0 ) ---- idm.MixedQuery ------------------------------------------------------------ [- ] 0% waiting: 1815128 / active: 7 / done: 408 ---- getToken ------------------------------------------------------------------ [--------------------------------------------------------------------------] 0% waiting: 0 / active: 1 / done: 0 ================================================================================ ================================================================================ 2025-03-27 22:21:09 GMT 10s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1654 KO=0 ) > restLoginInitiate (OK=1 KO=0 ) > restLoginUsernamePasswordCallback (OK=1 KO=0 ) > Skip 2FA (OK=1 KO=0 ) > User Authorize PKCE stage (OK=1 KO=0 ) > User AccessToken PKCE stage (OK=1 KO=0 ) > queryFull (OK=795 KO=0 ) > ReadManagedUser (OK=854 KO=0 ) ---- idm.MixedQuery ------------------------------------------------------------ [- ] 0% waiting: 1813880 / active: 14 / done: 1649 ---- getToken ------------------------------------------------------------------ [--------------------------------------------------------------------------] 0% waiting: 0 / active: 1 / done: 0 ================================================================================ ================================================================================ 2025-03-27 22:21:14 GMT 15s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=3728 KO=0 ) > restLoginInitiate (OK=1 KO=0 ) > restLoginUsernamePasswordCallback (OK=1 KO=0 ) > Skip 2FA (OK=1 KO=0 ) > User Authorize PKCE stage (OK=1 KO=0 ) > User AccessToken PKCE stage (OK=1 KO=0 ) > queryFull (OK=1856 KO=0 ) > ReadManagedUser (OK=1867 KO=0 ) ---- idm.MixedQuery ------------------------------------------------------------ [- ] 0% waiting: 1811797 / active: 23 / done: 3723 ---- getToken ------------------------------------------------------------------ [--------------------------------------------------------------------------] 0% waiting: 0 / active: 1 / done: 0 ================================================================================ [...] ========================= Session: Session(idm.MixedQuery,1785423,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A, username -> user.155643453, tokenIdCookieName -> 15892ffd844ef80, id -> 01239b81-c4e2-4953-8941-16d78b45e2e8, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@2e01f50, givenname -> Cassondra, tokenId -> dBaOrpJXhrFI66tqJY26h8iJm2w.*AAJTSQACMDIAAlNLABwyZE1xOUhMWkpxeUp6czFqYUxzQjFYOHMzOXc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, familyname -> Rahman2995, challenge -> LTY2L4xblE0ZUlQ8zh2UyWt48n0vkchvcbKoOnYhBo8, gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, email -> user.155643453@example.com, verifier -> NzE4NzI4MjMyMDA5MjYxNzM3OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@ac75663),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$826/0x0000793cec69cb80@23274fe4,io.netty.channel.epoll.EpollEventLoop@4e28bdd1) ========================= HTTP request: GET https://openam-perf-200m.forgeblocks.com/openidm/managed/alpha_user/01239b81-c4e2-4953-8941-16d78b45e2e8 headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A accept: */* host: openam-perf-200m.forgeblocks.com ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 22:50:59.300 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: ReadManagedUser: KO j.i.IOException: Premature close ========================= Session: Session(idm.MixedQuery,1785452,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A, username -> user.176105331, tokenIdCookieName -> 15892ffd844ef80, id -> 01239c49-3d0d-4ea2-87e2-67077d5fc3d1, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@3cd3d15d, givenname -> Teirtza, tokenId -> dBaOrpJXhrFI66tqJY26h8iJm2w.*AAJTSQACMDIAAlNLABwyZE1xOUhMWkpxeUp6czFqYUxzQjFYOHMzOXc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, familyname -> McCauley4520, challenge -> LTY2L4xblE0ZUlQ8zh2UyWt48n0vkchvcbKoOnYhBo8, gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, email -> user.176105331@example.com, verifier -> NzE4NzI4MjMyMDA5MjYxNzM3OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@42df239f),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$826/0x0000793cec69cb80@23274fe4,io.netty.channel.epoll.EpollEventLoop@30f5a68a) ========================= HTTP request: GET https://openam-perf-200m.forgeblocks.com/openidm/managed/alpha_user/01239c49-3d0d-4ea2-87e2-67077d5fc3d1 headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A accept: */* host: openam-perf-200m.forgeblocks.com ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 22:50:59.300 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: ReadManagedUser: KO j.i.IOException: Premature close ========================= Session: Session(idm.MixedQuery,1785425,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A, username -> user.92816497, tokenIdCookieName -> 15892ffd844ef80, id -> 01239b9b-c45c-463a-9ff9-b64d14a63679, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@7f052447, givenname -> Angelie, tokenId -> dBaOrpJXhrFI66tqJY26h8iJm2w.*AAJTSQACMDIAAlNLABwyZE1xOUhMWkpxeUp6czFqYUxzQjFYOHMzOXc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, familyname -> Schedulers, challenge -> LTY2L4xblE0ZUlQ8zh2UyWt48n0vkchvcbKoOnYhBo8, gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, email -> user.92816497@example.com, verifier -> NzE4NzI4MjMyMDA5MjYxNzM3OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@78df6bf),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$826/0x0000793cec69cb80@23274fe4,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= HTTP request: GET https://openam-perf-200m.forgeblocks.com/openidm/managed/alpha_user/01239b9b-c45c-463a-9ff9-b64d14a63679 headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A accept: */* host: openam-perf-200m.forgeblocks.com ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 22:50:59.300 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: ReadManagedUser: KO j.i.IOException: Premature close ========================= Session: Session(idm.MixedQuery,1785453,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A, username -> user.187237181, tokenIdCookieName -> 15892ffd844ef80, id -> 01239c66-3e04-49a7-b4c1-bbc56424259b, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@7c0376dd, givenname -> Daria, tokenId -> dBaOrpJXhrFI66tqJY26h8iJm2w.*AAJTSQACMDIAAlNLABwyZE1xOUhMWkpxeUp6czFqYUxzQjFYOHMzOXc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, familyname -> Catering5350, challenge -> LTY2L4xblE0ZUlQ8zh2UyWt48n0vkchvcbKoOnYhBo8, gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, email -> user.187237181@example.com, verifier -> NzE4NzI4MjMyMDA5MjYxNzM3OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@5f5f0996),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$826/0x0000793cec69cb80@23274fe4,io.netty.channel.epoll.EpollEventLoop@1e1d3956) ========================= HTTP request: GET https://openam-perf-200m.forgeblocks.com/openidm/managed/alpha_user/01239c66-3e04-49a7-b4c1-bbc56424259b headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A accept: */* host: openam-perf-200m.forgeblocks.com ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 22:50:59.300 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'queryFull' failed for user 1785436: j.i.IOException: Premature close 22:50:59.300 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: queryFull: KO j.i.IOException: Premature close ========================= Session: Session(idm.MixedQuery,1785436,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A, username -> user.125515339, tokenIdCookieName -> 15892ffd844ef80, id -> 01248496-2ec1-4255-84b1-5a5b58d06292, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@7d077c17, givenname -> Siew-Kiat, tokenId -> dBaOrpJXhrFI66tqJY26h8iJm2w.*AAJTSQACMDIAAlNLABwyZE1xOUhMWkpxeUp6czFqYUxzQjFYOHMzOXc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, familyname -> Maher750, challenge -> LTY2L4xblE0ZUlQ8zh2UyWt48n0vkchvcbKoOnYhBo8, gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, email -> user.125515339@example.com, verifier -> NzE4NzI4MjMyMDA5MjYxNzM3OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@70dabc8a),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$826/0x0000793cec69cb80@23274fe4,io.netty.channel.epoll.EpollEventLoop@30f5a68a) ========================= HTTP request: GET https://openam-perf-200m.forgeblocks.com/openidm/managed/alpha_user/?_queryFilter=userName+eq+%27user.125515339%27&_fields=* headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJ1QVQ1a1VCbnhzUmZLblRwNUw4bDFpNkdyRkU9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYjhmYTc4NjgtNjFiZi00NDY3LWE3ZjktMWU4YTIzYzZjN2FmLTU1NDc0OCIsInN1Ym5hbWUiOiJjNDI0ZjVmZC0zNjJlLTQzOTctYTg3NC0xYzIzMWU5M2UwZGMiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLTIwMG0uZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIiLCJ0b2tlbk5hbWUiOiJhY2Nlc3NfdG9rZW4iLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYXV0aEdyYW50SWQiOiIwZkJsSEVVUFdiWENBYUpvemJ5cEVoaGt1eEEiLCJub25jZSI6IjEyMzQiLCJjbGllbnRfaWQiOiJpZG1BZG1pbkNsaWVudCIsImF1ZCI6ImlkbUFkbWluQ2xpZW50IiwibmJmIjoxNzQzMTE0MDU5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzQzMTE0MDU5LCJyZWFsbSI6Ii8iLCJleHAiOjE3NDMxMTc2NTksImlhdCI6MTc0MzExNDA1OSwiZXhwaXJlc19pbiI6MzYwMCwianRpIjoiYkpoRFREM0RoTWx3bVVMQ0NJQVdSVWtsa1dVIn0.ZvXYT5pMlwyBB1k7hkdNo6i0PTzXFH7mAUY2Dvb2u54yyKGW8JSI6NU5H7fN6gKzbAvUxw4BXtRb_fJj5BxVTg46gdhcShcTyO8KfUh_2Z-nSt63iAtuJcFCASnu9_SdL5ulAhehwkT3pHfQSIztbuxAMftkEWwis8_iiUQLgDpNRwBXSgHo0huNVhEndW-8rojALP6xstwUo8bAnVvcf197hIvgLb4CKyS-lnHkThiBaE1-gYBQ-LL9Rijmfl2xk_yLIdzcGsKsRzUuP6Vc7BudD9sgwMovQ93uVRZ6Xm89A3gjIM3PyLdlJvIOFeoH2fIuaJyqF2_pFIAci3vT4A accept: */* host: openam-perf-200m.forgeblocks.com ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30:12 min [INFO] Finished at: 2025-03-27T22:50:59Z [INFO] ------------------------------------------------------------------------ 2025-03-27 22:50:59,352 INFO Gatling simulation run ended successfully 2025-03-27 22:50:59,352 DEBUG No archive name provided. No archive will be created ________________________________________________________________________________ [2025-03-27 22:51:14] mixedquery-1000 show_stderr : Display stderr order ________________________________________________________________________________ 2025-03-27 22:51:14,900 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_simple_managed_users/07_Scenario_scenario/01_mixedquery-1000/stderr.txt is small (0 lines), printing all lines: 2025-03-27 22:51:14,900 INFO ----- output ----- ________________________________________________________________________________ [2025-03-27 22:51:14] mixedquery-1000 check_rc_and_logs : Check order's outputs ________________________________________________________________________________ CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) PASS: no error found in rc log PASS: no error found in stdout log PASS: no error found in stderr log ________________________________________________________________________________ [2025-03-27 22:51:15] mixedquery-1000 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [2025-03-27 22:51:15] mixedquery-1000 post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped