[INFO] fetching crate weresocool_parser 1.0.47... [INFO] testing weresocool_parser-1.0.47 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate weresocool_parser 1.0.47 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate weresocool_parser 1.0.47 [INFO] finished tweaking crates.io crate weresocool_parser 1.0.47 [INFO] tweaked toml for crates.io crate weresocool_parser 1.0.47 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate weresocool_parser 1.0.47 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 crates.io crate weresocool_parser 1.0.47 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] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `weresocool_ast` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `weresocool_error` dependency) [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9e8be1f05b13dabe2c1fc3280ca33afec3156fc36bc27a1096a2f54ea0173aeb [INFO] running `Command { std: "docker" "start" "-a" "9e8be1f05b13dabe2c1fc3280ca33afec3156fc36bc27a1096a2f54ea0173aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e8be1f05b13dabe2c1fc3280ca33afec3156fc36bc27a1096a2f54ea0173aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e8be1f05b13dabe2c1fc3280ca33afec3156fc36bc27a1096a2f54ea0173aeb", kill_on_drop: false }` [INFO] [stdout] 9e8be1f05b13dabe2c1fc3280ca33afec3156fc36bc27a1096a2f54ea0173aeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 16b69dbc1cfed0844b34694488a8fd3d9d1e4bd21a5de8879aef9a162a27c517 [INFO] running `Command { std: "docker" "start" "-a" "16b69dbc1cfed0844b34694488a8fd3d9d1e4bd21a5de8879aef9a162a27c517", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `weresocool_ast` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `weresocool_error` dependency) [INFO] [stderr] Compiling proc-macro2 v1.0.59 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling serde_derive v1.0.139 [INFO] [stderr] Compiling serde v1.0.139 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling io-lifetimes v1.0.2 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rustix v0.37.7 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling linux-raw-sys v0.3.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling weresocool_portaudio_sys v1.0.47 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling meval v0.2.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling peekread v0.1.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling path-clean v0.1.0 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling weresocool_portaudio v1.0.47 [INFO] [stderr] Compiling lalrpop-util v0.19.10 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling lalrpop v0.19.10 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling hamcrest2 v0.3.0 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling weresocool_lame v1.0.47 [INFO] [stderr] Compiling polynomials v0.2.4 [INFO] [stderr] Compiling weresocool_shared v1.0.47 [INFO] [stderr] Compiling scop v1.0.47 [INFO] [stderr] Compiling weresocool_filter v1.0.45 [INFO] [stderr] Compiling weresocool_ring_buffer v1.0.47 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling weresocool_error v1.0.47 [INFO] [stderr] Compiling weresocool_parser v1.0.47 (/opt/rustwide/workdir) [INFO] [stderr] Compiling weresocool_ast v1.0.47 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcXJtsyY/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libweresocool_parser-1b7f0833e6f78309,libpath_clean-03b2cb475a6d4aaa,libweresocool_ast-6e715b701096b8bd,libmeval-a7e65d821743ef1b,libfnv-79e2cbfbe03dcd16,libnom-9bba71bfdf0a5c20,libweresocool_filter-aa42693c010df550,libpolynomials-1af94fa392d1ed87,libweresocool_shared-d80c4aed079b1f9c,libonce_cell-0b208e55ffc12dcf,librand-6658913a2eee459c,librand_chacha-dfbeaa75ae77da91,librand_core-051779d47a116af5,libhex-13e08b3b00984ab7,libfloat_cmp-8f37c7ddc251468d,libweresocool_ring_buffer-09979f785b027232,libweresocool_error-bcb18b682d6a5fbd,libweresocool_lame-185f4f2a952a9863,libhound-5bb63204c5156ba1,libcsv-74542899b97c443f,libitoa-968a9d3f706bae82,libcsv_core-f8b8a3d53383b27a,libbstr-2b39985c744e3035,libregex_automata-31d378b01f1978af,libserde_json-6d6aa3f11ae1d7fe,libryu-5a0505af43a531a6,libitoa-8368a3a643979ba6,libweresocool_portaudio-6e2b82654c4f5059,libweresocool_portaudio_sys-c89e4210efa82104,libnum-e4fb9b66bc47c926,libnum_rational-f2e7e2e7f957f20b,libnum_iter-3e3b8eb3a135d7c1,libnum_complex-21d5d3a2ada181be,libnum_bigint-cb5da7dee83e6788,libbitflags-dde12b0d7d495b50,libscop-12cd9cbbb324b334,libuuid-22a18d570f94642d,libgetrandom-54e6b684c2b56e3f,libindexmap-fa87449b15fc169c,libhashbrown-cae2cd0d9cc0a6cf,libthiserror-5bb838b829474b4e,librand-9e843f35ba081746,librand_chacha-2db2a522a45e7f78,libppv_lite86-f1eaae57f9caf7a8,librand_core-5ff27c6af7cef53a,libgetrandom-6f6a1a5507cc6847,libcfg_if-3e7fc4e38d4a72b5,libnum_rational-464db7181ef498bb,libserde-64dd01ca022ca5a4,libnum_bigint-0899a55c1be806ee,libnum_integer-9ccaaff7aff4bb24,libnum_traits-b7b1bc6004e8e4dd,liblalrpop_util-5163e4dd1cfd0ef9,libregex-db8d472cc8e7ac41,libaho_corasick-e52277d9c961f29e,libmemchr-fe2e5a4f134682e2,libregex_syntax-00b81cede0cdc0da,libcolored-22f7fa681ea9d272,liblazy_static-af860367908b8176,libatty-96bc805274c0c95e,liblibc-62d5ff389cd57b30}.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" "-lmp3lame" "-lasound" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcXJtsyY/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/weresocool_portaudio_sys-1b69a0fd13219d3c/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/weresocool_parser-2083d5038d64da26" "-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: unable to find library -lmp3lame [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `weresocool_parser` (bin "weresocool_parser") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "16b69dbc1cfed0844b34694488a8fd3d9d1e4bd21a5de8879aef9a162a27c517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16b69dbc1cfed0844b34694488a8fd3d9d1e4bd21a5de8879aef9a162a27c517", kill_on_drop: false }` [INFO] [stdout] 16b69dbc1cfed0844b34694488a8fd3d9d1e4bd21a5de8879aef9a162a27c517