--Task-- name: revoke-access-token enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am target_namespace: >default< start: 0 stop: None timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates bellow loop: False interval: None dependencies: [] wait_for: ['access-token'] options: {'simulation': 'com.forgerock.gatling.Loadtest', 'testCase': 'am.AMAccessToken', 'testMode': 'open', 'throughput': 600, 'duration': 21600, 'java-opts': '-Drevoke_token=True'} group_name: None Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock ________________________________________________________________________________ [20/May/2023 01:24:30] revoke-access-token pre : N/A ________________________________________________________________________________ [20/May/2023 01:24:30] - INFO: Get overseer pod resources requests memory [loop_until]: kubectl --namespace=xlou get pods overseer-0-6967fc998-8q7zx -o jsonpath={.spec.containers[].resources.requests.memory} [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- 4Gi --- stderr --- [20/May/2023 01:24:31] - INFO: Timeout for this Task has changed to 7h 12m (25920 seconds) [20/May/2023 01:24:31] - INFO: timeout was calculated based on simulation duration parameter Pod log file : /results/orders/revoke-access-token/stdout.txt Pod log : /results/orders/revoke-access-token ________________________________________________________________________________ [20/May/2023 01:24:31] revoke-access-token print_command : Display the command to be forwarded to overseer as an order ________________________________________________________________________________ /lodestar/clients/gatling-for-pyrock.sh --run-mode local --simulation com.forgerock.gatling.Loadtest --simulations-folder /lodestar/pyrock/shared/clients/gatling-open/ --run-description am.AMAccessToken@medium --results-folder /results/gatling/revoke-access-token --no-reports ________________________________________________________________________________ [20/May/2023 01:24:31] revoke-access-token create_order : Create order for overseer with the command to run ________________________________________________________________________________ Order file : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/order.json { "name": "revoke-access-token", "command": "/lodestar/clients/gatling-for-pyrock.sh --run-mode local --simulation com.forgerock.gatling.Loadtest --simulations-folder /lodestar/pyrock/shared/clients/gatling-open/ --run-description am.AMAccessToken@medium --results-folder /results/gatling/revoke-access-token --no-reports", "out-dir": "/results/orders/revoke-access-token", "environment": { "JAVA_OPTS": "-Dam_host=xlou.iam.xlou-cdm.engineeringpit.com -DamadminPassword=HTTPNLAYqqHzQEXyTFWI3wfA -DamadminUsername=amadmin -Dduration=21600 -Dnum_users=10000000 -Drevoke_token=True -DtestCase=am.AMAccessToken -DtestMode=open -Dthroughput=600 -Duser_password=T35tr0ck123 -Xmx4G" } } ________________________________________________________________________________ [20/May/2023 01:24:31] revoke-access-token loop_until_ready : Loop until overseer pod is ready to accept order ________________________________________________________________________________ [loop_until]: curl -k https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" [loop_until]: (max_time=120, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- WAITING --- stderr --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7 100 7 0 0 33 0 --:--:-- --:--:-- --:--:-- 33 ________________________________________________________________________________ [20/May/2023 01:24:31] revoke-access-token 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-6967fc998-8q7zx --- stderr --- [loop_until]: kubectl --namespace=xlou cp /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/order.json overseer-0-6967fc998-8q7zx:/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 [20/May/2023 01:24:33] - 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-6967fc998-8q7zx --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-6967fc998-8q7zx -- head /results/orders/revoke-access-token/stdout.txt | grep "started..." [loop_until]: (max_time=300, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: started... - retry [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: started... - retry [loop_until]: Function succeeded after 12s (rc=0) - failed to find expected output: started... - retry [loop_until]: Function succeeded after 18s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling 02:24:36.936 [WARN ] i.g.c.ZincCompiler$ - -target is deprecated: Use -release instead to compile against the correct platform API. 02:24:42.596 [WARN ] i.g.c.ZincCompiler$ - one warning found Gatling 3.9.5 is available! (you're using 3.9.0) 02:24:45.912 [WARN ] i.g.c.s.e.ElCompiler$ - You're still using the deprecated ${} pattern for Gatling EL. Please use the #{} pattern instead. Simulation com.forgerock.gatling.Loadtest started... --- stderr --- ________________________________________________________________________________ [20/May/2023 01:24:51] revoke-access-token wait_stop_by_itself : Wait for the order to stop by itself ________________________________________________________________________________ Task may stop by itself (no stop defined in configuration file), wait until overseer ends the order - timeout is 7h 12m Waiting for status (curl --fail -k https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt) == WAITING Order is running since 2m, retry Order is running since 4m, retry Order is running since 6m, retry Order is running since 8m 01s, retry Order is running since 10m 01s, retry Order is running since 12m 01s, retry Order is running since 14m 02s, retry Order is running since 16m 02s, retry Order is running since 18m 03s, retry Order is running since 20m 03s, retry Order is running since 22m 03s, retry Order is running since 24m 04s, retry Order is running since 26m 04s, retry Order is running since 28m 04s, retry Order is running since 30m 05s, retry Order is running since 32m 05s, retry Order is running since 34m 05s, retry Order is running since 36m 06s, retry Order is running since 38m 06s, retry Order is running since 40m 06s, retry Order is running since 42m 07s, retry Order is running since 44m 07s, retry Order is running since 46m 07s, retry Order is running since 48m 08s, retry Order is running since 50m 08s, retry Order is running since 52m 08s, retry Order is running since 54m 09s, retry Order is running since 56m 09s, retry Order is running since 58m 09s, retry Order is running since 1h, retry Order is running since 1h 02m, retry Order is running since 1h 04m, retry Order is running since 1h 06m, retry Order is running since 1h 08m, retry Order is running since 1h 10m, retry Order is running since 1h 12m, retry Order is running since 1h 14m, retry Order is running since 1h 16m, retry Order is running since 1h 18m, retry Order is running since 1h 20m, retry Order is running since 1h 22m, retry Order is running since 1h 24m, retry Order is running since 1h 26m, retry Order is running since 1h 28m, retry Order is running since 1h 30m, retry Order is running since 1h 32m, retry Order is running since 1h 34m, retry Order is running since 1h 36m, retry Order is running since 1h 38m, retry Order is running since 1h 40m, retry Order is running since 1h 42m, retry Order is running since 1h 44m, retry Order is running since 1h 46m, retry Order is running since 1h 48m, retry Order is running since 1h 50m, retry Order is running since 1h 52m, retry Order is running since 1h 54m, retry Order is running since 1h 56m, retry Order is running since 1h 58m, retry Order is running since 2h, retry Order is running since 2h 02m, retry Order is running since 2h 04m, retry Order is running since 2h 06m, retry Order is running since 2h 08m, retry Order is running since 2h 10m, retry Order is running since 2h 12m, retry Order is running since 2h 14m, retry Order is running since 2h 16m, retry Order is running since 2h 18m, retry Order is running since 2h 20m, retry Order is running since 2h 22m, retry Order is running since 2h 24m, retry Order is running since 2h 26m, retry Order is running since 2h 28m, retry Order is running since 2h 30m, retry Order is running since 2h 32m, retry Order is running since 2h 34m, retry Order is running since 2h 36m, retry Order is running since 2h 38m, retry Order is running since 2h 40m, retry Order is running since 2h 42m, retry Order is running since 2h 44m, retry Order is running since 2h 46m, retry Order is running since 2h 48m, retry Order is running since 2h 50m, retry Order is running since 2h 52m, retry Order is running since 2h 54m, retry Order is running since 2h 56m, retry Order is running since 2h 58m, retry Order is running since 3h, retry Order is running since 3h 02m, retry Order is running since 3h 04m, retry Order is running since 3h 06m, retry Order is running since 3h 08m, retry Order is running since 3h 10m, retry Order is running since 3h 12m, retry Order is running since 3h 14m, retry Order is running since 3h 16m, retry Order is running since 3h 18m, retry Order is running since 3h 20m, retry Order is running since 3h 22m, retry Order is running since 3h 24m, retry Order is running since 3h 26m, retry Order is running since 3h 28m, retry Order is running since 3h 30m, retry Order is running since 3h 32m, retry Order is running since 3h 34m, retry Order is running since 3h 36m, retry Order is running since 3h 38m, retry Order is running since 3h 40m, retry Order is running since 3h 42m, retry Order is running since 3h 44m, retry Order is running since 3h 46m, retry Order is running since 3h 48m, retry Order is running since 3h 50m, retry Order is running since 3h 52m, retry Order is running since 3h 54m, retry Order is running since 3h 56m, retry Order is running since 3h 58m, retry Order is running since 4h, retry Order is running since 4h 02m, retry Order is running since 4h 04m, retry Order is running since 4h 06m, retry Order is running since 4h 08m, retry Order is running since 4h 10m, retry Order is running since 4h 12m, retry Order is running since 4h 14m, retry Order is running since 4h 16m, retry Order is running since 4h 18m, retry Order is running since 4h 20m, retry Order is running since 4h 22m, retry Order is running since 4h 24m, retry Order is running since 4h 26m, retry Order is running since 4h 28m, retry Order is running since 4h 30m, retry Order is running since 4h 32m, retry Order is running since 4h 34m, retry Order is running since 4h 36m, retry Order is running since 4h 38m, retry Order is running since 4h 40m, retry Order is running since 4h 42m, retry Order is running since 4h 44m, retry Order is running since 4h 46m, retry Order is running since 4h 48m, retry Order is running since 4h 50m, retry Order is running since 4h 52m, retry Order is running since 4h 54m, retry Order is running since 4h 56m, retry Order is running since 4h 58m, retry Order is running since 5h, retry Order is running since 5h 02m, retry Order is running since 5h 04m, retry Order is running since 5h 06m, retry Order is running since 5h 08m, retry Order is running since 5h 10m, retry Order is running since 5h 12m, retry Order is running since 5h 14m, retry Order is running since 5h 16m, retry Order is running since 5h 18m, retry Order is running since 5h 20m, retry Order is running since 5h 22m, retry Order is running since 5h 24m, retry Order is running since 5h 26m, retry Order is running since 5h 28m, retry Order is running since 5h 30m, retry Order is running since 5h 32m, retry Order is running since 5h 34m, retry Order is running since 5h 36m, retry Order is running since 5h 38m, retry Order is running since 5h 40m, retry Order is running since 5h 42m, retry Order is running since 5h 44m, retry Order is running since 5h 46m, retry Order is running since 5h 48m, retry Order is running since 5h 50m, retry Order is running since 5h 52m, retry Order is running since 5h 55m, retry Order is running since 5h 57m, retry Order is running since 5h 59m, retry PASS : Order stopped by itself after 6h 01m and before timeout (7h 12m) ________________________________________________________________________________ [20/May/2023 07:25:52] revoke-access-token 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-6967fc998-8q7zx --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-6967fc998-8q7zx -- 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 6h 01m ________________________________________________________________________________ [20/May/2023 07:25:53] revoke-access-token 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-6967fc998-8q7zx --- stderr --- Checking pod: overseer-0-6967fc998-8q7zx 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-6967fc998-8q7zx --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-6967fc998-8q7zx -i -- bash -c 'if [ -f "/results/orders/revoke-access-token/order.tar.gz" ]; then echo "/results/orders/revoke-access-token/order.tar.gz file found"; exit 0; else echo "/results/orders/revoke-access-token/order.tar.gz file not found"; exit 1; fi' | grep "/results/orders/revoke-access-token/order.tar.gz file found" [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/orders/revoke-access-token/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-6967fc998-8q7zx --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-6967fc998-8q7zx -i -- du -k /results/orders/revoke-access-token/order.tar.gz [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 184 /results/orders/revoke-access-token/order.tar.gz --- stderr --- - Download file (size 184k) [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-6967fc998-8q7zx --- stderr --- source : /results/orders/revoke-access-token/order.tar.gz @ overseer-0-6967fc998-8q7zx destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/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-6967fc998-8q7zx --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-6967fc998-8q7zx:/results/orders/revoke-access-token/order.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/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/access_token/07_AccessToken/02_revoke-access-token/order.tar.gz destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token show_cmd : Display order command ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/cmd.txt is small (1 lines), printing all lines: ----- output ----- /lodestar/clients/gatling-for-pyrock.sh --run-mode local --simulation com.forgerock.gatling.Loadtest --simulations-folder /lodestar/pyrock/shared/clients/gatling-open/ --run-description am.AMAccessToken@medium --results-folder /results/gatling/revoke-access-token --no-reports ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token show_rc : Display rc order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/rc.txt is small (1 lines), printing all lines: ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token 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/access_token/07_AccessToken/02_revoke-access-token/stdout.txt is 64930 lines): ----- output ----- GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling 02:24:36.936 [WARN ] i.g.c.ZincCompiler$ - -target is deprecated: Use -release instead to compile against the correct platform API. 02:24:42.596 [WARN ] i.g.c.ZincCompiler$ - one warning found Gatling 3.9.5 is available! (you're using 3.9.0) 02:24:45.912 [WARN ] i.g.c.s.e.ElCompiler$ - You're still using the deprecated ${} pattern for Gatling EL. Please use the #{} pattern instead. Simulation com.forgerock.gatling.Loadtest started... ================================================================================ 2023-05-20 02:24:53 5s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=997 KO=0 ) > userRestLogin (OK=250 KO=0 ) > userAuthorize (OK=250 KO=0 ) > getAccessToken (OK=249 KO=0 ) > RevokeToken (OK=248 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12967285 / active: 3 / done: 248 ================================================================================ ================================================================================ 2023-05-20 02:24:58 10s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=3990 KO=0 ) > userRestLogin (OK=999 KO=0 ) > userAuthorize (OK=999 KO=0 ) > getAccessToken (OK=997 KO=0 ) > RevokeToken (OK=995 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12966534 / active: 7 / done: 995 ================================================================================ ================================================================================ 2023-05-20 02:25:03 15s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=8983 KO=0 ) > userRestLogin (OK=2248 KO=0 ) > userAuthorize (OK=2247 KO=0 ) > getAccessToken (OK=2246 KO=0 ) > RevokeToken (OK=2242 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12965284 / active: 10 / done: 2242 ================================================================================ ================================================================================ 2023-05-20 02:25:08 20s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=15977 KO=0 ) > userRestLogin (OK=3998 KO=0 ) > userAuthorize (OK=3996 KO=0 ) > getAccessToken (OK=3994 KO=0 ) > RevokeToken (OK=3989 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12963533 / active: 14 / done: 3989 ================================================================================ ================================================================================ 2023-05-20 02:25:13 25s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=24895 KO=0 ) > userRestLogin (OK=6245 KO=0 ) > userAuthorize (OK=6238 KO=0 ) > getAccessToken (OK=6217 KO=0 ) > RevokeToken (OK=6195 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12961282 / active: 59 / done: 6195 ================================================================================ ================================================================================ 2023-05-20 02:25:18 30s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=35903 KO=0 ) > userRestLogin (OK=8985 KO=0 ) > userAuthorize (OK=8981 KO=0 ) > getAccessToken (OK=8971 KO=0 ) > RevokeToken (OK=8966 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [- ] 0% waiting: 12958533 / active: 37 / done: 8966 ================================================================================ ================================================================================ 2023-05-20 02:25:23 35s elapsed ---- Requests ------------------------------------------------------------------ [...] ---- am.AMAccessToken ---------------------------------------------------------- [#########################################################################-] 99% waiting: 12196 / active: 34 / done: 12955306 ================================================================================ ================================================================================ 2023-05-20 08:25:03 21615s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=51833433 KO=0 ) > userRestLogin (OK=12958366 KO=0 ) > userAuthorize (OK=12958363 KO=0 ) > getAccessToken (OK=12958357 KO=0 ) > RevokeToken (OK=12958347 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [#########################################################################-] 99% waiting: 9164 / active: 25 / done: 12958347 ================================================================================ ================================================================================ 2023-05-20 08:25:08 21620s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=51845659 KO=0 ) > userRestLogin (OK=12961423 KO=0 ) > userAuthorize (OK=12961418 KO=0 ) > getAccessToken (OK=12961412 KO=0 ) > RevokeToken (OK=12961406 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [#########################################################################-] 99% waiting: 6097 / active: 33 / done: 12961406 ================================================================================ ================================================================================ 2023-05-20 08:25:13 21625s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=51857582 KO=0 ) > userRestLogin (OK=12964407 KO=0 ) > userAuthorize (OK=12964403 KO=0 ) > getAccessToken (OK=12964394 KO=0 ) > RevokeToken (OK=12964378 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [#########################################################################-] 99% waiting: 3107 / active: 51 / done: 12964378 ================================================================================ ================================================================================ 2023-05-20 08:25:18 21630s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=51870086 KO=0 ) > userRestLogin (OK=12967532 KO=0 ) > userAuthorize (OK=12967530 KO=0 ) > getAccessToken (OK=12967516 KO=0 ) > RevokeToken (OK=12967508 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [#########################################################################-] 99% waiting: 0 / active: 28 / done: 12967508 ================================================================================ ================================================================================ 2023-05-20 08:25:18 21630s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=51870144 KO=0 ) > userRestLogin (OK=12967536 KO=0 ) > userAuthorize (OK=12967536 KO=0 ) > getAccessToken (OK=12967536 KO=0 ) > RevokeToken (OK=12967536 KO=0 ) ---- am.AMAccessToken ---------------------------------------------------------- [##########################################################################]100% waiting: 0 / active: 0 / done: 12967536 ================================================================================ Simulation com.forgerock.gatling.Loadtest completed in 21630 seconds ---------------------- [20/May/2023 08:25:18] Create tar file revoke-access-token.tar.gz ---------------------- RESULTS_FOLDER=/results/gatling/ RESULT_FOLDER=revoke-access-token SIMULATION_PATH=revoke-access-token/loadtest-20230520012447351 PWD=/results/gatling/revoke-access-token/loadtest-20230520012447351 [cmd] tar -czvf /results/gatling//revoke-access-token.tar.gz --exclude=simulation.log * /results/gatling ---------------------- [20/May/2023 08:25:18] Update /results/gatling//latest ---------------------- ---------------------- [20/May/2023 08:25:18] Update /results/gatling//latest.tar.gz ---------------------- ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token show_stderr : Display stderr order ________________________________________________________________________________ [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/access_token/07_AccessToken/02_revoke-access-token/stderr.txt is small (0 lines), printing all lines: ----- output ----- ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token check_rc_and_logs : Check order's outputs ________________________________________________________________________________ PASS: no error found in rc log PASS: no error found in stdout log PASS: no error found in stderr log ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [20/May/2023 07:25:58] revoke-access-token post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped