[INFO] fetching crate esplugin 6.1.3... [INFO] testing esplugin-6.1.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate esplugin 6.1.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate esplugin 6.1.3 [INFO] finished tweaking crates.io crate esplugin 6.1.3 [INFO] tweaked toml for crates.io crate esplugin 6.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate esplugin 6.1.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate esplugin 6.1.3 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62911b3f63aefaecb12e8331db6b4b32e55356d4fbe5fc133d6b200cd5ecb254 [INFO] running `Command { std: "docker" "start" "-a" "62911b3f63aefaecb12e8331db6b4b32e55356d4fbe5fc133d6b200cd5ecb254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62911b3f63aefaecb12e8331db6b4b32e55356d4fbe5fc133d6b200cd5ecb254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62911b3f63aefaecb12e8331db6b4b32e55356d4fbe5fc133d6b200cd5ecb254", kill_on_drop: false }` [INFO] [stdout] 62911b3f63aefaecb12e8331db6b4b32e55356d4fbe5fc133d6b200cd5ecb254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 991300780ecdf5d1bc7a62a76a6c4b419c66f785633570e9943d863126292cad [INFO] running `Command { std: "docker" "start" "-a" "991300780ecdf5d1bc7a62a76a6c4b419c66f785633570e9943d863126292cad", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling esplugin v6.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/error.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | fn escape_ascii(path: &Path) -> EscapeAscii { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | fn escape_ascii(path: &Path) -> EscapeAscii<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s [INFO] running `Command { std: "docker" "inspect" "991300780ecdf5d1bc7a62a76a6c4b419c66f785633570e9943d863126292cad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "991300780ecdf5d1bc7a62a76a6c4b419c66f785633570e9943d863126292cad", kill_on_drop: false }` [INFO] [stdout] 991300780ecdf5d1bc7a62a76a6c4b419c66f785633570e9943d863126292cad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e62f6d2c67f62796d84756b7c619001d8fd53ba478b37e19e8e511995b5d442a [INFO] running `Command { std: "docker" "start" "-a" "e62f6d2c67f62796d84756b7c619001d8fd53ba478b37e19e8e511995b5d442a", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/error.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | fn escape_ascii(path: &Path) -> EscapeAscii { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | fn escape_ascii(path: &Path) -> EscapeAscii<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling esplugin v6.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/group.rs:146:14 [INFO] [stdout] | [INFO] [stdout] 146 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm")[0x56..]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/group.rs:167:21 [INFO] [stdout] | [INFO] [stdout] 167 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esm")[0x1004C..0x10114]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:2887:13 [INFO] [stdout] | [INFO] [stdout] 2887 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x20].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:2910:13 [INFO] [stdout] | [INFO] [stdout] 2910 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x1B].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:2930:13 [INFO] [stdout] | [INFO] [stdout] 2930 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x140].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:382:18 [INFO] [stdout] | [INFO] [stdout] 382 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:396:18 [INFO] [stdout] | [INFO] [stdout] 396 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[0x144..0x16F]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:406:18 [INFO] [stdout] | [INFO] [stdout] 406 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Morrowind/Data Files/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:424:18 [INFO] [stdout] | [INFO] [stdout] 424 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[0x144..0x16F]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Oblivion/Data/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:651:25 [INFO] [stdout] | [INFO] [stdout] 651 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Oblivion/Data/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:666:25 [INFO] [stdout] | [INFO] [stdout] 666 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[0x4C..0x70]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Oblivion/Data/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:675:25 [INFO] [stdout] | [INFO] [stdout] 675 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[0x4C..0x70]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:708:18 [INFO] [stdout] | [INFO] [stdout] 708 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank.esp`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:726:25 [INFO] [stdout] | [INFO] [stdout] 726 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esp")[0x53..0xEF]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:736:18 [INFO] [stdout] | [INFO] [stdout] 736 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank.esm`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:746:25 [INFO] [stdout] | [INFO] [stdout] 746 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esm")[..0x1004C]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testing-plugins/Skyrim/Data/Blank.esp`: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:795:25 [INFO] [stdout] | [INFO] [stdout] 795 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esp")[0x53..0xEF]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `esplugin` (lib test) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "e62f6d2c67f62796d84756b7c619001d8fd53ba478b37e19e8e511995b5d442a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e62f6d2c67f62796d84756b7c619001d8fd53ba478b37e19e8e511995b5d442a", kill_on_drop: false }` [INFO] [stdout] e62f6d2c67f62796d84756b7c619001d8fd53ba478b37e19e8e511995b5d442a