Skip to content

feat(data-warehouse): Upgrade deltalake - take two! #72240

feat(data-warehouse): Upgrade deltalake - take two!

feat(data-warehouse): Upgrade deltalake - take two! #72240

Triggered via pull request February 25, 2025 15:59
Status Failure
Total duration 2m 23s
Artifacts

container-images-ci.yml

on: pull_request
Build Docker image
2m 9s
Build Docker image
Lint changed Dockerfiles
53s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

Annotations

1 error, 9 warnings, and 7 notices
Build Docker image
failed with: Error: failed to solve: process "/bin/sh -c maturin build --release --target aarch64-unknown-linux-gnu --compatibility manylinux2014 --out wheels" did not complete successfully: exit code: 1
Lint changed Dockerfiles: Dockerfile#L51
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L106
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L146
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L186
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L209
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L223
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L226
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L295
Last USER should not be root
Build Docker image
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Lint changed Dockerfiles: Dockerfile#L92
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L132
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L133
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L209
Delete the apt-get lists after installing something
Lint changed Dockerfiles: Dockerfile#L222
Delete the apt-get lists after installing something
Lint changed Dockerfiles: Dockerfile#L223
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L223
Avoid additional packages by specifying `--no-install-recommends`