-
Notifications
You must be signed in to change notification settings - Fork 208
Description
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
[ 9/30] RUN 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:
#0 0.249 Cloning into 'efs-utils'...
#0 2.431 + pwd
#0 2.434 + BASE_DIR=/tmp/efs-utils
#0 2.434 + BUILD_ROOT=/tmp/efs-utils/build/debbuild
#0 2.434 + VERSION=2.0.1
#0 2.434 + RELEASE=1
#0 2.434 + DEB_SYSTEM_RELEASE_PATH=/etc/os-release
#0 2.435 + echo 'Cleaning deb build workspace'
#0 2.435 Cleaning deb build workspace
#0 2.435 + rm -rf /tmp/efs-utils/build/debbuild
#0 2.446 + mkdir -p /tmp/efs-utils/build/debbuild
#0 2.457 Creating application directories
#0 2.457 + echo 'Creating application directories'
#0 2.457 + mkdir -p /tmp/efs-utils/build/debbuild/etc/amazon/efs
#0 2.467 + mkdir -p /tmp/efs-utils/build/debbuild/etc/init/
#0 2.477 + mkdir -p /tmp/efs-utils/build/debbuild/etc/systemd/system
#0 2.487 + mkdir -p /tmp/efs-utils/build/debbuild/sbin
#0 2.497 + mkdir -p /tmp/efs-utils/build/debbuild/usr/bin
#0 2.507 + mkdir -p /tmp/efs-utils/build/debbuild/var/log/amazon/efs
#0 2.517 + mkdir -p /tmp/efs-utils/build/debbuild/usr/share/man/man8
#0 2.528 Building efs-proxy
#0 2.528 + echo 'Building efs-proxy'
#0 2.528 + cd src/proxy
#0 2.528 + cargo build --release --manifest-path /tmp/efs-utils/src/proxy/Cargo.toml
#0 2.574 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_ALIAS_BUILD", parts: [("alias", 5), ("build", 11)] }
#0 2.576 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TERM", parts: [("term", 5)] }
#0 2.577 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_NET", parts: [("net", 5)] }
#0 2.578 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_HTTP", parts: [("http", 5)] }
#0 2.645 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_BUILD", parts: [("build", 5)] }
#0 2.648 [2024-05-04T14:25:39Z TRACE cargo::util::toml] read_manifest; path=/tmp/efs-utils/src/proxy/Cargo.toml; source-id=/tmp/efs-utils/src/proxy
#0 2.662 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_REGISTRY_INDEX", parts: [("registry", 5), ("index", 14)] }
#0 2.669 [2024-05-04T14:25:39Z DEBUG cargo::core::workspace] find_root - trying /tmp/efs-utils/src/Cargo.toml
#0 2.669 [2024-05-04T14:25:39Z DEBUG cargo::core::workspace] find_root - trying /tmp/efs-utils/Cargo.toml
#0 2.670 [2024-05-04T14:25:39Z DEBUG cargo::core::workspace] find_root - trying /tmp/Cargo.toml
#0 2.670 [2024-05-04T14:25:39Z DEBUG cargo::core::workspace] find_root - trying /Cargo.toml
#0 2.670 [2024-05-04T14:25:39Z DEBUG cargo::core::workspace] find_members - only me as a member
#0 2.673 [2024-05-04T14:25:39Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TERM", parts: [("term", 5)] }
#0 2.675 [2024-05-04T14:25:39Z DEBUG cargo::util::rustc] failed to read rustc info cache: failed to read/tmp/efs-utils/src/proxy/target/.rustc_info.json
#0 2.675 [2024-05-04T14:25:39Z DEBUG cargo::util::rustc] rustc info cache miss
#0 2.676 [2024-05-04T14:25:39Z DEBUG cargo::util::rustc] runningrustc -vV
#0 2.873 [2024-05-04T14:25:40Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUSTFLAGS", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("rustflags", 37)] }
#0 2.874 [2024-05-04T14:25:40Z DEBUG cargo::util::rustc] rustc info cache miss
#0 2.875 [2024-05-04T14:25:40Z DEBUG cargo::util::rustc] runningrustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro -Csplit-debuginfo=packed
#0 3.566 [2024-05-04T14:25:40Z DEBUG cargo::util::rustc] rustc info cache miss
#0 3.566 [2024-05-04T14:25:40Z DEBUG cargo::util::rustc] runningrustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --force-warn=rust-2021-compatibility
#0 3.823 [2024-05-04T14:25:41Z DEBUG cargo::util::rustc] rustc info cache miss
#0 3.823 [2024-05-04T14:25:41Z DEBUG cargo::util::rustc] runningrustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg
#0 4.072 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUSTFLAGS", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("rustflags", 37)] }
#0 4.072 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET", parts: [("target", 5)] }
#0 4.072 [2024-05-04T14:25:41Z DEBUG cargo::util::config::target] Got all targets {}
#0 4.073 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUSTDOCFLAGS", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("rustdocflags", 37)] }
#0 4.073 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUNNER", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("runner", 37)] }
#0 4.074 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUSTFLAGS", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("rustflags", 37)] }
#0 4.074 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_LINKER", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("linker", 37)] }
#0 4.074 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12)] }
#0 4.076 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUNNER", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("runner", 37)] }
#0 4.076 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_RUSTFLAGS", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("rustflags", 37)] }
#0 4.076 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL_LINKER", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12), ("linker", 37)] }
#0 4.076 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_TARGET_X86_64_ALPINE_LINUX_MUSL", parts: [("target", 5), ("x86_64-alpine-linux-musl", 12)] }
#0 4.078 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_SOURCE", parts: [("source", 5)] }
#0 4.079 [2024-05-04T14:25:41Z TRACE cargo::util::config] get cv ConfigKey { env: "CARGO_PATCH", parts: [("patch", 5)] }
#0 4.080 [2024-05-04T14:25:41Z DEBUG cargo::ops::resolve] avoid_patch_ids={}
#0 4.080 [2024-05-04T14:25:41Z DEBUG cargo::core::registry] load/missing /tmp/efs-utils/src/proxy
#0 4.080 [2024-05-04T14:25:41Z DEBUG cargo::core::registry] loading source /tmp/efs-utils/src/proxy
#0 4.080 [2024-05-04T14:25:41Z DEBUG cargo::sources::config] loading: /tmp/efs-utils/src/proxy
#0 4.081 [2024-05-04T14:25:41Z TRACE cargo::core::source::source_id] loading SourceId; /tmp/efs-utils/src/proxy
#0 4.082 [2024-05-04T14:25:41Z TRACE cargo::ops::cargo_read_manifest] read_package; path=/tmp/efs-utils/src/proxy/Cargo.toml; source-id=/tmp/efs-utils/src/proxy
#0 4.082 [2024-05-04T14:25:41Z TRACE cargo::util::toml] read_manifest; path=/tmp/efs-utils/src/proxy/Cargo.toml; source-id=/tmp/efs-utils/src/proxy
#0 4.085 [2024-05-04T14:25:41Z TRACE cargo::core::registry] locking summary of efs-proxy v2.0.1 (/tmp/efs-utils/src/proxy)
#0 4.085 [2024-05-04T14:25:41Z TRACE cargo::core::registry] anyhow/^1.0.72/registrycrates-io
#0 4.085 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] async-trait/^0.1/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] bytes/^1.4.0/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] chrono/^0.4/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] clap/=4.0.0/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] fern/^0.6/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] futures/^0.3/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] log/^0.4/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] log4rs/^0/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nix/^0.26.2/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] onc-rpc/^0.2.3/registrycrates-io
#0 4.086 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] rand/^0.8.5/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] s2n-tls/^0.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] s2n-tls-sys/^0.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] s2n-tls-tokio/^0.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] serde/^1.0.175/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] serde_ini/^0.2.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] thiserror/^1.0.44/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] tokio/^1.29.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] tokio-util/^0.7.8/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] uuid/^1.4.1/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] xdr-codec/^0.4.4/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] test-case/*/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] tokio/^1.29.0/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] xdrgen/^0.4.4/registrycrates-io
#0 4.087 [2024-05-04T14:25:41Z TRACE cargo::core::registry] nope, unlocked
#0 4.090 [2024-05-04T14:25:41Z DEBUG cargo::core::resolver] initial activation: efs-proxy v2.0.1 (/tmp/efs-utils/src/proxy)
#0 4.091 [2024-05-04T14:25:41Z TRACE cargo::core::resolver] activating efs-proxy v2.0.1 (/tmp/efs-utils/src/proxy)
#0 4.093 [2024-05-04T14:25:41Z DEBUG cargo::core::registry] load/missing registrycrates-io
#0 4.093 [2024-05-04T14:25:41Z DEBUG cargo::core::registry] loading source registrycrates-io
#0 4.093 [2024-05-04T14:25:41Z DEBUG cargo::sources::config] loading: registrycrates-io
#0 4.093 [2024-05-04T14:25:41Z TRACE cargo::core::source::source_id] loading SourceId; registrycrates-io
#0 4.094 [2024-05-04T14:25:41Z DEBUG cargo::sources::registry::remote] updating the index
#0 4.097 [2024-05-04T14:25:41Z TRACE cargo::sources::registry::remote] acquiring registry index lock
#0 4.108 Updating crates.io index
#0 4.109 [2024-05-04T14:25:41Z DEBUG cargo::sources::git::utils] attempting GitHub fast path for https://api.github.com/repos/rust-lang/crates.io-index/commits/HEAD
#0 4.111 [2024-05-04T14:25:41Z DEBUG cargo::sources::git::utils] failed to check github reference 'refs/remotes/origin/HEAD' not found; class=Reference (4); code=NotFound (-3)
#0 4.112 [2024-05-04T14:25:41Z DEBUG cargo::sources::git::utils] skipping gc as there's only 0 pack files
#0 4.112 [2024-05-04T14:25:41Z DEBUG cargo::sources::git::utils] doing a fetch for https://github.com/rust-lang/crates.io-index
#0 4.113 [2024-05-04T14:25:41Z DEBUG cargo::sources::git::utils] initiating fetch of ["HEAD:refs/remotes/origin/HEAD"] from https://github.com/rust-lang/crates.io-index
#0 95.00 Killed
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