--Task-- name: benchmark-500 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am 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: ['benchmark-400'] preceding_task: benchmark-400 options: {'duration': 3600, 'java-opts': '-Drealm=alpha -Duser_password=Pa_ssw0rd -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html', 'testCase': 'idc.benchmark.Mix2024', 'testMode': 'open', 'throughput': 500} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-09-16 10:38:25,972 INFO 2025-09-16 10:38:25,972 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-09-16 10:38:25,972 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 10:38:26,292 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 10:38:26,293 INFO [loop_until]: OK (rc = 0) 2025-09-16 10:38:26,293 DEBUG --- stdout --- 2025-09-16 10:38:26,293 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 10:38:26,293 DEBUG --- stderr --- 2025-09-16 10:38:26,293 DEBUG 2025-09-16 10:38:26,293 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-09-16 10:38:26 - INFO: Timeout for this Task has changed to 1h 12m (4320 seconds) 2025-09-16 10:38:26 - INFO: timeout was calculated based on simulation duration parameter 2025-09-16 10:38:26 - INFO: Interval for this Task has changed to 2m (120 seconds) 2025-09-16 10:38:26 - INFO: interval was set to Task default because it was unset, based on self.timeout value because task is allowed to stop by itself Pod log file : /results/orders/benchmark-500/stdout.txt Pod log : /results/orders/benchmark-500 ________________________________________________________________________________ [2025-09-16 10:38:26] benchmark-500 print_command : Display the command to be forwarded to overseer as an order ________________________________________________________________________________ /lodestar/lodestar.py perf run-gatling --mvn-quiet --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idc.benchmark.Mix2024@perf-haproxy" --results-folder="/results/gatling/benchmark-500" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx4G" --simulation-system-properties="-Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-16 10:38:26] benchmark-500 create_order : Create order for overseer with the command to run ________________________________________________________________________________ Order file: /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/order.json { "name": "benchmark-500", "command": " /lodestar/lodestar.py perf run-gatling --mvn-quiet --simulation-class=\"com.forgerock.pyrock.Loadtest\" --run-description=\"idc.benchmark.Mix2024@perf-haproxy\" --results-folder=\"/results/gatling/benchmark-500\" --no-reports --simulation-jvm-args=\"-XX:+ExitOnOutOfMemoryError -Xmx4G\" --simulation-system-properties=\"-Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd\"", "out-dir": "/results/orders/benchmark-500" } ________________________________________________________________________________ [2025-09-16 10:38:26] benchmark-500 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-09-16 10:38:26,301 INFO 2025-09-16 10:38:26,301 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-09-16 10:38:26,301 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-16 10:38:26,510 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 10:38:26,510 INFO [loop_until]: OK (rc = 0) 2025-09-16 10:38:26,510 DEBUG --- stdout --- 2025-09-16 10:38:26,510 DEBUG WAITING 2025-09-16 10:38:26,510 DEBUG --- stderr --- 2025-09-16 10:38:26,510 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 35 0 --:--:-- --:--:-- --:--:-- 35 ________________________________________________________________________________ [2025-09-16 10:38:26] benchmark-500 start_order : Send the order to the overseer pod ________________________________________________________________________________ 2025-09-16 10:38:26,510 INFO 2025-09-16 10:38:26,510 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-09-16 10:38:26,510 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 10:38:26,790 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 10:38:26,790 INFO [loop_until]: OK (rc = 0) 2025-09-16 10:38:26,790 DEBUG --- stdout --- 2025-09-16 10:38:26,790 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 10:38:26,790 DEBUG --- stderr --- 2025-09-16 10:38:26,790 DEBUG 2025-09-16 10:38:26,790 INFO 2025-09-16 10:38:26,791 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/order.json overseer-0-57d79d468-khs5t:/results/orders/order.json 2025-09-16 10:38:26,791 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 10:38:27,695 INFO [loop_until]: OK (rc = 0) 2025-09-16 10:38:27,695 DEBUG --- stdout --- 2025-09-16 10:38:27,695 DEBUG 2025-09-16 10:38:27,695 DEBUG --- stderr --- 2025-09-16 10:38:27,695 DEBUG Order has been successfully forwarded to overseer 2025-09-16 10:38:27 - INFO: Check if Gatling simulation started successfully 2025-09-16 10:38:27,696 INFO 2025-09-16 10:38:27,696 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- head --lines 5000 /results/orders/benchmark-500/stdout.txt | grep "Simulation com.forgerock.pyrock.Loadtest started..." 2025-09-16 10:38:27,696 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-16 10:38:28,252 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-16 10:38:33,802 INFO [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-16 10:38:39,357 INFO [loop_until]: Function succeeded after 11s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-16 10:38:44,910 INFO [loop_until]: Function succeeded after 17s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-16 10:38:50,462 INFO [loop_until]: Function succeeded after 22s (rc=0) - expected pattern found 2025-09-16 10:38:50,462 INFO [loop_until]: OK (rc = 0) 2025-09-16 10:38:50,462 DEBUG --- stdout --- 2025-09-16 10:38:50,462 DEBUG 2025-09-16 11:38:29,841 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpkftovnvc 2025-09-16 11:38:29,845 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode --quiet -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/benchmark-500" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx4G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd 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. Simulation com.forgerock.pyrock.Loadtest started... 11:38:50.060 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 11:38:50.073 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: authAsPolicyAdmin: KO status.find.in([200, 209], 304), found 401 ========================= Session: Session(getToken,1,Map(gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@3e243ef8, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@5fb3b0d4, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 25fcaeb7-aa27-4e79-9fc1-d5125f5df34b -> 0),KO,List(ExitOnCompleteLoopBlock(25fcaeb7-aa27-4e79-9fc1-d5125f5df34b)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@30c02d98,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: X-OpenAM-Username: policyAdmin Content-Type: application/json Accept-API-Version: resource=2.0, protocol=1.0 X-OpenAM-Password: Pa_ssw0rd 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 accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 401 Unauthorized headers: x-frame-options: SAMEORIGIN content-security-policy-report-only: frame-ancestors 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' x-content-type-options: nosniff cache-control: private content-api-version: resource=2.1 expires: 0 pragma: no-cache content-type: application/json Content-Length: 62 date: Tue, 16 Sep 2025 10:38:49 GMT x-forgerock-transactionid: d335d502-a643-4736-8632-24234190128f strict-transport-security: max-age=31536000; includeSubDomains; preload; x-robots-tag: none Via: 1.1 google Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 body: {"code":401,"reason":"Unauthorized","message":"Login failure"} <<<<<<<<<<<<<<<<<<<<<<<<< 11:38:50.077 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-8' crashed with 'j.u.NoSuchElementException: No attribute named 'policyEvalTokenId' is defined', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.339 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.340 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 2025-09-16 10:38:50,462 DEBUG --- stderr --- 2025-09-16 10:38:50,462 DEBUG ________________________________________________________________________________ [2025-09-16 10:38:50] benchmark-500 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 1h 12m. Waiting for status (curl --fail --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt) == WAITING Order is running since 2m, retry Order is running since 4m, retry Order is running since 6m, retry Order is running since 8m 01s, retry Order is running since 10m 01s, retry Order is running since 12m 01s, retry Order is running since 14m 01s, retry Order is running since 16m 02s, retry Order is running since 18m 02s, retry Order is running since 20m 02s, retry Order is running since 22m 02s, retry Order is running since 24m 03s, retry Order is running since 26m 03s, retry Order is running since 28m 03s, retry Order is running since 30m 03s, retry Order is running since 32m 04s, retry Order is running since 34m 04s, retry Order is running since 36m 04s, retry Order is running since 38m 05s, retry Order is running since 40m 05s, retry Order is running since 42m 05s, retry Order is running since 44m 05s, retry Order is running since 46m 06s, retry Order is running since 48m 06s, retry Order is running since 50m 06s, retry Order is running since 52m 06s, retry Order is running since 54m 07s, retry Order is running since 56m 07s, retry Order is running since 58m 07s, retry PASS : Order stopped by itself after 1h and before timeout (1h 12m) ________________________________________________________________________________ [2025-09-16 11:38:58] benchmark-500 stop_order : Stop the order on overseer pod ________________________________________________________________________________ 2025-09-16 11:38:58,456 INFO 2025-09-16 11:38:58,456 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-09-16 11:38:58,456 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 11:38:58,766 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 11:38:58,766 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:38:58,766 DEBUG --- stdout --- 2025-09-16 11:38:58,766 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 11:38:58,766 DEBUG --- stderr --- 2025-09-16 11:38:58,766 DEBUG 2025-09-16 11:38:58,766 INFO 2025-09-16 11:38:58,767 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- rm -f /results/orders/order.json 2025-09-16 11:38:58,767 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 11:38:59,371 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:38:59,371 DEBUG --- stdout --- 2025-09-16 11:38:59,371 DEBUG 2025-09-16 11:38:59,371 DEBUG --- stderr --- 2025-09-16 11:38:59,371 DEBUG Order ran during 1h ________________________________________________________________________________ [2025-09-16 11:38:59] benchmark-500 download_logs : Download individual order files ________________________________________________________________________________ 2025-09-16 11:38:59 - PASS: file already downloaded /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/order.json 2025-09-16 11:38:59,372 INFO 2025-09-16 11:38:59,372 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-09-16 11:38:59,372 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 11:38:59,657 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 11:38:59,657 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:38:59,657 DEBUG --- stdout --- 2025-09-16 11:38:59,657 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 11:38:59,657 DEBUG --- stderr --- 2025-09-16 11:38:59,657 DEBUG Checking if file exists on pod 'overseer-0-57d79d468-khs5t', wait max 3 minutes if not. 2025-09-16 11:38:59,658 INFO 2025-09-16 11:38:59,658 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- bash -c 'if [ -f "/results/orders/benchmark-500/rc.txt" ]; then echo "/results/orders/benchmark-500/rc.txt file found"; exit 0; else echo "/results/orders/benchmark-500/rc.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-500/rc.txt file found" 2025-09-16 11:38:59,658 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 11:39:00,201 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:00,201 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:00,201 DEBUG --- stdout --- 2025-09-16 11:39:00,201 DEBUG /results/orders/benchmark-500/rc.txt file found 2025-09-16 11:39:00,201 DEBUG --- stderr --- 2025-09-16 11:39:00,201 DEBUG 2025-09-16 11:39:00,202 INFO 2025-09-16 11:39:00,202 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- du -k /results/orders/benchmark-500/rc.txt | grep "^\d+ .+$" 2025-09-16 11:39:00,202 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-16 11:39:00,752 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:00,752 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:00,752 DEBUG --- stdout --- 2025-09-16 11:39:00,752 DEBUG 4 /results/orders/benchmark-500/rc.txt 2025-09-16 11:39:00,752 DEBUG --- stderr --- 2025-09-16 11:39:00,752 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-500/rc.txt @ overseer-0-57d79d468-khs5t destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/rc.txt 2025-09-16 11:39:00,752 INFO 2025-09-16 11:39:00,752 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-57d79d468-khs5t:/results/orders/benchmark-500/rc.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/rc.txt 2025-09-16 11:39:00,753 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-16 11:39:01,287 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:01,287 DEBUG --- stdout --- 2025-09-16 11:39:01,287 DEBUG tar: Removing leading `/' from member names 2025-09-16 11:39:01,287 DEBUG --- stderr --- 2025-09-16 11:39:01,287 DEBUG 2025-09-16 11:39:01,288 INFO 2025-09-16 11:39:01,288 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-09-16 11:39:01,288 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 11:39:01,572 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 11:39:01,572 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:01,572 DEBUG --- stdout --- 2025-09-16 11:39:01,572 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 11:39:01,572 DEBUG --- stderr --- 2025-09-16 11:39:01,572 DEBUG Checking if file exists on pod 'overseer-0-57d79d468-khs5t', wait max 3 minutes if not. 2025-09-16 11:39:01,573 INFO 2025-09-16 11:39:01,573 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- bash -c 'if [ -f "/results/orders/benchmark-500/stderr.txt" ]; then echo "/results/orders/benchmark-500/stderr.txt file found"; exit 0; else echo "/results/orders/benchmark-500/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-500/stderr.txt file found" 2025-09-16 11:39:01,573 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 11:39:02,116 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:02,116 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:02,116 DEBUG --- stdout --- 2025-09-16 11:39:02,116 DEBUG /results/orders/benchmark-500/stderr.txt file found 2025-09-16 11:39:02,116 DEBUG --- stderr --- 2025-09-16 11:39:02,116 DEBUG 2025-09-16 11:39:02,116 INFO 2025-09-16 11:39:02,117 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- du -k /results/orders/benchmark-500/stderr.txt | grep "^\d+ .+$" 2025-09-16 11:39:02,117 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-16 11:39:02,662 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:02,662 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:02,662 DEBUG --- stdout --- 2025-09-16 11:39:02,662 DEBUG 0 /results/orders/benchmark-500/stderr.txt 2025-09-16 11:39:02,662 DEBUG --- stderr --- 2025-09-16 11:39:02,663 DEBUG - Download file (size 0B) source : /results/orders/benchmark-500/stderr.txt @ overseer-0-57d79d468-khs5t destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/stderr.txt 2025-09-16 11:39:02,663 INFO 2025-09-16 11:39:02,663 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-57d79d468-khs5t:/results/orders/benchmark-500/stderr.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/stderr.txt 2025-09-16 11:39:02,663 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-16 11:39:03,207 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:03,208 DEBUG --- stdout --- 2025-09-16 11:39:03,208 DEBUG 2025-09-16 11:39:03,208 DEBUG --- stderr --- 2025-09-16 11:39:03,208 DEBUG 2025-09-16 11:39:03,208 INFO 2025-09-16 11:39:03,208 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-09-16 11:39:03,208 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 11:39:03,489 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 11:39:03,489 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:03,489 DEBUG --- stdout --- 2025-09-16 11:39:03,489 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 11:39:03,489 DEBUG --- stderr --- 2025-09-16 11:39:03,489 DEBUG Checking if file exists on pod 'overseer-0-57d79d468-khs5t', wait max 3 minutes if not. 2025-09-16 11:39:03,490 INFO 2025-09-16 11:39:03,490 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- bash -c 'if [ -f "/results/orders/benchmark-500/stdout.txt" ]; then echo "/results/orders/benchmark-500/stdout.txt file found"; exit 0; else echo "/results/orders/benchmark-500/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-500/stdout.txt file found" 2025-09-16 11:39:03,490 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 11:39:04,031 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:04,031 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:04,031 DEBUG --- stdout --- 2025-09-16 11:39:04,031 DEBUG /results/orders/benchmark-500/stdout.txt file found 2025-09-16 11:39:04,031 DEBUG --- stderr --- 2025-09-16 11:39:04,031 DEBUG 2025-09-16 11:39:04,032 INFO 2025-09-16 11:39:04,032 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- du -k /results/orders/benchmark-500/stdout.txt | grep "^\d+ .+$" 2025-09-16 11:39:04,032 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-16 11:39:04,568 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:04,569 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:04,569 DEBUG --- stdout --- 2025-09-16 11:39:04,569 DEBUG 804912 /results/orders/benchmark-500/stdout.txt 2025-09-16 11:39:04,569 DEBUG --- stderr --- 2025-09-16 11:39:04,569 DEBUG - Download file (size 804.912MB exceeds limit of 100MB, only first 1000 and last 1000 lines will be downloaded) source : /results/orders/benchmark-500/stdout.txt @ overseer-0-57d79d468-khs5t destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/stdout.txt 2025-09-16 11:39:04,569 INFO 2025-09-16 11:39:04,569 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- head -n 1000 /results/orders/benchmark-500/stdout.txt 2025-09-16 11:39:05,312 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-16 11:39:05,312 DEBUG --- stdout --- 2025-09-16 11:39:05,312 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-16 11:39:05,312 DEBUG ----- output ----- 2025-09-16 11:38:29,841 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpkftovnvc 2025-09-16 11:38:29,845 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode --quiet -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/benchmark-500" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx4G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd 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. Simulation com.forgerock.pyrock.Loadtest started... 11:38:50.060 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 11:38:50.073 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: authAsPolicyAdmin: KO status.find.in([200, 209], 304), found 401 ========================= Session: Session(getToken,1,Map(gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@3e243ef8, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@5fb3b0d4, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 25fcaeb7-aa27-4e79-9fc1-d5125f5df34b -> 0),KO,List(ExitOnCompleteLoopBlock(25fcaeb7-aa27-4e79-9fc1-d5125f5df34b)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@30c02d98,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: X-OpenAM-Username: policyAdmin Content-Type: application/json Accept-API-Version: resource=2.0, protocol=1.0 X-OpenAM-Password: Pa_ssw0rd 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 accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 401 Unauthorized headers: x-frame-options: SAMEORIGIN content-security-policy-report-only: frame-ancestors 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' x-content-type-options: nosniff cache-control: private content-api-version: resource=2.1 expires: 0 pragma: no-cache content-type: application/json Content-Length: 62 date: Tue, 16 Sep 2025 10:38:49 GMT x-forgerock-transactionid: d335d502-a643-4736-8632-24234190128f strict-transport-security: max-age=31536000; includeSubDomains; preload; x-robots-tag: none Via: 1.1 google Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 body: {"code":401,"reason":"Unauthorized","message":"Login failure"} <<<<<<<<<<<<<<<<<<<<<<<<< 11:38:50.077 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-8' crashed with 'j.u.NoSuchElementException: No attribute named 'policyEvalTokenId' is defined', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.339 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.340 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.572 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.590 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.591 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.693 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.716 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.716 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.841 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.841 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.855 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.855 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.882 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.882 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.922 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.922 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.936 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.962 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.986 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined [...] 11:38:56.169 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.178 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.178 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.187 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.187 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.191 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.193 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.197 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.197 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.197 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.206 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.206 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.215 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.215 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.224 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.224 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.224 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.234 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.234 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.243 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.243 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.252 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.252 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.259 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.261 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.261 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.271 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.271 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.280 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.280 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.289 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.289 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.298 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.298 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.304 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.308 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.308 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.317 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.317 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.326 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.326 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.336 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.336 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.345 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.345 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.354 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.354 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.363 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.363 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.372 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.373 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.373 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.382 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.382 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.386 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.391 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.391 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.400 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.400 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.410 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.411 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.419 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.419 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.428 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.428 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.437 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.437 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.447 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.447 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.456 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.456 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.474 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.474 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.484 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.484 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:56.485 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:56.493 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:56.493 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 2025-09-16 11:39:05,313 DEBUG --- stderr --- 2025-09-16 11:39:05,313 DEBUG 2025-09-16 11:39:05,313 INFO 2025-09-16 11:39:05,313 INFO 2025-09-16 11:39:05,313 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- tail -n 1000 /results/orders/benchmark-500/stdout.txt 2025-09-16 11:39:06,054 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-16 11:39:06,054 DEBUG --- stdout --- 2025-09-16 11:39:06,054 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-16 11:39:06,054 DEBUG ----- output ----- Session(idc.benchmark.Mix2024,1790938,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.7161269, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@34177cb9, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"hYubf8wd2J4H2Vn3F1BEs5-Vcew.*AAJTSQACMDIAAlNLABw1a0VsYmc2dVFpd1REWHNkeFFnVDhzQ0o3RHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729742), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=hYubf8wd2J4H2Vn3F1BEs5-Vcew.*AAJTSQACMDIAAlNLABw1a0VsYmc2dVFpd1REWHNkeFFnVDhzQ0o3RHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729742))), password -> Pa_ssw0rd, fake-ip -> 209.179.155.146, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@ad0160f, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6fcb33bb, tokenId -> hYubf8wd2J4H2Vn3F1BEs5-Vcew.*AAJTSQACMDIAAlNLABw1a0VsYmc2dVFpd1REWHNkeFFnVDhzQ0o3RHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@2bef51f2) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto 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 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=hYubf8wd2J4H2Vn3F1BEs5-Vcew.*AAJTSQACMDIAAlNLABw1a0VsYmc2dVFpd1REWHNkeFFnVDhzQ0o3RHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..* origin: https://openam-perf-haproxy.forgeblocks.com host: openam-perf-haproxy.forgeblocks.com content-length: 0 cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=hYubf8wd2J4H2Vn3F1BEs5-Vcew.*AAJTSQACMDIAAlNLABw1a0VsYmc2dVFpd1REWHNkeFFnVDhzQ0o3RHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.839 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM version: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790722,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlYmUyM2M3ZS1kYWI3LTQwOGQtYmQ1YS0wMWQyMDhmMGE1NTIiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwNzM3NSIsInN1Ym5hbWUiOiJlYmUyM2M3ZS1kYWI3LTQwOGQtYmQ1YS0wMWQyMDhmMGE1NTIiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiQ0xrdGJLX2hJa1A1QTF6d3c3aTVUZVJLMEwwIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJTOW8yaVhCWHM2eE9LQTNPNUNNU1hRTTJrQ00ifQ.bG0qW4lNqHJn-99aAaJcfKomnGE0ikjYM67IoU_1e20, username -> user.233094, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlYmUyM2M3ZS1kYWI3LTQwOGQtYmQ1YS0wMWQyMDhmMGE1NTIiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiMTc5ZTM0ZTYtODljYy00MDcxLTg2MDQtZjNlNmFkY2U3ZmVlLTEwMDM1MTUyNSIsInN1Ym5hbWUiOiJlYmUyM2M3ZS1kYWI3LTQwOGQtYmQ1YS0wMWQyMDhmMGE1NTIiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoieWlWRFdFWjFiQTF0QWFacERhZTRFOUc3SVZNIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiI0WVRkNG5PUlJGSzU5QnBmbmxtUzlJQWsyeFEifQ.jD3zMxKTN5O4fvKW0e893ub_9LMddD_3Bhq0ixGjubw, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@4e1e23b1, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> Vg-Su82KSwowAZ6sDow2U4HR0DI, callbacks -> {"tokenId":"SCe_IpqWshadhKTbgfSxuUemGLs.*AAJTSQACMDIAAlNLABxuc1VOVW5CendjUGp6OVFmTy8vVjVpZmJOeFU9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729282), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=SCe_IpqWshadhKTbgfSxuUemGLs.*AAJTSQACMDIAAlNLABxuc1VOVW5CendjUGp6OVFmTy8vVjVpZmJOeFU9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729282))), user_uuid -> ebe23c7e-dab7-408d-bd5a-01d208f0a552, password -> Pa_ssw0rd, challenge -> n-OKYr737GSweALQibYK2-EXuuwsz3bOcWjlIg274wE, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 244.158.101.171, verifier -> LTcwODM3MjI5NTk2OTAyMTI2NDI, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@3c5dc5b, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@55ee707f, tokenId -> SCe_IpqWshadhKTbgfSxuUemGLs.*AAJTSQACMDIAAlNLABxuc1VOVW5CendjUGp6OVFmTy8vVjVpZmJOeFU9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Mobile Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@14f5da2c) ========================= HTTP request: GET https://openam-perf-haproxy.forgeblocks.com/openidm/info/version 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 referer: https://openam-perf-haproxy.forgeblocks.com/am/ Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=SCe_IpqWshadhKTbgfSxuUemGLs.*AAJTSQACMDIAAlNLABxuc1VOVW5CendjUGp6OVFmTy8vVjVpZmJOeFU9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=SCe_IpqWshadhKTbgfSxuUemGLs.*AAJTSQACMDIAAlNLABxuc1VOVW5CendjUGp6OVFmTy8vVjVpZmJOeFU9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.839 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI AM validateGoto' failed for user 1790942: j.i.IOException: Premature close 12:38:49.840 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 1791055: j.i.IOException: Premature close 12:38:49.840 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'restLoginInitiate' failed for user 1791062: j.i.IOException: Premature close 12:38:49.839 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790925,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.1569665, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@6aca775a, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"tC2lnjFDDChxuErR4bSCX16P0ME.*AAJTSQACMDIAAlNLABx1M3Vsb3ZUZGJWLzgvckNFaDFjMzM2ZTJpajA9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729723), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=tC2lnjFDDChxuErR4bSCX16P0ME.*AAJTSQACMDIAAlNLABx1M3Vsb3ZUZGJWLzgvckNFaDFjMzM2ZTJpajA9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729723))), password -> Pa_ssw0rd, fake-ip -> 130.72.238.5, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@24eebd76, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6563f35a, tokenId -> tC2lnjFDDChxuErR4bSCX16P0ME.*AAJTSQACMDIAAlNLABx1M3Vsb3ZUZGJWLzgvckNFaDFjMzM2ZTJpajA9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Mobile Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@1e1d3956) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto 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 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=tC2lnjFDDChxuErR4bSCX16P0ME.*AAJTSQACMDIAAlNLABx1M3Vsb3ZUZGJWLzgvckNFaDFjMzM2ZTJpajA9AAR0eXBlAANDVFMAAlMxAAIwMQ..* origin: https://openam-perf-haproxy.forgeblocks.com host: openam-perf-haproxy.forgeblocks.com content-length: 0 cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=tC2lnjFDDChxuErR4bSCX16P0ME.*AAJTSQACMDIAAlNLABx1M3Vsb3ZUZGJWLzgvckNFaDFjMzM2ZTJpajA9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.840 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790942,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.368362, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@2c5c4cb9, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"mTIgb3OvCJ3KlcAneHwKpTGtrDE.*AAJTSQACMDIAAlNLABx6QVJxbWpyMFBmSW5GY2RJY1RoK1hHK3FrQWM9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729744), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=mTIgb3OvCJ3KlcAneHwKpTGtrDE.*AAJTSQACMDIAAlNLABx6QVJxbWpyMFBmSW5GY2RJY1RoK1hHK3FrQWM9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729744))), password -> Pa_ssw0rd, fake-ip -> 254.82.42.118, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@4fe5cdb1, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@7daaac39, tokenId -> mTIgb3OvCJ3KlcAneHwKpTGtrDE.*AAJTSQACMDIAAlNLABx6QVJxbWpyMFBmSW5GY2RJY1RoK1hHK3FrQWM9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Mobile Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@4f2c9ba6) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto [...] 12:38:49.843 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM features: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790728,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiMTc5ZTM0ZTYtODljYy00MDcxLTg2MDQtZjNlNmFkY2U3ZmVlLTEwMDM0OTMzNyIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoieTl3VWlKYWQzQVJDV2ktaE5POEl4VGE4WlRJIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHZHIwSjhsY0t5WEVxXzVuUkQ1MjZTT2RDNlUifQ.SKGXMedcdxCI-3WP118a9WHowanyuZzu9aQTTTKnQiQ, username -> user.5449701, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwOTQ4NSIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiVVgyV3JpaklwN3QybGlicG1DbS1sMjRhNU84Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJyOHhpaDd1TWpialpYcG50elpfMHF1ZzZYQzgifQ.d-Ww9GqVjeH-m1X29JmgmPBDid7VWhE2WdS8XcWynJ8, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@18116384, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> M75Qy49QAJ0rGOHgB9aFBoO2Ez8, callbacks -> {"tokenId":"Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297))), user_uuid -> cdc6570e-7ba6-4294-b261-923b4d499b3f, password -> Pa_ssw0rd, challenge -> KTVZiAaew62VMFJ9H5Ln7fUNYBD0bQW24C92rPozUOI, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 143.178.92.201, verifier -> LTMwMzIxNDE2NjIwOTU0OTY1MDU, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@29d39971, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@2a0967ad, tokenId -> Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: GET https://openam-perf-haproxy.forgeblocks.com/openidm/info/features?_queryFilter=true 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 referer: https://openam-perf-haproxy.forgeblocks.com/am/ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwOTQ4NSIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiVVgyV3JpaklwN3QybGlicG1DbS1sMjRhNU84Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJyOHhpaDd1TWpialpYcG50elpfMHF1ZzZYQzgifQ.d-Ww9GqVjeH-m1X29JmgmPBDid7VWhE2WdS8XcWynJ8 Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.843 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI AM validateGoto' failed for user 1790936: j.i.IOException: Premature close 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790936,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.6858351, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@544ee83e, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729741), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729741))), password -> Pa_ssw0rd, fake-ip -> 42.42.42.42, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@47d0bc70, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@727dbdea, tokenId -> mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto 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 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..* origin: https://openam-perf-haproxy.forgeblocks.com host: openam-perf-haproxy.forgeblocks.com content-length: 0 cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 1791064: j.i.IOException: Premature close 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1791064,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@13289807, username -> user.734038, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@30849d44, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: Content-Type: apppliation/json Accept-API-Version: resource=2.0, protocol=1.0 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 X-OpenAM-Username: user.734038 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.844 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 2025-09-16 12:38:49,927 INFO Gatling simulation run ended successfully 2025-09-16 12:38:49,928 DEBUG No archive name provided. No archive will be created 2025-09-16 11:39:06,055 DEBUG --- stderr --- 2025-09-16 11:39:06,055 DEBUG 2025-09-16 11:39:06,055 INFO ________________________________________________________________________________ [2025-09-16 11:39:06] benchmark-500 show_cmd : Display order command ________________________________________________________________________________ 2025-09-16 11:39:06,055 INFO 2025-09-16 11:39:06,055 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-09-16 11:39:06,055 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-16 11:39:06,348 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-16 11:39:06,348 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:06,349 DEBUG --- stdout --- 2025-09-16 11:39:06,349 DEBUG overseer-0-57d79d468-khs5t 2025-09-16 11:39:06,349 DEBUG --- stderr --- 2025-09-16 11:39:06,349 DEBUG Checking if file exists on pod 'overseer-0-57d79d468-khs5t', wait max 3 minutes if not. 2025-09-16 11:39:06,350 INFO 2025-09-16 11:39:06,350 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- bash -c 'if [ -f "/results/orders/benchmark-500/cmd.txt" ]; then echo "/results/orders/benchmark-500/cmd.txt file found"; exit 0; else echo "/results/orders/benchmark-500/cmd.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-500/cmd.txt file found" 2025-09-16 11:39:06,350 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-16 11:39:06,905 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:06,905 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:06,905 DEBUG --- stdout --- 2025-09-16 11:39:06,905 DEBUG /results/orders/benchmark-500/cmd.txt file found 2025-09-16 11:39:06,905 DEBUG --- stderr --- 2025-09-16 11:39:06,905 DEBUG 2025-09-16 11:39:06,906 INFO 2025-09-16 11:39:06,906 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-57d79d468-khs5t -- du -k /results/orders/benchmark-500/cmd.txt | grep "^\d+ .+$" 2025-09-16 11:39:06,906 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-16 11:39:07,601 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-16 11:39:07,601 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:07,601 DEBUG --- stdout --- 2025-09-16 11:39:07,601 DEBUG 4 /results/orders/benchmark-500/cmd.txt 2025-09-16 11:39:07,601 DEBUG --- stderr --- 2025-09-16 11:39:07,601 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-500/cmd.txt @ overseer-0-57d79d468-khs5t destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/cmd.txt 2025-09-16 11:39:07,602 INFO 2025-09-16 11:39:07,602 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-57d79d468-khs5t:/results/orders/benchmark-500/cmd.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/cmd.txt 2025-09-16 11:39:07,602 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-16 11:39:08,136 INFO [loop_until]: OK (rc = 0) 2025-09-16 11:39:08,136 DEBUG --- stdout --- 2025-09-16 11:39:08,136 DEBUG tar: Removing leading `/' from member names 2025-09-16 11:39:08,136 DEBUG --- stderr --- 2025-09-16 11:39:08,136 DEBUG 2025-09-16 11:39:08,136 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/cmd.txt is small (1 lines), printing all lines: 2025-09-16 11:39:08,136 INFO ----- output ----- /lodestar/lodestar.py perf run-gatling --mvn-quiet --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idc.benchmark.Mix2024@perf-haproxy" --results-folder="/results/gatling/benchmark-500" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx4G" --simulation-system-properties="-Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=M@ythe4th -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-16 11:39:08] benchmark-500 show_rc : Display rc order ________________________________________________________________________________ 2025-09-16 11:39:08,136 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/rc.txt is small (1 lines), printing all lines: 2025-09-16 11:39:08,136 INFO ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [2025-09-16 11:39:08] benchmark-500 show_stdout : Display stdout order ________________________________________________________________________________ 2025-09-16 11:39:08,137 DEBUG [print_head_tail]: Print head (100 lines) and tail (100 lines) of input file (/mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/stdout.txt is 2010 lines): 2025-09-16 11:39:08,138 INFO ----- output ----- NOTE: This file was too big so it was truncated. Only first 1000 and last 1000 lines are present. ------------------------------------------------------------ 2025-09-16 11:38:29,841 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpkftovnvc 2025-09-16 11:38:29,845 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode --quiet -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/benchmark-500" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx4G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=500 -Duser_password=Pa_ssw0rd 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. Simulation com.forgerock.pyrock.Loadtest started... 11:38:50.060 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 11:38:50.073 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: authAsPolicyAdmin: KO status.find.in([200, 209], 304), found 401 ========================= Session: Session(getToken,1,Map(gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@3e243ef8, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@5fb3b0d4, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 25fcaeb7-aa27-4e79-9fc1-d5125f5df34b -> 0),KO,List(ExitOnCompleteLoopBlock(25fcaeb7-aa27-4e79-9fc1-d5125f5df34b)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@30c02d98,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: X-OpenAM-Username: policyAdmin Content-Type: application/json Accept-API-Version: resource=2.0, protocol=1.0 X-OpenAM-Password: Pa_ssw0rd 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 accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 401 Unauthorized headers: x-frame-options: SAMEORIGIN content-security-policy-report-only: frame-ancestors 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' x-content-type-options: nosniff cache-control: private content-api-version: resource=2.1 expires: 0 pragma: no-cache content-type: application/json Content-Length: 62 date: Tue, 16 Sep 2025 10:38:49 GMT x-forgerock-transactionid: d335d502-a643-4736-8632-24234190128f strict-transport-security: max-age=31536000; includeSubDomains; preload; x-robots-tag: none Via: 1.1 google Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 body: {"code":401,"reason":"Unauthorized","message":"Login failure"} <<<<<<<<<<<<<<<<<<<<<<<<< 11:38:50.077 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-8' crashed with 'j.u.NoSuchElementException: No attribute named 'policyEvalTokenId' is defined', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.089 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.214 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.339 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.340 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.465 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.572 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.590 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.591 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.693 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.716 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.716 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.841 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.841 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.855 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.855 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.882 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.882 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.922 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.922 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.936 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:50.962 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:50.963 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:50.986 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:51.002 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.002 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.047 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.048 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.083 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.083 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.122 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.123 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.146 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:51.162 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.163 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.202 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 11:38:51.202 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.203 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 11:38:51.242 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 11:38:51.243 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one [...] Session(idc.benchmark.Mix2024,1790728,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiMTc5ZTM0ZTYtODljYy00MDcxLTg2MDQtZjNlNmFkY2U3ZmVlLTEwMDM0OTMzNyIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoieTl3VWlKYWQzQVJDV2ktaE5POEl4VGE4WlRJIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHZHIwSjhsY0t5WEVxXzVuUkQ1MjZTT2RDNlUifQ.SKGXMedcdxCI-3WP118a9WHowanyuZzu9aQTTTKnQiQ, username -> user.5449701, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwOTQ4NSIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiVVgyV3JpaklwN3QybGlicG1DbS1sMjRhNU84Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJyOHhpaDd1TWpialpYcG50elpfMHF1ZzZYQzgifQ.d-Ww9GqVjeH-m1X29JmgmPBDid7VWhE2WdS8XcWynJ8, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@18116384, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> M75Qy49QAJ0rGOHgB9aFBoO2Ez8, callbacks -> {"tokenId":"Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297))), user_uuid -> cdc6570e-7ba6-4294-b261-923b4d499b3f, password -> Pa_ssw0rd, challenge -> KTVZiAaew62VMFJ9H5Ln7fUNYBD0bQW24C92rPozUOI, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 143.178.92.201, verifier -> LTMwMzIxNDE2NjIwOTU0OTY1MDU, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@29d39971, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@2a0967ad, tokenId -> Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: GET https://openam-perf-haproxy.forgeblocks.com/openidm/info/version 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 referer: https://openam-perf-haproxy.forgeblocks.com/am/ Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.843 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 12:38:49.843 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 12:38:49.843 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM features' failed for user 1790728: j.i.IOException: Premature close 12:38:49.843 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM features: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790728,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiMTc5ZTM0ZTYtODljYy00MDcxLTg2MDQtZjNlNmFkY2U3ZmVlLTEwMDM0OTMzNyIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoieTl3VWlKYWQzQVJDV2ktaE5POEl4VGE4WlRJIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHZHIwSjhsY0t5WEVxXzVuUkQ1MjZTT2RDNlUifQ.SKGXMedcdxCI-3WP118a9WHowanyuZzu9aQTTTKnQiQ, username -> user.5449701, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwOTQ4NSIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiVVgyV3JpaklwN3QybGlicG1DbS1sMjRhNU84Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJyOHhpaDd1TWpialpYcG50elpfMHF1ZzZYQzgifQ.d-Ww9GqVjeH-m1X29JmgmPBDid7VWhE2WdS8XcWynJ8, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@18116384, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> M75Qy49QAJ0rGOHgB9aFBoO2Ez8, callbacks -> {"tokenId":"Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729297))), user_uuid -> cdc6570e-7ba6-4294-b261-923b4d499b3f, password -> Pa_ssw0rd, challenge -> KTVZiAaew62VMFJ9H5Ln7fUNYBD0bQW24C92rPozUOI, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 143.178.92.201, verifier -> LTMwMzIxNDE2NjIwOTU0OTY1MDU, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@29d39971, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@2a0967ad, tokenId -> Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: GET https://openam-perf-haproxy.forgeblocks.com/openidm/info/features?_queryFilter=true 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 referer: https://openam-perf-haproxy.forgeblocks.com/am/ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiZGFhZmE2MzUtM2RlMC00M2IyLWEyMjYtNzEzZDk5NjAyNzk2LTEwMDEwOTQ4NSIsInN1Ym5hbWUiOiJjZGM2NTcwZS03YmE2LTQyOTQtYjI2MS05MjNiNGQ0OTliM2YiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiVVgyV3JpaklwN3QybGlicG1DbS1sMjRhNU84Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4MDIyNzI5LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4MDIyNzI5LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODAyNjMyOSwiaWF0IjoxNzU4MDIyNzI5LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJyOHhpaDd1TWpialpYcG50elpfMHF1ZzZYQzgifQ.d-Ww9GqVjeH-m1X29JmgmPBDid7VWhE2WdS8XcWynJ8 Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=Oc_13M4dukL556UktMCwmw9hlHE.*AAJTSQACMDIAAlNLABwvMVBCcUdaQXRzUU44TCsrWGRXUHdVRFkvSHc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.843 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI AM validateGoto' failed for user 1790936: j.i.IOException: Premature close 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1790936,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.6858351, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@544ee83e, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","successUrl":"/enduser/?realm=/alpha","realm":"/alpha"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729741), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758022729741))), password -> Pa_ssw0rd, fake-ip -> 42.42.42.42, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@47d0bc70, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@727dbdea, tokenId -> mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto 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 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..* origin: https://openam-perf-haproxy.forgeblocks.com host: openam-perf-haproxy.forgeblocks.com content-length: 0 cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=mXa42xmpWVYgWEcZoWV-Qxoq1uk.*AAJTSQACMDIAAlNLABx2WE1wWjQ1a1BHVlFMcHFwOWs4ek5hWDVZckE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 1791064: j.i.IOException: Premature close 12:38:49.844 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1791064,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@13289807, username -> user.734038, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@30849d44, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007998406987a0@721d4a67,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: Content-Type: apppliation/json Accept-API-Version: resource=2.0, protocol=1.0 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 X-OpenAM-Username: user.734038 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 12:38:49.844 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 12:38:49.844 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 2025-09-16 12:38:49,927 INFO Gatling simulation run ended successfully 2025-09-16 12:38:49,928 DEBUG No archive name provided. No archive will be created ________________________________________________________________________________ [2025-09-16 11:39:08] benchmark-500 show_stderr : Display stderr order ________________________________________________________________________________ 2025-09-16 11:39:08,138 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/06_benchmark-500/stderr.txt is small (0 lines), printing all lines: 2025-09-16 11:39:08,138 INFO ----- output ----- ________________________________________________________________________________ [2025-09-16 11:39:08] benchmark-500 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-09-16 11:39:08] benchmark-500 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [2025-09-16 11:39:08] benchmark-500 post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped