[INFO] fetching crate mca-parser 1.0.2... [INFO] testing mca-parser-1.0.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate mca-parser 1.0.2 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate mca-parser 1.0.2 [INFO] finished tweaking crates.io crate mca-parser 1.0.2 [INFO] tweaked toml for crates.io crate mca-parser 1.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mca-parser 1.0.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] [stderr] Adding miniz_oxide v0.7.4 (available: v0.8.9) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fastnbt v2.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af6a5946d0ca9520632a8a15e66122a4cd6a2155798b4139cbda21c03f43fb7e [INFO] running `Command { std: "docker" "start" "-a" "af6a5946d0ca9520632a8a15e66122a4cd6a2155798b4139cbda21c03f43fb7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af6a5946d0ca9520632a8a15e66122a4cd6a2155798b4139cbda21c03f43fb7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af6a5946d0ca9520632a8a15e66122a4cd6a2155798b4139cbda21c03f43fb7e", kill_on_drop: false }` [INFO] [stdout] af6a5946d0ca9520632a8a15e66122a4cd6a2155798b4139cbda21c03f43fb7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ecfbd566bed8ce5a806960d01f99e548358bbb3e18bc31eb9f91d03b390c860 [INFO] running `Command { std: "docker" "start" "-a" "5ecfbd566bed8ce5a806960d01f99e548358bbb3e18bc31eb9f91d03b390c860", kill_on_drop: false }` [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling fastnbt v2.6.0 [INFO] [stderr] Compiling mca-parser v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:501:25 [INFO] [stdout] | [INFO] [stdout] 501 | pub fn parse_region(&self, region_x: i32, region_z: i32) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 501 | pub fn parse_region(&self, region_x: i32, region_z: i32) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:523:34 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn get_region_from_chunk(&self, chunk_x: i32, chunk_z: i32) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 523 | pub fn get_region_from_chunk(&self, chunk_x: i32, chunk_z: i32) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s [INFO] running `Command { std: "docker" "inspect" "5ecfbd566bed8ce5a806960d01f99e548358bbb3e18bc31eb9f91d03b390c860", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ecfbd566bed8ce5a806960d01f99e548358bbb3e18bc31eb9f91d03b390c860", kill_on_drop: false }` [INFO] [stdout] 5ecfbd566bed8ce5a806960d01f99e548358bbb3e18bc31eb9f91d03b390c860 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81bdd112eafc3ad29e3fc0d367dfae9c013259a14e17e409db350e7a7a4be537 [INFO] running `Command { std: "docker" "start" "-a" "81bdd112eafc3ad29e3fc0d367dfae9c013259a14e17e409db350e7a7a4be537", kill_on_drop: false }` [INFO] [stderr] Compiling mca-parser v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:501:25 [INFO] [stdout] | [INFO] [stdout] 501 | pub fn parse_region(&self, region_x: i32, region_z: i32) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 501 | pub fn parse_region(&self, region_x: i32, region_z: i32) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:523:34 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn get_region_from_chunk(&self, chunk_x: i32, chunk_z: i32) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 523 | pub fn get_region_from_chunk(&self, chunk_x: i32, chunk_z: i32) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../test/r.0.0.mca`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:8:53 [INFO] [stdout] | [INFO] [stdout] 8 | const REGION: &Region = unsafe { Region::from_array(include_bytes!("../test/r.0.0.mca")) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../test/r.0.0.mca`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | let bytes = include_bytes!("../test/r.0.0.mca"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../test/r.0.0.mca`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | let bytes = &include_bytes!("../test/r.0.0.mca")[..8192]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../test/r.0.0.mca`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:139:18 [INFO] [stdout] | [INFO] [stdout] 139 | let bytes = &include_bytes!("../test/r.0.0.mca")[..8192]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mca-parser` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "81bdd112eafc3ad29e3fc0d367dfae9c013259a14e17e409db350e7a7a4be537", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81bdd112eafc3ad29e3fc0d367dfae9c013259a14e17e409db350e7a7a4be537", kill_on_drop: false }` [INFO] [stdout] 81bdd112eafc3ad29e3fc0d367dfae9c013259a14e17e409db350e7a7a4be537