[INFO] cloning repository https://github.com/ktthai/mabi-pack2-cn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ktthai/mabi-pack2-cn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktthai%2Fmabi-pack2-cn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktthai%2Fmabi-pack2-cn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 35dcdff4c5ae9ea331a266f766c7760994f37f61 [INFO] testing ktthai/mabi-pack2-cn against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktthai%2Fmabi-pack2-cn" "/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/ktthai/mabi-pack2-cn [INFO] finished tweaking git repo https://github.com/ktthai/mabi-pack2-cn [INFO] tweaked toml for git repo https://github.com/ktthai/mabi-pack2-cn written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ktthai/mabi-pack2-cn on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ktthai/mabi-pack2-cn 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d30a793b94dea8e0efc2f2a38525f2cd04b3c526ef63c94fac3241fb3e09128 [INFO] running `Command { std: "docker" "start" "-a" "6d30a793b94dea8e0efc2f2a38525f2cd04b3c526ef63c94fac3241fb3e09128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d30a793b94dea8e0efc2f2a38525f2cd04b3c526ef63c94fac3241fb3e09128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d30a793b94dea8e0efc2f2a38525f2cd04b3c526ef63c94fac3241fb3e09128", kill_on_drop: false }` [INFO] [stdout] 6d30a793b94dea8e0efc2f2a38525f2cd04b3c526ef63c94fac3241fb3e09128 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e835736fd0602355383f7295fc9cae74ac91e2f4228fb6b13717e94de34dcd5 [INFO] running `Command { std: "docker" "start" "-a" "7e835736fd0602355383f7295fc9cae74ac91e2f4228fb6b13717e94de34dcd5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling byte-slice-cast v1.2.1 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling mabi-pack2 v1.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling clap v3.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/metadata.rs:162:7 [INFO] [stdout] | [INFO] [stdout] 162 | if(ent.raw_size == 0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 162 - if(ent.raw_size == 0) { [INFO] [stdout] 162 + if ent.raw_size == 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `header` [INFO] [stdout] --> src/extract.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | let (header, entries, _used_key) = match skey { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `header` [INFO] [stdout] --> src/list.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | let (header, entries, _used_key) = match skey { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `header` [INFO] [stdout] --> src/metadata.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | let (header, entries, used_key) = match key { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcPLwOrL/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lc_snow2" "/opt/rustwide/target/debug/deps/{libserde_json-a157b4e3ef666e04,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libtwox_hash-2cbbfa508cce4bc1,librand-002251e2d49ab3e0,librand_chacha-02dba26ff1b6d02e,libppv_lite86-78c9ba66bd206413,libzerocopy-de2a1df15c641a3a,librand_core-746049821dde2d21,libgetrandom-4b898653c1479404,libstatic_assertions-f0217ecdd817a834,libsha2-922a4f54b2a39622,libcpufeatures-e04321643d03190d,libcfg_if-3e7fc4e38d4a72b5,libdigest-530bf2e1015fe14f,libblock_buffer-8d1a3a59f2af3c83,libcrypto_common-db7f5eda2b896b9b,libgeneric_array-1971f984e9a539a4,libtypenum-f2b179c8a326fef2,libmd5-380e091b79bd6e66,libbase64-13144a1f1e192158,libserde-8e4ccbea64674bad,libwalkdir-94804d3052c9fc5f,libsame_file-ff49545450c0b63c,libregex-6f385cb69f6ab486,libaho_corasick-83d095296e150a8a,libregex_syntax-12b080b3aec45ada,libminiz_oxide-0e6a0e8e0143a651,libadler-8a8ce72c9fb247b6,libbyteorder-fb36fe721788ce00,libbyte_slice_cast-cf4630e51766f98d,libanyhow-1cdb235685aeca25,libclap-8895a6032b0508e9,libstrsim-934c6b5db5b11ce4,libatty-d953ebe83b3389d8,liblibc-3bbbb3a22e863bd5,libtermcolor-214b0416d5f44404,libtextwrap-b6f72e6dc353c77f,libindexmap-a223ba71dc171808,libhashbrown-d0e2926e70f85be4,libos_str_bytes-b9b137a38990ba67,libmemchr-2647db61c3b902f3,libbitflags-dde12b0d7d495b50}.rlib" "/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" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcPLwOrL/raw-dylibs" "-B/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/mabi-pack2-48d7234d52b4aeb0/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/mabi_pack2-2681cef72a358f0a" "-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: rust-lld: error: undefined symbol: snow_keystream_fast [INFO] [stdout] >>> referenced by snow2_fast.c:388 (src/snow2_fast.c:388) [INFO] [stdout] >>> snow2_fast.o:(c_snow2_generate_keystream) in archive /opt/rustwide/target/debug/build/mabi-pack2-48d7234d52b4aeb0/out/libc_snow2.a [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mabi-pack2` (bin "mabi-pack2") due to 1 previous error; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "7e835736fd0602355383f7295fc9cae74ac91e2f4228fb6b13717e94de34dcd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e835736fd0602355383f7295fc9cae74ac91e2f4228fb6b13717e94de34dcd5", kill_on_drop: false }` [INFO] [stdout] 7e835736fd0602355383f7295fc9cae74ac91e2f4228fb6b13717e94de34dcd5