[INFO] fetching crate yaz0 0.3.0... [INFO] testing yaz0-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate yaz0 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate yaz0 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yaz0 0.3.0 [INFO] finished tweaking crates.io crate yaz0 0.3.0 [INFO] tweaked toml for crates.io crate yaz0 0.3.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate yaz0 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_assertions v0.6.1 [INFO] [stderr] Downloaded thiserror-impl v1.0.23 [INFO] [stderr] Downloaded thiserror v1.0.23 [INFO] [stderr] Downloaded regex v1.4.3 [INFO] [stderr] Downloaded regex-syntax v0.6.22 [INFO] [stderr] Downloaded libc v0.2.86 [INFO] [stderr] Downloaded byteorder v1.4.2 [INFO] [stderr] Downloaded console v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad3538f12401f98c80ad9a58f75f65d78ed853dfc8780118f669b71fff0845cb [INFO] running `Command { std: "docker" "start" "-a" "ad3538f12401f98c80ad9a58f75f65d78ed853dfc8780118f669b71fff0845cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad3538f12401f98c80ad9a58f75f65d78ed853dfc8780118f669b71fff0845cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3538f12401f98c80ad9a58f75f65d78ed853dfc8780118f669b71fff0845cb", kill_on_drop: false }` [INFO] [stdout] ad3538f12401f98c80ad9a58f75f65d78ed853dfc8780118f669b71fff0845cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b35c09c2ee804ce0029906eef839fafc68912d53760b9e98dff995b5317db61 [INFO] running `Command { std: "docker" "start" "-a" "9b35c09c2ee804ce0029906eef839fafc68912d53760b9e98dff995b5317db61", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling yaz0 v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data_start` [INFO] [stdout] --> src/inflate.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | data_start: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Yaz0Archive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/inflate.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.47s [INFO] running `Command { std: "docker" "inspect" "9b35c09c2ee804ce0029906eef839fafc68912d53760b9e98dff995b5317db61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b35c09c2ee804ce0029906eef839fafc68912d53760b9e98dff995b5317db61", kill_on_drop: false }` [INFO] [stdout] 9b35c09c2ee804ce0029906eef839fafc68912d53760b9e98dff995b5317db61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5407ff82624b6c68b399defadecd78baebf7c334f4b4431e604099e60bb1028a [INFO] running `Command { std: "docker" "start" "-a" "5407ff82624b6c68b399defadecd78baebf7c334f4b4431e604099e60bb1028a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stdout] warning: field is never read: `data_start` [INFO] [stdout] --> src/inflate.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | data_start: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Yaz0Archive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/inflate.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling console v0.14.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling yaz0 v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/../data/test: No such file or directory (os error 2) [INFO] [stdout] --> src/deflate.rs:389:27 [INFO] [stdout] | [INFO] [stdout] 389 | let data: &[u8] = include_bytes!("../data/test"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../data/test.yaz0: No such file or directory (os error 2) [INFO] [stdout] --> src/inflate.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | let data: &[u8] = include_bytes!("../data/test.yaz0"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../data/test: No such file or directory (os error 2) [INFO] [stdout] --> src/inflate.rs:111:45 [INFO] [stdout] | [INFO] [stdout] 111 | let reference_decompressed: &[u8] = include_bytes!("../data/test"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yaz0` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "5407ff82624b6c68b399defadecd78baebf7c334f4b4431e604099e60bb1028a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5407ff82624b6c68b399defadecd78baebf7c334f4b4431e604099e60bb1028a", kill_on_drop: false }` [INFO] [stdout] 5407ff82624b6c68b399defadecd78baebf7c334f4b4431e604099e60bb1028a