--Task-- name: login-tree-1200 enabled: True class_name: GatlingTask source_name: overseer-0 source_namespace: >default< target_name: am target_namespace: >default< start: 0.0 stop: None timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates below loop: False interval: None dependencies: [] wait_for: ['login-tree-1000'] preceding_task: login-tree-1000 options: {'testCase': 'idc.login', 'throughput': 1200, 'duration': 3600, 'testMode': 'open', 'java-opts': '-Drealm=alpha -Duser_password=Pa_ssw0rd -Dlogin_tree=Login'} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-03-15 22:19:22,271 INFO 2025-03-15 22:19:22,272 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 22:19:22,272 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 22:19:22,551 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 22:19:22,551 INFO [loop_until]: OK (rc = 0) 2025-03-15 22:19:22,551 DEBUG --- stdout --- 2025-03-15 22:19:22,551 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 22:19:22,551 DEBUG --- stderr --- 2025-03-15 22:19:22,551 DEBUG 2025-03-15 22:19:22,551 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-03-15 22:19:22 - INFO: Timeout for this Task has changed to 1h 12m (4320 seconds) 2025-03-15 22:19:22 - INFO: timeout was calculated based on simulation duration parameter Pod log file : /results/orders/login-tree-1200/stdout.txt Pod log : /results/orders/login-tree-1200 ________________________________________________________________________________ [2025-03-15 22:19:22] login-tree-1200 print_command : Display the command to be forwarded to overseer as an order ________________________________________________________________________________ /lodestar/lodestar.py perf run-gatling --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idc.login@perf-200m" --results-folder="/results/gatling/login-tree-1200" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx8G" --simulation-system-properties="-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dlogin_tree=Login -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=1200 -Duser_password=**** ________________________________________________________________________________ [2025-03-15 22:19:22] login-tree-1200 create_order : Create order for overseer with the command to run ________________________________________________________________________________ Order file: /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/order.json { "name": "login-tree-1200", "command": " /lodestar/lodestar.py perf run-gatling --simulation-class=\"com.forgerock.pyrock.Loadtest\" --run-description=\"idc.login@perf-200m\" --results-folder=\"/results/gatling/login-tree-1200\" --no-reports --simulation-jvm-args=\"-XX:+ExitOnOutOfMemoryError -Xmx8G\" --simulation-system-properties=\"-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dlogin_tree=Login -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=1200 -Duser_password=Pa_ssw0rd\"", "out-dir": "/results/orders/login-tree-1200" } ________________________________________________________________________________ [2025-03-15 22:19:22] login-tree-1200 loop_until_ready : Wait for preceding task to finish if it uses same Overseer as a source, then loop for max_time until Overseer pod status is READY to accept order :param max_time: periodically check overseer status for this many seconds at maximum :param interval: interval between two periodical checks :return: ________________________________________________________________________________ 2025-03-15 22:19:22,559 INFO 2025-03-15 22:19:22,559 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-03-15 22:19:22,559 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-03-15 22:19:22,775 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 22:19:22,775 INFO [loop_until]: OK (rc = 0) 2025-03-15 22:19:22,775 DEBUG --- stdout --- 2025-03-15 22:19:22,775 DEBUG WAITING 2025-03-15 22:19:22,775 DEBUG --- stderr --- 2025-03-15 22:19:22,775 DEBUG % 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 ________________________________________________________________________________ [2025-03-15 22:19:22] login-tree-1200 start_order : Send the order to the overseer pod ________________________________________________________________________________ 2025-03-15 22:19:22,775 INFO 2025-03-15 22:19:22,775 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 22:19:22,775 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 22:19:23,058 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 22:19:23,058 INFO [loop_until]: OK (rc = 0) 2025-03-15 22:19:23,058 DEBUG --- stdout --- 2025-03-15 22:19:23,058 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 22:19:23,058 DEBUG --- stderr --- 2025-03-15 22:19:23,058 DEBUG 2025-03-15 22:19:23,058 INFO 2025-03-15 22:19:23,058 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/order.json overseer-0-59c948f569-rgrkv:/results/orders/order.json 2025-03-15 22:19:23,058 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 22:19:24,423 INFO [loop_until]: OK (rc = 0) 2025-03-15 22:19:24,423 DEBUG --- stdout --- 2025-03-15 22:19:24,423 DEBUG 2025-03-15 22:19:24,424 DEBUG --- stderr --- 2025-03-15 22:19:24,424 DEBUG Order has been successfully forwarded to overseer 2025-03-15 22:19:24 - INFO: Check if Gatling simulation started successfully 2025-03-15 22:19:24,424 INFO 2025-03-15 22:19:24,424 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv -- head --lines 5000 /results/orders/login-tree-1200/stdout.txt | grep "Simulation com.forgerock.pyrock.Loadtest started..." 2025-03-15 22:19:24,424 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-03-15 22:19:25,170 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-15 22:19:30,902 INFO [loop_until]: Function succeeded after 6s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-15 22:19:36,633 INFO [loop_until]: Function succeeded after 12s (rc=0) - failed to find expected output: Simulation com.forgerock.pyrock.Loadtest started... - retry 2025-03-15 22:19:42,373 INFO [loop_until]: Function succeeded after 17s (rc=0) - expected pattern found 2025-03-15 22:19:42,373 INFO [loop_until]: OK (rc = 0) 2025-03-15 22:19:42,373 DEBUG --- stdout --- 2025-03-15 22:19:42,373 DEBUG 2025-03-15 22:19:25,383 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpfbyjpkx4 2025-03-15 22:19:25,386 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/login-tree-1200" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx8G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dlogin_tree=Login -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=1200 -Duser_password=**** [INFO] Scanning for projects... [INFO] [INFO] -----------< com.forgerock.pyrock:pyrock-gatling-simulation >----------- [INFO] Building pyrock-gatling-simulation 3.12.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] >>> gatling:4.9.6:test (default-cli) > test-compile @ pyrock-gatling-simulation >>> [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ pyrock-gatling-simulation --- [INFO] skip non existing resourceDirectory /tmp/tmpfbyjpkx4/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ pyrock-gatling-simulation --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ pyrock-gatling-simulation --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ pyrock-gatling-simulation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- scala:4.9.2:testCompile (default) @ pyrock-gatling-simulation --- [INFO] compiling 38 Scala sources to /tmp/tmpfbyjpkx4/target/test-classes ... [INFO] compile in 9.3 s [INFO] [INFO] <<< gatling:4.9.6:test (default-cli) < test-compile @ pyrock-gatling-simulation <<< [INFO] [INFO] [INFO] --- gatling:4.9.6:test (default-cli) @ pyrock-gatling-simulation --- [INFO] Running simulation com.forgerock.pyrock.Loadtest. Gatling 3.13.5 is available! (you're using 3.12.0) System property think_time_multiplier not set. No think time emulation will be done in the simulation. Simulation com.forgerock.pyrock.Loadtest started... 2025-03-15 22:19:42,373 DEBUG --- stderr --- 2025-03-15 22:19:42,373 DEBUG ________________________________________________________________________________ [2025-03-15 22:19:42] login-tree-1200 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 1h 12m. Waiting for status (curl --fail --insecure 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 02s, retry Order is running since 20m 03s, retry Order is running since 22m 03s, retry Order is running since 24m 03s, retry Order is running since 26m 03s, retry Order is running since 28m 04s, retry Order is running since 30m 04s, retry Order is running since 32m 04s, retry Order is running since 34m 05s, retry Order is running since 36m 05s, retry Order is running since 38m 05s, retry Order is running since 40m 06s, retry Order is running since 42m 06s, retry Order is running since 44m 06s, retry Order is running since 46m 07s, retry Order is running since 48m 07s, retry Order is running since 50m 07s, retry Order is running since 52m 07s, retry Order is running since 54m 08s, retry Order is running since 56m 08s, retry Order is running since 58m 08s, retry PASS : Order stopped by itself after 1h and before timeout (1h 12m) ________________________________________________________________________________ [2025-03-15 23:19:51] login-tree-1200 stop_order : Stop the order on overseer pod ________________________________________________________________________________ 2025-03-15 23:19:51,530 INFO 2025-03-15 23:19:51,530 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 23:19:51,530 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 23:19:51,832 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 23:19:51,832 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:51,832 DEBUG --- stdout --- 2025-03-15 23:19:51,832 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 23:19:51,833 DEBUG --- stderr --- 2025-03-15 23:19:51,833 DEBUG 2025-03-15 23:19:51,833 INFO 2025-03-15 23:19:51,833 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv -- rm -f /results/orders/order.json 2025-03-15 23:19:51,833 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 23:19:52,620 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:52,620 DEBUG --- stdout --- 2025-03-15 23:19:52,620 DEBUG 2025-03-15 23:19:52,620 DEBUG --- stderr --- 2025-03-15 23:19:52,620 DEBUG Order ran during 1h ________________________________________________________________________________ [2025-03-15 23:19:52] login-tree-1200 download_logs : Download individual order files ________________________________________________________________________________ 2025-03-15 23:19:52 - PASS: file already downloaded /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/order.json 2025-03-15 23:19:52,621 INFO 2025-03-15 23:19:52,621 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 23:19:52,621 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 23:19:52,898 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 23:19:52,898 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:52,898 DEBUG --- stdout --- 2025-03-15 23:19:52,898 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 23:19:52,898 DEBUG --- stderr --- 2025-03-15 23:19:52,898 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-15 23:19:52,899 INFO 2025-03-15 23:19:52,899 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/login-tree-1200/rc.txt" ]; then echo "/results/orders/login-tree-1200/rc.txt file found"; exit 0; else echo "/results/orders/login-tree-1200/rc.txt file not found"; exit 1; fi' | grep "/results/orders/login-tree-1200/rc.txt file found" 2025-03-15 23:19:52,899 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 23:19:53,701 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 23:19:53,701 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:53,701 DEBUG --- stdout --- 2025-03-15 23:19:53,701 DEBUG /results/orders/login-tree-1200/rc.txt file found 2025-03-15 23:19:53,701 DEBUG --- stderr --- 2025-03-15 23:19:53,701 DEBUG 2025-03-15 23:19:53,701 INFO 2025-03-15 23:19:53,701 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/login-tree-1200/rc.txt 2025-03-15 23:19:54,508 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-15 23:19:54,508 DEBUG --- stdout --- 2025-03-15 23:19:54,508 DEBUG 4 /results/orders/login-tree-1200/rc.txt 2025-03-15 23:19:54,508 DEBUG --- stderr --- 2025-03-15 23:19:54,508 DEBUG 2025-03-15 23:19:54,508 INFO - Download file (size 4k) source : /results/orders/login-tree-1200/rc.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/rc.txt 2025-03-15 23:19:54,508 INFO 2025-03-15 23:19:54,508 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/login-tree-1200/rc.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/rc.txt 2025-03-15 23:19:54,508 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-15 23:19:55,288 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:55,288 DEBUG --- stdout --- 2025-03-15 23:19:55,288 DEBUG tar: Removing leading `/' from member names 2025-03-15 23:19:55,288 DEBUG --- stderr --- 2025-03-15 23:19:55,288 DEBUG 2025-03-15 23:19:55,289 INFO 2025-03-15 23:19:55,289 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 23:19:55,289 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 23:19:55,598 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 23:19:55,598 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:55,598 DEBUG --- stdout --- 2025-03-15 23:19:55,598 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 23:19:55,598 DEBUG --- stderr --- 2025-03-15 23:19:55,598 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-15 23:19:55,599 INFO 2025-03-15 23:19:55,599 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/login-tree-1200/stderr.txt" ]; then echo "/results/orders/login-tree-1200/stderr.txt file found"; exit 0; else echo "/results/orders/login-tree-1200/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/login-tree-1200/stderr.txt file found" 2025-03-15 23:19:55,599 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 23:19:56,416 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 23:19:56,417 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:56,417 DEBUG --- stdout --- 2025-03-15 23:19:56,417 DEBUG /results/orders/login-tree-1200/stderr.txt file found 2025-03-15 23:19:56,417 DEBUG --- stderr --- 2025-03-15 23:19:56,417 DEBUG 2025-03-15 23:19:56,417 INFO 2025-03-15 23:19:56,417 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/login-tree-1200/stderr.txt 2025-03-15 23:19:57,214 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-15 23:19:57,214 DEBUG --- stdout --- 2025-03-15 23:19:57,215 DEBUG 0 /results/orders/login-tree-1200/stderr.txt 2025-03-15 23:19:57,215 DEBUG --- stderr --- 2025-03-15 23:19:57,215 DEBUG 2025-03-15 23:19:57,215 INFO - Download file (size 0k) source : /results/orders/login-tree-1200/stderr.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stderr.txt 2025-03-15 23:19:57,215 INFO 2025-03-15 23:19:57,215 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/login-tree-1200/stderr.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stderr.txt 2025-03-15 23:19:57,215 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-15 23:19:57,938 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:57,938 DEBUG --- stdout --- 2025-03-15 23:19:57,938 DEBUG tar: Removing leading `/' from member names 2025-03-15 23:19:57,938 DEBUG --- stderr --- 2025-03-15 23:19:57,939 DEBUG 2025-03-15 23:19:57,939 INFO 2025-03-15 23:19:57,939 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 23:19:57,939 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 23:19:58,216 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 23:19:58,217 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:58,217 DEBUG --- stdout --- 2025-03-15 23:19:58,217 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 23:19:58,217 DEBUG --- stderr --- 2025-03-15 23:19:58,217 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-15 23:19:58,218 INFO 2025-03-15 23:19:58,218 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/login-tree-1200/stdout.txt" ]; then echo "/results/orders/login-tree-1200/stdout.txt file found"; exit 0; else echo "/results/orders/login-tree-1200/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/login-tree-1200/stdout.txt file found" 2025-03-15 23:19:58,218 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 23:19:59,024 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 23:19:59,024 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:19:59,024 DEBUG --- stdout --- 2025-03-15 23:19:59,024 DEBUG /results/orders/login-tree-1200/stdout.txt file found 2025-03-15 23:19:59,025 DEBUG --- stderr --- 2025-03-15 23:19:59,025 DEBUG 2025-03-15 23:19:59,025 INFO 2025-03-15 23:19:59,025 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/login-tree-1200/stdout.txt 2025-03-15 23:19:59,822 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-15 23:19:59,822 DEBUG --- stdout --- 2025-03-15 23:19:59,823 DEBUG 808 /results/orders/login-tree-1200/stdout.txt 2025-03-15 23:19:59,823 DEBUG --- stderr --- 2025-03-15 23:19:59,823 DEBUG 2025-03-15 23:19:59,823 INFO - Download file (size 808k) source : /results/orders/login-tree-1200/stdout.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stdout.txt 2025-03-15 23:19:59,823 INFO 2025-03-15 23:19:59,823 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/login-tree-1200/stdout.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stdout.txt 2025-03-15 23:19:59,823 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-15 23:20:00,881 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:20:00,882 DEBUG --- stdout --- 2025-03-15 23:20:00,882 DEBUG tar: Removing leading `/' from member names 2025-03-15 23:20:00,882 DEBUG --- stderr --- 2025-03-15 23:20:00,882 DEBUG ________________________________________________________________________________ [2025-03-15 23:20:00] login-tree-1200 show_cmd : Display order command ________________________________________________________________________________ 2025-03-15 23:20:00,882 INFO 2025-03-15 23:20:00,882 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 23:20:00,882 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-03-15 23:20:01,159 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 23:20:01,159 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:20:01,159 DEBUG --- stdout --- 2025-03-15 23:20:01,159 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 23:20:01,159 DEBUG --- stderr --- 2025-03-15 23:20:01,159 DEBUG Checking pod: overseer-0-59c948f569-rgrkv for file exists, if not wait. 2025-03-15 23:20:01,160 INFO 2025-03-15 23:20:01,160 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- bash -c 'if [ -f "/results/orders/login-tree-1200/cmd.txt" ]; then echo "/results/orders/login-tree-1200/cmd.txt file found"; exit 0; else echo "/results/orders/login-tree-1200/cmd.txt file not found"; exit 1; fi' | grep "/results/orders/login-tree-1200/cmd.txt file found" 2025-03-15 23:20:01,160 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 23:20:01,963 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 23:20:01,963 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:20:01,963 DEBUG --- stdout --- 2025-03-15 23:20:01,963 DEBUG /results/orders/login-tree-1200/cmd.txt file found 2025-03-15 23:20:01,963 DEBUG --- stderr --- 2025-03-15 23:20:01,963 DEBUG 2025-03-15 23:20:01,963 INFO 2025-03-15 23:20:01,964 INFO [run_command]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm exec overseer-0-59c948f569-rgrkv --stdin -- du -k /results/orders/login-tree-1200/cmd.txt 2025-03-15 23:20:02,826 INFO [run_command]: OK (rc = 0 - expected to be in [0]) 2025-03-15 23:20:02,826 DEBUG --- stdout --- 2025-03-15 23:20:02,826 DEBUG 4 /results/orders/login-tree-1200/cmd.txt 2025-03-15 23:20:02,826 DEBUG --- stderr --- 2025-03-15 23:20:02,826 DEBUG 2025-03-15 23:20:02,826 INFO - Download file (size 4k) source : /results/orders/login-tree-1200/cmd.txt @ overseer-0-59c948f569-rgrkv destination : /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/cmd.txt 2025-03-15 23:20:02,826 INFO 2025-03-15 23:20:02,826 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm cp --retries=100 overseer-0-59c948f569-rgrkv:/results/orders/login-tree-1200/cmd.txt /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/cmd.txt 2025-03-15 23:20:02,826 INFO [loop_until]: (max_time=-1, interval=5, expected_rc=[0] 2025-03-15 23:20:03,607 INFO [loop_until]: OK (rc = 0) 2025-03-15 23:20:03,608 DEBUG --- stdout --- 2025-03-15 23:20:03,608 DEBUG tar: Removing leading `/' from member names 2025-03-15 23:20:03,608 DEBUG --- stderr --- 2025-03-15 23:20:03,608 DEBUG 2025-03-15 23:20:03,608 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/cmd.txt is small (1 lines), printing all lines: 2025-03-15 23:20:03,608 INFO ----- output ----- /lodestar/lodestar.py perf run-gatling --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idc.login@perf-200m" --results-folder="/results/gatling/login-tree-1200" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx8G" --simulation-system-properties="-Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=M@ythe4th -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dlogin_tree=Login -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=1200 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 show_rc : Display rc order ________________________________________________________________________________ 2025-03-15 23:20:03,608 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/rc.txt is small (1 lines), printing all lines: 2025-03-15 23:20:03,608 INFO ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 show_stdout : Display stdout order ________________________________________________________________________________ 2025-03-15 23:20:03,609 DEBUG [print_head_tail]: Print head (100 lines) and tail (100 lines) of input file (/mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stdout.txt is 13014 lines): 2025-03-15 23:20:03,611 INFO ----- output ----- 2025-03-15 22:19:25,383 INFO pom.xml and Gatling Scala files copied from /home/jenkins/lodestar/pyrock/shared/clients/gatling to temporary folder /tmp/tmpfbyjpkx4 2025-03-15 22:19:25,386 INFO Running Gatling simulation with command: mvn gatling:test --batch-mode -Dgatling.simulationClass="com.forgerock.pyrock.Loadtest" -Dgatling.runDescription="..." -Dgatling.resultsFolder="/results/gatling/login-tree-1200" -Dgatling.noReports=true -Dgatling.jvmArgs="-XX:+ExitOnOutOfMemoryError,-Xmx8G" -Dgatling.propagateSystemProperties=true -Dam_host=openam-perf-200m.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-200m.forgeblocks.com -Dlogin_cookie=15892ffd844ef80 -Dlogin_tree=Login -Dnum_users=50000000 -Doauth2_client_id=idmAdminClient -Doauth2_redirect_uri=/platform/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.login -DtestMode=open -Dthroughput=1200 -Duser_password=**** [INFO] Scanning for projects... [INFO] [INFO] -----------< com.forgerock.pyrock:pyrock-gatling-simulation >----------- [INFO] Building pyrock-gatling-simulation 3.12.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] >>> gatling:4.9.6:test (default-cli) > test-compile @ pyrock-gatling-simulation >>> [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ pyrock-gatling-simulation --- [INFO] skip non existing resourceDirectory /tmp/tmpfbyjpkx4/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ pyrock-gatling-simulation --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ pyrock-gatling-simulation --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ pyrock-gatling-simulation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- scala:4.9.2:testCompile (default) @ pyrock-gatling-simulation --- [INFO] compiling 38 Scala sources to /tmp/tmpfbyjpkx4/target/test-classes ... [INFO] compile in 9.3 s [INFO] [INFO] <<< gatling:4.9.6:test (default-cli) < test-compile @ pyrock-gatling-simulation <<< [INFO] [INFO] [INFO] --- gatling:4.9.6:test (default-cli) @ pyrock-gatling-simulation --- [INFO] Running simulation com.forgerock.pyrock.Loadtest. Gatling 3.13.5 is available! (you're using 3.12.0) System property think_time_multiplier not set. No think time emulation will be done in the simulation. Simulation com.forgerock.pyrock.Loadtest started... ================================================================================ 2025-03-15 22:19:44 GMT 4s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=969 KO=0 ) > restLoginInitiate (OK=490 KO=0 ) > restLoginUsernamePasswordCallback (OK=479 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 4340638 / active: 20 / done: 479 ================================================================================ ================================================================================ 2025-03-15 22:19:49 GMT 9s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=3935 KO=0 ) > restLoginInitiate (OK=1981 KO=0 ) > restLoginUsernamePasswordCallback (OK=1954 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 4339139 / active: 44 / done: 1954 ================================================================================ ================================================================================ 2025-03-15 22:19:54 GMT 14s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=8896 KO=0 ) > restLoginInitiate (OK=4468 KO=0 ) > restLoginUsernamePasswordCallback (OK=4428 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 4336641 / active: 68 / done: 4428 ================================================================================ ================================================================================ 2025-03-15 22:19:59 GMT 19s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=15863 KO=0 ) > restLoginInitiate (OK=7957 KO=0 ) > restLoginUsernamePasswordCallback (OK=7906 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 4333142 / active: 89 / done: 7906 ================================================================================ ================================================================================ 2025-03-15 22:20:04 GMT 24s elapsed ---- Requests ------------------------------------------------------------------ > Global (OK=24823 KO=0 ) > restLoginInitiate (OK=12447 KO=0 ) > restLoginUsernamePasswordCallback (OK=12376 KO=0 ) ---- idc.login ----------------------------------------------------------------- [- ] 0% waiting: 4328643 / active: 118 / done: 12376 ================================================================================ [...] body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 23:19:39.586 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.login,4305097,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, username -> user.40568615, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@6847dafa, fake-user-agent -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134, password -> Pa_ssw0rd, fake-ip -> 112.182.139.180, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@1e2a654c),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$773/0x00007cbf2867e7b0@38540f30,io.netty.channel.epoll.EpollEventLoop@5b7ea70d) ========================= HTTP request: POST https://openam-perf-200m.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: content-type: application/json Accept-API-Version: resource=2.0, protocol=1.0 accept: application/json X-Forwarded-For: 112.182.139.180 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 host: openam-perf-200m.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 23:19:39.586 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.login,4305100,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, username -> user.36223507, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@6f084c3f, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1, password -> Pa_ssw0rd, fake-ip -> 119.202.94.151, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@a20160b),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$773/0x00007cbf2867e7b0@38540f30,io.netty.channel.epoll.EpollEventLoop@30f5a68a) ========================= HTTP request: POST https://openam-perf-200m.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: content-type: application/json Accept-API-Version: resource=2.0, protocol=1.0 accept: application/json X-Forwarded-For: 119.202.94.151 User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1 host: openam-perf-200m.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 23:19:39.587 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.login,4305105,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, username -> user.2283020, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@4ebacb8a, fake-user-agent -> Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36, password -> Pa_ssw0rd, fake-ip -> 169.250.153.171, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@73be5afc),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$773/0x00007cbf2867e7b0@38540f30,io.netty.channel.epoll.EpollEventLoop@f79a760) ========================= HTTP request: POST https://openam-perf-200m.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: content-type: application/json Accept-API-Version: resource=2.0, protocol=1.0 accept: application/json X-Forwarded-For: 169.250.153.171 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 host: openam-perf-200m.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< 23:19:39.587 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - >>>>>>>>>>>>>>>>>>>>>>>>>> Request: restLoginInitiate: KO j.i.IOException: Premature close ========================= Session: Session(idc.login,4305066,HashMap(gatling.http.cache.baseUrl -> https://openam-perf-200m.forgeblocks.com:443, username -> user.22645111, gatling.http.ssl.sslContexts -> io.gatling.http.util.SslContexts@338b3e95, fake-user-agent -> Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1, password -> Pa_ssw0rd, fake-ip -> 42.42.42.42, gatling.http.cache.dns -> io.gatling.http.resolver.ShufflingNameResolver@13621f04),KO,List(),io.gatling.core.protocol.ProtocolComponentsRegistry$$Lambda$773/0x00007cbf2867e7b0@38540f30,io.netty.channel.epoll.EpollEventLoop@2bef51f2) ========================= HTTP request: POST https://openam-perf-200m.forgeblocks.com/am/json/realms/root/realms/alpha/authenticate?authIndexType=service&authIndexValue=Login headers: content-type: application/json Accept-API-Version: resource=2.0, protocol=1.0 accept: application/json X-Forwarded-For: 42.42.42.42 User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1 host: openam-perf-200m.forgeblocks.com content-length: 0 body:StringChunksRequestBody{charset=UTF-8, content=} ========================= HTTP response: <<<<<<<<<<<<<<<<<<<<<<<<< [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 h [INFO] Finished at: 2025-03-15T23:19:39Z [INFO] ------------------------------------------------------------------------ 2025-03-15 23:19:39,641 INFO Gatling simulation run ended successfully 2025-03-15 23:19:39,642 DEBUG No archive name provided. No archive will be created ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 show_stderr : Display stderr order ________________________________________________________________________________ 2025-03-15 23:20:03,612 DEBUG [print_head_tail]: Input file /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_login_tree/07_Scenario_scenario/05_login-tree-1200/stderr.txt is small (0 lines), printing all lines: 2025-03-15 23:20:03,612 INFO ----- output ----- ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 check_rc_and_logs : Check order's outputs ________________________________________________________________________________ CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) PASS: no error found in rc log PASS: no error found in stdout log PASS: no error found in stderr log ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 print_overseer_logs : Print overseer logs from the K8s pod ________________________________________________________________________________ Task result is INIT no need to display logs. ________________________________________________________________________________ [2025-03-15 23:20:03] login-tree-1200 post : Post ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped