--Task-- name: benchmark-10 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: [] preceding_task: None options: {'duration': 3600, 'java-opts': '-Drealm=alpha -Duser_password=Pa_ssw0rd -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html', 'testCase': 'idc.benchmark.Mix2024', 'testMode': 'open', 'throughput': 10} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock 2025-09-21 04:21:54,721 INFO 2025-09-21 04:21:54,721 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-09-21 04:21:54,721 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2025-09-21 04:21:55,004 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-21 04:21:55,004 INFO [loop_until]: OK (rc = 0) 2025-09-21 04:21:55,004 DEBUG --- stdout --- 2025-09-21 04:21:55,004 DEBUG overseer-0-57d79d468-khs5t 2025-09-21 04:21:55,004 DEBUG --- stderr --- 2025-09-21 04:21:55,004 DEBUG 2025-09-21 04:21:55,004 INFO Lodestar assumed that full stack is deployed so will set all products host URLs in Gatling system properties 2025-09-21 04:21:55 - INFO: Timeout for this Task has changed to 1h 12m (4320 seconds) 2025-09-21 04:21:55 - INFO: timeout was calculated based on simulation duration parameter 2025-09-21 04:21:55 - INFO: Interval for this Task has changed to 2m (120 seconds) 2025-09-21 04:21:55 - INFO: interval was set to Task default because it was unset, based on self.timeout value because task is allowed to stop by itself Pod log file : /results/orders/benchmark-10/stdout.txt Pod log : /results/orders/benchmark-10 2025-09-21 04:21:55 - INFO: Get overseer pod resources requests memory 2025-09-21 04:21:55,826 INFO 2025-09-21 04:21:55,826 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-57d79d468-khs5t --output jsonpath={.spec.containers[].resources.requests.memory} 2025-09-21 04:21:55,826 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-21 04:21:56,124 INFO [loop_until]: OK (rc = 0) 2025-09-21 04:21:56,124 DEBUG --- stdout --- 2025-09-21 04:21:56,124 DEBUG 4Gi 2025-09-21 04:21:56,124 DEBUG --- stderr --- 2025-09-21 04:21:56,124 DEBUG ________________________________________________________________________________ [2025-09-21 04:21:56] benchmark-10 print_command : Display the command to be forwarded to overseer as an order ________________________________________________________________________________ /lodestar/lodestar.py perf run-gatling --mvn-quiet --simulation-class="com.forgerock.pyrock.Loadtest" --run-description="idc.benchmark.Mix2024@perf-haproxy" --results-folder="/results/gatling/benchmark-10" --no-reports --simulation-jvm-args="-XX:+ExitOnOutOfMemoryError -Xmx4G" --simulation-system-properties="-Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=10 -Duser_password=Pa_ssw0rd" ________________________________________________________________________________ [2025-09-21 04:21:56] benchmark-10 create_order : Create order for overseer with the command to run ________________________________________________________________________________ Order file: /mnt/disk1/xslou/workshop/lodestar-fork/results/pyrock/idc_benchmark/07_Scenario_benchmark/01_benchmark-10/order.json { "name": "benchmark-10", "command": " /lodestar/lodestar.py perf run-gatling --mvn-quiet --simulation-class=\"com.forgerock.pyrock.Loadtest\" --run-description=\"idc.benchmark.Mix2024@perf-haproxy\" --results-folder=\"/results/gatling/benchmark-10\" --no-reports --simulation-jvm-args=\"-XX:+ExitOnOutOfMemoryError -Xmx4G\" --simulation-system-properties=\"-Dam_host=openam-perf-haproxy.forgeblocks.com -Dam_oauth2_scope=openid^fr:idm:* -DamadminPassword=**** -DamadminUsername=xiaosong.lou@pingidentity.com -Dduration=3600 -Didc=true -Didm_host=openam-perf-haproxy.forgeblocks.com -Dlogin_cookie=d0d18cac672abbc -Dnum_users=10000000 -Doauth2_client_id=endUserUIClient -Doauth2_redirect_uri=/enduser/appAuthHelperRedirect.html -Drealm=alpha -DtestCase=idc.benchmark.Mix2024 -DtestMode=open -Dthroughput=10 -Duser_password=Pa_ssw0rd\"", "out-dir": "/results/orders/benchmark-10" } ________________________________________________________________________________ [2025-09-21 04:21:56] benchmark-10 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-09-21 04:21:56,132 INFO 2025-09-21 04:21:56,132 INFO [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" 2025-09-21 04:21:56,132 INFO [loop_until]: (max_time=300, interval=5, expected_rc=[0] 2025-09-21 04:21:56,442 INFO [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:01,647 INFO [loop_until]: Function succeeded after 5s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:06,856 INFO [loop_until]: Function succeeded after 10s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:12,065 INFO [loop_until]: Function succeeded after 15s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:17,273 INFO [loop_until]: Function succeeded after 21s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:22,485 INFO [loop_until]: Function succeeded after 26s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:27,741 INFO [loop_until]: Function succeeded after 31s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:32,948 INFO [loop_until]: Function succeeded after 36s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:38,155 INFO [loop_until]: Function succeeded after 42s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:43,360 INFO [loop_until]: Function succeeded after 47s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:48,571 INFO [loop_until]: Function succeeded after 52s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:53,779 INFO [loop_until]: Function succeeded after 57s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:22:59,022 INFO [loop_until]: Function succeeded after 1m 02s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:04,229 INFO [loop_until]: Function succeeded after 1m 08s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:09,437 INFO [loop_until]: Function succeeded after 1m 13s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:14,641 INFO [loop_until]: Function succeeded after 1m 18s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:19,850 INFO [loop_until]: Function succeeded after 1m 23s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:25,054 INFO [loop_until]: Function succeeded after 1m 28s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:30,336 INFO [loop_until]: Function succeeded after 1m 34s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:35,541 INFO [loop_until]: Function succeeded after 1m 39s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:40,748 INFO [loop_until]: Function succeeded after 1m 44s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:45,956 INFO [loop_until]: Function succeeded after 1m 49s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:51,164 INFO [loop_until]: Function succeeded after 1m 55s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:23:56,372 INFO [loop_until]: Function succeeded after 2m (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:01,619 INFO [loop_until]: Function succeeded after 2m 05s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:06,828 INFO [loop_until]: Function succeeded after 2m 10s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:12,036 INFO [loop_until]: Function succeeded after 2m 15s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:17,245 INFO [loop_until]: Function succeeded after 2m 21s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:22,449 INFO [loop_until]: Function succeeded after 2m 26s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:27,653 INFO [loop_until]: Function succeeded after 2m 31s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:32,904 INFO [loop_until]: Function succeeded after 2m 36s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:38,115 INFO [loop_until]: Function succeeded after 2m 41s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:43,319 INFO [loop_until]: Function succeeded after 2m 47s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:48,523 INFO [loop_until]: Function succeeded after 2m 52s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:53,730 INFO [loop_until]: Function succeeded after 2m 57s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:24:58,939 INFO [loop_until]: Function succeeded after 3m 02s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:04,160 INFO [loop_until]: Function succeeded after 3m 08s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:09,371 INFO [loop_until]: Function succeeded after 3m 13s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:14,579 INFO [loop_until]: Function succeeded after 3m 18s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:19,784 INFO [loop_until]: Function succeeded after 3m 23s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:24,990 INFO [loop_until]: Function succeeded after 3m 28s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:30,194 INFO [loop_until]: Function succeeded after 3m 34s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:35,400 INFO [loop_until]: Function succeeded after 3m 39s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:40,607 INFO [loop_until]: Function succeeded after 3m 44s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:45,816 INFO [loop_until]: Function succeeded after 3m 49s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:51,021 INFO [loop_until]: Function succeeded after 3m 54s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:25:56,232 INFO [loop_until]: Function succeeded after 4m (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:01,440 INFO [loop_until]: Function succeeded after 4m 05s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:06,648 INFO [loop_until]: Function succeeded after 4m 10s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:11,914 INFO [loop_until]: Function succeeded after 4m 15s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:17,123 INFO [loop_until]: Function succeeded after 4m 20s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:22,331 INFO [loop_until]: Function succeeded after 4m 26s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:27,542 INFO [loop_until]: Function succeeded after 4m 31s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:32,750 INFO [loop_until]: Function succeeded after 4m 36s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:37,962 INFO [loop_until]: Function succeeded after 4m 41s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:43,200 INFO [loop_until]: Function succeeded after 4m 47s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:48,404 INFO [loop_until]: Function succeeded after 4m 52s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:53,612 INFO [loop_until]: Function succeeded after 4m 57s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:58,821 INFO [loop_until]: Function succeeded after 5m 02s (rc=0) - failed to find expected output: WAITING - retry 2025-09-21 04:26:58,822 ERROR [loop_until]: Function does not return expected output (WAITING) 2025-09-21 04:26:58,822 DEBUG --- stdout --- 2025-09-21 04:26:58,822 DEBUG RUNNING 2025-09-21 04:26:58,822 DEBUG --- stderr --- 2025-09-21 04:26:58,822 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 34 0 --:--:-- --:--:-- --:--:-- 34 2025-09-21 04:26:58 - INFO: Traceback (most recent call last): File "/mnt/disk1/xslou/workshop/lodestar-fork/pyrock/lib/components/overseer.py", line 299, in loop_until_ready result = loop_until( ^^^^^^^^^^^ File "/mnt/disk1/xslou/workshop/lodestar-fork/shared/lib/utils/cmd/cmd.py", line 664, in loop_until raise FailException(message=exception_message) shared.lib.utils.exception.FailException: [loop_until]: Function does not return expected output (WAITING) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/mnt/disk1/xslou/workshop/lodestar-fork/pyrock/lib/scheduler/tasks/Task.py", line 642, in run self._run() File "/mnt/disk1/xslou/workshop/lodestar-fork/pyrock/lib/scheduler/tasks/OverseerTask.py", line 97, in _run self.loop_until_ready() File "/mnt/disk1/xslou/workshop/lodestar-fork/pyrock/lib/scheduler/tasks/OverseerTask.py", line 208, in loop_until_ready self.source.loop_until_ready(max_time=max_time, interval=interval) File "/mnt/disk1/xslou/workshop/lodestar-fork/pyrock/lib/components/overseer.py", line 309, in loop_until_ready raise FailException shared.lib.utils.exception.FailException: None Setting result to FAIL Task has been successfully stopped