Worker 'ProcessWorker 6e0ffb8d-c234-4739-b662-90ba03b0ff39' submitting flow run 'b1590c8c-3fee-4553-8101-dd45e7b46c18'
08
4821 PM
prefect.flow_runs.worker
Opening process...
08
4821 PM
prefect.flow_runs.runner
Completed submission of flow run 'b1590c8c-3fee-4553-8101-dd45e7b46c18'
08
4821 PM
prefect.flow_runs.worker
Process for flow run 'distributor-beauty-care-terpadu-di-sumber-sari-jember-jawa-timur-2026-02-22' exited with status code: -2
08
4823 PM
prefect.flow_runs.runner
Reported flow run 'b1590c8c-3fee-4553-8101-dd45e7b46c18' as crashed: Flow run process exited with non-zero status code -2.
08
4824 PM
prefect.flow_runs.runner
Loading flow to check for on_crashed hooks
08
4824 PM
prefect.flow_runs.runner
Running 1 deployment pull step(s)
08
4824 PM
prefect.flow_runs
> Running git_clone step...
08
4824 PM
prefect.flow_runs
Failed to clone repository '
https://github.com/aidevakasha/outlet-scrape.git' with exit code 255.
08
4827 PM
prefect.flow_runs
Runner failed to retrieve flow to execute on_crashed hooks for flow run UUID('b1590c8c-3fee-4553-8101-dd45e7b46c18').
Traceback (most recent call last):
File "/app/.venv/lib/python3.13/site-packages/prefect/deployments/steps/core.py", line 186, in run_steps
step_output = await run_step(step, upstream_outputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/deployments/steps/core.py", line 140, in run_step
result = await from_async.call_soon_in_new_thread(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Call.new(step_func, **inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
).aresult()
^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/concurrency/calls.py", line 374, in aresult
return await asyncio.wrap_future(self.future)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/concurrency/calls.py", line 399, in _run_sync
result = self.fn(*self.args, **self.kwargs)
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/compatibility/async_dispatch.py", line 94, in wrapper
return fn(*args, **kwargs)
File "/app/.venv/lib/python3.13/site-packages/prefect/deployments/steps/pull.py", line 221, in git_clone
run_coro_as_sync(_pull_git_repository_with_retries(storage))
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/utilities/asyncutils.py", line 207, in run_coro_as_sync
return call.result()
~~~~~~~~~~~^^
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/concurrency/calls.py", line 365, in result
return self.future.result(timeout=timeout)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/concurrency/calls.py", line 192, in result
return self.__get_result()
~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/concurrency/calls.py", line 441, in _run_async
result = await coro
^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/utilities/asyncutils.py", line 188, in coroutine_wrapper
return await task
^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/_internal/retries.py", line 57, in wrapper
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/deployments/steps/pull.py", line 47, in _pull_git_repository_with_retries
await repo.pull_code()
File "/app/.venv/lib/python3.13/site-packages/prefect/runner/storage.py", line 417, in pull_code
await self._clone_repo()
File "/app/.venv/lib/python3.13/site-packages/prefect/runner/storage.py", line 462, in _clone_repo
raise RuntimeError(
...<2 lines>...
) from exc_chain
RuntimeError: Failed to clone repository '
https://github.com/aidevakasha/outlet-scrape.git' with exit code 255.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/app/.venv/lib/python3.13/site-packages/prefect/runner/runner.py", line 1529, in _run_on_crashed_hooks
flow = await load_flow_from_flow_run(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flow_run, storage_base_path=str(self._tmp_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/app/.venv/lib/python3.13/site-packages/prefect/client/utilities.py", line 69, in wrapper
return await func(client, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/prefect/flows.py", line 2939, in load_flow_from_flow_run
output = await run_steps(
^^^^^^^^^^^^^^^^
...<5 lines>...
)
^
File "/app/.venv/lib/python3.13/site-packages/prefect/deployments/steps/core.py", line 231, in run_steps
raise StepExecutionError(f"Encountered error while running {fqn}") from exc
prefect.deployments.steps.core.StepExecutionError: Encountered error while running prefect.deployments.steps.git_clone
why above happen, it intermitten error
@Marvin