--Task-- name: authn-users-900 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am target_namespace: >default< start: 80 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': 900, 'rampup-duration': 30, 'java-opts': '-Dnum_users=200000 -Drealm=alpha -Duser_password=T35tr0ck123*'} group_name: None Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock ________________________________________________________________________________ [02/Sep/2022 04:50:06] authn-users-900 pre : N/A ________________________________________________________________________________ [02/Sep/2022 04:50:06] - INFO: setting default timeout for task - 2x global_duration or 300 seconds (whatever is higher): [02/Sep/2022 04:50:06] - INFO: Timeout for this Task has changed to 3h 20m (12000 seconds) Pod log file : /results/orders/authn-users-900/stdout.txt Pod log : /results/orders/authn-users-900 ________________________________________________________________________________ [02/Sep/2022 04:50:06] authn-users-900 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-900 --no-reports ________________________________________________________________________________ [02/Sep/2022 04:50:06] authn-users-900 create_order : Create order for overseer with the command to run ________________________________________________________________________________ Userpool 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. [02/Sep/2022 04:50:06] - INFO: Get overseer pod resources requests memory [loop_until]: kubectl --namespace=xlou get pods overseer-0-b8c87fc4d-xpnt4 -o jsonpath={.spec.containers[].resources.requests.memory} [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- 2Gi --- stderr --- Order file : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/order.json { "name": "authn-users-900", "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-900 --no-reports", "out-dir": "/results/orders/authn-users-900", "environment": { "JAVA_OPTS": "-Dam_host=openam-perf-100m-testing.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=900 -Duser_password=T35tr0ck123* -Xmx2G -Dduration=13320" } } ________________________________________________________________________________ [02/Sep/2022 04:50:06] authn-users-900 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) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 5s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 10s (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 29 0 --:--:-- --:--:-- --:--:-- 29 ________________________________________________________________________________ [02/Sep/2022 04:50:17] authn-users-900 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-b8c87fc4d-xpnt4 --- stderr --- [loop_until]: kubectl --namespace=xlou cp /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/order.json overseer-0-b8c87fc4d-xpnt4:/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 [02/Sep/2022 04:50:19] - 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-b8c87fc4d-xpnt4 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-b8c87fc4d-xpnt4 -- head /results/orders/authn-users-900/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) - 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... --- 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. 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. 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. ________________________________________________________________________________ [02/Sep/2022 05:10:07] authn-users-900 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-b8c87fc4d-xpnt4 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-b8c87fc4d-xpnt4 -- 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 19m 49s ________________________________________________________________________________ [02/Sep/2022 05:10:08] authn-users-900 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-b8c87fc4d-xpnt4 --- stderr --- Checking pod: overseer-0-b8c87fc4d-xpnt4 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-b8c87fc4d-xpnt4 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-b8c87fc4d-xpnt4 -i -- bash -c 'if [ -f "/results/orders/authn-users-900/order.tar.gz" ]; then echo "/results/orders/authn-users-900/order.tar.gz file found"; exit 0; else echo "/results/orders/authn-users-900/order.tar.gz file not found"; exit 1; fi' | grep "/results/orders/authn-users-900/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 succeeded after 6s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/orders/authn-users-900/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-b8c87fc4d-xpnt4 --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-b8c87fc4d-xpnt4 -i -- du -k /results/orders/authn-users-900/order.tar.gz [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 12 /results/orders/authn-users-900/order.tar.gz --- stderr --- - Download file (size 12k) [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-b8c87fc4d-xpnt4 --- stderr --- source : /results/orders/authn-users-900/order.tar.gz @ overseer-0-b8c87fc4d-xpnt4 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/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-b8c87fc4d-xpnt4 --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-b8c87fc4d-xpnt4:/results/orders/authn-users-900/order.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/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/05_authn-users-900/order.tar.gz destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900 ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 show_cmd : Display order command ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/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-900 --no-reports ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 show_rc : Display rc order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/rc.txt is small (1 lines), printing all lines: ----- output ----- CMD SUCCESS: command returns code -9 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 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/05_authn-users-900/stdout.txt is 3083 lines): ----- output ----- GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling Simulation com.forgerock.gatling.Loadtest started... ================================================================================ 2022-09-02 05:50:29 5s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=731 KO=0 ) > restLoginInitiate (OK=370 KO=0 ) > restLoginUsernamePasswordCallback (OK=361 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 12002877 / active: 12 / done: 361 ================================================================================ ================================================================================ 2022-09-02 05:50:34 10s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2961 KO=0 ) > restLoginInitiate (OK=1489 KO=0 ) > restLoginUsernamePasswordCallback (OK=1472 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 12001755 / active: 23 / done: 1472 ================================================================================ ================================================================================ 2022-09-02 05:50:39 15s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=6688 KO=0 ) > restLoginInitiate (OK=3358 KO=0 ) > restLoginUsernamePasswordCallback (OK=3330 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 11999884 / active: 36 / done: 3330 ================================================================================ ================================================================================ 2022-09-02 05:50:44 20s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=11916 KO=0 ) > restLoginInitiate (OK=5977 KO=0 ) > restLoginUsernamePasswordCallback (OK=5939 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 11997262 / active: 49 / done: 5939 ================================================================================ ================================================================================ 2022-09-02 05:50:49 25s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=18641 KO=0 ) > restLoginInitiate (OK=9346 KO=0 ) > restLoginUsernamePasswordCallback (OK=9295 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 11993889 / active: 66 / done: 9295 ================================================================================ ================================================================================ 2022-09-02 05:50:54 30s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=26855 KO=0 ) > restLoginInitiate (OK=13465 KO=0 ) > restLoginUsernamePasswordCallback (OK=13390 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 11989767 / active: 93 / done: 13390 ================================================================================ ================================================================================ 2022-09-02 05:50:59 35s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=35904 KO=0 ) > restLoginInitiate (OK=17985 KO=0 ) > restLoginUsernamePasswordCallback (OK=17919 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 11985250 / active: 81 / done: 17919 ================================================================================ ================================================================================ 2022-09-02 05:51:04 40s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=44989 KO=0 ) > restLoginInitiate (OK=22538 KO=0 ) > restLoginUsernamePasswordCallback (OK=22451 KO=0 ) [...] > Global (OK=2040218 KO=0 ) > restLoginInitiate (OK=1020157 KO=0 ) > restLoginUsernamePasswordCallback (OK=1020061 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10983079 / active: 110 / done: 1020061 ================================================================================ ================================================================================ 2022-09-02 06:09:39 1155s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2049187 KO=0 ) > restLoginInitiate (OK=1024651 KO=0 ) > restLoginUsernamePasswordCallback (OK=1024536 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10978579 / active: 135 / done: 1024536 ================================================================================ ================================================================================ 2022-09-02 06:09:44 1160s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2058297 KO=0 ) > restLoginInitiate (OK=1029212 KO=0 ) > restLoginUsernamePasswordCallback (OK=1029085 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10974018 / active: 147 / done: 1029085 ================================================================================ ================================================================================ 2022-09-02 06:09:49 1165s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2067155 KO=0 ) > restLoginInitiate (OK=1033623 KO=0 ) > restLoginUsernamePasswordCallback (OK=1033532 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10969609 / active: 109 / done: 1033532 ================================================================================ ================================================================================ 2022-09-02 06:09:54 1170s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2076080 KO=0 ) > restLoginInitiate (OK=1038097 KO=0 ) > restLoginUsernamePasswordCallback (OK=1037983 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10965140 / active: 127 / done: 1037983 ================================================================================ ================================================================================ 2022-09-02 06:09:59 1175s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2085305 KO=0 ) > restLoginInitiate (OK=1042695 KO=0 ) > restLoginUsernamePasswordCallback (OK=1042610 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10960538 / active: 102 / done: 1042610 ================================================================================ ================================================================================ 2022-09-02 06:10:04 1180s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2094276 KO=0 ) > restLoginInitiate (OK=1047191 KO=0 ) > restLoginUsernamePasswordCallback (OK=1047085 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10956042 / active: 123 / done: 1047085 ================================================================================ ================================================================================ 2022-09-02 06:10:09 1185s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2103268 KO=0 ) > restLoginInitiate (OK=1051682 KO=0 ) > restLoginUsernamePasswordCallback (OK=1051586 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 10951561 / active: 103 / done: 1051586 ================================================================================ ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 show_stderr : Display stderr order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/05_authn-users-900/stderr.txt is small (1 lines), printing all lines: ----- output ----- /lodestar/clients/gatling-for-pyrock.sh: line 23: 2794 Killed /lodestar/clients/gatling/bin/gatling.sh ${OPTIONS} ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 check_rc_and_logs : Check order's outputs ________________________________________________________________________________ PASS: no error found in rc log PASS: no error found in stdout log ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [02/Sep/2022 05:10:18] authn-users-900 post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped