[INFO] cloning repository https://github.com/aws-cli-tools/delete-bucket [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aws-cli-tools/delete-bucket" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faws-cli-tools%2Fdelete-bucket", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faws-cli-tools%2Fdelete-bucket'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8a362740304e0c6c62ef1b504363283bfa42377f [INFO] testing aws-cli-tools/delete-bucket against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faws-cli-tools%2Fdelete-bucket" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aws-cli-tools/delete-bucket on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aws-cli-tools/delete-bucket [INFO] finished tweaking git repo https://github.com/aws-cli-tools/delete-bucket [INFO] tweaked toml for git repo https://github.com/aws-cli-tools/delete-bucket written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/aws-cli-tools/delete-bucket already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 337f4d846035fc53a83a273ee49f0a2d7a8363ec7cc70c593a34238392058b73 [INFO] running `Command { std: "docker" "start" "-a" "337f4d846035fc53a83a273ee49f0a2d7a8363ec7cc70c593a34238392058b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "337f4d846035fc53a83a273ee49f0a2d7a8363ec7cc70c593a34238392058b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "337f4d846035fc53a83a273ee49f0a2d7a8363ec7cc70c593a34238392058b73", kill_on_drop: false }` [INFO] [stdout] 337f4d846035fc53a83a273ee49f0a2d7a8363ec7cc70c593a34238392058b73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06141a4ccaeafff221ec37ccd39c86a870bbe196077506933b2545679aa352c8 [INFO] running `Command { std: "docker" "start" "-a" "06141a4ccaeafff221ec37ccd39c86a870bbe196077506933b2545679aa352c8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling outref v0.5.1 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling base64-simd v0.8.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling bytes-utils v0.1.3 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling aws-smithy-types v0.56.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling aws-smithy-eventstream v0.56.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling aws-types v0.56.1 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling rustix v0.38.9 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling xmlparser v0.13.5 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling aws-smithy-json v0.56.1 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling aws-smithy-xml v0.56.1 [INFO] [stderr] Compiling crc32c v0.6.4 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling rustls-webpki v0.101.4 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.2 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling anstream v0.5.0 [INFO] [stderr] Compiling aws-smithy-query v0.56.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling clap_lex v0.5.1 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling portable-atomic v1.4.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap_builder v4.4.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling raw-cpuid v10.7.0 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling clap_derive v4.4.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling aws-smithy-async v0.56.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling aws-credential-types v0.56.1 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling predicates v2.1.5 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling dashmap v5.5.2 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling clap v4.4.0 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling quanta v0.11.1 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tempfile v3.8.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling fragile v2.0.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling dialoguer v0.10.4 [INFO] [stderr] Compiling indicatif v0.17.6 [INFO] [stderr] Compiling governor v0.6.0 [INFO] [stderr] Compiling hermit-abi v0.3.2 [INFO] [stderr] Compiling mockall_derive v0.11.4 [INFO] [stderr] Compiling aws-smithy-http v0.56.1 [INFO] [stderr] Compiling hyper-rustls v0.24.1 [INFO] [stderr] Compiling mockall v0.11.4 [INFO] [stderr] Compiling aws-smithy-http-tower v0.56.1 [INFO] [stderr] Compiling aws-smithy-runtime-api v0.56.1 [INFO] [stderr] Compiling aws-sigv4 v0.56.1 [INFO] [stderr] Compiling aws-smithy-checksums v0.56.1 [INFO] [stderr] Compiling aws-smithy-client v0.56.1 [INFO] [stderr] Compiling aws-smithy-runtime v0.56.1 [INFO] [stderr] Compiling aws-http v0.56.1 [INFO] [stderr] Compiling aws-runtime v0.56.1 [INFO] [stderr] Compiling aws-sdk-sts v0.30.0 [INFO] [stderr] Compiling aws-sdk-s3 v0.30.0 [INFO] [stderr] Compiling aws-config v0.56.1 [INFO] [stderr] Compiling aws-cli-lib v0.1.0 (https://github.com/aws-cli-tools/aws-cli-lib.git#0d1c0a34) [INFO] [stderr] Compiling delete-bucket v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 12s [INFO] running `Command { std: "docker" "inspect" "06141a4ccaeafff221ec37ccd39c86a870bbe196077506933b2545679aa352c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06141a4ccaeafff221ec37ccd39c86a870bbe196077506933b2545679aa352c8", kill_on_drop: false }` [INFO] [stdout] 06141a4ccaeafff221ec37ccd39c86a870bbe196077506933b2545679aa352c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b0bf7e746d7dc4c6378019173fc26fe6e25a3f2f64a6e37f8aa2d1ffdec625a [INFO] running `Command { std: "docker" "start" "-a" "5b0bf7e746d7dc4c6378019173fc26fe6e25a3f2f64a6e37f8aa2d1ffdec625a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling relative-path v1.9.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling predicates v2.1.5 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling predicates v3.0.3 [INFO] [stderr] Compiling mockall v0.11.4 [INFO] [stderr] Compiling assert_cmd v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling clap_derive v4.4.0 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling clap v4.4.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling governor v0.6.0 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling aws-smithy-async v0.56.1 [INFO] [stderr] Compiling aws-credential-types v0.56.1 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling aws-smithy-http v0.56.1 [INFO] [stderr] Compiling hyper-rustls v0.24.1 [INFO] [stderr] Compiling aws-smithy-http-tower v0.56.1 [INFO] [stderr] Compiling aws-smithy-runtime-api v0.56.1 [INFO] [stderr] Compiling aws-sigv4 v0.56.1 [INFO] [stderr] Compiling aws-smithy-checksums v0.56.1 [INFO] [stderr] Compiling aws-smithy-client v0.56.1 [INFO] [stderr] Compiling aws-types v0.56.1 [INFO] [stderr] Compiling aws-smithy-runtime v0.56.1 [INFO] [stderr] Compiling aws-http v0.56.1 [INFO] [stderr] Compiling aws-runtime v0.56.1 [INFO] [stderr] Compiling aws-sdk-sts v0.30.0 [INFO] [stderr] Compiling aws-sdk-s3 v0.30.0 [INFO] [stderr] Compiling aws-config v0.56.1 [INFO] [stderr] Compiling aws-cli-lib v0.1.0 (https://github.com/aws-cli-tools/aws-cli-lib.git#0d1c0a34) [INFO] [stderr] Compiling delete-bucket v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustccvOZ6Z/symbols.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.delete_bucket.b2af7b42cb80210d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d.5drc4xq7744oot3m.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-0400b6dae9e2d481/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-5e16d19d35b23217.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-ce24e402f5e618b7.rlib" "/opt/rustwide/target/debug/deps/libis_terminal-98ede2efacaada09.rlib" "/opt/rustwide/target/debug/deps/libhumantime-81eb015faf70e9e1.rlib" "/opt/rustwide/target/debug/deps/libdelete_bucket-2a77cfab4657e57f.rlib" "/opt/rustwide/target/debug/deps/libindicatif-9812501019e4c2d9.rlib" "/opt/rustwide/target/debug/deps/libportable_atomic-4af7089e5f9611b4.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-0991983270e884b3.rlib" "/opt/rustwide/target/debug/deps/libgovernor-11675aa686e1e298.rlib" "/opt/rustwide/target/debug/deps/libquanta-39c4d051c802a181.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-023d802a0406d7b5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5767efca53968b50.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-bebb453b2b878b17.rlib" "/opt/rustwide/target/debug/deps/libdashmap-c3ce1be842be5afd.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-e6b8bbd8b7d15a4e.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-137ab44ab9c01950.rlib" "/opt/rustwide/target/debug/deps/libnonzero_ext-22fcfebe47cedb99.rlib" "/opt/rustwide/target/debug/deps/librand-c18f6fd30d0c1b1a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4e84f6c04c2b5e08.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-fe04c920ffa11adb.rlib" "/opt/rustwide/target/debug/deps/librand_core-c31e2b7eae08935d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d0cc020f1b7a4afb.rlib" "/opt/rustwide/target/debug/deps/libno_std_compat-0f33309d79efec8a.rlib" "/opt/rustwide/target/debug/deps/libfutures-5b6a420f36c2f8b0.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-a2db9312efa1d42a.rlib" "/opt/rustwide/target/debug/deps/libaws_cli_lib-1bafb3d484a9e319.rlib" "/opt/rustwide/target/debug/deps/libaws_config-c52771deb14e5250.rlib" "/opt/rustwide/target/debug/deps/libaws_sdk_sts-deba05867e0d76e1.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_query-3c57a218cdbc0e2e.rlib" "/opt/rustwide/target/debug/deps/liburlencoding-371cf8dd7dea38ca.rlib" "/opt/rustwide/target/debug/deps/libdialoguer-c66915dea6f09fef.rlib" "/opt/rustwide/target/debug/deps/libshell_words-34c6a871056ea16c.rlib" "/opt/rustwide/target/debug/deps/libtempfile-075e8f75d0915c40.rlib" "/opt/rustwide/target/debug/deps/librustix-a7dcf995ed7d500f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-56b333029044ea35.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-773877453079756d.rlib" "/opt/rustwide/target/debug/deps/libconsole-4f97916a3f7e53af.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-a54c50c3c5836a4d.rlib" "/opt/rustwide/target/debug/deps/libclap-e1ad2bc921bb1caa.rlib" "/opt/rustwide/target/debug/deps/libclap_builder-df7a11465e96fab2.rlib" "/opt/rustwide/target/debug/deps/libstrsim-ec3452ee5464cd9b.rlib" "/opt/rustwide/target/debug/deps/libanstream-1cc6c37b5774fa25.rlib" "/opt/rustwide/target/debug/deps/libanstyle_query-11b5a2119e8d6dfc.rlib" "/opt/rustwide/target/debug/deps/libcolorchoice-cd0d633f8cbf8c20.rlib" "/opt/rustwide/target/debug/deps/libanstyle_parse-3355e5c8c361bf52.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-5f76eb260d3111f6.rlib" "/opt/rustwide/target/debug/deps/libclap_lex-264355c051b12608.rlib" "/opt/rustwide/target/debug/deps/libanstyle-8e82ece3c673c23e.rlib" "/opt/rustwide/target/debug/deps/libaws_sdk_s3-465c7b2a906f62e0.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_xml-64409ac354df26e5.rlib" "/opt/rustwide/target/debug/deps/libxmlparser-d11fde84ef61e962.rlib" "/opt/rustwide/target/debug/deps/liburl-06643848f76db544.rlib" "/opt/rustwide/target/debug/deps/libidna-05a9f8550fc05f3d.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-a8907e05a573becc.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-f4a465bf6697bbfd.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-211cc49cdbbc7ccc.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1f0af8812e2687f0.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_json-078439e6c1790042.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_checksums-180e4cd57f76e4fd.rlib" "/opt/rustwide/target/debug/deps/libcrc32c-447b4f463f9ce5b0.rlib" "/opt/rustwide/target/debug/deps/libmd5-69ade19dcb762d81.rlib" "/opt/rustwide/target/debug/deps/libsha1-9c30f89791069643.rlib" "/opt/rustwide/target/debug/deps/libaws_runtime-b823a50a5b4b4599.rlib" "/opt/rustwide/target/debug/deps/libuuid-a081d55888fc07f2.rlib" "/opt/rustwide/target/debug/deps/libaws_sigv4-7ddd77a855d8e3d6.rlib" "/opt/rustwide/target/debug/deps/libregex-1cb20e432dbb700a.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-9f69dfde390abca4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-546385dc53e9f0e1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bc8908e0725c77b1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-c49aa70c7e4f412e.rlib" "/opt/rustwide/target/debug/deps/libhex-86d5c93120003637.rlib" "/opt/rustwide/target/debug/deps/libsha2-54f7dde8976da162.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-45558b692dd365f6.rlib" "/opt/rustwide/target/debug/deps/libhmac-c8ab6cb8993daf4b.rlib" "/opt/rustwide/target/debug/deps/libdigest-e51e640a392625f3.rlib" "/opt/rustwide/target/debug/deps/libsubtle-146ac20832f2825d.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-0220f2dfe4f27ab4.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-500ffd845068e6c8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-8ec056593affa411.rlib" "/opt/rustwide/target/debug/deps/libtypenum-bb84b2fde2eeb61d.rlib" "/opt/rustwide/target/debug/deps/libaws_http-800a8431a93e6c62.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_runtime-2964068c38da86d9.rlib" "/opt/rustwide/target/debug/deps/libaws_types-7253c70a18082913.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_client-bdc691cfaa16b72e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-d88fc998f1ab5be0.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_http_tower-1ccb85580f3b6dbd.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-640d4b6092ad252e.rlib" "/opt/rustwide/target/debug/deps/librustls_native_certs-4b232257b7ef0306.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-1ee70859d4c6a52c.rlib" "/opt/rustwide/target/debug/deps/libbase64-7f8e5d95ea563bf3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-40a313131c901435.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-2f28e8de33f63b7c.rlib" "/opt/rustwide/target/debug/deps/librustls-79433d317e2a31f9.rlib" "/opt/rustwide/target/debug/deps/libsct-292c76d7920560a7.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6b0cd22d7d4f5eb3.rlib" "/opt/rustwide/target/debug/deps/libring-2b989f53e4f888d7.rlib" "/opt/rustwide/target/debug/deps/libspin-6811e0ebd80f3598.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-c39bdf7eebb06729.rlib" "/opt/rustwide/target/debug/deps/libtower-4fe0535b16d90c99.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d075755936ac75be.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-4e6fc6762b458691.rlib" "/opt/rustwide/target/debug/deps/libaws_credential_types-603526a80e0e8d24.rlib" "/opt/rustwide/target/debug/deps/libfastrand-55fd61fe15114d59.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c9513909f6c991b2.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-b81285feeae09784.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_async-0fab0b7920bfd2a1.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-ca7cf0cda0020d85.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_http-caac96565f05c8df.rlib" "/opt/rustwide/target/debug/deps/libhyper-337ecfb397ae3c56.rlib" "/opt/rustwide/target/debug/deps/libwant-806205510b52317e.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-0064de4aa88bd758.rlib" "/opt/rustwide/target/debug/deps/libsocket2-f6918099e9df7ef3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-801e20573d03a6d6.rlib" "/opt/rustwide/target/debug/deps/libh2-dfd912f0bdeb8ae1.rlib" "/opt/rustwide/target/debug/deps/libindexmap-fd74b59bee3e6ecb.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-2ad7d741710df042.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-6c4fb4dd449b954d.rlib" "/opt/rustwide/target/debug/deps/libtower_service-be8e9d0369a7ce8c.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-5a816464071aa843.rlib" "/opt/rustwide/target/debug/deps/libmemchr-22b9e23b2f3bea7f.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5501083a5c49ebcd.rlib" "/opt/rustwide/target/debug/deps/libslab-a91b5ce0016f3c3a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-35e735cf04f9d653.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-287ecabfc279cbe4.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-2291a31f1e041d43.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-9451216248c54863.rlib" "/opt/rustwide/target/debug/deps/libtokio-70e324e2167f770f.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-d04d64f8d2aa3f2c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f00dc41e2f9be613.rlib" "/opt/rustwide/target/debug/deps/libsocket2-071a1619912d39ff.rlib" "/opt/rustwide/target/debug/deps/libmio-65f7a6e420c052de.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-fb0fe113723a7917.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-53c353409b6fe912.rlib" "/opt/rustwide/target/debug/deps/liblibc-a60083767262d076.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-c6e68ee957ebec20.rlib" "/opt/rustwide/target/debug/deps/liblock_api-363f10e3fb194ef2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-046932e2ca071af8.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-f9c0926033fbf1c4.rlib" "/opt/rustwide/target/debug/deps/libbytes_utils-3f748c8cc289e509.rlib" "/opt/rustwide/target/debug/deps/libeither-8663f0d7c88001e1.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_eventstream-84ce984dcdd5fe68.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-5ed460358680a6de.rlib" "/opt/rustwide/target/debug/deps/libtracing-bebed6f771da1713.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-23be4e025b0ec51f.rlib" "/opt/rustwide/target/debug/deps/liblog-bcb31a9013ca82e9.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3f8f6a279f0fc22c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1403530712c91c7d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f4387634cefe6150.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c3fe56d205744c78.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-4aa2de7f3e104692.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-1eaac7fe7f25f872.rlib" "/opt/rustwide/target/debug/deps/libhttp-2afaef3d958e2c62.rlib" "/opt/rustwide/target/debug/deps/libfnv-57a1ad4fa04458e0.rlib" "/opt/rustwide/target/debug/deps/libbytes-160461fd7685c961.rlib" "/opt/rustwide/target/debug/deps/libaws_smithy_types-4c8988d2d52ae427.rlib" "/opt/rustwide/target/debug/deps/libryu-f049ac80cbc5eb2b.rlib" "/opt/rustwide/target/debug/deps/libitoa-329a68344a1034ca.rlib" "/opt/rustwide/target/debug/deps/libtime-5fb6b8e3c1503fb0.rlib" "/opt/rustwide/target/debug/deps/libtime_core-c82b37acf78c2e6b.rlib" "/opt/rustwide/target/debug/deps/libderanged-379c2abb284f35c6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-62d46c0471a19d49.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5cb01887e9bc8d99.rlib" "/opt/rustwide/target/debug/deps/libbase64_simd-a3fee9f69a4c87fa.rlib" "/opt/rustwide/target/debug/deps/liboutref-9e8fcf2982ec61db.rlib" "/opt/rustwide/target/debug/deps/libvsimd-8b2f8e6e7f6b7f64.rlib" "/opt/rustwide/target/debug/deps/libanyhow-7ecdefa553d519e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eca148d40c27828a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-f79ce8642007e855.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1fe9bd67498fbf18.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3788e49522b852a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-293157cb6c33dac0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-abbb9acf47228326.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8eb538eb14475afc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-096c75e791c517e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-70d829e242cc2600.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0f72c91344bcfa94.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1615daa34e109985.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd25f392b75bcc2b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-6927c286ef5bc991.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c1e84b1d0c9e0ae0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6e9717f33e8b3ab4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5f3ff2b3bef25937.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bc0a01f2fc69c61c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3bdfb762c845e8a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-24e1c84d0c94c858.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/delete_bucket-8dea9a66f80f473d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `delete-bucket` (bin "delete-bucket") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5b0bf7e746d7dc4c6378019173fc26fe6e25a3f2f64a6e37f8aa2d1ffdec625a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b0bf7e746d7dc4c6378019173fc26fe6e25a3f2f64a6e37f8aa2d1ffdec625a", kill_on_drop: false }` [INFO] [stdout] 5b0bf7e746d7dc4c6378019173fc26fe6e25a3f2f64a6e37f8aa2d1ffdec625a