Robert Sun
08/24/2022, 10:12 PMStarting worker...
Starting image build.............
Copying context.....There was a problem building the image. The building script had a non 0 exit code, build failed.
The logs from the image-build-task container are :
init time="2022-08-24T22:11:21.922Z" level=info msg="Starting Workflow Executor" executorType │
│ init time="2022-08-24T22:11:21.924Z" level=info msg="Creating a emissary executor" │
│ init time="2022-08-24T22:11:21.924Z" level=info msg="Executor initialized" deadline="0001-01- │
│ init time="2022-08-24T22:11:21.952Z" level=info msg="Start loading input artifacts..." │
│ init time="2022-08-24T22:11:21.952Z" level=info msg="Alloc=4910 TotalAlloc=9295 Sys=74065 Num │
│ main STEP 1/6: FROM <http://docker.io/orchest/base-kernel-py:v2022.08.8|docker.io/orchest/base-kernel-py:v2022.08.8> │
│ main STEP 2/6: LABEL _orchest_project_uuid=f5f62dca-b5ad-40e3-a522-a29220d966f2 │
│ main --> Using cache 438dc990cbb2581f4d42e4c852b0630acc0ee6c016865ea762e37eb332af237b │
│ main --> 438dc990cbb │
│ main STEP 3/6: LABEL _orchest_environment_uuid=1bfd8c08-5b24-4a66-9a84-a50dd5e16652 │
│ main --> Using cache 823aad6fe66e4bcfba5da3946e8acae6a8eb36df47922c7eb49b46cc7461e816 │
│ main --> 823aad6fe66 │
│ main STEP 4/6: WORKDIR /project-dir │
│ main --> Using cache 1593801dc92911eadd946ad8cf53027fe64a7d893896a251bd70307b6f49bd0a │
│ main --> 1593801dc92 │
│ main STEP 5/6: COPY . . │
│ main error committing container for step {Env:[PATH=/opt/conda/bin:/usr/local/sbin:/usr/local │
│ main Error: exit status 125 │
│ Stream closed EOF for orchest/image-build-task-4a159dc2-a4b3-4050-816e-976dfbe7858e (init) │
│ Stream closed EOF for orchest/image-build-task-4a159dc2-a4b3-4050-816e-976dfbe7858e (main) │
│ wait time="2022-08-24T22:11:22.437Z" level=info msg="Starting Workflow Executor" executorType │
│ wait time="2022-08-24T22:11:22.440Z" level=info msg="Creating a emissary executor" │
│ wait time="2022-08-24T22:11:22.440Z" level=info msg="Executor initialized" deadline="0001-01- │
│ wait time="2022-08-24T22:11:22.440Z" level=info msg="Starting deadline monitor" │
│ wait time="2022-08-24T22:11:26.440Z" level=info msg="Main container completed" │
│ wait time="2022-08-24T22:11:26.441Z" level=info msg="No Script output reference in workflow. │
│ wait time="2022-08-24T22:11:26.441Z" level=info msg="No output parameters" │
│ wait time="2022-08-24T22:11:26.441Z" level=info msg="No output artifacts" │
│ wait time="2022-08-24T22:11:26.441Z" level=info msg="Killing sidecars []" │
│ wait time="2022-08-24T22:11:26.441Z" level=info msg="Alloc=4742 TotalAlloc=9333 Sys=74065 Num │
│ Stream closed EOF for orchest/image-build-task-4a159dc2-a4b3-4050-816e-976dfbe7858e (wait)
Has anyone run into this? Any help or clue as to where the configuration is wrong?juanlu
Robert Sun
08/24/2022, 10:25 PMYannick
curl -X POST <http://localorchest.io/catch/api-proxy/api/ctl/cleanup-builder-cache>
once and try again.Navid H
08/25/2022, 11:11 AMRobert Sun
08/25/2022, 8:44 PM<http://nfs.csi.k8s.io|nfs.csi.k8s.io>
for my default storage class. Seems to work and volumes are created successfully. Other services like mysql seem to work fine too.
If you guys don't recommend NFS as a storage class for orchest, what would be a good multi node storage class you do recommend? I can try that too to see if it fixes the problem.Yannick
Robert Sun
08/26/2022, 9:17 PMYannick
Robert Sun
08/29/2022, 7:36 PMYannick
v2022.09.2
the Environments issue should be solved and are much much faster!Robert Sun
09/28/2022, 9:54 PM