-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with efs-utils after recent update #213
Comments
Team, |
Is this issue resolved ? How can I use this utility if its currently breaking |
I think, this issue is appearing because of this message #0 4.020 [2024-05-09T05:51:52Z DEBUG cargo::sources::git::utils] attempting GitHub fast path for https://api.github.com/repos/rust-lang/crates.io-index/commits/HEAD |
was able to get around the issue by adding this before cloning the repo:
|
efs-utils does not officially support alpine https://github.com/aws/efs-utils?tab=readme-ov-file#efs-utils Are you seeing this issue on any supported distributions? |
I can confirm that this issue also happens on Ubuntu 20.04 (since at least April 15th) which actually is in the supported list. It can be fixed by installing the following additional libraries (although it would be nice to be working "out of the box" again): |
@vtotare I'm the Alpine Linux package manager for There is an issue with efs-proxy 1.35.x (I believe) in Alpine 3.20 that tends to fill up /var/log with Python deprecation warnings, and am such working on 2.0.3 in Alpine edge and have it successfully building. Once that's proven itself, I may backport it to 3.20. |
Hello Team,
I am using Alpine (3.15) and we are using this utility to mount efs file system on docker container but I noticed that recent update in efs-utils started breaking docker build image process. Previously, was getting below error message so thought it may because "cargo" package but not it started with different error message.
Error message without "Cargo" package:
cd src/proxy
cargo build --release --manifest-path /tmp/efs-utils/src/proxy/Cargo.toml
./build-deb.sh: 33: cargo: not found_
Error message with "Cargo" package:
=> ERROR [ 9/30] RUN cd /tmp && git clone https://github.com/aws/efs-utils && cd /tmp/efs-utils/ && rm -rf ~/.cargo 95.1s
error: failed to solve: executor failed running [/bin/sh -c cd /tmp && git clone https://github.com/aws/efs-utils && cd /tmp/efs-utils/ && rm -rf ~/.cargo/registry/cache && export CARGO_LOG=trace && ./build-deb.sh && dpkg --force-all -i ./build/amazon-efs-utils*.deb && sed -i '/#region = us-east-1/s/^#//' /etc/amazon/efs/efs-utils.conf && sed -i 's/us-east-1/ap-east-1/g' /etc/amazon/efs/efs-utils.conf]: exit code: 137
The text was updated successfully, but these errors were encountered: