Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OpenSearch version: 2.5.0
Opensearch-benchmark version: 1.1.0
Describe the issue:
After following the setup provided here, I am having trouble invoking opensearch-benchmark execute-test with custom workload. When I run the execute-test command, I am getting this error:
[ERROR] Cannot execute-test. Error in task executor
Cannot download data because no base URL is provided.
This is the command I ran:
opensearch-benchmark execute-test \
--pipeline="benchmark-only" \
--workload-path="/Users/user/code/opensearch/workloads/movies/" \
--target-hosts="localhost:9200" \
--test-mode
Configuration:
Configuration is setup how it’s shown in the link provided from opensearch doc.
Relevant Logs or Screenshots:
Logs shown in /Users/user/.benchmark/logs are here:
2023-10-22 19:25:49,988 -not-actor-/PID:31928 osbenchmark.benchmark INFO OS [uname_result(system='Darwin', node='USER-ADDR-DDA', release='22.6.0', version='Darwin Kernel Version 22.6.0: Fri Sep 15 13:39:52 PDT 2023; root:xnu-7675.656.1.232.2~1/RELEASE_X86_64', machine='x86_64')]
2023-10-22 19:25:49,989 -not-actor-/PID:31928 osbenchmark.benchmark INFO Python [namespace(name='cpython', cache_tag='cpython-310', version=sys.version_info(major=3, minor=10, micro=1, releaselevel='final', serial=0), hexversion=50987323, _multiarch='darwin')]
2023-10-22 19:25:49,989 -not-actor-/PID:31928 osbenchmark.benchmark INFO Benchmark version [1.1.0]
2023-10-22 19:25:49,989 -not-actor-/PID:31928 osbenchmark.utils.net INFO Connecting directly to the Internet (no proxy support).
2023-10-22 19:25:50,407 -not-actor-/PID:31928 osbenchmark.benchmark INFO Detected a working Internet connection.
2023-10-22 19:25:50,487 -not-actor-/PID:31928 osbenchmark.benchmark INFO Actor system already running locally? [False]
2023-10-22 19:25:50,487 -not-actor-/PID:31928 osbenchmark.actor INFO Starting actor system with system base [multiprocTCPBase] and capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900'}].
2023-10-22 19:25:50,803 -not-actor-/PID:31928 root WARNING Unable to get address info for address USER-ADDR-DDA (AddressFamily.AF_INET, SocketKind.SOCK_DGRAM, 17, 0): <class 'socket.gaierror'> [Errno 8] nodename nor servname provided, or not known
2023-10-22 19:25:50,805 -not-actor-/PID:31928 root WARNING Unable to get address info for address USER-ADDR-DDA (AddressFamily.AF_INET, SocketKind.SOCK_DGRAM, 17, 0): <class 'socket.gaierror'> [Errno 8] nodename nor servname provided, or not known
2023-10-22 19:25:50,808 -not-actor-/PID:31928 root WARNING Unable to get address info for address USER-ADDR-DDA (AddressFamily.AF_INET, SocketKind.SOCK_DGRAM, 17, AddressInfo.AI_PASSIVE): <class 'socket.gaierror'> [Errno 8] nodename nor servname provided, or not known
2023-10-22 19:25:50,811 -not-actor-/PID:31928 root WARNING Unable to get address info for address USER-ADDR-DDA (AddressFamily.AF_INET, SocketKind.SOCK_DGRAM, 17, AddressInfo.AI_PASSIVE): <class 'socket.gaierror'> [Errno 8] nodename nor servname provided, or not known
2023-10-22 19:25:50,863 -not-actor-/PID:31962 root INFO ++++ Actor System gen (3, 10) started, admin @ ActorAddr-(T|:1900)
2023-10-22 19:25:50,882 -not-actor-/PID:31928 osbenchmark.test_execution_orchestrator INFO Test Execution id [21331da7-b9d2-4b5b-8f45-b407483fa233]
2023-10-22 19:25:50,883 -not-actor-/PID:31928 osbenchmark.test_execution_orchestrator INFO User specified pipeline [benchmark-only].
2023-10-22 19:25:50,883 -not-actor-/PID:31928 osbenchmark.test_execution_orchestrator INFO Using configured hosts [{'host': 'localhost', 'port': 9200}]
2023-10-22 19:25:50,884 -not-actor-/PID:31928 osbenchmark.actor INFO Joining already running actor system with system base [multiprocTCPBase].
2023-10-22 19:25:50,886 ActorAddr-(T|:1900)/PID:31962 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{'coordinator': True}].
2023-10-22 19:25:50,902 ActorAddr-(T|:62238)/PID:31964 osbenchmark.client INFO Creating OpenSearch client connected to [{'host': 'localhost', 'port': 9200}] with options [{'timeout': 60}]
2023-10-22 19:25:50,902 ActorAddr-(T|:62238)/PID:31964 osbenchmark.client INFO SSL support: off
2023-10-22 19:25:50,902 ActorAddr-(T|:62238)/PID:31964 osbenchmark.client INFO HTTP basic authentication: off
2023-10-22 19:25:50,903 ActorAddr-(T|:62238)/PID:31964 osbenchmark.client INFO HTTP compression: off
2023-10-22 19:25:51,66 ActorAddr-(T|:62238)/PID:31964 osbenchmark.client INFO REST API is available for >= [1] nodes after [0] attempts.
2023-10-22 19:25:51,68 ActorAddr-(T|:62238)/PID:31964 osbenchmark.test_execution_orchestrator INFO Automatically derived distribution version [2.5.0]
2023-10-22 19:25:51,72 ActorAddr-(T|:62238)/PID:31964 osbenchmark.workload.loader INFO Reading workload specification file [/Users/user/code/opensearch/workloads/movies/workload.json].
2023-10-22 19:25:51,77 ActorAddr-(T|:62238)/PID:31964 osbenchmark.workload.loader INFO Final rendered workload for '/Users/user/code/opensearch/workloads/movies/workload.json' has been written to '/var/folders/jf/tybsk6l16kj83yfrhqr33ng80000ee/T/tmptkufqbee.json'.
2023-10-22 19:25:51,84 ActorAddr-(T|:62238)/PID:31964 osbenchmark.workload.loader INFO Loading template [definition for index movies in index.json].
2023-10-22 19:25:51,86 ActorAddr-(T|:62238)/PID:31964 osbenchmark.workload.loader INFO Preparing workload [movies] for test mode.
2023-10-22 19:25:51,87 ActorAddr-(T|:62238)/PID:31964 osbenchmark.metrics INFO Creating in-memory metrics store
2023-10-22 19:25:51,101 ActorAddr-(T|:62243)/PID:31965 osbenchmark.actor INFO Received signal from test execution orchestrator to start engine.
2023-10-22 19:25:51,102 ActorAddr-(T|:62243)/PID:31965 osbenchmark.actor INFO Cluster will not be provisioned by Benchmark.
2023-10-22 19:25:51,87 ActorAddr-(T|:62238)/PID:31964 osbenchmark.metrics INFO Opening metrics store for test execution timestamp=[20231022T192549Z], workload=[movies],test_procedure=[default], provision_config_instance=[['external']]
2023-10-22 19:25:51,87 ActorAddr-(T|:62238)/PID:31964 osbenchmark.metrics INFO Creating file test_execution store
2023-10-22 19:25:51,87 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Asking builder to start the engine.
2023-10-22 19:25:51,88 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{'coordinator': True}].
2023-10-22 19:25:51,104 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Builder has started engine successfully.
2023-10-22 19:25:51,104 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{'coordinator': True}].
2023-10-22 19:25:51,106 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Telling worker_coordinator to prepare for benchmarking.
2023-10-22 19:25:51,118 ActorAddr-(T|:62246)/PID:31966 osbenchmark.metrics INFO Creating in-memory metrics store
2023-10-22 19:25:51,119 ActorAddr-(T|:62246)/PID:31966 osbenchmark.metrics INFO Opening metrics store for test execution timestamp=[20231022T192549Z], workload=[movies],test_procedure=[default], provision_config_instance=[['external']]
2023-10-22 19:25:51,119 ActorAddr-(T|:62246)/PID:31966 osbenchmark.client INFO Creating OpenSearch client connected to [{'host': 'localhost', 'port': 9200}] with options [{'timeout': 60, 'retry-on-timeout': True}]
2023-10-22 19:25:51,119 ActorAddr-(T|:62246)/PID:31966 osbenchmark.client INFO SSL support: off
2023-10-22 19:25:51,120 ActorAddr-(T|:62246)/PID:31966 osbenchmark.client INFO HTTP basic authentication: off
2023-10-22 19:25:51,121 ActorAddr-(T|:62246)/PID:31966 osbenchmark.client INFO HTTP compression: off
2023-10-22 19:25:51,122 ActorAddr-(T|:62246)/PID:31966 osbenchmark.worker_coordinator.worker_coordinator INFO Checking if REST API is available.
2023-10-22 19:25:51,138 ActorAddr-(T|:62246)/PID:31966 osbenchmark.client INFO REST API is available for >= [1] nodes after [0] attempts.
2023-10-22 19:25:51,138 ActorAddr-(T|:62246)/PID:31966 osbenchmark.worker_coordinator.worker_coordinator INFO REST API is available.
2023-10-22 19:25:51,141 ActorAddr-(T|:62246)/PID:31966 osbenchmark.actor INFO Starting prepare workload process on hosts [['localhost']]
2023-10-22 19:25:51,152 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Workload Preparator started
2023-10-22 19:25:51,141 ActorAddr-(T|:62246)/PID:31966 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{'coordinator': True}].
2023-10-22 19:25:51,158 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Preparing workload [movies]
2023-10-22 19:25:51,159 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Reloading workload [movies] to ensure plugins are up-to-date.
2023-10-22 19:25:51,159 ActorAddr-(T|:62250)/PID:31967 osbenchmark.workload.loader INFO Reading workload specification file [/Users/user/code/opensearch/workloads/movies/workload.json].
2023-10-22 19:25:51,164 ActorAddr-(T|:62250)/PID:31967 osbenchmark.workload.loader INFO Final rendered workload for '/Users/user/code/opensearch/workloads/movies/workload.json' has been written to '/var/folders/jf/tybsk6l16kj83yfrhqr33ng80000ee/T/tmpmtt5a6ee.json'.
2023-10-22 19:25:51,171 ActorAddr-(T|:62250)/PID:31967 osbenchmark.workload.loader INFO Loading template [definition for index movies in index.json].
2023-10-22 19:25:51,173 ActorAddr-(T|:62250)/PID:31967 osbenchmark.workload.loader INFO Preparing workload [movies] for test mode.
2023-10-22 19:25:51,173 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,175 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,178 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,182 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,187 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,191 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,195 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,200 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,204 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,209 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,213 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,217 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Capabilities [{'coordinator': True, 'ip': '10.0.0.1', 'Convention Address.IPv4': '10.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 1, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1698002750815'}] match requirements [{}].
2023-10-22 19:25:51,222 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Transitioning from [Status.INITIALIZING] to [Status.PROCESSOR_RUNNING].
2023-10-22 19:25:51,267 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Transitioning from [Status.PROCESSOR_COMPLETE] to [Status.PROCESSOR_RUNNING].
2023-10-22 19:25:51,292 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO Transitioning from [Status.PROCESSOR_COMPLETE] to [Status.PROCESSOR_RUNNING].
2023-10-22 19:25:51,305 ActorAddr-(T|:62253)/PID:31968 osbenchmark.workload.loader INFO Resolved data root directory for document corpus [movies] in workload [movies] to [['/Users/user/code/opensearch/workloads/movies', '/Users/user/.benchmark/benchmarks/data/movies']].
2023-10-22 19:25:51,805 ActorAddr-(T|:62253)/PID:31968 osbenchmark.worker_coordinator.worker_coordinator ERROR Worker failed. Notifying parent...
Traceback (most recent call last):
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/workload/loader.py", line 421, in prepare_docs
preparator.prepare_document_set(document_set, data_root[1])
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/workload/loader.py", line 575, in prepare_document_set
self.downloader.download(document_set.base_url, target_path, expected_size)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/workload/loader.py", line 470, in download
raise exceptions.DataError("Cannot download data because no base URL is provided.")
osbenchmark.exceptions.DataError: Cannot download data because no base URL is provided.
2023-10-22 19:25:51,815 ActorAddr-(T|:62246)/PID:31966 osbenchmark.actor ERROR Main worker_coordinator received a fatal exception from load generator. Shutting down.
2023-10-22 19:25:51,815 ActorAddr-(T|:62246)/PID:31966 osbenchmark.metrics INFO Closing metrics store.
2023-10-22 19:25:51,817 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO Received a benchmark failure from [ActorAddr-(T|:62246)] and will forward it now.
2023-10-22 19:25:51,819 -not-actor-/PID:31928 osbenchmark.test_execution_orchestrator ERROR A benchmark failure has occurred
2023-10-22 19:25:51,820 -not-actor-/PID:31928 osbenchmark.test_execution_orchestrator INFO Telling benchmark actor to exit.
2023-10-22 19:25:51,820 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO BenchmarkActor received unknown message [ActorExitRequest] (ignoring).
2023-10-22 19:25:51,822 ActorAddr-(T|:62243)/PID:31965 osbenchmark.actor INFO BuilderActor#receiveMessage unrecognized(msg = [<class 'thespian.actors.ActorExitRequest'>] sender = [ActorAddr-(T|:62238)])
2023-10-22 19:25:51,823 ActorAddr-(T|:62246)/PID:31966 osbenchmark.actor INFO Main worker_coordinator received ActorExitRequest and will terminate all load generators.
2023-10-22 19:25:51,825 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO BenchmarkActor received unknown message [ChildActorExited:ActorAddr-(T|:62243)] (ignoring).
2023-10-22 19:25:51,826 ActorAddr-(T|:62250)/PID:31967 osbenchmark.actor INFO ActorExitRequest received. Forwarding to children
2023-10-22 19:25:51,861 ActorAddr-(T|:62246)/PID:31966 osbenchmark.actor INFO A workload preparator has exited.
2023-10-22 19:25:51,863 ActorAddr-(T|:62238)/PID:31964 osbenchmark.actor INFO BenchmarkActor received unknown message [ChildActorExited:ActorAddr-(T|:62246)] (ignoring).
2023-10-22 19:25:54,824 -not-actor-/PID:31928 osbenchmark.benchmark INFO Attempting to shutdown internal actor system.
2023-10-22 19:25:54,826 -not-actor-/PID:31963 root INFO ActorSystem Logging Shutdown
2023-10-22 19:25:54,847 -not-actor-/PID:31962 root INFO ---- Actor System shutdown
2023-10-22 19:25:54,848 -not-actor-/PID:31928 osbenchmark.benchmark INFO Actor system is still running. Waiting...
2023-10-22 19:25:55,849 -not-actor-/PID:31928 osbenchmark.benchmark INFO Shutdown completed.
2023-10-22 19:25:55,850 -not-actor-/PID:31928 osbenchmark.benchmark ERROR Cannot run subcommand [execute-test].
Traceback (most recent call last):
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/benchmark.py", line 908, in dispatch_sub_command
execute_test(cfg, args.kill_running_processes)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/benchmark.py", line 676, in execute_test
with_actor_system(test_execution_orchestrator.run, cfg)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/benchmark.py", line 703, in with_actor_system
runnable(cfg)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/test_execution_orchestrator.py", line 379, in run
raise e
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/test_execution_orchestrator.py", line 376, in run
pipeline(cfg)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/test_execution_orchestrator.py", line 69, in __call__
self.target(cfg)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/test_execution_orchestrator.py", line 314, in benchmark_only
return execute_test(cfg, external=True)
File "/Users/user/.pyenv/versions/3.10.1/lib/python3.10/site-packages/osbenchmark/test_execution_orchestrator.py", line 273, in execute_test
raise exceptions.BenchmarkError(result.message, result.cause)
osbenchmark.exceptions.BenchmarkError: Error in task executor