--Task-- name: authn-users-600 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am target_namespace: >default< start: 40 stop: 60 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': 600, '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:10:06] authn-users-600 pre : N/A ________________________________________________________________________________ [02/Sep/2022 04:10:06] - INFO: setting default timeout for task - 2x global_duration or 300 seconds (whatever is higher): [02/Sep/2022 04:10:06] - INFO: Timeout for this Task has changed to 3h 20m (12000 seconds) Pod log file : /results/orders/authn-users-600/stdout.txt Pod log : /results/orders/authn-users-600 ________________________________________________________________________________ [02/Sep/2022 04:10:06] authn-users-600 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-600 --no-reports ________________________________________________________________________________ [02/Sep/2022 04:10:06] authn-users-600 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:10: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/03_authn-users-600/order.json { "name": "authn-users-600", "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-600 --no-reports", "out-dir": "/results/orders/authn-users-600", "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=600 -Duser_password=T35tr0ck123* -Xmx2G -Dduration=13320" } } ________________________________________________________________________________ [02/Sep/2022 04:10:06] authn-users-600 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 25 0 --:--:-- --:--:-- --:--:-- 25 ________________________________________________________________________________ [02/Sep/2022 04:10:17] authn-users-600 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/03_authn-users-600/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:10: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-600/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 04:30:07] authn-users-600 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 04:30:08] authn-users-600 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-600/order.tar.gz" ]; then echo "/results/orders/authn-users-600/order.tar.gz file found"; exit 0; else echo "/results/orders/authn-users-600/order.tar.gz file not found"; exit 1; fi' | grep "/results/orders/authn-users-600/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-600/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-600/order.tar.gz [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 12 /results/orders/authn-users-600/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-600/order.tar.gz @ overseer-0-b8c87fc4d-xpnt4 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600/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-600/order.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600/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/03_authn-users-600/order.tar.gz destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600 ________________________________________________________________________________ [02/Sep/2022 04:30:18] authn-users-600 show_cmd : Display order command ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600/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-600 --no-reports ________________________________________________________________________________ [02/Sep/2022 04:30:18] authn-users-600 show_rc : Display rc order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600/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 04:30:18] authn-users-600 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/03_authn-users-600/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:10:29 5s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=488 KO=0 ) > restLoginInitiate (OK=247 KO=0 ) > restLoginUsernamePasswordCallback (OK=241 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7997511 / active: 8 / done: 241 ================================================================================ ================================================================================ 2022-09-02 05:10:34 10s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1975 KO=0 ) > restLoginInitiate (OK=994 KO=0 ) > restLoginUsernamePasswordCallback (OK=981 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7996763 / active: 16 / done: 981 ================================================================================ ================================================================================ 2022-09-02 05:10:39 15s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=4463 KO=0 ) > restLoginInitiate (OK=2240 KO=0 ) > restLoginUsernamePasswordCallback (OK=2223 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7995514 / active: 23 / done: 2223 ================================================================================ ================================================================================ 2022-09-02 05:10:44 20s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=7948 KO=0 ) > restLoginInitiate (OK=3987 KO=0 ) > restLoginUsernamePasswordCallback (OK=3961 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7993766 / active: 34 / done: 3960 ================================================================================ ================================================================================ 2022-09-02 05:10:49 25s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=12433 KO=0 ) > restLoginInitiate (OK=6233 KO=0 ) > restLoginUsernamePasswordCallback (OK=6200 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7991517 / active: 43 / done: 6200 ================================================================================ ================================================================================ 2022-09-02 05:10:54 30s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=17918 KO=0 ) > restLoginInitiate (OK=8979 KO=0 ) > restLoginUsernamePasswordCallback (OK=8939 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7988769 / active: 52 / done: 8939 ================================================================================ ================================================================================ 2022-09-02 05:10:59 35s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=24099 KO=0 ) > restLoginInitiate (OK=12071 KO=0 ) > restLoginUsernamePasswordCallback (OK=12028 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 7985678 / active: 55 / done: 12027 ================================================================================ ================================================================================ 2022-09-02 05:11:04 40s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=30001 KO=0 ) > restLoginInitiate (OK=15013 KO=0 ) > restLoginUsernamePasswordCallback (OK=14988 KO=0 ) [...] > Global (OK=1361442 KO=0 ) > restLoginInitiate (OK=680745 KO=0 ) > restLoginUsernamePasswordCallback (OK=680697 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7317000 / active: 63 / done: 680697 ================================================================================ ================================================================================ 2022-09-02 05:29:39 1155s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1367317 KO=0 ) > restLoginInitiate (OK=683686 KO=0 ) > restLoginUsernamePasswordCallback (OK=683631 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7314061 / active: 68 / done: 683631 ================================================================================ ================================================================================ 2022-09-02 05:29:44 1160s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1373350 KO=0 ) > restLoginInitiate (OK=686695 KO=0 ) > restLoginUsernamePasswordCallback (OK=686655 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7311055 / active: 50 / done: 686655 ================================================================================ ================================================================================ 2022-09-02 05:29:49 1165s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1379626 KO=0 ) > restLoginInitiate (OK=689834 KO=0 ) > restLoginUsernamePasswordCallback (OK=689792 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7307918 / active: 50 / done: 689792 ================================================================================ ================================================================================ 2022-09-02 05:29:54 1170s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1385498 KO=0 ) > restLoginInitiate (OK=692770 KO=0 ) > restLoginUsernamePasswordCallback (OK=692728 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7304977 / active: 55 / done: 692728 ================================================================================ ================================================================================ 2022-09-02 05:29:59 1175s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1391513 KO=0 ) > restLoginInitiate (OK=695777 KO=0 ) > restLoginUsernamePasswordCallback (OK=695736 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7301973 / active: 51 / done: 695736 ================================================================================ ================================================================================ 2022-09-02 05:30:04 1180s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1397314 KO=0 ) > restLoginInitiate (OK=698678 KO=0 ) > restLoginUsernamePasswordCallback (OK=698636 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7299066 / active: 58 / done: 698636 ================================================================================ ================================================================================ 2022-09-02 05:30:09 1185s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1403177 KO=0 ) > restLoginInitiate (OK=701614 KO=0 ) > restLoginUsernamePasswordCallback (OK=701563 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 7296128 / active: 69 / done: 701563 ================================================================================ ________________________________________________________________________________ [02/Sep/2022 04:30:18] authn-users-600 show_stderr : Display stderr order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/03_authn-users-600/stderr.txt is small (1 lines), printing all lines: ----- output ----- /lodestar/clients/gatling-for-pyrock.sh: line 23: 2131 Killed /lodestar/clients/gatling/bin/gatling.sh ${OPTIONS} ________________________________________________________________________________ [02/Sep/2022 04:30:18] authn-users-600 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 04:30:18] authn-users-600 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [02/Sep/2022 04:30:18] authn-users-600 post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped