https://prefect.io logo
Title
m

Marius Vollmer

03/08/2023, 11:36 AM
Hi everyone, has anyone of you ever had experience with the following error? The error occurs when executing a prefect flow that runs multiple dbt jobs. We host Prefect ourselves via Docker/Kubernetes. Do you have any ideas on the cause and remedy?
RuntimeError: Command failed with exit code 133:
/tmp/prefect-4zqou1u7: line 1: 299284 Trace/breakpoint trap   (core dumped) dbt build --select dl_nicc_ecom__order_header --profiles-dir /tmp/dbt --project-dir /tmp/dbt
12:14:43 PM
Finished in state Failed('Flow run encountered an exception. RuntimeError: Command failed with exit code 133:\n/tmp/prefect-4zqou1u7: line 1: 299284 Trace/breakpoint trap   (core dumped) dbt build --select dl_nicc_ecom__order_header --profiles-dir /tmp/dbt --project-dir /tmp/dbt\n\n')
Many thanks in advance!
b

Ben Doremus

03/08/2023, 5:40 PM
Haven’t seen that one, but I’d give it a “turn it off and on again.” Sounds like it could be transitory.
a

Alex Shea

04/28/2023, 1:29 PM
There may have been a permissions change on the filesystem. Here is a thread regarding the same error with chromium on linux. https://bbs.archlinux.org/viewtopic.php?id=258632