kavirajk commented on PR #1006: URL: https://github.com/apache/datafusion-ballista/pull/1006#issuecomment-2119341303
@andygrove any idea [CI (Docker stage) is not passing](https://github.com/apache/datafusion-ballista/actions/runs/8775461142/job/24159808966?pr=1006). Looks totally unrelated to the PR. ``` [3/9] COPY target/release/ballista-scheduler /root/ballista-scheduler #6 ERROR: failed to calculate checksum of ref abc794c5-012e-49ab-b658-c7ad62c56cb6::00d8a19ciim46e09f5gy4g04f: "/target/release/ballista-scheduler": not found #7 [5/9] RUN chmod a+x /root/ballista-scheduler && chmod a+x /root/ballista-executor #7 CACHED #8 [6/9] RUN mkdir -p /data && wget -q https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet -P /data/ #8 CACHED #9 [7/9] COPY ballista/scheduler/ui/build /var/www/html #9 ERROR: failed to calculate checksum of ref abc794c5-012e-49ab-b658-c7ad62c56cb6::00d8a19ciim[46](https://github.com/apache/datafusion-ballista/actions/runs/8775461142/job/24159808966?pr=1006#step:5:47)e09f5gy4g04f: "/ballista/scheduler/ui/build": not found #10 [4/9] COPY target/release/ballista-executor /root/ballista-executor #10 ERROR: failed to calculate checksum of ref abc794c5-012e-49ab-b658-c7ad62c56cb6::00d8a19ciim46e09f5gy4g04f: "/target/release/ballista-executor": not found ``` Looks like copying anything from `/target/release/` and `ui/build` is failing. Also this may be the one blocking [other PRs as well?](https://github.com/apache/datafusion-ballista/actions/runs/8928430221/job/24524493479?pr=1011) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
