--Task-- name: benchmark-300 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-200'] preceding_task: benchmark-200 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': 300} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-09-22 03:56:05,730 INFO 2025-09-22 03:56:05,730 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-22 03:56:05,730 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 03:56:06,011 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 03:56:06,011 INFO [loop_until]: OK (rc = 0) 2025-09-22 03:56:06,011 DEBUG --- stdout --- 2025-09-22 03:56:06,011 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 03:56:06,011 DEBUG --- stderr --- 2025-09-22 03:56:06,011 DEBUG 2025-09-22 03:56:06,011 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-09-22 03:56:06 - INFO: Timeout for this Task has changed to 1h 12m (4320 seconds) 2025-09-22 03:56:06 - INFO: timeout was calculated based on simulation duration parameter 2025-09-22 03:56:06 - INFO: Interval for this Task has changed to 2m (120 seconds) 2025-09-22 03:56:06 - 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-300/stdout.txt Pod log : /results/orders/benchmark-300 ________________________________________________________________________________ [2025-09-22 03:56:06] benchmark-300 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-300" --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=300 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-22 03:56:06] benchmark-300 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/04_benchmark-300/order.json { "name": "benchmark-300", "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-300\" --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=300 -Duser_password=Pa_ssw0rd\"", "out-dir": "/results/orders/benchmark-300" } ________________________________________________________________________________ [2025-09-22 03:56:06] benchmark-300 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-22 03:56:06,020 INFO 2025-09-22 03:56:06,020 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-09-22 03:56:06,020 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-22 03:56:06,227 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 03:56:06,227 INFO [loop_until]: OK (rc = 0) 2025-09-22 03:56:06,227 DEBUG --- stdout --- 2025-09-22 03:56:06,227 DEBUG WAITING 2025-09-22 03:56:06,227 DEBUG --- stderr --- 2025-09-22 03:56:06,227 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-22 03:56:06] benchmark-300 start_order : Send the order to the overseer pod ________________________________________________________________________________ 2025-09-22 03:56:06,227 INFO 2025-09-22 03:56:06,227 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-22 03:56:06,227 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 03:56:06,503 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 03:56:06,503 INFO [loop_until]: OK (rc = 0) 2025-09-22 03:56:06,503 DEBUG --- stdout --- 2025-09-22 03:56:06,503 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 03:56:06,503 DEBUG --- stderr --- 2025-09-22 03:56:06,503 DEBUG 2025-09-22 03:56:06,504 INFO 2025-09-22 03:56:06,504 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/04_benchmark-300/order.json overseer-0-7c788db448-z46mc:/results/orders/order.json 2025-09-22 03:56:06,504 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 03:56:07,504 INFO [loop_until]: OK (rc = 0) 2025-09-22 03:56:07,504 DEBUG --- stdout --- 2025-09-22 03:56:07,504 DEBUG 2025-09-22 03:56:07,504 DEBUG --- stderr --- 2025-09-22 03:56:07,504 DEBUG Order has been successfully forwarded to overseer 2025-09-22 03:56:07 - INFO: Check if Gatling simulation started successfully 2025-09-22 03:56:07,504 INFO 2025-09-22 03:56:07,504 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- head --lines 5000 /results/orders/benchmark-300/stdout.txt | grep "Simulation com.forgerock.pyrock.Loadtest started..." 2025-09-22 03:56:07,504 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-22 03:56:08,084 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 03:56:13,627 INFO [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 03:56:19,177 INFO [loop_until]: Function succeeded after 11s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 03:56:24,713 INFO [loop_until]: Function succeeded after 17s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 03:56:30,286 INFO [loop_until]: Function succeeded after 22s (rc=0) - expected pattern found 2025-09-22 03:56:30,286 INFO [loop_until]: OK (rc = 0) 2025-09-22 03:56:30,286 DEBUG --- stdout --- 2025-09-22 03:56:30,286 DEBUG 2025-09-22 04:56:09,447 DEBUG Creating results folder /results/gatling/benchmark-300 2025-09-22 04:56:09,456 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpd3vrs5s9 2025-09-22 04:56:09,460 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-300" -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=300 -Duser_password=Pa_ssw0rd System property think_time_multiplier not set. No think time emulation will be done in the simulation. Simulation com.forgerock.pyrock.Loadtest started... 04:56:27.896 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 04:56:27.906 [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@2e2fcb2, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@109e5c11, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 03e7afe6-91f6-4bd7-9d86-ef846572d9df -> 0),KO,List(ExitOnCompleteLoopBlock(03e7afe6-91f6-4bd7-9d86-ef846572d9df)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@44653014,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: Mon, 22 Sep 2025 03:56:27 GMT x-forgerock-transactionid: dd5aad2b-00b6-4e88-917d-457635c546e2 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 04:56:27.908 [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 04:56:27.919 [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 04:56:27.919 [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 04:56:28.062 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.120 [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 04:56:28.120 [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 04:56:28.320 [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 04:56:28.321 [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 04:56:28.443 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.521 [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 04:56:28.521 [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 04:56:28.722 [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 04:56:28.722 [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 04:56:28.733 [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 04:56:28.734 [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 04:56:28.788 [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 04:56:28.788 [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 04:56:28.820 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.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 04:56:28.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 04:56:28.923 [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 04:56:28.923 [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 04:56:28.960 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.989 [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 04:56:28.989 [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 04:56:29.056 [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 04:56:29.056 [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 04:56:29.123 [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 04:56:29.124 [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 04:56:29.189 [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 04:56:29.190 [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 04:56:29.256 [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 04:56:29.257 [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 04:56:29.323 [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 04:56:29.323 [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 04:56:29.389 [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 04:56:29.389 [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 04:56:29.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 04:56:29.457 [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 04:56:29.523 [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 04:56:29.524 [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 04:56:29.571 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:29.589 [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 04:56:29.589 [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 04:56:29.634 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:29.656 [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 04:56:29.656 [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 04:56:29.723 [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 04:56:29.724 [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 04:56:29.757 [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 04:56:29.758 [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 04:56:29.797 [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 04:56:29.798 [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 04:56:29.837 [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 04:56:29.838 [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 04:56:29.850 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:29.877 [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 04:56:29.878 [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 04:56:29.918 [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 04:56:29.918 [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 04:56:29.958 [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 04:56:29.958 [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 04:56:29.998 [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 04:56:29.998 [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 04:56:30.038 [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 04:56:30.038 [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 04:56:30.078 [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 04:56:30.078 [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 04:56:30.118 [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 04:56:30.118 [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 04:56:30.158 [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 04:56:30.158 [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 04:56:30.198 [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 04:56:30.198 [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-22 03:56:30,286 DEBUG --- stderr --- 2025-09-22 03:56:30,286 DEBUG ________________________________________________________________________________ [2025-09-22 03:56:30] benchmark-300 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-22 04:56:38] benchmark-300 stop_order : Stop the order on overseer pod ________________________________________________________________________________ 2025-09-22 04:56:38,249 INFO 2025-09-22 04:56:38,249 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-22 04:56:38,249 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 04:56:38,554 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 04:56:38,554 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:38,554 DEBUG --- stdout --- 2025-09-22 04:56:38,554 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 04:56:38,554 DEBUG --- stderr --- 2025-09-22 04:56:38,554 DEBUG 2025-09-22 04:56:38,554 INFO 2025-09-22 04:56:38,554 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- rm -f /results/orders/order.json 2025-09-22 04:56:38,554 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 04:56:39,147 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:39,147 DEBUG --- stdout --- 2025-09-22 04:56:39,147 DEBUG 2025-09-22 04:56:39,147 DEBUG --- stderr --- 2025-09-22 04:56:39,147 DEBUG Order ran during 1h ________________________________________________________________________________ [2025-09-22 04:56:39] benchmark-300 download_logs : Download individual order files ________________________________________________________________________________ 2025-09-22 04:56:39 - PASS: file already downloaded /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/order.json 2025-09-22 04:56:39,147 INFO 2025-09-22 04:56:39,147 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-22 04:56:39,147 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 04:56:39,429 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 04:56:39,429 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:39,429 DEBUG --- stdout --- 2025-09-22 04:56:39,429 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 04:56:39,429 DEBUG --- stderr --- 2025-09-22 04:56:39,430 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 04:56:39,430 INFO 2025-09-22 04:56:39,430 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- bash -c 'if [ -f "/results/orders/benchmark-300/rc.txt" ]; then echo "/results/orders/benchmark-300/rc.txt file found"; exit 0; else echo "/results/orders/benchmark-300/rc.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-300/rc.txt file found" 2025-09-22 04:56:39,430 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 04:56:39,975 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:39,975 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:39,975 DEBUG --- stdout --- 2025-09-22 04:56:39,975 DEBUG /results/orders/benchmark-300/rc.txt file found 2025-09-22 04:56:39,975 DEBUG --- stderr --- 2025-09-22 04:56:39,975 DEBUG 2025-09-22 04:56:39,975 INFO 2025-09-22 04:56:39,975 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-300/rc.txt | grep "^\d+ .+$" 2025-09-22 04:56:39,975 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 04:56:40,520 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:40,520 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:40,521 DEBUG --- stdout --- 2025-09-22 04:56:40,521 DEBUG 4 /results/orders/benchmark-300/rc.txt 2025-09-22 04:56:40,521 DEBUG --- stderr --- 2025-09-22 04:56:40,521 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-300/rc.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/rc.txt 2025-09-22 04:56:40,522 INFO 2025-09-22 04:56:40,522 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-300/rc.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/rc.txt 2025-09-22 04:56:40,522 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 04:56:41,054 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:41,054 DEBUG --- stdout --- 2025-09-22 04:56:41,054 DEBUG tar: Removing leading `/' from member names 2025-09-22 04:56:41,054 DEBUG --- stderr --- 2025-09-22 04:56:41,054 DEBUG 2025-09-22 04:56:41,055 INFO 2025-09-22 04:56:41,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-22 04:56:41,055 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 04:56:41,335 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 04:56:41,336 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:41,336 DEBUG --- stdout --- 2025-09-22 04:56:41,336 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 04:56:41,336 DEBUG --- stderr --- 2025-09-22 04:56:41,336 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 04:56:41,337 INFO 2025-09-22 04:56:41,337 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- bash -c 'if [ -f "/results/orders/benchmark-300/stderr.txt" ]; then echo "/results/orders/benchmark-300/stderr.txt file found"; exit 0; else echo "/results/orders/benchmark-300/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-300/stderr.txt file found" 2025-09-22 04:56:41,337 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 04:56:41,882 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:41,882 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:41,882 DEBUG --- stdout --- 2025-09-22 04:56:41,882 DEBUG /results/orders/benchmark-300/stderr.txt file found 2025-09-22 04:56:41,882 DEBUG --- stderr --- 2025-09-22 04:56:41,882 DEBUG 2025-09-22 04:56:41,882 INFO 2025-09-22 04:56:41,882 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-300/stderr.txt | grep "^\d+ .+$" 2025-09-22 04:56:41,882 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 04:56:42,427 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:42,427 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:42,427 DEBUG --- stdout --- 2025-09-22 04:56:42,427 DEBUG 0 /results/orders/benchmark-300/stderr.txt 2025-09-22 04:56:42,427 DEBUG --- stderr --- 2025-09-22 04:56:42,427 DEBUG - Download file (size 0B) source : /results/orders/benchmark-300/stderr.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/stderr.txt 2025-09-22 04:56:42,428 INFO 2025-09-22 04:56:42,428 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-300/stderr.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/stderr.txt 2025-09-22 04:56:42,428 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 04:56:42,959 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:42,959 DEBUG --- stdout --- 2025-09-22 04:56:42,959 DEBUG tar: Removing leading `/' from member names 2025-09-22 04:56:42,959 DEBUG --- stderr --- 2025-09-22 04:56:42,959 DEBUG 2025-09-22 04:56:42,960 INFO 2025-09-22 04:56:42,960 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-22 04:56:42,960 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 04:56:43,243 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 04:56:43,243 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:43,243 DEBUG --- stdout --- 2025-09-22 04:56:43,243 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 04:56:43,243 DEBUG --- stderr --- 2025-09-22 04:56:43,243 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 04:56:43,244 INFO 2025-09-22 04:56:43,244 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- bash -c 'if [ -f "/results/orders/benchmark-300/stdout.txt" ]; then echo "/results/orders/benchmark-300/stdout.txt file found"; exit 0; else echo "/results/orders/benchmark-300/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-300/stdout.txt file found" 2025-09-22 04:56:43,244 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 04:56:43,782 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:43,783 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:43,783 DEBUG --- stdout --- 2025-09-22 04:56:43,783 DEBUG /results/orders/benchmark-300/stdout.txt file found 2025-09-22 04:56:43,783 DEBUG --- stderr --- 2025-09-22 04:56:43,783 DEBUG 2025-09-22 04:56:43,783 INFO 2025-09-22 04:56:43,783 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-300/stdout.txt | grep "^\d+ .+$" 2025-09-22 04:56:43,783 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 04:56:44,356 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:44,356 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:44,356 DEBUG --- stdout --- 2025-09-22 04:56:44,356 DEBUG 622912 /results/orders/benchmark-300/stdout.txt 2025-09-22 04:56:44,356 DEBUG --- stderr --- 2025-09-22 04:56:44,356 DEBUG - Download file (size 622.912MB exceeds limit of 100MB, only first 1000 and last 1000 lines will be downloaded) source : /results/orders/benchmark-300/stdout.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/stdout.txt 2025-09-22 04:56:44,356 INFO 2025-09-22 04:56:44,356 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- head -n 1000 /results/orders/benchmark-300/stdout.txt 2025-09-22 04:56:45,094 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-22 04:56:45,094 DEBUG --- stdout --- 2025-09-22 04:56:45,095 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-22 04:56:45,095 DEBUG ----- output ----- 2025-09-22 04:56:09,447 DEBUG Creating results folder /results/gatling/benchmark-300 2025-09-22 04:56:09,456 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpd3vrs5s9 2025-09-22 04:56:09,460 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-300" -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=300 -Duser_password=Pa_ssw0rd System property think_time_multiplier not set. No think time emulation will be done in the simulation. Simulation com.forgerock.pyrock.Loadtest started... 04:56:27.896 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 04:56:27.906 [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@2e2fcb2, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@109e5c11, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 03e7afe6-91f6-4bd7-9d86-ef846572d9df -> 0),KO,List(ExitOnCompleteLoopBlock(03e7afe6-91f6-4bd7-9d86-ef846572d9df)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@44653014,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: Mon, 22 Sep 2025 03:56:27 GMT x-forgerock-transactionid: dd5aad2b-00b6-4e88-917d-457635c546e2 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 04:56:27.908 [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 04:56:27.919 [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 04:56:27.919 [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 04:56:28.062 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.120 [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 04:56:28.120 [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 04:56:28.320 [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 04:56:28.321 [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 04:56:28.443 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.521 [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 04:56:28.521 [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 04:56:28.722 [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 04:56:28.722 [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 04:56:28.733 [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 04:56:28.734 [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 04:56:28.788 [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 04:56:28.788 [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 04:56:28.820 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.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 04:56:28.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 04:56:28.923 [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 04:56:28.923 [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 04:56:28.960 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.989 [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 04:56:28.989 [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 04:56:29.056 [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 04:56:29.056 [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 04:56:29.123 [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 04:56:29.124 [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 [...] 04:56:35.068 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.078 [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 04:56:35.078 [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 04:56:35.091 [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 04:56:35.091 [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 04:56:35.104 [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 04:56:35.104 [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 04:56:35.118 [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 04:56:35.118 [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 04:56:35.131 [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 04:56:35.131 [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 04:56:35.144 [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 04:56:35.144 [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 04:56:35.158 [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 04:56:35.158 [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 04:56:35.171 [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 04:56:35.171 [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 04:56:35.184 [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 04:56:35.184 [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 04:56:35.198 [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 04:56:35.198 [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 04:56:35.211 [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 04:56:35.211 [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 04:56:35.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 04:56:35.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 04:56:35.238 [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 04:56:35.238 [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 04:56:35.251 [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 04:56:35.251 [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 04:56:35.256 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.264 [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 04:56:35.264 [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 04:56:35.277 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.278 [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 04:56:35.278 [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 04:56:35.291 [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 04:56:35.291 [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 04:56:35.304 [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 04:56:35.304 [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 04:56:35.318 [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 04:56:35.318 [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 04:56:35.331 [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 04:56:35.331 [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 04:56:35.344 [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 04:56:35.344 [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 04:56:35.348 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.358 [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 04:56:35.358 [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 04:56:35.371 [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 04:56:35.371 [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 04:56:35.374 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.379 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.384 [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 04:56:35.384 [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 04:56:35.398 [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 04:56:35.398 [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 04:56:35.411 [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 04:56:35.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 04:56:35.424 [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 04:56:35.424 [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 04:56:35.434 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.438 [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 04:56:35.438 [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 04:56:35.451 [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 04:56:35.451 [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 04:56:35.464 [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 04:56:35.464 [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 04:56:35.478 [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 04:56:35.478 [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 04:56:35.491 [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 04:56:35.491 [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 04:56:35.499 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.504 [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 04:56:35.504 [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 04:56:35.518 [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 04:56:35.518 [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 04:56:35.522 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:35.531 [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 04:56:35.531 [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 04:56:35.544 [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 2025-09-22 04:56:45,095 DEBUG --- stderr --- 2025-09-22 04:56:45,095 DEBUG 2025-09-22 04:56:45,095 INFO 2025-09-22 04:56:45,095 INFO 2025-09-22 04:56:45,096 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- tail -n 1000 /results/orders/benchmark-300/stdout.txt 2025-09-22 04:56:45,840 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-22 04:56:45,840 DEBUG --- stdout --- 2025-09-22 04:56:45,841 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-22 04:56:45,841 DEBUG ----- output ----- headers: accept: application/json content-type: application/json 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 X-Forwarded-For: 12.155.227.210 host: openam-perf-haproxy.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.716 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1077065,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2d8448ea, username -> user.919565, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@5b9acd54, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@5b7ea70d) ========================= 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.919565 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.717 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM privilege: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076882,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiNWVlMjIzMWEtZjcyMS00ZjhkLWExNjMtNWI5N2NhOGViOTM0LTE3Nzk4MDM5MyIsInN1Ym5hbWUiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiZFNNejZFOFdkT0x4RmhZdF9kUW40ek9LOEZjIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJBRjRFQ0kybzE1N0Y4SXdZVllyQURhZUZGLWsifQ.6KWpJkHDF0N0onw9oNrwKRbARcVeret0H35VQYNEdMI, username -> user.9893345, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTM2NCIsInN1Ym5hbWUiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzZYZzluQW8tUENkYVhZSzFNTVU2cTVoOU5vIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiIycnhnblpaTlJrdkJEcC1JbTBJMVRFLTdkWUkifQ.n99y3mvOzaskf--yLRY7kWxYKwxvVEuhacTFnU6gvkE, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@78e43680, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> 0fgxOUF8ZZglahzi3ebRh2-ib9U, callbacks -> {"tokenId":"cm-aSNmKNUtSST_ydw_0Y6EBlUA.*AAJTSQACMDIAAlNLABxlUXg3aExuWU5EL3FmYWwwdE9UZzVyb0JnZFE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987185), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=cm-aSNmKNUtSST_ydw_0Y6EBlUA.*AAJTSQACMDIAAlNLABxlUXg3aExuWU5EL3FmYWwwdE9UZzVyb0JnZFE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987185))), user_uuid -> 1a5453ae-f24b-46e9-82fd-a9b74ea49432, password -> Pa_ssw0rd, challenge -> ya6BkSW5cMb8wbP0nkF5JuThpaTDDHUNPmkRqXPw1AA, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 146.113.7.51, verifier -> NDU5NTQ0MzMyNzE0NjQxNDU4OA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@20ddba74, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@3b62abd, tokenId -> cm-aSNmKNUtSST_ydw_0Y6EBlUA.*AAJTSQACMDIAAlNLABxlUXg3aExuWU5EL3FmYWwwdE9UZzVyb0JnZFE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@14f5da2c) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/openidm/privilege?_action=listPrivileges 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.eyJzdWIiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTM2NCIsInN1Ym5hbWUiOiIxYTU0NTNhZS1mMjRiLTQ2ZTktODJmZC1hOWI3NGVhNDk0MzIiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzZYZzluQW8tUENkYVhZSzFNTVU2cTVoOU5vIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiIycnhnblpaTlJrdkJEcC1JbTBJMVRFLTdkWUkifQ.n99y3mvOzaskf--yLRY7kWxYKwxvVEuhacTFnU6gvkE Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=cm-aSNmKNUtSST_ydw_0Y6EBlUA.*AAJTSQACMDIAAlNLABxlUXg3aExuWU5EL3FmYWwwdE9UZzVyb0JnZFE9AAR0eXBlAANDVFMAAlMxAAIwMQ..* 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=cm-aSNmKNUtSST_ydw_0Y6EBlUA.*AAJTSQACMDIAAlNLABxlUXg3aExuWU5EL3FmYWwwdE9UZzVyb0JnZFE9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.717 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-170' crashed with 'j.u.NoSuchElementException: No attribute named 'callbacks' is defined', forwarding to the next one 05:56:27.717 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 05:56:27.717 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1077062,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@ec25feb, username -> user.114351, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@50c38b71, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@5b057c8c) ========================= 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.114351 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 [...] <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM features' failed for user 1076875: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM privilege' failed for user 1076873: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM features: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076875,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2ODMxNiIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzVkNHB5d1h6azRLQXhNTk5HWndGZUdJeDhVIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiI0VW1SVkZNS3F6a09xSlRscnBsV0MycWRLdWMifQ.0Ao4tvp08FTtG7ADDQoIqBkZ-qvywxe3QA9ShQPFY7Y, username -> user.705647, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@65cadb9c, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> Bz_0-BciMf2b0PWX4-flY3KEGew, callbacks -> {"tokenId":"2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987176), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987176))), user_uuid -> 69c815fd-f972-4560-b917-41fd89cab2ad, password -> Pa_ssw0rd, challenge -> E2PIsRSv2nc0SRDnzkw4TAxy51jtzxVCI8_S_SfxmNQ, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 40.253.254.175, verifier -> LTQ1MTE3NDQzMTA5Mjg1NDI1ODQ, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2729847a, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6101a682, tokenId -> 2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@650eab8) ========================= 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.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM privilege: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076873,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiNWVlMjIzMWEtZjcyMS00ZjhkLWExNjMtNWI5N2NhOGViOTM0LTE3Nzk4MDMxMCIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiSDd6NGoyNlV5NW82R2RCWEc1a1lkRF94bHV3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJ1eXprWmVHcGRRWk5vZzh3NGFjd0p5Z09fNWsifQ.TDf-m3gZk8swSNfKuM3pV_IVB2_uB-OWsZ36WGvwyUg, username -> user.2475808, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI1MSIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoib1dkRV94VmlUWDVNSDV3TVNXZmFOM3dFakJ3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJneUs3ckFXNl9oaktFdUhiNFhWSFZHdEs2dDgifQ.iL-EdisZ8arb_7-9SUuU8XHU3qHTW-DJ7zSeDwAaFGo, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@29424f2, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> EPXl00ylEvilJ66ZR7utGs5of9Q, callbacks -> {"tokenId":"Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987177), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987177))), user_uuid -> e067c1f6-45e0-4d3d-bb0f-cba211c0a0ca, password -> Pa_ssw0rd, challenge -> pt8xlUhI29-fcauafDrAnyTMH7kBcXbxNOMLZQ4FTmk, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 110.122.168.174, verifier -> LTY0OTgxMDUwMTYxMTYzMjY5NA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@18489f7b, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@17044780, tokenId -> Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@5b7ea70d) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/openidm/privilege?_action=listPrivileges 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.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI1MSIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoib1dkRV94VmlUWDVNSDV3TVNXZmFOM3dFakJ3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJneUs3ckFXNl9oaktFdUhiNFhWSFZHdEs2dDgifQ.iL-EdisZ8arb_7-9SUuU8XHU3qHTW-DJ7zSeDwAaFGo Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..* 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=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM version' failed for user 1076875: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM version: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076875,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2ODMxNiIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzVkNHB5d1h6azRLQXhNTk5HWndGZUdJeDhVIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiI0VW1SVkZNS3F6a09xSlRscnBsV0MycWRLdWMifQ.0Ao4tvp08FTtG7ADDQoIqBkZ-qvywxe3QA9ShQPFY7Y, username -> user.705647, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@65cadb9c, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> Bz_0-BciMf2b0PWX4-flY3KEGew, callbacks -> {"tokenId":"2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987176), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987176))), user_uuid -> 69c815fd-f972-4560-b917-41fd89cab2ad, password -> Pa_ssw0rd, challenge -> E2PIsRSv2nc0SRDnzkw4TAxy51jtzxVCI8_S_SfxmNQ, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 40.253.254.175, verifier -> LTQ1MTE3NDQzMTA5Mjg1NDI1ODQ, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2729847a, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6101a682, tokenId -> 2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@650eab8) ========================= 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=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 2025-09-22 05:56:27,832 INFO Gatling simulation run ended successfully 2025-09-22 05:56:27,832 DEBUG No archive name provided. No archive will be created 2025-09-22 04:56:45,841 DEBUG --- stderr --- 2025-09-22 04:56:45,841 DEBUG 2025-09-22 04:56:45,841 INFO ________________________________________________________________________________ [2025-09-22 04:56:45] benchmark-300 show_cmd : Display order command ________________________________________________________________________________ 2025-09-22 04:56:45,842 INFO 2025-09-22 04:56:45,842 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-22 04:56:45,842 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 04:56:46,117 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 04:56:46,117 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:46,117 DEBUG --- stdout --- 2025-09-22 04:56:46,117 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 04:56:46,117 DEBUG --- stderr --- 2025-09-22 04:56:46,117 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 04:56:46,118 INFO 2025-09-22 04:56:46,118 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- bash -c 'if [ -f "/results/orders/benchmark-300/cmd.txt" ]; then echo "/results/orders/benchmark-300/cmd.txt file found"; exit 0; else echo "/results/orders/benchmark-300/cmd.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-300/cmd.txt file found" 2025-09-22 04:56:46,118 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 04:56:46,656 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:46,656 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:46,656 DEBUG --- stdout --- 2025-09-22 04:56:46,656 DEBUG /results/orders/benchmark-300/cmd.txt file found 2025-09-22 04:56:46,656 DEBUG --- stderr --- 2025-09-22 04:56:46,656 DEBUG 2025-09-22 04:56:46,657 INFO 2025-09-22 04:56:46,657 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-300/cmd.txt | grep "^\d+ .+$" 2025-09-22 04:56:46,657 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 04:56:47,209 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 04:56:47,209 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:47,209 DEBUG --- stdout --- 2025-09-22 04:56:47,209 DEBUG 4 /results/orders/benchmark-300/cmd.txt 2025-09-22 04:56:47,209 DEBUG --- stderr --- 2025-09-22 04:56:47,209 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-300/cmd.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/cmd.txt 2025-09-22 04:56:47,210 INFO 2025-09-22 04:56:47,210 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-300/cmd.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/cmd.txt 2025-09-22 04:56:47,210 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 04:56:47,773 INFO [loop_until]: OK (rc = 0) 2025-09-22 04:56:47,773 DEBUG --- stdout --- 2025-09-22 04:56:47,773 DEBUG tar: Removing leading `/' from member names 2025-09-22 04:56:47,773 DEBUG --- stderr --- 2025-09-22 04:56:47,773 DEBUG 2025-09-22 04:56:47,773 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/cmd.txt is small (1 lines), printing all lines: 2025-09-22 04:56:47,773 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-300" --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=300 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-22 04:56:47] benchmark-300 show_rc : Display rc order ________________________________________________________________________________ 2025-09-22 04:56:47,774 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/rc.txt is small (1 lines), printing all lines: 2025-09-22 04:56:47,774 INFO ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [2025-09-22 04:56:47] benchmark-300 show_stdout : Display stdout order ________________________________________________________________________________ 2025-09-22 04:56:47,774 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/04_benchmark-300/stdout.txt is 2010 lines): 2025-09-22 04:56:47,775 INFO ----- output ----- NOTE: This file was too big so it was truncated. Only first 1000 and last 1000 lines are present. ------------------------------------------------------------ 2025-09-22 04:56:09,447 DEBUG Creating results folder /results/gatling/benchmark-300 2025-09-22 04:56:09,456 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpd3vrs5s9 2025-09-22 04:56:09,460 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-300" -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=300 -Duser_password=Pa_ssw0rd System property think_time_multiplier not set. No think time emulation will be done in the simulation. Simulation com.forgerock.pyrock.Loadtest started... 04:56:27.896 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 04:56:27.906 [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@2e2fcb2, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@109e5c11, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, 03e7afe6-91f6-4bd7-9d86-ef846572d9df -> 0),KO,List(ExitOnCompleteLoopBlock(03e7afe6-91f6-4bd7-9d86-ef846572d9df)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@44653014,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: Mon, 22 Sep 2025 03:56:27 GMT x-forgerock-transactionid: dd5aad2b-00b6-4e88-917d-457635c546e2 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 04:56:27.908 [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 04:56:27.919 [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 04:56:27.919 [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 04:56:28.062 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.120 [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 04:56:28.120 [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 04:56:28.320 [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 04:56:28.321 [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 04:56:28.443 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.521 [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 04:56:28.521 [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 04:56:28.722 [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 04:56:28.722 [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 04:56:28.733 [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 04:56:28.734 [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 04:56:28.788 [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 04:56:28.788 [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 04:56:28.820 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.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 04:56:28.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 04:56:28.923 [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 04:56:28.923 [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 04:56:28.960 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:28.989 [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 04:56:28.989 [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 04:56:29.056 [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 04:56:29.056 [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 04:56:29.123 [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 04:56:29.124 [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 04:56:29.189 [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 04:56:29.190 [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 04:56:29.256 [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 04:56:29.257 [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 04:56:29.323 [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 04:56:29.323 [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 04:56:29.389 [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 04:56:29.389 [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 04:56:29.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 04:56:29.457 [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 04:56:29.523 [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 04:56:29.524 [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 04:56:29.571 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 04:56:29.589 [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 04:56:29.589 [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 04:56:29.634 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined [...] >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1077049,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@65863f51, username -> user.8412798, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@500b5c26, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@5b7ea70d) ========================= 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.8412798 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM features' failed for user 1076875: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM privilege' failed for user 1076873: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM features: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076875,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2ODMxNiIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzVkNHB5d1h6azRLQXhNTk5HWndGZUdJeDhVIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiI0VW1SVkZNS3F6a09xSlRscnBsV0MycWRLdWMifQ.0Ao4tvp08FTtG7ADDQoIqBkZ-qvywxe3QA9ShQPFY7Y, username -> user.705647, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@65cadb9c, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> Bz_0-BciMf2b0PWX4-flY3KEGew, callbacks -> {"tokenId":"2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987176), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987176))), user_uuid -> 69c815fd-f972-4560-b917-41fd89cab2ad, password -> Pa_ssw0rd, challenge -> E2PIsRSv2nc0SRDnzkw4TAxy51jtzxVCI8_S_SfxmNQ, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 40.253.254.175, verifier -> LTQ1MTE3NDQzMTA5Mjg1NDI1ODQ, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2729847a, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6101a682, tokenId -> 2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@650eab8) ========================= 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.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM privilege: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076873,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiNWVlMjIzMWEtZjcyMS00ZjhkLWExNjMtNWI5N2NhOGViOTM0LTE3Nzk4MDMxMCIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiSDd6NGoyNlV5NW82R2RCWEc1a1lkRF94bHV3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJ1eXprWmVHcGRRWk5vZzh3NGFjd0p5Z09fNWsifQ.TDf-m3gZk8swSNfKuM3pV_IVB2_uB-OWsZ36WGvwyUg, username -> user.2475808, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI1MSIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoib1dkRV94VmlUWDVNSDV3TVNXZmFOM3dFakJ3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJneUs3ckFXNl9oaktFdUhiNFhWSFZHdEs2dDgifQ.iL-EdisZ8arb_7-9SUuU8XHU3qHTW-DJ7zSeDwAaFGo, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@29424f2, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> EPXl00ylEvilJ66ZR7utGs5of9Q, callbacks -> {"tokenId":"Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987177), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987177))), user_uuid -> e067c1f6-45e0-4d3d-bb0f-cba211c0a0ca, password -> Pa_ssw0rd, challenge -> pt8xlUhI29-fcauafDrAnyTMH7kBcXbxNOMLZQ4FTmk, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 110.122.168.174, verifier -> LTY0OTgxMDUwMTYxMTYzMjY5NA, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@18489f7b, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@17044780, tokenId -> Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@5b7ea70d) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/openidm/privilege?_action=listPrivileges 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.eyJzdWIiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI1MSIsInN1Ym5hbWUiOiJlMDY3YzFmNi00NWUwLTRkM2QtYmIwZi1jYmEyMTFjMGEwY2EiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoib1dkRV94VmlUWDVNSDV3TVNXZmFOM3dFakJ3Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJneUs3ckFXNl9oaktFdUhiNFhWSFZHdEs2dDgifQ.iL-EdisZ8arb_7-9SUuU8XHU3qHTW-DJ7zSeDwAaFGo Accept-Api-Version: accept: */* cookie: amlbcookie=01; d0d18cac672abbc=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..* 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=Ml4ZpgKha_aDqCX91SA8jjdB8nI.*AAJTSQACMDIAAlNLABxZOEM4UURHb2lVdkI0WjhWdjNtUzA2akx5SUk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI IDM version' failed for user 1076875: j.i.IOException: Premature close 05:56:27.720 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI IDM version: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,1076875,HashMap(access_token -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2ODMxNiIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiUzVkNHB5d1h6azRLQXhNTk5HWndGZUdJeDhVIiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsib3BlbmlkIiwiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiI0VW1SVkZNS3F6a09xSlRscnBsV0MycWRLdWMifQ.0Ao4tvp08FTtG7ADDQoIqBkZ-qvywxe3QA9ShQPFY7Y, username -> user.705647, access_token_2 -> eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJjdHMiOiJPQVVUSDJfU1RBVEVMRVNTX0dSQU5UIiwiYXV0aF9sZXZlbCI6MCwiYXVkaXRUcmFja2luZ0lkIjoiYzRlNmY4NmMtNWE3Zi00ZmJmLTk3ODgtYTc2MzcxOWQ0ZWI2LTE3Nzc2OTI0NyIsInN1Ym5hbWUiOiI2OWM4MTVmZC1mOTcyLTQ1NjAtYjkxNy00MWZkODljYWIyYWQiLCJpc3MiOiJodHRwczovL29wZW5hbS1wZXJmLWhhcHJveHkuZm9yZ2VibG9ja3MuY29tOjQ0My9hbS9vYXV0aDIvcmVhbG1zL3Jvb3QvcmVhbG1zL2FscGhhIiwidG9rZW5OYW1lIjoiYWNjZXNzX3Rva2VuIiwidG9rZW5fdHlwZSI6IkJlYXJlciIsImF1dGhHcmFudElkIjoiTmFnNm9SM1BzYVdlS2Y4RmVob3JBb0xTblU4Iiwibm9uY2UiOiIxMjM0IiwiY2xpZW50X2lkIjoiZW5kVXNlclVJQ2xpZW50IiwiYXVkIjoiZW5kVXNlclVJQ2xpZW50IiwibmJmIjoxNzU4NTE2OTg3LCJncmFudF90eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIiwic2NvcGUiOlsiZnI6aWRtOioiXSwiYXV0aF90aW1lIjoxNzU4NTE2OTg3LCJyZWFsbSI6Ii9hbHBoYSIsImV4cCI6MTc1ODUyMDU4NywiaWF0IjoxNzU4NTE2OTg3LCJleHBpcmVzX2luIjozNjAwLCJqdGkiOiJHbXoyZmN6LTQ3TXhhN18xSnhSeWVnSnMwbkEifQ.xMMT8R0pxldSAh3nWDQVRaGxK5NA2VjIKTjdmwRX3yQ, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@65cadb9c, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, authcode -> Bz_0-BciMf2b0PWX4-flY3KEGew, callbacks -> {"tokenId":"2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758516987176), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758516987176))), user_uuid -> 69c815fd-f972-4560-b917-41fd89cab2ad, password -> Pa_ssw0rd, challenge -> E2PIsRSv2nc0SRDnzkw4TAxy51jtzxVCI8_S_SfxmNQ, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, fake-ip -> 40.253.254.175, verifier -> LTQ1MTE3NDQzMTA5Mjg1NDI1ODQ, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2729847a, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@6101a682, tokenId -> 2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, fake-user-agent -> Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$821/0x00007b194c699000@5eb973b1,io.netty.channel.epoll.EpollEventLoop@650eab8) ========================= 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=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..* host: openam-perf-haproxy.forgeblocks.com cookies: amlbcookie=01, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None d0d18cac672abbc=2CR8DkYz9Yiw2m1DJ-9Z3o1f6b8.*AAJTSQACMDIAAlNLABx4RmtoSklsLyswUEpOTDdoVkxKSEVEUU1FK2M9AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 2025-09-22 05:56:27,832 INFO Gatling simulation run ended successfully 2025-09-22 05:56:27,832 DEBUG No archive name provided. No archive will be created ________________________________________________________________________________ [2025-09-22 04:56:47] benchmark-300 show_stderr : Display stderr order ________________________________________________________________________________ 2025-09-22 04:56:47,775 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/04_benchmark-300/stderr.txt is small (0 lines), printing all lines: 2025-09-22 04:56:47,775 INFO ----- output ----- ________________________________________________________________________________ [2025-09-22 04:56:47] benchmark-300 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-22 04:56:48] benchmark-300 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [2025-09-22 04:56:48] benchmark-300 post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped