--Task--
name: authn-users
enabled: True
class_name: GatlingTask
source_name: overseer-0
source_namespace: >default<
target_name: am
target_namespace: >default<
start: 0
stop: 100
timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates bellow
loop: False
interval: None
dependencies: []
wait_for: []
options: {'simulation': 'com.forgerock.gatling.Loadtest', 'testCase': 'idc.login', 'testMode': 'open', 'throughput': 400, 'rampup-duration': 30, 'java-opts': '-Dnum_users=200000 -Drealm=alpha -Duser_password=Pa_ssw0rd'}
group_name: None
Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock
________________________________________________________________________________
[23/Sep/2022 21:26:59] authn-users pre : N/A
________________________________________________________________________________
[23/Sep/2022 21:26:59] - INFO: setting default timeout for task - 2x global_duration or 300 seconds (whatever is higher):
[23/Sep/2022 21:26:59] - INFO: Timeout for this Task has changed to 20m (1200 seconds)
Pod log file : /results/orders/authn-users/stdout.txt
Pod log : /results/orders/authn-users
________________________________________________________________________________
[23/Sep/2022 21:26:59] authn-users print_command : Display the command to be forwarded to overseer as an order
________________________________________________________________________________
/lodestar/clients/gatling-for-pyrock.sh -s com.forgerock.gatling.Loadtest -sf /lodestar/pyrock/shared/clients/gatling-open/ -rd com.forgerock.gatling.Loadtest@IDC -rf /results/gatling/authn-users --no-reports
________________________________________________________________________________
[23/Sep/2022 21:26:59] authn-users create_order : Create order for overseer with the command to run
________________________________________________________________________________
[93mUserpool size is not defined for the task in conf.yaml and cannot find how many users (entries) are in id-repo, please check the conf.yaml file. Default for selected Gatling simulation will be used.[0m
[23/Sep/2022 21:26:59] - INFO: Get overseer pod resources requests memory
[loop_until]: kubectl --namespace=xlou get pods overseer-0-c7fc5cc47-x4c97 -o jsonpath={.spec.containers[].resources.requests.memory}
[loop_until]: (max_time=180, interval=5, expected_rc=[0]
[loop_until]: OK (rc = 0)
--- stdout ---
4Gi
--- stderr ---
Order file : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/order.json
{
"name": "authn-users",
"command": "/lodestar/clients/gatling-for-pyrock.sh -s com.forgerock.gatling.Loadtest -sf /lodestar/pyrock/shared/clients/gatling-open/ -rd com.forgerock.gatling.Loadtest@IDC -rf /results/gatling/authn-users --no-reports",
"out-dir": "/results/orders/authn-users",
"environment": {
"JAVA_OPTS": "-Dam_host=openam-fr-pit-testing18.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=M@ythe4th -DamadminUsername=xiaosong.lou@forgerock.com -Didc=true -Dnum_users=200000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drampup_duration=30 -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=400 -Duser_password=Pa_ssw0rd -Xmx4G -Dduration=1332"
}
}
________________________________________________________________________________
[23/Sep/2022 21:26:59] authn-users loop_until_ready : Loop until overseer pod is ready to accept order
________________________________________________________________________________
[loop_until]: curl -k https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING"
[loop_until]: (max_time=120, interval=5, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected pattern found
[loop_until]: OK (rc = 0)
--- stdout ---
WAITING
--- stderr ---
% 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 33 0 --:--:-- --:--:-- --:--:-- 33
________________________________________________________________________________
[23/Sep/2022 21:26:59] authn-users start_order : Send the order to the overseer pod
________________________________________________________________________________
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[loop_until]: kubectl --namespace=xlou cp /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/order.json overseer-0-c7fc5cc47-x4c97:/results/orders/order.json
[loop_until]: (max_time=180, interval=5, expected_rc=[0]
[loop_until]: OK (rc = 0)
--- stdout ---
--- stderr ---
Order has been successfully forwarded to overseer
[23/Sep/2022 21:27:01] - INFO: Check if Gatling simulation started successfully
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[loop_until]: kubectl --namespace=xlou exec overseer-0-c7fc5cc47-x4c97 -- head /results/orders/authn-users/stdout.txt | grep "started..."
[loop_until]: (max_time=180, interval=5, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: started... - retry
[loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: started... - retry
[loop_until]: Function succeeded after 12s (rc=0) - failed to find expected output: started... - retry
[loop_until]: Function succeeded after 17s (rc=0) - expected pattern found
[loop_until]: OK (rc = 0)
--- stdout ---
GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling
Simulation com.forgerock.gatling.Loadtest started...
================================================================================
2022-09-23 22:27:19 5s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=325 KO=0 )
> restLoginInitiate (OK=165 KO=0 )
> restLoginUsernamePasswordCallback (OK=160 KO=0 )
--- stderr ---
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
Checking if the task is still running...
Task is still running as expected.
________________________________________________________________________________
[23/Sep/2022 21:37:05] authn-users stop_order : Stop the order on overseer pod
________________________________________________________________________________
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[loop_until]: kubectl --namespace=xlou exec overseer-0-c7fc5cc47-x4c97 -- rm -f /results/orders/order.json
[loop_until]: (max_time=180, interval=5, expected_rc=[0]
[loop_until]: OK (rc = 0)
--- stdout ---
--- stderr ---
Order ran during 10m 05s
________________________________________________________________________________
[23/Sep/2022 21:37:06] authn-users download_logs : Download order.tar.gz
________________________________________________________________________________
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
Checking pod: overseer-0-c7fc5cc47-x4c97 for file exists, if not wait.
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[loop_until]: kubectl --namespace=xlou exec overseer-0-c7fc5cc47-x4c97 -i -- bash -c 'if [ -f "/results/orders/authn-users/order.tar.gz" ]; then echo "/results/orders/authn-users/order.tar.gz file found"; exit 0; else echo "/results/orders/authn-users/order.tar.gz file not found"; exit 1; fi' | grep "/results/orders/authn-users/order.tar.gz file found"
[loop_until]: (max_time=180, interval=5, expected_rc=[0]
[loop_until]: Function failed after 0s (rc=1 - expected to be in [0]) - retry
[loop_until]: Function failed after 6s (rc=1 - expected to be in [0]) - retry
[loop_until]: Function succeeded after 12s (rc=0) - expected pattern found
[loop_until]: OK (rc = 0)
--- stdout ---
/results/orders/authn-users/order.tar.gz file found
--- stderr ---
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[run_command]: kubectl --namespace=xlou exec overseer-0-c7fc5cc47-x4c97 -i -- du -k /results/orders/authn-users/order.tar.gz
[run_command]: OK (rc = 0 - expected to be in [0])
--- stdout ---
66680 /results/orders/authn-users/order.tar.gz
--- stderr ---
- Download file (size 66680k)
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
source : /results/orders/authn-users/order.tar.gz @ overseer-0-c7fc5cc47-x4c97
destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/order.tar.gz
[loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods -l app=overseer-0 -o jsonpath={.items[*].metadata.name}` | grep 1
[loop_until]: (max_time=180, interval=10, expected_rc=[0]
[loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found
[loop_until]: OK (rc = 0)
--- stdout ---
overseer-0-c7fc5cc47-x4c97
--- stderr ---
[loop_until]: kubectl --namespace=xlou cp overseer-0-c7fc5cc47-x4c97:/results/orders/authn-users/order.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/order.tar.gz
[loop_until]: (max_time=-1, interval=5, expected_rc=[0]
[loop_until]: OK (rc = 0)
--- stdout ---
tar: Removing leading `/' from member names
--- stderr ---
- Extract archive
zip file : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/order.tar.gz
destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users
________________________________________________________________________________
[23/Sep/2022 21:37:26] authn-users show_cmd : Display order command
________________________________________________________________________________
[print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/cmd.txt is small (1 lines), printing all lines:
----- output -----
/lodestar/clients/gatling-for-pyrock.sh -s com.forgerock.gatling.Loadtest -sf /lodestar/pyrock/shared/clients/gatling-open/ -rd com.forgerock.gatling.Loadtest@IDC -rf /results/gatling/authn-users --no-reports
________________________________________________________________________________
[23/Sep/2022 21:37:26] authn-users show_rc : Display rc order
________________________________________________________________________________
[print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/rc.txt is small (1 lines), printing all lines:
----- output -----
CMD SUCCESS: command returns code -9 (expected [0, -9, 143, 137, -15])
________________________________________________________________________________
[23/Sep/2022 21:37:26] authn-users show_stdout : Display stdout order
________________________________________________________________________________
[print_head_tail]: Print head (100 lines) and tail (100 lines) of input file (/mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/stdout.txt is 2822278 lines):
----- output -----
GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling
Simulation com.forgerock.gatling.Loadtest started...
================================================================================
2022-09-23 22:27:19 5s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=325 KO=0 )
> restLoginInitiate (OK=165 KO=0 )
> restLoginUsernamePasswordCallback (OK=160 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 0%
waiting: 538527 / active: 6 / done: 160
================================================================================
================================================================================
2022-09-23 22:27:24 10s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=1317 KO=0 )
> restLoginInitiate (OK=663 KO=0 )
> restLoginUsernamePasswordCallback (OK=654 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 0%
waiting: 538028 / active: 12 / done: 653
================================================================================
================================================================================
2022-09-23 22:27:29 15s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=2976 KO=0 )
> restLoginInitiate (OK=1496 KO=0 )
> restLoginUsernamePasswordCallback (OK=1480 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 0%
waiting: 537195 / active: 18 / done: 1480
================================================================================
================================================================================
2022-09-23 22:27:34 20s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=5302 KO=0 )
> restLoginInitiate (OK=2661 KO=0 )
> restLoginUsernamePasswordCallback (OK=2641 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 0%
waiting: 536030 / active: 22 / done: 2641
================================================================================
================================================================================
2022-09-23 22:27:39 25s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=8288 KO=0 )
> restLoginInitiate (OK=4159 KO=0 )
> restLoginUsernamePasswordCallback (OK=4129 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 0%
waiting: 534531 / active: 33 / done: 4129
================================================================================
================================================================================
2022-09-23 22:27:44 30s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=11929 KO=0 )
> restLoginInitiate (OK=5991 KO=0 )
> restLoginUsernamePasswordCallback (OK=5938 KO=0 )
---- idc.login -----------------------------------------------------------------
[- ] 1%
waiting: 532698 / active: 57 / done: 5938
================================================================================
================================================================================
2022-09-23 22:27:49 35s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=15883 KO=0 )
> restLoginInitiate (OK=7983 KO=0 )
> restLoginUsernamePasswordCallback (OK=7900 KO=0 )
---- idc.login -----------------------------------------------------------------
[#- ] 1%
waiting: 530704 / active: 89 / done: 7900
================================================================================
================================================================================
2022-09-23 22:27:54 40s elapsed
---- Requests ------------------------------------------------------------------
> Global (OK=19964 KO=0 )
> restLoginInitiate (OK=10004 KO=0 )
> restLoginUsernamePasswordCallback (OK=9960 KO=0 )
[...]
date: Fri, 23 Sep 2022 21:37:07 GMT
x-forgerock-transactionid: 1663969028448-66d3fc0231f20df07c1d-609392
strict-transport-security: max-age=31536000; includeSubDomains; preload;
Via: 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
body=
{"code":401,"reason":"Unauthorized","message":"Login failure"}
<<<<<<<<<<<<<<<<<<<<<<<<<
22:37:08.756 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-3' crashed with 'j.u.NoSuchElementException: key not found: callbacks', forwarding to the next one
22:37:08.757 [INFO ] i.g.h.e.r.DefaultStatsProcessor - Request 'restLoginUsernamePasswordCallback' failed for user 230995: status.find.is(200), but actually found 401
22:37:08.758 [DEBUG] i.g.h.e.r.DefaultStatsProcessor -
>>>>>>>>>>>>>>>>>>>>>>>>>>
Request:
restLoginUsernamePasswordCallback: KO status.find.is(200), but actually found 401
=========================
Session:
Session(idc.login,230995,1663969028728,Map(gatling.http.cache.baseUrl -> https://openam-fr-pit-testing18.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.cache.DnsCacheSupport$$anon$1@7b0cd314, username -> user.230994, gatling.http.ssl.sslContexts -> SslContexts(io.netty.handler.ssl.ReferenceCountedOpenSslClientContext@3d629838,None), callbacks -> {"code":401,"reason":"Unauthorized","message":"Login failure"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-fr-pit-testing18.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-fr-pit-testing18.forgeblocks.com, path=/, secure, HTTPOnly,false,false,1663969028740))), password -> Pa_ssw0rd),0,KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$789/0x0000000800847040@7d320ceb)
=========================
HTTP request:
POST https://openam-fr-pit-testing18.forgeblocks.com/am/json/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login
headers=
Accept-API-Version: resource=2.0, protocol=1.0
Accept: application/json
cookie: amlbcookie=01
host: openam-fr-pit-testing18.forgeblocks.com
content-type: application/json
content-length: 2405
cookies=
amlbcookie=01, domain=openam-fr-pit-testing18.forgeblocks.com, path=/, secure, HTTPOnly
byteArraysBody={"authId":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoSW5kZXhWYWx1ZSI6IkxvZ2luIiwib3RrIjoibGRyOWpobmM4ZnRyNWE1OGU1cDg5MWk2azQiLCJhdXRoSW5kZXhUeXBlIjoic2VydmljZSIsInJlYWxtIjoiL2FscGhhIiwic2Vzc2lvbklkIjoiKkFBSlRTUUFDTURJQUJIUjVjR1VBQ0VwWFZGOUJWVlJJQUFKVE1RQUNNREUuKmV5SjBlWEFpT2lKS1YxUWlMQ0pqZEhraU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuWlhsS01HVllRV2xQYVVwTFZqRlJhVXhEU214aWJVMXBUMmxLUWsxVVNUUlJNRXBFVEZWb1ZFMXFWVEpKYVhkcFdWZDRia2xxYjJsYVIyeDVTVzR3TGk1VGVETkJVRGhmZUhST1QxZEhhbmhEYW5ZNWRUVjNMbGRYZURWMmNtdFVRVUZwYzNOR1dEWlJOblpGYldwaGNubzFhV3RoYUhWUVNtOTViMEptVEZoaVVYZzFaM1Y1YjJac1luVktYMVJTYW1aU1dUbFFiMXBpZFhCWE5FeFdZVGxSV2tGUmEzSk9ObXhOU1dKdVdFaFVNbWhZYzFwcVRpMVVNa1ZWTXpaeWVWRnBSV015V21adkxYcExXRTVSUVZWbFEwcHZaMnR1VGtzM1dHb3RPSE5XTldGaWFYcExaRkZTVUU4elpYRTJNREJST1d0ak5sRlBVRzFyVVZJM1kycHlTalI0VmxCQ1VEZG9WRFJuUkdaR1QxQmlhbDgxWDBkR1pUbGtiV05QTW5adVNqTmxMV2REZEVGWlJtcENaWEY0TFVOWk5VWXpkM0kzUVZoaE1IcFJXRlV5TWtKMVZGQnZSVlZYTmtGRlgxSkRialZ0VURWaFZsbFZiR2xEVFhwaGVXUmZSa3RLZUU5SGQzUjNXa05NY25KRGNqRkdURmhNUkVsWVpUWlJZVGd3ZUdzd1QwRm5XRXB1U3pRM1kweFJUV2hPTFRCcE1tWndhbkpQYmpaMWVYZHNiMGh6ZHpWUVl6UTFRelkxU1dWR2NEUmlkMFZtUVhaZlowRm5VMjV6TTNWUlRHcDJXR1ZpTkRZNFFWUkhNRzVNTkVwakxWbFBSblJWTWtkaFZEZHpZVTVqUTNoVldFVkZkak5ZWjNCZlExTXlXblJpWm5wS1preHFWV3hvVFU1Zk5tMXNkamxUTVV4UVFXRm5lVzkzWmpFMVZGTmpkR3AyYUhoc2VFWlJibkJ5U1hWVGQzVklkRFpTWkRWcFFUUlVhMFZSUVY5Mk5UQkJPSGQwVjJJeU1HUlZOMGswUW1Od05Fc3hWbTVQWlVaNWRUbGtVM1JsZWtKd1kwcFNVemhQV0MwMVFUTldjbmMwYXpaRlYxVTNjVEZOVkVORVJsUmpSbE4zVUZrdFYxRkRVSGRqZVhkQ1JYTkJOMFZYU0dWaFRFTnlYMG93YTAxTk5XeEdVRmRWVEdoTWFtb3lUall6YVhsT1JtTTVSVXhJVGpRMVMwRlBVVE5DYzB0VFEwRk1RVXRDWTA5WE1HNW9jemRPU0ZBeVgyZFZkVVJPTUMweE9XRk1PVWQwYjBjeVozTm9NVFpaWTJGYVgwVk5URUpsTVdoVGEwNTVOVk53TTA1WE1UVkZMa1kyY1VKZmIxWkVjWEZLVDNWSk1HUmFWMHRaWW1jLlhYTlo2enpmRU1DdUVEUjVEUXd5cDdabFV5X0xjMFZxU3QydXZqazZNdDAiLCJleHAiOjE2NjM5NjkzMjgsImlhdCI6MTY2Mzk2OTAyOH0.oXiDnrY4jXsOYJU3CMNexWVECLt-nn9K7F-nteOjHcc","callbacks":[{"type":"NameCallback","output":[{"name":"prompt","value":"User Name"}],"input":[{"name":"IDToken1","value":"user.230994"}],"_id":0},{"type":"PasswordCallback","output":[{"name":"prompt","value":"Password"}],"input":[{"name":"IDToken2","value":"Pa_ssw0rd"}],"_id":1}],"header":"Sign In","description":"New here? Create an account
Forgot username? Forgot password?"}
=========================
HTTP response:
status=
401
headers=
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
cache-control: private
cache-control: no-cache, no-store, must-revalidate
content-api-version: resource=2.1
expires: 0
pragma: no-cache
content-type: application/json
content-length: 62
date: Fri, 23 Sep 2022 21:37:07 GMT
x-forgerock-transactionid: 1663969028669-54d4cb6cc007f3f9fcda-2576330
strict-transport-security: max-age=31536000; includeSubDomains; preload;
Via: 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
body=
{"code":401,"reason":"Unauthorized","message":"Login failure"}
<<<<<<<<<<<<<<<<<<<<<<<<<
22:37:08.758 [ERROR] i.g.c.a.b.SessionHookBuilder$$anon$1 - 'hook-3' crashed with 'j.u.NoSuchElementException: key not found: callbacks', forwarding to the next one
22:37:08.764 [INFO ] i.g.h.e.r.DefaultStatsProcessor - Request 'restloginProgressiveProfileCallback' failed for user 230996: jsonPath($.tokenId).find.exists, found nothing
22:37:08.764 [DEBUG] i.g.h.e.r.DefaultStatsProcessor -
>>>>>>>>>>>>>>>>>>>>>>>>>>
Request:
restloginProgressiveProfileCallback: KO jsonPath($.tokenId).find.exists, found nothing
=========================
Session:
Session(idc.login,230996,1663969028728,Map(gatling.http.cache.baseUrl -> https://openam-fr-pit-testing18.forgeblocks.com:443, gatling.http.cache.dns -> io.gatling.http.cache.DnsCacheSupport$$anon$1@7b0cd314, username -> user.230996, gatling.http.ssl.sslContexts -> SslContexts(io.netty.handler.ssl.ReferenceCountedOpenSslClientContext@747db6ea,None), callbacks -> {"code":401,"reason":"Unauthorized","message":"Login failure"}, gatling.http.cookies -> CookieJar(Map(CookieKey(amlbcookie,openam-fr-pit-testing18.forgeblocks.com,/) -> StoredCookie(amlbcookie=01, domain=openam-fr-pit-testing18.forgeblocks.com, path=/, secure, HTTPOnly,false,false,1663969028764))), password -> Pa_ssw0rd),1,KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$789/0x0000000800847040@7d320ceb)
=========================
HTTP request:
POST https://openam-fr-pit-testing18.forgeblocks.com/am/json/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login
headers=
Accept-API-Version: protocol=2.1,resource=1.0
Accept: application/json
cookie: amlbcookie=01
host: openam-fr-pit-testing18.forgeblocks.com
content-type: application/json
content-length: 62
cookies=
amlbcookie=01, domain=openam-fr-pit-testing18.forgeblocks.com, path=/, secure, HTTPOnly
byteArraysBody={"code":401,"reason":"Unauthorized","message":"Login failure"}
=========================
HTTP response:
status=
200
headers=
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
cache-control: private
cache-control: no-cache, no-store, must-revalidate
content-api-version: resource=1.2
expires: 0
pragma: no-cache
set-cookie: amlbcookie=01; Path=/; Domain=openam-fr-pit-testing18.forgeblocks.com; Secure; HttpOnly; SameSite=none
content-type: application/json
content-length: 2385
date: Fri, 23 Sep 2022 21:37:08 GMT
x-forgerock-transactionid: 1663969028752-54d4cb6cc007f3f9fcda-2576338
strict-transport-security: max-age=31536000; includeSubDomains; preload;
Via: 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
body=
{"authId":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoSW5kZXhWYWx1ZSI6IkxvZ2luIiwib3RrIjoiN2g1ODRtMmVlcDljcThxYTlkc3NmZzY1cTciLCJhdXRoSW5kZXhUeXBlIjoic2VydmljZSIsInJlYWxtIjoiL2FscGhhIiwic2Vzc2lvbklkIjoiKkFBSlRTUUFDTURJQUJIUjVjR1VBQ0VwWFZGOUJWVlJJQUFKVE1RQUNNREUuKmV5SjBlWEFpT2lKS1YxUWlMQ0pqZEhraU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuWlhsS01HVllRV2xQYVVwTFZqRlJhVXhEU214aWJVMXBUMmxLUWsxVVNUUlJNRXBFVEZWb1ZFMXFWVEpKYVhkcFdWZDRia2xxYjJsYVIyeDVTVzR3TGk1Uk1qZHRVbVUxTTFoRlJrbEROWEpPYkRCZmNFZDNMbE5CUjFnM00yeDRjV2x4UTNoRWMweHphMnMzVWkxdVIyVm5ZbnBJVGpCZlEwdFhaMGhuZVMxZk5tWlZSM1V6U0hKQmVXZHBWRkV4ZUhVdGIxOTFPVGRKYXpKTlNIbEpXRlpWTWxnelpYaHBObUZRVURka1QyRlpYMGxhTWpGbWRIZGpibGxqZDJJeFZ6QlBVR2R0TUhCMFMybHRWUzFvYW5KU2VUWkVOR1JWWVdKTk1WbEdUVFpmU0ZKTVFsZHJYMWhvU1dSWGVsZHZWRTEwVHpWVGRqTkZWbEV6YVZwclVWb3RVR0l3U2pSM2NVRmpjVVJsY0RacmVVNXNVVlpRV2pBemFUQXRSMk5TVHpKSU1YQjJOVmh1ZGpWalJWWjNTR0Y1YXpkcFVXdGhZVXB0YmtObVV6TnVXbGt0U1drM2JqQnJjMWhQVkU5bkxWSlpOMGhPU1hKVVZEZEtUR1pVYmxGNVptczFPWFJ5YTFJMWJrZFFaVk41WW5SR1NteDNVRGMwV2sxV2VUWXdjVEpLZEdoNU1XSlJhMlpUTVU0eVJtbGxPRVJ0TjI1RVQwa3RkMVpEZVhacE5sbFpUME5MVDNsdVJrMUlZekpOWVdsWWVYbEtXVGRHY25OT01sOUxPVFZmZURaYU1WTm5XVTV2UWxwa2NVVTRlRVo1YWkxcVV6TldMVFJSV2tneFYyTTNVamRqUmpCRk0wdDNXR3hDY21kb2JUbEZXVXd3VjBndFFtSm5TbUZXWldOV1J6VnVhSE5RYW5Oek4wOUpNWEZXTm00MVFXdE9hVkowZGpGbE1UZHZZa0p1TmpKUE0xbDVTakowUW1oak0wZHpiRGxNVDA1aFpIUnRaMnRsYWpsRFZUWlhObmxHWTE5TGNtSXhkblZvTVV0ZlRrcFNVbUZOWTBWcVIwVnRNRGh2ZEZkUkxUVkRUMEk1TTBkMVIybDJNbkpLT1ZWNVZXSkVhVE4yUTJab2RsaGxlVVZ2TFRSb1RWSjBkbU5JUTJ4WlYwZFpibTAxY0hKaFNWcHlibEZ4VEhSYVlsRXpVbGwxVGtORmFERm5MWFZvZEhwSVQwWndTbWhWU1c5dU5GZFVhekJOYm5KNlVUZERUV2RTWVZkeUxWaHliVkI1TWtkNFEzSjVlVTlJV25sNVRHTjBNbFV0V201RWVXcE9NM2hyV1RKU1VqZEtWRzFNT0UxYVVUTnZMa1pYUTFOa1kyaDFaVE4zY2pkUVpsVnVSVWxZYTFFLndPOE9iWW5BUUM4ckwta1JxcGZUMEJjSThIanRTOGFLM0dwellCSjZKYVkiLCJleHAiOjE2NjM5NjkzMjgsImlhdCI6MTY2Mzk2OTAyOH0.sDkkEVYSyeZmDRuVO3HcwY-96I7LcZ60WObHM_B5BLA","callbacks":[{"type":"NameCallback","output":[{"name":"prompt","value":"User Name"}],"input":[{"name":"IDToken1","value":""}],"_id":0},{"type":"PasswordCallback","output":[{"name":"prompt","value":"Password"}],"input":[{"name":"IDToken2","value":""}],"_id":1}],"header":"Sign In","description":"New here? Create an account
Forgot username? Forgot password?"}
<<<<<<<<<<<<<<<<<<<<<<<<<
________________________________________________________________________________
[23/Sep/2022 21:37:26] authn-users show_stderr : Display stderr order
________________________________________________________________________________
[print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/01_authn-users/stderr.txt is small (0 lines), printing all lines:
----- output -----
________________________________________________________________________________
[23/Sep/2022 21:37:26] authn-users check_rc_and_logs : Check order's outputs
________________________________________________________________________________
PASS: no error found in rc log
PASS: no error found in stdout log
PASS: no error found in stderr log
________________________________________________________________________________
[23/Sep/2022 21:37:30] authn-users print_overseer_logs : Print overseer logs from the K8s pod
________________________________________________________________________________
Task result is INIT no need to display logs.
________________________________________________________________________________
[23/Sep/2022 21:37:30] authn-users post : Post
________________________________________________________________________________
Setting result to PASS
Task has been successfully stopped