--Task-- name: authn-users-400 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am target_namespace: >default< start: 20 stop: 40 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=T35tr0ck123*'} group_name: None Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock ________________________________________________________________________________ [02/Sep/2022 03:50:06] authn-users-400 pre : N/A ________________________________________________________________________________ [02/Sep/2022 03:50:06] - INFO: setting default timeout for task - 2x global_duration or 300 seconds (whatever is higher): [02/Sep/2022 03:50:06] - INFO: Timeout for this Task has changed to 3h 20m (12000 seconds) Pod log file : /results/orders/authn-users-400/stdout.txt Pod log : /results/orders/authn-users-400 ________________________________________________________________________________ [02/Sep/2022 03:50:06] authn-users-400 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-400 --no-reports ________________________________________________________________________________ [02/Sep/2022 03:50:06] authn-users-400 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 03: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/02_authn-users-400/order.json { "name": "authn-users-400", "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-400 --no-reports", "out-dir": "/results/orders/authn-users-400", "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=400 -Duser_password=T35tr0ck123* -Xmx2G -Dduration=13320" } } ________________________________________________________________________________ [02/Sep/2022 03:50:06] authn-users-400 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 30 0 --:--:-- --:--:-- --:--:-- 30 ________________________________________________________________________________ [02/Sep/2022 03:50:17] authn-users-400 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/02_authn-users-400/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 03: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-400/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:10:10] authn-users-400 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 51s ________________________________________________________________________________ [02/Sep/2022 04:10:11] authn-users-400 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-400/order.tar.gz" ]; then echo "/results/orders/authn-users-400/order.tar.gz file found"; exit 0; else echo "/results/orders/authn-users-400/order.tar.gz file not found"; exit 1; fi' | grep "/results/orders/authn-users-400/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-400/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-400/order.tar.gz [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 12 /results/orders/authn-users-400/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-400/order.tar.gz @ overseer-0-b8c87fc4d-xpnt4 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400/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-400/order.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400/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/02_authn-users-400/order.tar.gz destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400 ________________________________________________________________________________ [02/Sep/2022 04:10:20] authn-users-400 show_cmd : Display order command ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400/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-400 --no-reports ________________________________________________________________________________ [02/Sep/2022 04:10:20] authn-users-400 show_rc : Display rc order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400/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:10:20] authn-users-400 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/02_authn-users-400/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 04:50:29 5s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=324 KO=0 ) > restLoginInitiate (OK=164 KO=0 ) > restLoginUsernamePasswordCallback (OK=160 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5334891 / active: 5 / done: 160 ================================================================================ ================================================================================ 2022-09-02 04:50:34 10s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=1316 KO=0 ) > restLoginInitiate (OK=662 KO=0 ) > restLoginUsernamePasswordCallback (OK=654 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5334392 / active: 10 / done: 654 ================================================================================ ================================================================================ 2022-09-02 04:50:39 15s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=2975 KO=0 ) > restLoginInitiate (OK=1493 KO=0 ) > restLoginUsernamePasswordCallback (OK=1482 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5333559 / active: 15 / done: 1482 ================================================================================ ================================================================================ 2022-09-02 04:50:44 20s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=5298 KO=0 ) > restLoginInitiate (OK=2657 KO=0 ) > restLoginUsernamePasswordCallback (OK=2641 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5332394 / active: 21 / done: 2641 ================================================================================ ================================================================================ 2022-09-02 04:50:49 25s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=8288 KO=0 ) > restLoginInitiate (OK=4154 KO=0 ) > restLoginUsernamePasswordCallback (OK=4134 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5330895 / active: 27 / done: 4134 ================================================================================ ================================================================================ 2022-09-02 04:50:54 30s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=11948 KO=0 ) > restLoginInitiate (OK=5986 KO=0 ) > restLoginUsernamePasswordCallback (OK=5962 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5329062 / active: 32 / done: 5962 ================================================================================ ================================================================================ 2022-09-02 04:50:59 35s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=15866 KO=0 ) > restLoginInitiate (OK=7944 KO=0 ) > restLoginUsernamePasswordCallback (OK=7922 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 5327106 / active: 28 / done: 7922 ================================================================================ ================================================================================ 2022-09-02 04:51:04 40s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=19821 KO=0 ) > restLoginInitiate (OK=9920 KO=0 ) > restLoginUsernamePasswordCallback (OK=9901 KO=0 ) [...] > Global (OK=907034 KO=0 ) > restLoginInitiate (OK=453533 KO=0 ) > restLoginUsernamePasswordCallback (OK=453501 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4881521 / active: 34 / done: 453501 ================================================================================ ================================================================================ 2022-09-02 05:09:39 1155s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=911063 KO=0 ) > restLoginInitiate (OK=455541 KO=0 ) > restLoginUsernamePasswordCallback (OK=455522 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4879509 / active: 25 / done: 455522 ================================================================================ ================================================================================ 2022-09-02 05:09:44 1160s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=915054 KO=0 ) > restLoginInitiate (OK=457547 KO=0 ) > restLoginUsernamePasswordCallback (OK=457507 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4877501 / active: 48 / done: 457507 ================================================================================ ================================================================================ 2022-09-02 05:09:49 1165s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=919075 KO=0 ) > restLoginInitiate (OK=459547 KO=0 ) > restLoginUsernamePasswordCallback (OK=459528 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4875504 / active: 24 / done: 459528 ================================================================================ ================================================================================ 2022-09-02 05:09:54 1170s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=922993 KO=0 ) > restLoginInitiate (OK=461507 KO=0 ) > restLoginUsernamePasswordCallback (OK=461486 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4873541 / active: 29 / done: 461486 ================================================================================ ================================================================================ 2022-09-02 05:09:59 1175s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=926994 KO=0 ) > restLoginInitiate (OK=463513 KO=0 ) > restLoginUsernamePasswordCallback (OK=463481 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4871534 / active: 42 / done: 463480 ================================================================================ ================================================================================ 2022-09-02 05:10:04 1180s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=930890 KO=0 ) > restLoginInitiate (OK=465458 KO=0 ) > restLoginUsernamePasswordCallback (OK=465432 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4869586 / active: 38 / done: 465432 ================================================================================ ================================================================================ 2022-09-02 05:10:09 1185s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=934668 KO=0 ) > restLoginInitiate (OK=467351 KO=0 ) > restLoginUsernamePasswordCallback (OK=467317 KO=0 ) ---- idc.login ----------------------------------------------------------------- [######- ] 8% waiting: 4867702 / active: 37 / done: 467317 ================================================================================ ________________________________________________________________________________ [02/Sep/2022 04:10:20] authn-users-400 show_stderr : Display stderr order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/idc_am_authn/05_scenario/02_authn-users-400/stderr.txt is small (1 lines), printing all lines: ----- output ----- /lodestar/clients/gatling-for-pyrock.sh: line 23: 1816 Killed /lodestar/clients/gatling/bin/gatling.sh ${OPTIONS} ________________________________________________________________________________ [02/Sep/2022 04:10:20] authn-users-400 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:10:20] authn-users-400 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [02/Sep/2022 04:10:20] authn-users-400 post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped