[INFO] cloning repository https://github.com/notoriaga/jk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notoriaga/jk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotoriaga%2Fjk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotoriaga%2Fjk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2047f2e20f626be673ac83cc7566be5580ad80e6 [INFO] building notoriaga/jk against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotoriaga%2Fjk" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/notoriaga/jk [INFO] finished tweaking git repo https://github.com/notoriaga/jk [INFO] tweaked toml for git repo https://github.com/notoriaga/jk written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/notoriaga/jk 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/notoriaga/jk 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-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10427d692cb14d698f983d6d01ed0be01798efae95389ccacc37e9da8a1b4a07 [INFO] running `Command { std: "docker" "start" "-a" "10427d692cb14d698f983d6d01ed0be01798efae95389ccacc37e9da8a1b4a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10427d692cb14d698f983d6d01ed0be01798efae95389ccacc37e9da8a1b4a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10427d692cb14d698f983d6d01ed0be01798efae95389ccacc37e9da8a1b4a07", kill_on_drop: false }` [INFO] [stdout] 10427d692cb14d698f983d6d01ed0be01798efae95389ccacc37e9da8a1b4a07 [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=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] dd11272ead4f8331e1348acde730db23fa506ac8db95dde14214f7ee34a63286 [INFO] running `Command { std: "docker" "start" "-a" "dd11272ead4f8331e1348acde730db23fa506ac8db95dde14214f7ee34a63286", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling miniz_oxide v0.7.3 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling webpki-roots v0.26.2 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling gumdrop_derive v0.8.1 [INFO] [stderr] Compiling rustls-webpki v0.102.4 [INFO] [stderr] Compiling gumdrop v0.8.1 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling torrent-name-parser v0.9.0 [INFO] [stderr] Compiling torrent-common v0.1.2 [INFO] [stderr] Compiling cookie_store v0.21.0 [INFO] [stderr] Compiling ureq v2.9.7 [INFO] [stderr] Compiling jk 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_8_bn_mul_mont" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<6 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libureq-f0143b8d91a40b17,libwebpki_roots-251d27a146e6be4a,librustls-f9bd175c8496247e,libsubtle-343c9aa3d9f7d536,libwebpki-3351d8c4f0ae0f65,libring-f941e4622bcb9d60,libgetrandom-c8a3aac06f548bf4,libwasi-b9c6bfbff0bef49f,libuntrusted-f7f5e2e679817f68,libzeroize-45bfc24bfbceb526,librustls_pki_types-bfaf1b3be51ebb3c,libflate2-47f4c690118cb85f,libminiz_oxide-4d01129616138c79,libadler-5d585fd5ceaaf370,libcrc32fast-e0220637d8011755,libcfg_if-50b02a9e3502ecf2,libbase64-ee50786c9cbbc86e,libcookie_store-7069fb5be3a23ac6,libserde_json-6e9670e14c7c19c9,libryu-f1913757cc38f137,libindexmap-c148121be622f402,libequivalent-98516aa41a406a97,libhashbrown-895854243e4b35a6,liblog-03c1402355aa92f4,libcookie-b51a2fb7a95b1b94,libtime-d49b2634656a235f,libitoa-323c19d08fbe6984,libtime_core-bd0d63e41a36dd0e,libnum_conv-1ef8d510955d3be1,libderanged-110e4a5c5f7b0112,libpowerfmt-fbc2fd0c9a129936,liburl-57c26f04c34a9331,libidna-22d636fcf58f8d55,libunicode_normalization-133e712272e75295,libtinyvec-04f7082c6ffbb554,libtinyvec_macros-dddcb2da28b34270,libunicode_bidi-d5259893ecfd256c,libform_urlencoded-a1f00ef252a83975,libpercent_encoding-0902f23ed4a1beb9,libgumdrop-4ac9ec0189258464,libtorrent_common-2ea7f52f680a010b,libtorrent_name_parser-8ce2c25facdc3d07,libregex-d7dda012d46c946c,libregex_automata-529416b0cdf73fd0,libaho_corasick-9fb8217cfdaef58b,libmemchr-543b78dd4e6f59ec,libregex_syntax-4143df8633f5deb0,liblazy_static-36da267ce9339a94,libserde-2ecdf28ce7dd4fdd,libeyre-a0b0e7bf50c6f280,libindenter-3af04661b8e618fa,libonce_cell-119600c39ce58a96}.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-3b23643ea5b3636b/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/jk-29fb2644d15da784.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-f941e4622bcb9d60.rlib: archive member 'fad98b632b8ce3cc-curve25519.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'ca4b6ef5433f5aeb-aes_nohw.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'ca8bd8684bb569fa-montgomery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'ca8bd8684bb569fa-montgomery_inv.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'a9af75d892b04b75-ecp_nistz.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'a9af75d892b04b75-gfp_p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'a9af75d892b04b75-gfp_p384.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'a9af75d892b04b75-p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'a1949f2101df4b9c-limbs.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member '7effb53edfc7fa2d-mem.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member 'bec76f70393ddef1-poly1305.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib: archive member '7effb53edfc7fa2d-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-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_neg [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_invert [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_mul_ttt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_mul_ttt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_tobytes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_fe_isnegative [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_ge_frombytes_vartime [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_ge_scalarmult_base [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_scalar_mult_generic_masked [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.03.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_public_from_private_generic_masked [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_bn_neg_inv_mod_r_u64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_bn_neg_inv_mod_r_u64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_bn_neg_inv_mod_r_u64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_bn_neg_inv_mod_r_u64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_bn_from_montgomery_in_place [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.07.rcgu.o): undefined symbol: ring_core_0_17_8_limbs_mul_add_limb [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.08.rcgu.o): undefined symbol: ring_core_0_17_8_LIMBS_sub_mod [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.08.rcgu.o): undefined symbol: ring_core_0_17_8_LIMBS_select_512_32 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.08.rcgu.o): undefined symbol: ring_core_0_17_8_LIMBS_select_512_32 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-f941e4622bcb9d60.rlib(ring-f941e4622bcb9d60.ring.f209920c588c3cbe-cgu.08.rcgu.o): undefined symbol: ring_core_0_17_8_x25519_sc_muladd [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 `jk` (bin "jk") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "dd11272ead4f8331e1348acde730db23fa506ac8db95dde14214f7ee34a63286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd11272ead4f8331e1348acde730db23fa506ac8db95dde14214f7ee34a63286", kill_on_drop: false }` [INFO] [stdout] dd11272ead4f8331e1348acde730db23fa506ac8db95dde14214f7ee34a63286