--Task-- name: benchmark-100 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-10'] preceding_task: benchmark-10 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': 100} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-09-22 01:54:40,946 INFO 2025-09-22 01:54:40,946 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 01:54:40,946 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 01:54:41,228 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 01:54:41,228 INFO [loop_until]: OK (rc = 0) 2025-09-22 01:54:41,228 DEBUG --- stdout --- 2025-09-22 01:54:41,228 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 01:54:41,228 DEBUG --- stderr --- 2025-09-22 01:54:41,228 DEBUG 2025-09-22 01:54:41,228 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-09-22 01:54:41 - INFO: Timeout for this Task has changed to 1h 12m (4320 seconds) 2025-09-22 01:54:41 - INFO: timeout was calculated based on simulation duration parameter 2025-09-22 01:54:41 - INFO: Interval for this Task has changed to 2m (120 seconds) 2025-09-22 01:54:41 - 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-100/stdout.txt Pod log : /results/orders/benchmark-100 ________________________________________________________________________________ [2025-09-22 01:54:41] benchmark-100 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-100" --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=100 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-22 01:54:41] benchmark-100 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/02_benchmark-100/order.json { "name": "benchmark-100", "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-100\" --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=100 -Duser_password=Pa_ssw0rd\"", "out-dir": "/results/orders/benchmark-100" } ________________________________________________________________________________ [2025-09-22 01:54:41] benchmark-100 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 01:54:41,237 INFO 2025-09-22 01:54:41,237 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-09-22 01:54:41,237 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-22 01:54:41,441 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 01:54:41,441 INFO [loop_until]: OK (rc = 0) 2025-09-22 01:54:41,441 DEBUG --- stdout --- 2025-09-22 01:54:41,441 DEBUG WAITING 2025-09-22 01:54:41,441 DEBUG --- stderr --- 2025-09-22 01:54:41,441 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 01:54:41] benchmark-100 start_order : Send the order to the overseer pod ________________________________________________________________________________ 2025-09-22 01:54:41,442 INFO 2025-09-22 01:54:41,442 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 01:54:41,442 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 01:54:41,722 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 01:54:41,722 INFO [loop_until]: OK (rc = 0) 2025-09-22 01:54:41,722 DEBUG --- stdout --- 2025-09-22 01:54:41,722 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 01:54:41,722 DEBUG --- stderr --- 2025-09-22 01:54:41,722 DEBUG 2025-09-22 01:54:41,723 INFO 2025-09-22 01:54:41,723 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/02_benchmark-100/order.json overseer-0-7c788db448-z46mc:/results/orders/order.json 2025-09-22 01:54:41,723 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 01:54:42,613 INFO [loop_until]: OK (rc = 0) 2025-09-22 01:54:42,613 DEBUG --- stdout --- 2025-09-22 01:54:42,613 DEBUG 2025-09-22 01:54:42,613 DEBUG --- stderr --- 2025-09-22 01:54:42,613 DEBUG Order has been successfully forwarded to overseer 2025-09-22 01:54:42 - INFO: Check if Gatling simulation started successfully 2025-09-22 01:54:42,613 INFO 2025-09-22 01:54:42,613 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-100/stdout.txt | grep "Simulation com.forgerock.pyrock.Loadtest started..." 2025-09-22 01:54:42,613 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-22 01:54:43,158 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 01:54:48,703 INFO [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 01:54:54,258 INFO [loop_until]: Function succeeded after 11s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 01:54:59,800 INFO [loop_until]: Function succeeded after 17s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-09-22 01:55:05,414 INFO [loop_until]: Function succeeded after 22s (rc=0) - expected pattern found 2025-09-22 01:55:05,414 INFO [loop_until]: OK (rc = 0) 2025-09-22 01:55:05,414 DEBUG --- stdout --- 2025-09-22 01:55:05,415 DEBUG 2025-09-22 02:54:44,760 DEBUG Creating results folder /results/gatling/benchmark-100 2025-09-22 02:54:44,769 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpldby70du 2025-09-22 02:54:44,773 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-100" -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=100 -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... 02:55:02.299 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 02:55:02.310 [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@3cc7f337, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2d8b76a6, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, bbfebb90-46e3-4eca-865c-62d749c6605e -> 0),KO,List(ExitOnCompleteLoopBlock(bbfebb90-46e3-4eca-865c-62d749c6605e)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@4cb4ce12,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 01:55:02 GMT x-forgerock-transactionid: 942685ac-86c1-4dbb-ad5f-769b39ead42a 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 02:55:02.313 [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 02:55:03.058 [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 02:55:03.059 [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 02:55:03.074 [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 02:55:03.074 [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 02:55:03.259 [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 02:55:03.259 [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 02:55:03.459 [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 02:55:03.459 [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 02:55:03.659 [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 02:55:03.660 [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 02:55:03.860 [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 02:55:03.860 [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 02:55:04.061 [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 02:55:04.061 [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 02:55:04.163 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 8: jsonPath($.tokenId).find.exists, found nothing 02:55:04.164 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO jsonPath($.tokenId).find.exists, found nothing ========================= Session: Session(idc.benchmark.Mix2024,8,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2792ca29, username -> user.1149605, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@629050bf, 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,1758506104162))), password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: Content-Type: apppliation/json Accept-API-Version: resource=2.0, protocol=1.0 user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 X-OpenAM-Username: user.1149605 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 200 OK 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 set-cookie: amlbcookie=01; Path=/; Domain=openam-perf-haproxy.forgeblocks.com; Secure; HttpOnly; SameSite=none content-type: application/json Content-Length: 5283 date: Mon, 22 Sep 2025 01:55:04 GMT x-forgerock-transactionid: 56f8de03-d34f-4ea7-8394-1a4595b7840d 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: {"authId":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ3aGl0ZWxpc3Qtc3RhdGUiOiJjZjBhNDY0Mi1lMGZlLTQ5MzMtOWY0ZS1lZGE2OWMxYjk5MTgiLCJvdGsiOiJrNzYzNm9oNTZ0MHRxbGF2OHFwNzR1NTR0aiIsInJlYWxtIjoiL2FscGhhIiwic2Vzc2lvbklkIjoiKkFBSlRTUUFDTURJQUJIUjVjR1VBQ0VwWFZGOUJWVlJJQUFKVE1RQUNNREUuKmV5SjBlWEFpT2lKS1YxUWlMQ0pqZEhraU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuWlhsS01HVllRV2xQYVVwTFZqRlJhVXhEU214aWJVMXBUMmxLUWsxVVNUUlJNRXBFVEZWb1ZFMXFWVEpKYVhkcFdWZDRia2xxYjJsYVIyeDVTVzR3TGk0M1ZrOXdSMGhwVWs1V1pUbFllazF0V21KSFVsUlJMbkZhUlRCemJEUkhablJrYUhvM1REbEVPV2hrV0RkS1pWQlJaV1ZtWVhNeGJtVjRPSGhQT1hwTU1VWkdTR3RpZURWeE1YQktTMmhOWmpoUWIyTktNbk5MTm10b1VuUkRTbTVxYkZKT2MwOHhTbFZUWDI5bmMzVnVURXh6VURCM1RETjJSVEI0VEhKSFNFSlZUR2xMTFdrNFNXMURiMTh0UmtkeFVGWnRSWGhmV214VFkzRXlhalpVVFZoYWVWcFNNSE40VVVaUk0yRkxkelZKV1VwVVRWQm1PRU5KWWsxdU1EQTVRazlEUkZSVVNreERTVVpZWkZrMVFrSTBjME5DWDBJd1NuQnRPVE16UzBaNk5FeHljM2xYWmtaVFZsWjBWRmg0WmtWR00zZFllalZZVGkxTVVGUXRMVXRaYlhaNVNDMXRZbUY2ZFVSblJGRTFaRFJOVTNCdE1GVkdWVVUwU210a1YyUm5UV3BZVjNGMlpFTlZORmR5YTFZMlUyRjRabkpSTjJGMlNVb3lOVzV6TjBsVU0ybEZWRE5WUVdGaldtOXRZM2RHVTA1b1JqWnROMkZWTXpCNlNXWXpXREIyUWpGb1pVNVZWRGxKTUdrMGNGWkRiVFpWTUZWQlUzWjVhMEZRUzJoa2NFcDZlbFo0U3pWa2NtaFBiRWg2TVd4NldGVjRWVkI1VXpoUlRGRlpVa0pRUTFWemRXSnlSMjVQT1V4aE0yWldjM0JXUlhkV1dsazJUVzA1Y3pGSlVVYzRhbEJvUkhsUE1qQjFUbWw1UkcxRmVUQnlOSEJWZFdSV1VuQnlNMEpZTjJsTVJtMDFTRVIyVnpSV1ZVZFBTSHBOTjJ4TWFreGZhVTV6VEhGdk4xUXRVR1ZoUWpSblRtMWtTR1pEUkZKZmNFVjBZalJhTjBsT2JIbEJkR0paUzFBeFQyVlhOVFZrTlZacFVrbHZOWFJaYUZwd1RFWnhaaTE0VG5KNFNTMU1XVk5oU2tseFlXWkRUMnRGY1c5RlQzSm1kMVpMUXkxV1ZUUnhXa3BGUzBWSFRtczBhVzVYTkhGVlVrSjBUMjk1V0ZwblEwTlRRekUyUjNaV1VVZFdhamROU0c5Q1VFOVRaMFZYVXpKRWVUVTRlRXh0VkVGV1FqaHJjV1JYV1doaFUwZzRNRWhpUTE5aFIwOUZZMGRJUVRkb1IzQktjMjFSZVRSaE9GbHVjMk5JT0ZwT05GaGFkRnB3WjFkbFkwODRhMjR0ZDBKMFNUZFZhR2t5UzNKTVdsaHVUamczTW1GSFFtZHpYMWh4ZDJsc2RITjVjbHBPWTI1cU0xUkVPRWRITkRKT1ZIUm9PVm93WW1oTFEzWTJVMnhxTUc1eVEwOXdhVlYyY25OZlJHWlZiRmh6ZGtoYVNHZzBWRFJKWDNaNVYyUjJiRVZaWTBFM1UwNURiR2xRYzA1RmQxVjFla1o2TkdRNWQzaHJSMVpwVFVOSmQzRklZakZXZEVkRlVWOXRkVXQyTTNoM2EzaFpRME40V0VOa1QzUTVhaTAyZVhSeVUwUnNkeTB4VDNKMmVITXdZVUpOZGswM1l6RnhXa05UTkZkcGNtVmxiVFJ2TjFSM2VrUktSM0JCWm5sc05teGFjR1JCV2s0M01IWlNibkZpV0V0NWRXd3RTSFpsTlUxUWMzTndVSFJMU21ndGJHUlZaMWMwUjA1UFZETnNjbVZPYkhkM09FNUpWbXRpU2pKM05EWk1TMVJIUjI0MVFrVjJaMFJhVmxKMWVteFhla05DV2pONmVURnlja1JTVDJ0eVpEUXpibkowVmxwYU9ERnhVV3htYWpaS1RGZExlVEJVYlZGUmMyaEdha1JEVjJnNFZqWlVURTlKUjJ0dFJHUnhUVkJwTUVvNU9VWmFiWGh6ZUhOS1ozTllWa3MwVVdWWldYQkhTVUoxYkRWdE4xWjFXVUZ5YlV0SlRYWmhWRzlMWkd4YVpXODVXVVZQVG1sdmIxUkNUVTQwYmpWSFltbHhPVGMxU3pFeGJUQTFlUzFsWkRrdGVFWjVORXhoWWsxV1h5MVRVVTQwVTFCV1ZqSnROVU5RTm5KRVdFSjRhRU52YTNGNk1sSlNZV3R6YUc0NVUzb3RWbDloVWpWZllrRmtORFpWUVdKaU0yaEVSa1ExU25wWFdGRkZPV2Q1UzA1NFpsWXlTbU5IV0RsT09WSnZTRFp1YzJkWU1saDJlRGszYm1Wak5uaGtjRGhmVjJsblpEZ3hUMGh0TTJod1gzUjRObGgzYlZWUmEzcFZjek5EVUZKMlMwaEVWRmRrU0hveVEwbDNNa2x2YldoV01tc3hkbFJpUkhsSVdqVXpabFJoY2pKdVRuTlBaVzVGZW1RMmVqZzVhMDE2VVY5cFRtVkxTM2hKV21KU2NsSTJOVFZvVEVnelZscFBNMHBJWW1vNVIxZDBabTFzWjNSTWVqUlJSM05NZFU1eWEwZFJPSFJRTUdsYVRsOWFMVmh6Y2sxcGMweHdhMUl3UTFWaGVGRm5UMVZ0ZG1Sd1RYZFlkMUZqU0V4alNrOXJhVmxRV0hWdWJYWnJVSFJWV0hSVFJsYzJhMlZYZEZCNU9XczVNM3BJWDFCWFpXeG5VbXcxYm5GRFEyUmZNSFZpZGpnemJYb3lPVVZKVFVsSlJYSnVWVFJwTTNSc1NtUXlVMTh6VDFnemIxQktRbTB3YW1KWlkxRXhiRXd3YzBacFgxQlhkVGt0UjNGWWJWUktjVjlKWldwNFRYZFFjell4YVVSWFluRnJTMGxHYlRscFgwZGtVRkpPWlZCa2VuQmxUVGh3U2tsV1h6SjBiakV3UkRKa2VFeFpVVVpCUmxRek9VSTRiRjlzWTNWWVMzTldVV3BoYkhBMldrMHpXSEp3WmkxUFpXSTRjVWs1U1ZWaGRFOXhNSFUxVUhVMGFIQkhhbms1UWtsT1ZXNHlla3B4WkZocVFrcGpiM05QYTB0allVaDNPVXBpZW5WdFh6VnBhRk4yTkRCVFRHdzFMVmREUlhwUFZsWmlkbmt5TlhSNVZUZzFPRmx2ZWswd1kyOVdVRzl5UVc5SFUyZG9iMjlpVm13MGQzY3RZM0J2ZW1oWU1YbDRXbUpQTURWaUxVcE9iRk5HWTJ0R05rMDFiVmxTTmxvMk5Fc3haM2cwUldWRVYwRjZSVlZpVkhwNVpuZHZkSHAzU20xMVFVUkpaVkZ5YVcxdmIxSkRVR3gxVkRKS2NFcHZXa05OUkhCUlFUbFhOMnBQUW5GQ09EQkdaVVF6TlhVM1RtOXNja1Z1Vkd4YU5qQTJWRkZVV0dkalVsUTNlamRMUlZwTlpVTlJXa28zUVdWM1RHNUZZWGxxZVVzNVlubFphRkJLYkVONmRqTnJWV3cxVUZKeGQwUTBVa3BhZFdoTWFtbDBORk5yU0ZOdmRHWnJSV2N6ZDJacmNVeGlYMDk0TlZwUU5uWkhPRkY2VlhoRmJHNXhhMU5vU1RkUWREZE9TWE15Um1kYWVsVkVSbEppUlRJeGVqRTNWazk0UjNkaWEyWmZlbVY1T1hWc2NYa3lYMVZTYzJkaVJIcFVTM1ZmUzJKUldrMW5ja2gyU3pJeVdVUmpNMTlNWTJSSFRsZG5aMlJNTUVSR1gxWTBVVGRoVTFJd1FscGFiMGxHZDBZemMyaE1keTV1YjNWdU1teFZMVlpRT0hGSU9WUlhXRTF1UzJObi50c2hXWDlkejV2Y1hyanB2SzlCXzR3d3U2Y2ZtWkQ4VVBDdWxQVm53THRnIiwiZXhwIjoxNzU4NTA2NDA0LCJpYXQiOjE3NTg1MDYxMDR9.d8xdvaJrdMipRBEQrNAwTU9B_1SgPBcDibrdylcitLM","callbacks":[{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/updates"},{"name":"prompt","value":"Send me news and updates"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken1","value":false},{"name":"IDToken1validateOnly","value":false}],"_id":2},{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/marketing"},{"name":"prompt","value":"Send me special offers and services"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken2","value":false},{"name":"IDToken2validateOnly","value":false}],"_id":3}],"header":"Please select your preferences"} <<<<<<<<<<<<<<<<<<<<<<<<< 02:55:04.165 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:04.166 [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 02:55:04.166 [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 02:55:04.277 [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 02:55:04.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 02:55:04.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 02:55:04.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 02:55:04.401 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 10: jsonPath($.tokenId).find.exists, found nothing 02:55:04.402 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO jsonPath($.tokenId).find.exists, found nothing ========================= Session: Session(idc.benchmark.Mix2024,10,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@1d166402, username -> user.290733, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@1929f378, 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,1758506104400))), password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@2bef51f2) ========================= 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.290733 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 200 OK 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 set-cookie: amlbcookie=01; Path=/; Domain=openam-perf-haproxy.forgeblocks.com; Secure; HttpOnly; SameSite=none content-type: application/json Content-Length: 5283 date: Mon, 22 Sep 2025 01:55:04 GMT x-forgerock-transactionid: d87e0e95-c3ef-4681-a81f-891ce3f607a0 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: {"authId":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ3aGl0ZWxpc3Qtc3RhdGUiOiJiYjEyODk2Yy01NmI3LTRjZTEtOTA2OC05MDc5YTcxNjYzM2IiLCJvdGsiOiJ0ZDY0bTN2cWZibGQzcWsxbmlndDV1cWtsbSIsInJlYWxtIjoiL2FscGhhIiwic2Vzc2lvbklkIjoiKkFBSlRTUUFDTURJQUJIUjVjR1VBQ0VwWFZGOUJWVlJJQUFKVE1RQUNNREUuKmV5SjBlWEFpT2lKS1YxUWlMQ0pqZEhraU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuWlhsS01HVllRV2xQYVVwTFZqRlJhVXhEU214aWJVMXBUMmxLUWsxVVNUUlJNRXBFVEZWb1ZFMXFWVEpKYVhkcFdWZDRia2xxYjJsYVIyeDVTVzR3TGk0emRIaGpVR2xDV1dRMFdYZE1NM1J0VjNoZlgwNTNMa2N3YmxCeE56VnJlR2hMUzNKb1RtVm1WazVHVEZVNGFtVjBSSEpGTFZKbVMxcE9kbTFVWmpkMk0wcHpTblI1TXpadFkyMDRTMlI0VEhWM2NXWm5ibGMzV0d0dFluRjVTRVJFTjI1WVJHTTJaakEzTUVGcmRraHhUbmhvTVhkQ1JqZHZjVkJsVTFCNFIxODBkbGRZYTE5UVMwMWpOVzgzU2xCUWNHRTJRVmxRYkhGUVFYSnFOV2xTY1ZsWVoxTk1XalJPVFVjeVowMW9WRTVNZVMxbVoyWkhZbGhxTlRrelkyZzBkVmxUUlZNMWFuSkhUV0kxWVdWcFJHZHlTV3BVV1ZoV01URjVSMFJvY2xoQlVGbFRjbkZCTTBocU1uaGtlSGxOV2xWNE9IcE9aRWRsZDAxTWFHcHNUbHBOTURWVFQyNUpjVjk1UXpKdlluZFVSbFl0Wm1sT1NWcFdaVzA1T0RaV2FqVk5YMGhvY21VMk1rbzJWa2hvWW1sRE56UjJjVWh0UkVSRlZscEdUblpWWjAxZmJWZ3dZVGMxZGtkUmQxSkZPRGMzY214d1RsOVNWV0pwVjFGNmRYaFlTVlZxVjBSQmVYRXlkSEo2ZVRaMVR6Qm5aRW93UkROWFNHbFBlbVpHT0U1d1JXRmtPVGxxWW05VmMyMDViRXRSWVhneGFIVlNXa0oxTW1OelRHdFdWalJ2ZW5sRk9HNVpaRUkzUmpCU1YzSlhjR0p5VURsVmMxaDVOMUkzWTNCVGJGUnhTVUpyTkZwcGJtUjJXVXcwVG5wS1VXdGhiRkJaVFZCNU5sWjJha2hSY2poQ2NIZFNZM2RLUkZOdVRHZG9lVVZZT0hCdFVFTllSWEprVkZKeGMwTmFNbkEwUmpFNWVsWnlaMWczVGpsdk5taE5la3QxZUhWVlFrUXhVbnBxZEZwNldHOWZiM28xVkdNNExUQXpNMlpXYlZwblQzUmxWVkp2T0hNd1UxbzBWREZGZEhsMmFEQjJUbXRtUkZCUVIycEdUMWx0TjNwTFdHMVdUMjl1YzB0dU5GQlVRbEJ1TW5WalRHeGtWa051VHpWTFdEWkpYMmhtTmtWM2NWTktReTFMYUhoSmIxVkNOMDVQV0RKMFlraEJVaTE2Y1VGMldsZFVTMTg1VFRkaFNIVnpabmh5WkhaNFNVZFpkell0U1U0eVZXTmtaakkwUmtreVZVYzFkVkJHTWt3eE1WODNiM3BrYzJSaVRVRlVVRmd6UzNvMWFHaFVia3RtZG5sdE1EaFhhRGx3UjFZdFVIbFNiM2hqVG1SUlpXcE5NRGhDZFVaRkxWTlZjR1paVW1KVFpqQjFSVlZQTnpOVlMwZElNSGMzWDJVMFQyTnlaV2hSYjBwc05VcFNSRW95YW1VMlIyWklOWEF0Y205UmNuSkVaM1JtZWxSMWQyVTRUMFJ6VW5kUVdqbGZRV2RmTW10UFVscHNRMDlYTjBseVZuRk5ZWFJPVjNFd2JHZHJNek5yYVhFMFMzbDNaMm80Um5aeFdsaGpVelJGWmt4bk0zaHphRzR4UzFwWk1Xd3lNV2R3T1ZjeExVbzFPRWRFU2s1VlFuSk9lVVpmY0VGTE1qaEZTR2xpUjFRemMzcFVXRjkzYkRKVVQyRnpZM295VW5JeWVYQnJVbGxSZG5aTlFsRjZSR05UVWpKb0xWODVabEpwZEVaWlgyNW1SVWh1Y1Y5d1dWRkljazgzYjFnemRUZG9XRFozUVMxNWRYQnZaRzVsYUZnM1drSTVlRk5vYUdwS1F5MU9Oamg2ZHpsVGIzSmFhbk5aWWtzNVRuSnNXV1JOY21WVVJrY3lVWFJNUjJSamVUTm1lVm8zYWpkalp6RkZNME5mVlhkbGRYZE5RVFJZTFRWS2VEWkZXSFkzYURGMFZXNUVMV2xZWms0d1dTMXdaRVF0TVVKZmVXbGtkbFZuWW1VeVNqSmxSV1pqVFhkcllVWlRhM3B5V1hwVlUyVm1ia1ZxWmtWYWIxQldMVzR4TVdWWVkyTXhVRXR4YlZNNFMwSTFhVkpEVkRkdE0xQk5hVTV0V2tzM01GZDBWRzVrUm1WcVpsSnNWbXN5TXpGdlMyNHlTRmhpVWxKTGVrWXRkbHBTU25ndFNFeGtkRTFSY1RWclgwSlNWbFpUZG5sUWVURTVjM1ZrTVhWMFNqTjVUMGhpYjFodWVIVnVRemd6ZFVveE0xSTJUa3R3TjFkdmFUQjVaemwxU25WWVMzQnVVa2hzY0dWSFQxSlVkVUY0UWxFeFkxOVJTMDE0VFcxbGRGOWliVmcwZWswMk9WRTFUR2hpU1VaNGVqWnNVbFpRTTNSUFFXYzNjSHBOZUY5QldtbFpNVFl3T1hOS05ISkpXbXRJTjJrNFRXUXRNWE5YTmpSb1ZIZGhjbmRGVlVOWWQzWklPVjlOZGxwTU5tcGFVRUpxUzJOck5sVjBaVjl2VFdsQmRIbHpSV05pVEY4NGVqZE5Vekl4T0VoMVQxRnJXWEZEWHkxc01uaFBWa2s0YW5nemRHdEdXR1pRUTIxTVZsZFFVRm8zWkU5clgxRndlbk5zUjNZemRXTlFURVJ5Y1dvM1lsQnNPVVF0VURkUFVWUkZlVWczWnpsNVpEY3lSVVJZY1VzMExYRTNORk10ZVU5dlJrSmliekl0U200dFNsRlJhRXcyUXpaT09IZGhkblptVFV0NU1qQnNTVE4xUVRGclgzcE1SRUptTmtKYVpXbGFOMjlJUVZaNFRYaDNaVXgwTlRGQ1psVTRWM0JhUlZadVprMVpjMms1U1ROalVXMTZTa3h6VFhSMGFIaHphMVJpWWtNNFprdG9jVFZuVjNWNVRXRkthM2gwYTFSNVQwZDZjekJOY1ZOS1ZtRnNWbXRXWVhCWlRFbHRWbmN3UVU1TFltaGlZblJNZVZVMVJYRmhaRWxHYmxSb1NIRmpiMEpHYTA1cVkyb3lSMFZSVkVWVVdtbGFjRzQyY1dwQ09VbHdhVEJzUTJZNE4wOUlaVU5VZDFvNFpUTnNSV1ZzYW1KNmJsbDBkamd4TW10a2RWOUZlRE5QVUUxUVNHd3hjblpaTUhWemJFWnVZamx2TjFSMFZWVkNZVEJDY1VSSVpIUlVlR1JTUTFCaUxVMXVWRWxWZFZGaUxXUk9jV2gwZVUxbmFDMXVhMncyTFV3NFZXbElha3hWWVdSeExUQkJjbWRKTjNGaVlqTmtVRzVLTmtFMWRIVlRObnBxVm1GYVZIZzRURTVaWkdSbFoybDRRamR3VjBkaGFEVjFOR3hhYzFGelQySkZiMHBWZEROcFUyTkVSRTFoWmtaYVIyMUhYMVpGV25wdFRYSmFXRUUzY1ZOa1dFc3hTREZtYlRSdGFIbFBZMmxsUVhCQ1kyVnhVbFpOT0d0elZtSTRVWGR1Tm1sTVUyUnBORmhIT1dKMGMyZzJSbXRCTUVrelEwdEJUVmx0TkVOUE5URmZTVUZ5T1MxeFZHMW1iWEZwTmtFMWFsVjFaa3AxUW5KRFIxcGZXRzl5Tm1GVlozQm5hSFp6WVV0S09XSk1aRkJ0V1V0dVZYVlFTQzEwUjBGNWFGUmliRjlRYnpCcGNTMXFRamx4VjJOMVIxWnpNamM1VTFWMlpYaFdjbTlGZFV4SVpWSkpWMDE2YUhsM2RuSlVkeTV4WkhWWFRYTnRaMU53VTBOalUweGtUazVzVWpOUi45d1B6Z2plekRZUlZFcFdsN1MtdmV5VWZXYTFkOFhJOXRLMHo2NFB1QjFvIiwiZXhwIjoxNzU4NTA2NDA0LCJpYXQiOjE3NTg1MDYxMDR9.avyqXhUVtu9x43zF2DfpmPycbBmJryav7nJEKC-mzic","callbacks":[{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/updates"},{"name":"prompt","value":"Send me news and updates"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken1","value":false},{"name":"IDToken1validateOnly","value":false}],"_id":2},{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/marketing"},{"name":"prompt","value":"Send me special offers and services"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken2","value":false},{"name":"IDToken2validateOnly","value":false}],"_id":3}],"header":"Please select your preferences"} <<<<<<<<<<<<<<<<<<<<<<<<< 02:55:04.402 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:04.500 [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 02:55:04.500 [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 02:55:04.504 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:04.611 [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 02:55:04.611 [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 02:55:04.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 02:55:04.723 [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 02:55:04.834 [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 02:55:04.834 [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 02:55:04.945 [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 02:55:04.945 [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 02:55:05.055 [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 02:55:05.055 [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 02:55:05.145 [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 02:55:05.145 [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 02:55:05.236 [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 02:55:05.237 [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 01:55:05,415 DEBUG --- stderr --- 2025-09-22 01:55:05,415 DEBUG ________________________________________________________________________________ [2025-09-22 01:55:05] benchmark-100 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 03s, 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 04s, 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 07s, 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 02:55:13] benchmark-100 stop_order : Stop the order on overseer pod ________________________________________________________________________________ 2025-09-22 02:55:13,511 INFO 2025-09-22 02:55:13,511 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 02:55:13,511 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 02:55:13,809 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 02:55:13,809 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:13,809 DEBUG --- stdout --- 2025-09-22 02:55:13,809 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 02:55:13,809 DEBUG --- stderr --- 2025-09-22 02:55:13,809 DEBUG 2025-09-22 02:55:13,809 INFO 2025-09-22 02:55:13,809 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 02:55:13,809 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 02:55:14,411 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:14,411 DEBUG --- stdout --- 2025-09-22 02:55:14,411 DEBUG 2025-09-22 02:55:14,411 DEBUG --- stderr --- 2025-09-22 02:55:14,411 DEBUG Order ran during 1h ________________________________________________________________________________ [2025-09-22 02:55:14] benchmark-100 download_logs : Download individual order files ________________________________________________________________________________ 2025-09-22 02:55:14 - PASS: file already downloaded /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/order.json 2025-09-22 02:55:14,411 INFO 2025-09-22 02:55:14,411 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 02:55:14,411 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 02:55:14,693 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 02:55:14,693 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:14,693 DEBUG --- stdout --- 2025-09-22 02:55:14,693 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 02:55:14,693 DEBUG --- stderr --- 2025-09-22 02:55:14,693 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 02:55:14,694 INFO 2025-09-22 02:55:14,694 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-100/rc.txt" ]; then echo "/results/orders/benchmark-100/rc.txt file found"; exit 0; else echo "/results/orders/benchmark-100/rc.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-100/rc.txt file found" 2025-09-22 02:55:14,694 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 02:55:15,260 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:15,260 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:15,260 DEBUG --- stdout --- 2025-09-22 02:55:15,260 DEBUG /results/orders/benchmark-100/rc.txt file found 2025-09-22 02:55:15,260 DEBUG --- stderr --- 2025-09-22 02:55:15,260 DEBUG 2025-09-22 02:55:15,260 INFO 2025-09-22 02:55:15,260 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-100/rc.txt | grep "^\d+ .+$" 2025-09-22 02:55:15,260 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 02:55:15,802 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:15,802 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:15,802 DEBUG --- stdout --- 2025-09-22 02:55:15,802 DEBUG 4 /results/orders/benchmark-100/rc.txt 2025-09-22 02:55:15,802 DEBUG --- stderr --- 2025-09-22 02:55:15,802 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-100/rc.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/rc.txt 2025-09-22 02:55:15,803 INFO 2025-09-22 02:55:15,803 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-100/rc.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/rc.txt 2025-09-22 02:55:15,803 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 02:55:16,344 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:16,344 DEBUG --- stdout --- 2025-09-22 02:55:16,344 DEBUG tar: Removing leading `/' from member names 2025-09-22 02:55:16,344 DEBUG --- stderr --- 2025-09-22 02:55:16,344 DEBUG 2025-09-22 02:55:16,344 INFO 2025-09-22 02:55:16,344 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 02:55:16,344 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 02:55:16,623 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 02:55:16,623 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:16,623 DEBUG --- stdout --- 2025-09-22 02:55:16,624 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 02:55:16,624 DEBUG --- stderr --- 2025-09-22 02:55:16,624 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 02:55:16,624 INFO 2025-09-22 02:55:16,624 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-100/stderr.txt" ]; then echo "/results/orders/benchmark-100/stderr.txt file found"; exit 0; else echo "/results/orders/benchmark-100/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-100/stderr.txt file found" 2025-09-22 02:55:16,624 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 02:55:17,164 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:17,164 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:17,164 DEBUG --- stdout --- 2025-09-22 02:55:17,164 DEBUG /results/orders/benchmark-100/stderr.txt file found 2025-09-22 02:55:17,164 DEBUG --- stderr --- 2025-09-22 02:55:17,164 DEBUG 2025-09-22 02:55:17,165 INFO 2025-09-22 02:55:17,165 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-100/stderr.txt | grep "^\d+ .+$" 2025-09-22 02:55:17,165 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 02:55:17,707 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:17,708 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:17,708 DEBUG --- stdout --- 2025-09-22 02:55:17,708 DEBUG 0 /results/orders/benchmark-100/stderr.txt 2025-09-22 02:55:17,708 DEBUG --- stderr --- 2025-09-22 02:55:17,708 DEBUG - Download file (size 0B) source : /results/orders/benchmark-100/stderr.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/stderr.txt 2025-09-22 02:55:17,708 INFO 2025-09-22 02:55:17,708 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-100/stderr.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/stderr.txt 2025-09-22 02:55:17,708 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 02:55:18,240 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:18,240 DEBUG --- stdout --- 2025-09-22 02:55:18,240 DEBUG tar: Removing leading `/' from member names 2025-09-22 02:55:18,240 DEBUG --- stderr --- 2025-09-22 02:55:18,240 DEBUG 2025-09-22 02:55:18,240 INFO 2025-09-22 02:55:18,240 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 02:55:18,240 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 02:55:18,519 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 02:55:18,519 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:18,519 DEBUG --- stdout --- 2025-09-22 02:55:18,520 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 02:55:18,520 DEBUG --- stderr --- 2025-09-22 02:55:18,520 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 02:55:18,521 INFO 2025-09-22 02:55:18,521 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-100/stdout.txt" ]; then echo "/results/orders/benchmark-100/stdout.txt file found"; exit 0; else echo "/results/orders/benchmark-100/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-100/stdout.txt file found" 2025-09-22 02:55:18,521 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 02:55:19,058 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:19,058 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:19,058 DEBUG --- stdout --- 2025-09-22 02:55:19,058 DEBUG /results/orders/benchmark-100/stdout.txt file found 2025-09-22 02:55:19,058 DEBUG --- stderr --- 2025-09-22 02:55:19,058 DEBUG 2025-09-22 02:55:19,059 INFO 2025-09-22 02:55:19,059 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-100/stdout.txt | grep "^\d+ .+$" 2025-09-22 02:55:19,059 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 02:55:19,606 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:19,606 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:19,606 DEBUG --- stdout --- 2025-09-22 02:55:19,606 DEBUG 195200 /results/orders/benchmark-100/stdout.txt 2025-09-22 02:55:19,606 DEBUG --- stderr --- 2025-09-22 02:55:19,606 DEBUG - Download file (size 195.2MB exceeds limit of 100MB, only first 1000 and last 1000 lines will be downloaded) source : /results/orders/benchmark-100/stdout.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/stdout.txt 2025-09-22 02:55:19,606 INFO 2025-09-22 02:55:19,607 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-100/stdout.txt 2025-09-22 02:55:20,329 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-22 02:55:20,329 DEBUG --- stdout --- 2025-09-22 02:55:20,329 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-22 02:55:20,329 DEBUG ----- output ----- 2025-09-22 02:54:44,760 DEBUG Creating results folder /results/gatling/benchmark-100 2025-09-22 02:54:44,769 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpldby70du 2025-09-22 02:54:44,773 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-100" -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=100 -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... 02:55:02.299 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 02:55:02.310 [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@3cc7f337, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2d8b76a6, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, bbfebb90-46e3-4eca-865c-62d749c6605e -> 0),KO,List(ExitOnCompleteLoopBlock(bbfebb90-46e3-4eca-865c-62d749c6605e)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@4cb4ce12,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 01:55:02 GMT x-forgerock-transactionid: 942685ac-86c1-4dbb-ad5f-769b39ead42a 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 02:55:02.313 [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 02:55:03.058 [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 02:55:03.059 [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 02:55:03.074 [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 02:55:03.074 [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 02:55:03.259 [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 02:55:03.259 [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 02:55:03.459 [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 02:55:03.459 [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 02:55:03.659 [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 02:55:03.660 [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 02:55:03.860 [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 02:55:03.860 [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 02:55:04.061 [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 02:55:04.061 [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 02:55:04.163 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 8: jsonPath($.tokenId).find.exists, found nothing 02:55:04.164 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO jsonPath($.tokenId).find.exists, found nothing ========================= Session: Session(idc.benchmark.Mix2024,8,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2792ca29, username -> user.1149605, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@629050bf, 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,1758506104162))), password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: Content-Type: apppliation/json Accept-API-Version: resource=2.0, protocol=1.0 [...] 02:55:13.721 [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 02:55:13.747 [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 02:55:13.747 [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 02:55:13.772 [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 02:55:13.772 [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 02:55:13.798 [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 02:55:13.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 02:55:13.810 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:13.824 [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 02:55:13.824 [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 02:55:13.849 [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 02:55:13.849 [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 02:55:13.875 [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 02:55:13.875 [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 02:55:13.901 [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 02:55:13.901 [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 02:55:13.912 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:13.926 [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 02:55:13.926 [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 02:55:13.952 [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 02:55:13.952 [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 02:55:13.978 [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 02:55:13.978 [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 02:55:14.003 [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 02:55:14.003 [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 02:55:14.029 [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 02:55:14.030 [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 02:55:14.055 [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 02:55:14.055 [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 02:55:14.078 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.079 [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 02:55:14.079 [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 02:55:14.091 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.103 [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 02:55:14.103 [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 02:55:14.128 [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 02:55:14.128 [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 02:55:14.148 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.152 [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 02:55:14.152 [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 02:55:14.176 [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 02:55:14.176 [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 02:55:14.193 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.201 [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 02:55:14.201 [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 02:55:14.217 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.225 [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 02:55:14.225 [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 02:55:14.250 [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 02:55:14.250 [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 02:55:14.274 [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 02:55:14.274 [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 02:55:14.298 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 02:55:14.298 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 02:55:14.304 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.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 02:55:14.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 02:55:14.347 [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 02:55:14.347 [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 02:55:14.372 [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 02:55:14.372 [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 02:55:14.397 [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 02:55:14.397 [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 02:55:14.420 [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 02:55:14.420 [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 02:55:14.438 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.445 [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 02:55:14.445 [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 02:55:14.450 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.461 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 02:55:14.469 [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 02:55:14.469 [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 02:55:14.494 [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 02:55:14.494 [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 02:55:14.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 02:55:14.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 02:55:14.542 [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 02:55:14.542 [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 02:55:14.567 [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 02:55:14.567 [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 02:55:20,329 DEBUG --- stderr --- 2025-09-22 02:55:20,329 DEBUG 2025-09-22 02:55:20,329 INFO 2025-09-22 02:55:20,329 INFO 2025-09-22 02:55:20,330 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-100/stdout.txt 2025-09-22 02:55:21,064 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-09-22 02:55:21,065 DEBUG --- stdout --- 2025-09-22 02:55:21,065 DEBUG [print_head_tail]: Print head (80 lines) and tail (80 lines) of input string (1000 lines): 2025-09-22 02:55:21,065 DEBUG ----- output ----- 03:55:00.080 [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 03:55:00.080 [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 03:55:00.086 [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 03:55:00.086 [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 03:55:00.087 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:00.104 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:00.121 [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 03:55:00.121 [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 03:55:00.129 [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 03:55:00.129 [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 03:55:00.133 [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 03:55:00.133 [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 03:55:00.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 03:55:00.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 03:55:00.152 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:00.152 [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 03:55:00.152 [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 03:55:00.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 03:55:00.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 03:55:00.169 [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 03:55:00.169 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-199' crashed with 'j.u.NoSuchElementException: key not found: tokenIdCookieName', forwarding to the next one 03:55:00.175 [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 03:55:00.175 [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 03:55:00.182 [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 03:55:00.182 [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 03:55:00.185 [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 03:55:00.185 [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 03:55:00.188 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:00.201 [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 03:55:00.202 [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 03:55:00.202 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-200' crashed with 'j.u.NoSuchElementException: key not found: policyEvalTokenId', forwarding to the next one 03:55:00.202 [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 03:55:00.208 [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 03:55:00.208 [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 03:55:00.218 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 359461: jsonPath($.tokenId).find.exists, found nothing 03:55:00.218 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO jsonPath($.tokenId).find.exists, found nothing ========================= Session: Session(idc.benchmark.Mix2024,359461,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@5d18e45, username -> user.1425322, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@b9bf7bb, 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,1758509700218))), password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@619bfe29) ========================= 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.1425322 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 200 OK 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 set-cookie: amlbcookie=01; Path=/; Domain=openam-perf-haproxy.forgeblocks.com; Secure; HttpOnly; SameSite=none content-type: application/json Content-Length: 5283 date: Mon, 22 Sep 2025 02:55:00 GMT x-forgerock-transactionid: 4df33c56-f5fd-4658-aad9-4c8243ed1070 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: {"authId":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ3aGl0ZWxpc3Qtc3RhdGUiOiJmNGMwY2IxZi0zNzUzLTRmZjYtOTkwOC03YjZmYTA1M2Y3ZGUiLCJvdGsiOiJzNzBwYnNmczViM2Y0aGYwMzRub2IyMG42aSIsInJlYWxtIjoiL2FscGhhIiwic2Vzc2lvbklkIjoiKkFBSlRTUUFDTURJQUJIUjVjR1VBQ0VwWFZGOUJWVlJJQUFKVE1RQUNNREUuKmV5SjBlWEFpT2lKS1YxUWlMQ0pqZEhraU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuWlhsS01HVllRV2xQYVVwTFZqRlJhVXhEU214aWJVMXBUMmxLUWsxVVNUUlJNRXBFVEZWb1ZFMXFWVEpKYVhkcFdWZDRia2xxYjJsYVIyeDVTVzR3TGk0d2VubzROVU5OUW14d09VMU9ZM00xYW5kNWFrdDNMbTVyWlZCeVgwWktWVkpCZEZWNGJXMUVTR3M1YWs1UGJtRnRORkJSY1VaelpXdzFObGQ1VFhKV2RVNVpVV1pZY0d0eExVMURlRk5rT0Vwc1RYZE5kV1pLUlZweFRtYzRlVmhyTUhNeVpWbEVVSFYzT1d0dFNYaHhRazEzYVZocVJEaE1hREkyZEVkMVRGb3lOV2xwZEhCME9TMDVhMWxyY1ROaFUxRlZZbVpTVjJJdE1ubFJOR3M1Vm5CVVNWSXlaWEZDV25OcVVqVTFlVVZOVUU1cFdsTnphRFpmTUdoQ1dVcDVhbWd4ZVZKUVZWQmZTSEJKWmpScGJVcHFTbXhFYTA5aFFVaGxRa0V5YmtWbU1YRlBMV3RzZUU4NWNqQkhOMEZuTjBoaGVreDNMWEZVYTFKTE1WQk1TWGRTUkRkM1NsSkljRlZZVTBsNVZWUnFRME5DVTBWeFJYRTRZbGRDVlV3NGQwVlFSbUowT1UxV1ZsWnBkRlpyUlhWTFFsSXpaVTB5TXpoTmVGTTNiVTVpTnkxQmQzVnpNVmswTWpOVU5XcElla1YyYlVsbmNYTkxWMWhtYmtGaUxWcHZhVWQ0WmtkTGJrOU5ZMHBXWkU5MGFrTlpPVVZzZG5KS05IbHFlRGxSU1ROcmVGSlhRMjVYTTJZMUxXZHhNbEZsZVVWWlkycGpNMHh1TXpjMk5IZHphMlZYWm5WMFNqQmxkRVV4VVVSM1pVOVdaMkZSZVRKR09GcHRYM1ZZZVVGSFpWcDFWRWwwTFhWaGMzY3hiVVJtWmxSQlVtNDVUbDlYVTFScFdGZFpaR1J3ZVdOQ1dIQkxNV2h2VkdabWNYRXRVbGcyTjNSdVlta3hPR2RqTkd3NVUzZHBja0l6YzFaa1FVUmFSMTlDZGpWWExVVnpSR1ZhU25GSmFFTldZemhoU21oS055MVlOM0ZwWjI1bFNtcGFXVnBXVFhnNVNFUlpVRmN3UW1sR1RXWjJkV3BDZDFwWGIycHZSREo1UlUxMlpsOU5OblJYVDFGUGJ6UklaME52WVZwV1dGbElTelZGWVRKVmNXdFFTbmhzTjBocmNYbEdkMGRSVUcxblIzQlRRMDA1UkU5S2EzSmxNVzlLTVhGbk1YcGlkVkJPZDJkVFpYbFBZakpuVEZCa1VWbEJjbmRFV1hWS1FXOVVaVVpaZVdwUU5XdHhXR0pZZURCc1pqaG1VMDFCUWtGbVNVSjFRMTlLWWxkUVZESm5ZMVpCYkRCMmIzaE5OR3N3TmxaU1ZYbFBPWFpHWm5CTVNuSlVjakpTWjA5c01FMXpWekUwUlVGM2JHbHZhbk5mYkhWRVpIaFJPWEkzYVdzeGEyNDBUVEppVFhWTWNsUmhhSGs1ZEY5blRrdFliSGd4ZVVGTFpGaDNUWGxsVldGelRXbFpaMjFDTlMxVFYwdzNaMDFPVkZjNUxVUllNalZSYkhCaGVuRk1kMFpyV1Rsd1VuZzRkRlZGUm1KTFNHMUpUWEZ3TW1adVJHMUJlbEpyWkdOa2NscFJkbFo2U1haSFMwRk9TM013VGkxVFRVYzVVbTlZUmxGeGVVUlNSalJ3ZEhGbmVrTXpObkl4YW5odE5YWmljMjFEVEZCMVYyMW9kVGwxYjJ4cmJXWnhWbFp0V1V0aGExOWtUa2xUVm1neVFXdDVORkpKT0ZCbU1UVnVUMmRDWkhSSE5tTnVUMEpDT0hVeFFYbzVNa2szWldOamVVeHNkbVJuTVVoVVJWRkNOWEppV1V0MkxVUkxPV3RYZWxkRllrd3lZWEZ2V1ROWWVYSm9OVVZ2TkZJNWVqQnFlVzlGTlVWM2FFWm9Na2xSTUZCclducEdTMU5zVjBaSU1Ga3hValpoUmxadE5ISjFkV1pRWjFRMVZrd3RXVGRJYVZVMFdsQjRibU56YXpsWlIzb3dTM0prWVVWaFZXVnhVSFUwZFhkbFlXaEZObkpsVGpVeE0xcFZXRTFTY2tSTUxXZHRjVTB0U1hremRHUllOM2N0YVMxVlFuZENaVTE0WmpFd2FYbGhZbk50YUZJMmR6UTNjalZHZW05VGFFWXhaVE56U2pGS2JIUlFORzFqVVhKcGExcGtkMGRFV1VkeVFUY3pZVUkzTFU1cFYzcHpTRU5QYlhwV2IwbFNVbFkzV0VJNFpFTnJNbkEwWTB4dWFHWkdZelo2VGtSRFNqazNPVUpyU0hsWFRHdHNNa0l5TW1aTGQzSk1UbGhsUW5Jek5sTnlUVzFYT1V4Q1ZWcG5ZV1ZwTkRkMVgxTjVlbWx0VlVWZlVXNWhiR3AzUmxkWk1HZERjRTlEWDBKTWEyTkVRbkF3ZEc5UU5XbG5RbHBYU2tsVWFrTklaazlwTjJRNFFuTXhTVVZOUWw4NVkxSnZVa2gxY2pkRE0ya3hjMTlCV0MweWJscG5lVU5zV2t4Rk1WZDVYMDVFVkU5cmVYbHlXRGx5YldWNGMzZEdMWFZVYTFWc05HNTRUekJtUVdGaVZWSnVZelJyZGswNFFtMU5jREJrVWtSRFMydDBhVXhsZG1KMGVWcHliUzAxUkdaUVgzQjJSR0pQWW1wNVZtczBTbFUzWDJod2RUUkdjVU5uU25KNFgxTTRaa0YzVTFoSFVHOVhRMHBOTTJaVWVWWkhla2c1U1MxSlJUQlFYMlpSVjJ4WWIwZzVSblpHTjNGS2JGbDBkMGRMV1ZOMmIycHBMVzAzV1RFeWNFdG5jRXRqUWtsNlIybGZWa3hzTjBWT1JIaDFTV2c1WTAxRWR6UldSVkE1Ym5FMVJIRkNRWE55VTI1UVdVVTBTSFJpZW1GUU9FbExiV1JaUldKUllrWTVSR3cwVW5aeGVYaElSM0phTjNGdmRWZEdTWEoxWkRoclVscFRTVWg1ZEhGdlEzaDRTRGxTTkdkMVVGaEpXRUZ4TVc5V2MyaFhkV00yV0VkT01GcHJMWE5tWjFkVU0wTnZia00wV0RaWFJ6UmFWbmhoUmpaU05teGtaMUV4ZG1sSFZIcERiRUpmV0RWVWRWZGhMVmhzWkROMlRtTjJaVWRmZEVweVVFRkJja3BITnpWTmN6QkpORnA2UmtobVRVd3laRTFUTlV3MU9XTkZabUpmWjNaV1lqSmpiV1ZSWmxnNFkzQkphamR6WjJwcVJrMUpjVUZLWW1GUlVrMDNNRlIwTWpoS1Nua3pYMjVsTTFOU09IbGFhRFZGZEhOU05HaEZOemcyV0UxbFJVVTJRMnBRVHpOUlZucDRXR2t6WVZOM1VHSkhka0ZSU0VGUmFDMTJkVEpGVkhCZlpUVk1UM0pTV0hwRlpVNWtObWRuVEZWdlpXWmhlblJvUkZka05uRnRSR1YxUzFKRlVTMTFjbWgyUm0xb2RFRnhOeTAyTkVkcFEySm1RMlJXTkdveGFUVnNSMjFVU2tFd2RXcFRVVmxCTFdkdlZUWkdWRkZyZUVoYU16bGFRMmhSTlZWYWRsZ3RhR2x5Y1dwSVIwdG1WRms1U1hBNE1HcHlVRWRYYkdabFdraFdVek5RU0Zvd2VqUXRkMlY1UjNOb1VraGhhRk4zWjI5bU5HaGhaQzF4Tm5KRFptaFBhM1U0YXpCbmJITnhjakYxWVZWeVRFRXpOWFF0ZDFKNWF5MTZNREp6T1ZWalRXbHNNMmRSTkdoRWVGRkNVUzV1U2pORVYwVXRNWFF4YkMxUU5XaG9NbGN6V1hkbi5ldGZrVm9uWTlZUjlYZGdBWFNyWHhXR0w3VG1BVVNsdC1YQ2QxWXkxNi1RIiwiZXhwIjoxNzU4NTEwMDAwLCJpYXQiOjE3NTg1MDk3MDB9.zDp0hNoyM9cDyKhkt3zbqW82ned9J3PVRSg-rPWhSRM","callbacks":[{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/updates"},{"name":"prompt","value":"Send me news and updates"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken1","value":false},{"name":"IDToken1validateOnly","value":false}],"_id":2},{"type":"BooleanAttributeInputCallback","output":[{"name":"name","value":"preferences/marketing"},{"name":"prompt","value":"Send me special offers and services"},{"name":"required","value":false},{"name":"policies","value":{}},{"name":"failedPolicies","value":[]},{"name":"validateOnly","value":false},{"name":"value","value":false}],"input":[{"name":"IDToken2","value":false},{"name":"IDToken2validateOnly","value":false}],"_id":3}],"header":"Please select your preferences"} [...] X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359662,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@59c7148f, username -> user.963475, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@436e9590, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@4f2c9ba6) ========================= 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.963475 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359666,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.2874280, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@55ec9d3a, 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, password -> Pa_ssw0rd, fake-ip -> 42.42.42.42, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@3799f51c),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@14f5da2c) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: accept: application/json content-type: application/json 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 X-Forwarded-For: 42.42.42.42 host: openam-perf-haproxy.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:02.054 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:02.054 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI AM validateGoto' failed for user 359646: j.i.IOException: Premature close 03:55:02.054 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359646,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.9195118, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@16e9d8f5, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758509701963), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758509701963))), password -> Pa_ssw0rd, fake-ip -> 249.81.177.83, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2bd16019, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@4a537a80, tokenId -> i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, 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$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@4f2c9ba6) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..* 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=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 2025-09-22 03:55:02,139 INFO Gatling simulation run ended successfully 2025-09-22 03:55:02,140 DEBUG No archive name provided. No archive will be created 2025-09-22 02:55:21,065 DEBUG --- stderr --- 2025-09-22 02:55:21,065 DEBUG 2025-09-22 02:55:21,065 INFO ________________________________________________________________________________ [2025-09-22 02:55:21] benchmark-100 show_cmd : Display order command ________________________________________________________________________________ 2025-09-22 02:55:21,066 INFO 2025-09-22 02:55:21,066 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 02:55:21,066 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-22 02:55:21,345 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-22 02:55:21,345 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:21,345 DEBUG --- stdout --- 2025-09-22 02:55:21,345 DEBUG overseer-0-7c788db448-z46mc 2025-09-22 02:55:21,345 DEBUG --- stderr --- 2025-09-22 02:55:21,345 DEBUG Checking if file exists on pod 'overseer-0-7c788db448-z46mc', wait max 3 minutes if not. 2025-09-22 02:55:21,346 INFO 2025-09-22 02:55:21,346 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-100/cmd.txt" ]; then echo "/results/orders/benchmark-100/cmd.txt file found"; exit 0; else echo "/results/orders/benchmark-100/cmd.txt file not found"; exit 1; fi' | grep "/results/orders/benchmark-100/cmd.txt file found" 2025-09-22 02:55:21,346 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-22 02:55:21,891 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:21,891 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:21,891 DEBUG --- stdout --- 2025-09-22 02:55:21,891 DEBUG /results/orders/benchmark-100/cmd.txt file found 2025-09-22 02:55:21,891 DEBUG --- stderr --- 2025-09-22 02:55:21,891 DEBUG 2025-09-22 02:55:21,891 INFO 2025-09-22 02:55:21,891 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-7c788db448-z46mc -- du -k /results/orders/benchmark-100/cmd.txt | grep "^\d+ .+$" 2025-09-22 02:55:21,891 INFO [loop_until]: (max_time=240, interval=10, expected_rc=[0] 2025-09-22 02:55:22,544 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-22 02:55:22,544 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:22,544 DEBUG --- stdout --- 2025-09-22 02:55:22,544 DEBUG 4 /results/orders/benchmark-100/cmd.txt 2025-09-22 02:55:22,544 DEBUG --- stderr --- 2025-09-22 02:55:22,544 DEBUG - Download file (size 4kB) source : /results/orders/benchmark-100/cmd.txt @ overseer-0-7c788db448-z46mc destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/cmd.txt 2025-09-22 02:55:22,544 INFO 2025-09-22 02:55:22,544 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-7c788db448-z46mc:/results/orders/benchmark-100/cmd.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/cmd.txt 2025-09-22 02:55:22,544 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-09-22 02:55:23,080 INFO [loop_until]: OK (rc = 0) 2025-09-22 02:55:23,080 DEBUG --- stdout --- 2025-09-22 02:55:23,080 DEBUG tar: Removing leading `/' from member names 2025-09-22 02:55:23,080 DEBUG --- stderr --- 2025-09-22 02:55:23,080 DEBUG 2025-09-22 02:55:23,080 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/cmd.txt is small (1 lines), printing all lines: 2025-09-22 02:55:23,080 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-100" --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=100 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-22 02:55:23] benchmark-100 show_rc : Display rc order ________________________________________________________________________________ 2025-09-22 02:55:23,080 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/rc.txt is small (1 lines), printing all lines: 2025-09-22 02:55:23,080 INFO ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [2025-09-22 02:55:23] benchmark-100 show_stdout : Display stdout order ________________________________________________________________________________ 2025-09-22 02:55:23,081 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/02_benchmark-100/stdout.txt is 2010 lines): 2025-09-22 02:55:23,081 INFO ----- output ----- NOTE: This file was too big so it was truncated. Only first 1000 and last 1000 lines are present. ------------------------------------------------------------ 2025-09-22 02:54:44,760 DEBUG Creating results folder /results/gatling/benchmark-100 2025-09-22 02:54:44,769 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpldby70du 2025-09-22 02:54:44,773 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-100" -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=100 -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... 02:55:02.299 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'authAsPolicyAdmin' failed for user 1: status.find.in([200, 209], 304), found 401 02:55:02.310 [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@3cc7f337, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2d8b76a6, gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, bbfebb90-46e3-4eca-865c-62d749c6605e -> 0),KO,List(ExitOnCompleteLoopBlock(bbfebb90-46e3-4eca-865c-62d749c6605e)),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@4cb4ce12,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 01:55:02 GMT x-forgerock-transactionid: 942685ac-86c1-4dbb-ad5f-769b39ead42a 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"} <<<<<<<<<<<<<<<<<<<<<<<<< 02:55:02.313 [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 02:55:03.058 [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 02:55:03.059 [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 02:55:03.074 [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 02:55:03.074 [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 02:55:03.259 [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 02:55:03.259 [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 02:55:03.459 [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 02:55:03.459 [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 02:55:03.659 [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 02:55:03.660 [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 02:55:03.860 [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 02:55:03.860 [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 02:55:04.061 [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 02:55:04.061 [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 02:55:04.163 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 8: jsonPath($.tokenId).find.exists, found nothing 02:55:04.164 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO jsonPath($.tokenId).find.exists, found nothing ========================= Session: Session(idc.benchmark.Mix2024,8,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2792ca29, username -> user.1149605, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@629050bf, 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,1758506104162))), password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@652a7737) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate headers: Content-Type: apppliation/json Accept-API-Version: resource=2.0, protocol=1.0 user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 X-OpenAM-Username: user.1149605 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: version: HTTP/1.1 status: 200 OK 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 [...] ================================================================================ 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'restLoginInitiate' failed for user 359666: j.i.IOException: Premature close 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 359665: j.i.IOException: Premature close 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'userRestlogin' failed for user 359662: j.i.IOException: Premature close 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359665,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@6174f0cb, username -> user.791849, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@69eb2ff8, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= 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.791849 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: userRestlogin: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359662,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@59c7148f, username -> user.963475, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@436e9590, password -> Pa_ssw0rd),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@4f2c9ba6) ========================= 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.963475 X-OpenAM-Password: Pa_ssw0rd accept: */* host: openam-perf-haproxy.forgeblocks.com content-length: 0 ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359666,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.2874280, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@55ec9d3a, 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, password -> Pa_ssw0rd, fake-ip -> 42.42.42.42, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@3799f51c),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@14f5da2c) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: accept: application/json content-type: application/json 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 X-Forwarded-For: 42.42.42.42 host: openam-perf-haproxy.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 03:55:02.053 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:02.054 [ERROR] i.g.h.a.HttpRequestAction - Failed to build request EvalPolicy: No attribute named 'tokenIdCookieName' is defined 03:55:02.054 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request ' UI AM validateGoto' failed for user 359646: j.i.IOException: Premature close 03:55:02.054 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: UI AM validateGoto: KO j.i.IOException: Premature close ========================= Session: Session(idc.benchmark.Mix2024,359646,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-haproxy.forgeblocks.com:443, username -> user.9195118, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@16e9d8f5, gatling.http.referer -> https://openam-perf-haproxy.forgeblocks.com/am/, callbacks -> {"tokenId":"i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*","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,1758509701963), CookieKey(d0d18cac672abbc,openam-perf-haproxy.forgeblocks.com,/) -> StoredCookie(d0d18cac672abbc=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None,false,false,1758509701963))), password -> Pa_ssw0rd, fake-ip -> 249.81.177.83, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@2bd16019, gatling.http.cache.contentCache -> io.gatling.core.util.cache.Cache@4a537a80, tokenId -> i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, 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$822/0x00007c62086995f8@1a8845dd,io.netty.channel.epoll.EpollEventLoop@4f2c9ba6) ========================= HTTP request: POST https://openam-perf-haproxy.forgeblocks.com/am/json/realms/root/realms/alpha/users?_action=validateGoto headers: user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Accept-API-Version: resource=2.1, protocol=1.0 referer: https://openam-perf-haproxy.forgeblocks.com/am/ accept: */* cookie: amlbcookie=01; d0d18cac672abbc=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..* 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=i3vKuXDkLf08Kreqa32pjZBs4Oo.*AAJTSQACMDIAAlNLABxyVzMzZVcrM05kWUViRzJCVjRiTHpUbWV0QW89AAR0eXBlAANDVFMAAlMxAAIwMQ..*, domain=openam-perf-haproxy.forgeblocks.com, path=/, secure, HTTPOnly, SameSite=None ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 2025-09-22 03:55:02,139 INFO Gatling simulation run ended successfully 2025-09-22 03:55:02,140 DEBUG No archive name provided. No archive will be created ________________________________________________________________________________ [2025-09-22 02:55:23] benchmark-100 show_stderr : Display stderr order ________________________________________________________________________________ 2025-09-22 02:55:23,081 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/02_benchmark-100/stderr.txt is small (0 lines), printing all lines: 2025-09-22 02:55:23,081 INFO ----- output ----- ________________________________________________________________________________ [2025-09-22 02:55:23] benchmark-100 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 02:55:23] benchmark-100 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [2025-09-22 02:55:23] benchmark-100 post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped