[INFO] cloning repository https://github.com/rust-china/ali-oss
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-china/ali-oss" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-china%2Fali-oss", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-china%2Fali-oss'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efc4c3aea4c1a2d660938b5986862e7601f2a371
[INFO] testing rust-china/ali-oss against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-china%2Fali-oss" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rust-china/ali-oss
[INFO] finished tweaking git repo https://github.com/rust-china/ali-oss
[INFO] tweaked toml for git repo https://github.com/rust-china/ali-oss written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rust-china/ali-oss on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rust-china/ali-oss 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b34f5749002d824c23ee45db4eae2515b856466aa2feb916675ce66e707d71e
[INFO] running `Command { std: "docker" "start" "-a" "5b34f5749002d824c23ee45db4eae2515b856466aa2feb916675ce66e707d71e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b34f5749002d824c23ee45db4eae2515b856466aa2feb916675ce66e707d71e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b34f5749002d824c23ee45db4eae2515b856466aa2feb916675ce66e707d71e", kill_on_drop: false }`
[INFO] [stdout] 5b34f5749002d824c23ee45db4eae2515b856466aa2feb916675ce66e707d71e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5663dd858c930f189d3c0eb9aed5a8607048c020b8740f8f59d552cc59395fb0
[INFO] running `Command { std: "docker" "start" "-a" "5663dd858c930f189d3c0eb9aed5a8607048c020b8740f8f59d552cc59395fb0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling httparse v1.9.3
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling infer v0.16.0
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.2
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling zerovec v0.10.2
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling icu_properties v1.5.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling ali-oss v0.0.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.58s
[INFO] running `Command { std: "docker" "inspect" "5663dd858c930f189d3c0eb9aed5a8607048c020b8740f8f59d552cc59395fb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5663dd858c930f189d3c0eb9aed5a8607048c020b8740f8f59d552cc59395fb0", kill_on_drop: false }`
[INFO] [stdout] 5663dd858c930f189d3c0eb9aed5a8607048c020b8740f8f59d552cc59395fb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffd0652edb20dd694946ef54f80f7fb10f7420e9a89b417285657210badafd5a
[INFO] running `Command { std: "docker" "start" "-a" "ffd0652edb20dd694946ef54f80f7fb10f7420e9a89b417285657210badafd5a", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling ali-oss v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcvtnzKD/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdotenvy-6d8015f91495fe74,libali_oss-959a04d03605facd,libring-e52e4e390fb3f236,libgetrandom-a643fa1f2eb96571,libspin-77da57a1b47d23a3,libuntrusted-b2f816886faf2178,libmd5-380e091b79bd6e66,libinfer-56a71801b619fa22,libcfb-3d5cb21b4d869fff,libuuid-09d98cedbedf11c8,libbyteorder-8f59b6d1bfdaa844,libfutures-b3f89e6c353f9600,libfutures_executor-c98fec176bd70b26,libroxmltree-906770506dfebbd0,libchrono-73cd6782189c88a1,libnum_traits-04d64878452b6978,libiana_time_zone-8015593db973084f,libreqwest-ec2460b52b10be1d,librustls_pemfile-b21619f6c66a14e4,librustls_pki_types-dfd8ac24fc7a47c8,libserde_urlencoded-72c6241f419fa48a,libryu-a980823ac8640001,libipnet-21a83f2d587ce134,libhyper_tls-d2a3aba9b9ae39d1,libtokio_native_tls-4adedcea5a142ff8,libmime-0188e0814ca7ddbf,libencoding_rs-ca79e330d79b9da1,libserde-722bd8b29fcff1e8,libnative_tls-bb666eff715c4818,libopenssl_probe-5821ed5bfde807ff,libopenssl-02df2cdfce9fddf1,libbitflags-46cac965755be86c,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-a62d4ff76dab9813,libhyper_util-3c91f7ab77d1cd1a,libtower-cfa72d611ce9ac21,libpin_project-5b5f4b643833dff6,libtower_layer-42079adb73a9aac4,libtower_service-442e0d38cf369aa3,libhyper-e99aae33ff434f5b,libwant-0b31e25494497eb5,libtry_lock-8fa2f6971035be84,libhttparse-11bc68d4f5d7900a,libh2-c4ff1897ecfb31d7,libtracing-6f440e4b9df914ed,libtracing_core-b916b3518d5055ef,libonce_cell-a1d7742f74efe1da,libindexmap-460a20926f80f3a0,libequivalent-487f93f8f6ab5e5b,libhashbrown-7535884dad52ee2f,libatomic_waker-06950c8c08d2b8fa,libtokio_util-84c78e7683e4868d,libtokio-58d989ec5ec34fc7,libsignal_hook_registry-3eab2c9b37ea6f87,libnum_cpus-500f5f4d99d79bd4,libsocket2-6cb825cc1d5ea35e,libmio-02ff5580998ea785,libparking_lot-053e464f5a115a5d,libparking_lot_core-d7527820d9a6005c,liblibc-3f1c56229013c928,libcfg_if-3e7fc4e38d4a72b5,liblock_api-0bc047fd44b660b0,libscopeguard-7ec2214574194454,libhttp_body_util-00f7d7439ed6fdfc,libfutures_util-6e4fc024ac32f6fb,libmemchr-08f38e9718637002,libfutures_io-15f510aebc68962e,libslab-26b741578fad7272,libfutures_channel-c5a37d957ff72faa,libfutures_sink-bfbbbc7bce12d32f,libfutures_task-7735bb2404c6e6f3,libpin_utils-3860774ad9b215b5,libpin_project_lite-e591be24d8b8b3c6,libhttp_body-4371b0348f994417,liblog-b5d4972b7add18e7,libfutures_core-451bff7c303527ba,liburl-dd40f460ed7192ab,libidna-27f5138406e57319,libidna_adapter-adba09c87a9a93ed,libicu_normalizer-7faa588c54134399,libicu_normalizer_data-5f7d7c19a0e21ea1,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libsmallvec-084045a3116dc58e,libicu_properties-e892d1161acb09d9,libicu_properties_data-61b2e4b1f2e1f988,libicu_locid_transform-0681a48813bb2a87,libicu_locid_transform_data-94513cffde0b2fcb,libicu_collections-aa1e0c30b808aec5,libicu_provider-638bda1f08ee153e,libicu_locid-6c4d41174dd7b49e,liblitemap-ef831971c0938ea9,libtinystr-02fc792bb1e3a6ec,libzerovec-4ab77905cc6ad477,libwriteable-1e5dea0053e4c229,libyoke-119b9056d7f13a48,libzerofrom-42ad0e7d343ce68e,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-35907277f0683ea4,libhttp-2b0cd9824ecd20f3,libitoa-20e94f961f8d160c,libbytes-3fbe0740e65931fa,libfnv-79e2cbfbe03dcd16,libpercent_encoding-af9df9186596bd92,libanyhow-bab7366809509fd1,libbase64-32787b0325ea6df8}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcvtnzKD/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-a70152be3cc55b8d/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/put_object-5b0e837094429e80" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ali-oss` (example "put_object") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ali-oss` (example "put_bucket")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name put_bucket --edition=2021 examples/put_bucket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75639981f3dbcc64 -C extra-filename=-667a29bbc703de07 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern ali_oss=/opt/rustwide/target/debug/deps/libali_oss-959a04d03605facd.rlib --extern ali_oss=/opt/rustwide/target/debug/deps/libali_oss-959a04d03605facd.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bab7366809509fd1.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3fbe0740e65931fa.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-73cd6782189c88a1.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-b3f89e6c353f9600.rlib --extern infer=/opt/rustwide/target/debug/deps/libinfer-56a71801b619fa22.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-380e091b79bd6e66.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-af9df9186596bd92.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ec2460b52b10be1d.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-e52e4e390fb3f236.rlib --extern roxmltree=/opt/rustwide/target/debug/deps/libroxmltree-906770506dfebbd0.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-58d989ec5ec34fc7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-a70152be3cc55b8d/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcDlqJKa/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdotenvy-6d8015f91495fe74,libali_oss-959a04d03605facd,libring-e52e4e390fb3f236,libgetrandom-a643fa1f2eb96571,libspin-77da57a1b47d23a3,libuntrusted-b2f816886faf2178,libmd5-380e091b79bd6e66,libinfer-56a71801b619fa22,libcfb-3d5cb21b4d869fff,libuuid-09d98cedbedf11c8,libbyteorder-8f59b6d1bfdaa844,libfutures-b3f89e6c353f9600,libfutures_executor-c98fec176bd70b26,libroxmltree-906770506dfebbd0,libchrono-73cd6782189c88a1,libnum_traits-04d64878452b6978,libiana_time_zone-8015593db973084f,libreqwest-ec2460b52b10be1d,librustls_pemfile-b21619f6c66a14e4,librustls_pki_types-dfd8ac24fc7a47c8,libserde_urlencoded-72c6241f419fa48a,libryu-a980823ac8640001,libipnet-21a83f2d587ce134,libhyper_tls-d2a3aba9b9ae39d1,libtokio_native_tls-4adedcea5a142ff8,libmime-0188e0814ca7ddbf,libencoding_rs-ca79e330d79b9da1,libserde-722bd8b29fcff1e8,libnative_tls-bb666eff715c4818,libopenssl_probe-5821ed5bfde807ff,libopenssl-02df2cdfce9fddf1,libbitflags-46cac965755be86c,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-a62d4ff76dab9813,libhyper_util-3c91f7ab77d1cd1a,libtower-cfa72d611ce9ac21,libpin_project-5b5f4b643833dff6,libtower_layer-42079adb73a9aac4,libtower_service-442e0d38cf369aa3,libhyper-e99aae33ff434f5b,libwant-0b31e25494497eb5,libtry_lock-8fa2f6971035be84,libhttparse-11bc68d4f5d7900a,libh2-c4ff1897ecfb31d7,libtracing-6f440e4b9df914ed,libtracing_core-b916b3518d5055ef,libonce_cell-a1d7742f74efe1da,libindexmap-460a20926f80f3a0,libequivalent-487f93f8f6ab5e5b,libhashbrown-7535884dad52ee2f,libatomic_waker-06950c8c08d2b8fa,libtokio_util-84c78e7683e4868d,libtokio-58d989ec5ec34fc7,libsignal_hook_registry-3eab2c9b37ea6f87,libnum_cpus-500f5f4d99d79bd4,libsocket2-6cb825cc1d5ea35e,libmio-02ff5580998ea785,libparking_lot-053e464f5a115a5d,libparking_lot_core-d7527820d9a6005c,liblibc-3f1c56229013c928,libcfg_if-3e7fc4e38d4a72b5,liblock_api-0bc047fd44b660b0,libscopeguard-7ec2214574194454,libhttp_body_util-00f7d7439ed6fdfc,libfutures_util-6e4fc024ac32f6fb,libmemchr-08f38e9718637002,libfutures_io-15f510aebc68962e,libslab-26b741578fad7272,libfutures_channel-c5a37d957ff72faa,libfutures_sink-bfbbbc7bce12d32f,libfutures_task-7735bb2404c6e6f3,libpin_utils-3860774ad9b215b5,libpin_project_lite-e591be24d8b8b3c6,libhttp_body-4371b0348f994417,liblog-b5d4972b7add18e7,libfutures_core-451bff7c303527ba,liburl-dd40f460ed7192ab,libidna-27f5138406e57319,libidna_adapter-adba09c87a9a93ed,libicu_normalizer-7faa588c54134399,libicu_normalizer_data-5f7d7c19a0e21ea1,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libsmallvec-084045a3116dc58e,libicu_properties-e892d1161acb09d9,libicu_properties_data-61b2e4b1f2e1f988,libicu_locid_transform-0681a48813bb2a87,libicu_locid_transform_data-94513cffde0b2fcb,libicu_collections-aa1e0c30b808aec5,libicu_provider-638bda1f08ee153e,libicu_locid-6c4d41174dd7b49e,liblitemap-ef831971c0938ea9,libtinystr-02fc792bb1e3a6ec,libzerovec-4ab77905cc6ad477,libwriteable-1e5dea0053e4c229,libyoke-119b9056d7f13a48,libzerofrom-42ad0e7d343ce68e,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-35907277f0683ea4,libhttp-2b0cd9824ecd20f3,libitoa-20e94f961f8d160c,libbytes-3fbe0740e65931fa,libfnv-79e2cbfbe03dcd16,libpercent_encoding-af9df9186596bd92,libanyhow-bab7366809509fd1,libbase64-32787b0325ea6df8}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDlqJKa/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-a70152be3cc55b8d/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/put_object_stream-23cf2c4a54b3e900" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ali-oss` (example "put_object_stream") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ffd0652edb20dd694946ef54f80f7fb10f7420e9a89b417285657210badafd5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffd0652edb20dd694946ef54f80f7fb10f7420e9a89b417285657210badafd5a", kill_on_drop: false }`
[INFO] [stdout] ffd0652edb20dd694946ef54f80f7fb10f7420e9a89b417285657210badafd5a
