[INFO] cloning repository https://github.com/TheCodeSquid/quilt-latest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheCodeSquid/quilt-latest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCodeSquid%2Fquilt-latest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCodeSquid%2Fquilt-latest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] babe8c7c4d642dc1565132ec91114ba49a1ca142 [INFO] building TheCodeSquid/quilt-latest against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCodeSquid%2Fquilt-latest" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/TheCodeSquid/quilt-latest [INFO] finished tweaking git repo https://github.com/TheCodeSquid/quilt-latest [INFO] tweaked toml for git repo https://github.com/TheCodeSquid/quilt-latest written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/TheCodeSquid/quilt-latest on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/TheCodeSquid/quilt-latest 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed22168fea41fe3282f6ec0fc8ebda59fd456c7b5055d83a8e15e7aa4b138d99 [INFO] running `Command { std: "docker" "start" "-a" "ed22168fea41fe3282f6ec0fc8ebda59fd456c7b5055d83a8e15e7aa4b138d99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed22168fea41fe3282f6ec0fc8ebda59fd456c7b5055d83a8e15e7aa4b138d99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed22168fea41fe3282f6ec0fc8ebda59fd456c7b5055d83a8e15e7aa4b138d99", kill_on_drop: false }` [INFO] [stdout] ed22168fea41fe3282f6ec0fc8ebda59fd456c7b5055d83a8e15e7aa4b138d99 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] c38768fc9764763386a255a965621f8b719bd88f1352524e6066835ee72ce649 [INFO] running `Command { std: "docker" "start" "-a" "c38768fc9764763386a255a965621f8b719bd88f1352524e6066835ee72ce649", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling cc v1.0.84 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling rustls v0.21.8 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling webpki-roots v0.25.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling ureq v2.8.0 [INFO] [stderr] Compiling quilt-latest v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "ring_core_0_17_5_bn_mul_mont" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<9 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libquick_xml-74095518e8db5040,libmemchr-fd701345b7e213ad,libureq-f96ec5fbbdbdf6af,libwebpki_roots-267243c5347162bd,librustls-64abf5fd90d52224,libsct-5684b1a83367c0d8,libwebpki-b94b64365d52a408,libring-90389422a6639b61,libgetrandom-7d9fa6b5375f67c6,libwasi-b9c6bfbff0bef49f,libuntrusted-f7f5e2e679817f68,libonce_cell-f802108926723965,libflate2-5c485c2bb944cd1a,libminiz_oxide-9ef4ee65f5b7616a,libadler-5d585fd5ceaaf370,libcrc32fast-f0a61590867b47c0,libcfg_if-50b02a9e3502ecf2,libbase64-710238602af2c408,liblog-2df1d538f4c13c57,liburl-e5a221099376f604,libidna-9eaa0e36347232ed,libunicode_normalization-3b638c617373ca60,libtinyvec-04f7082c6ffbb554,libtinyvec_macros-dddcb2da28b34270,libunicode_bidi-818fcfce2532c4d3,libform_urlencoded-1e0ec7337c1c6778,libpercent_encoding-d87fcbc1c262c93e,libserde_json-b092e21e7e90561d,libryu-758d5f45864a8a15,libitoa-9c1bb7077bf41900,libsemver-e0670292858d7c49,libserde-4791de040dade3d7,libanyhow-e0282c39fd5d4960}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/ring-30ba8ed606b323e3/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/quilt_latest-08a6bc50ef07482b.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'curve25519.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'aes_nohw.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'montgomery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'montgomery_inv.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'ecp_nistz.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'gfp_p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'gfp_p384.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'limbs.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'mem.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'poly1305.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib: archive member 'constant_time_test.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.01.rcgu.o): undefined symbol: ring_core_0_17_5_LIMBS_shl_mod [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.01.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_ge_double_scalarmult_vartime [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_poly1305_finish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_poly1305_init [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_5_aes_nohw_encrypt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_5_aes_nohw_ctr32_encrypt_blocks [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_5_aes_nohw_set_encrypt_key [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_sc_reduce [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_sc_mask [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_neg [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_invert [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_mul_ttt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_mul_ttt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_tobytes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_fe_isnegative [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.04.rcgu.o): undefined symbol: ring_core_0_17_5_x25519_ge_frombytes_vartime [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.05.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_poly1305_update [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.05.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_poly1305_update [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.05.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_poly1305_update [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-90389422a6639b61.rlib(ring-90389422a6639b61.ring.e6b17bb46aa095b1-cgu.06.rcgu.o): undefined symbol: ring_core_0_17_5_CRYPTO_memcmp [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quilt-latest` (bin "quilt-latest") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c38768fc9764763386a255a965621f8b719bd88f1352524e6066835ee72ce649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c38768fc9764763386a255a965621f8b719bd88f1352524e6066835ee72ce649", kill_on_drop: false }` [INFO] [stdout] c38768fc9764763386a255a965621f8b719bd88f1352524e6066835ee72ce649