[INFO] fetching crate compacto 1.0.2... [INFO] testing compacto-1.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate compacto 1.0.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate compacto 1.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate compacto 1.0.2 [INFO] finished tweaking crates.io crate compacto 1.0.2 [INFO] tweaked toml for crates.io crate compacto 1.0.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate compacto 1.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 311473bc803f4d6ed835bce01f1a575cc79ef7de5dc824466bf8a0c3be540983 [INFO] running `Command { std: "docker" "start" "-a" "311473bc803f4d6ed835bce01f1a575cc79ef7de5dc824466bf8a0c3be540983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "311473bc803f4d6ed835bce01f1a575cc79ef7de5dc824466bf8a0c3be540983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "311473bc803f4d6ed835bce01f1a575cc79ef7de5dc824466bf8a0c3be540983", kill_on_drop: false }` [INFO] [stdout] 311473bc803f4d6ed835bce01f1a575cc79ef7de5dc824466bf8a0c3be540983 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8a2ff25cc03cd4cf72072b8e9a6501888aec216af7630d38a6ae64f6aff7f0b3 [INFO] running `Command { std: "docker" "start" "-a" "8a2ff25cc03cd4cf72072b8e9a6501888aec216af7630d38a6ae64f6aff7f0b3", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling seahash v4.1.0 [INFO] [stderr] Compiling compacto v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> src/compress.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | output: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Compressor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compress.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[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: field is never read: `output` [INFO] [stdout] --> src/decompress.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | output: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Decompressor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/decompress.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.53s [INFO] running `Command { std: "docker" "inspect" "8a2ff25cc03cd4cf72072b8e9a6501888aec216af7630d38a6ae64f6aff7f0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a2ff25cc03cd4cf72072b8e9a6501888aec216af7630d38a6ae64f6aff7f0b3", kill_on_drop: false }` [INFO] [stdout] 8a2ff25cc03cd4cf72072b8e9a6501888aec216af7630d38a6ae64f6aff7f0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b945eb996a1cfe9dd9b6b4479bbc3d60cad9b9f104ee070b3bc85551ede4751a [INFO] running `Command { std: "docker" "start" "-a" "b945eb996a1cfe9dd9b6b4479bbc3d60cad9b9f104ee070b3bc85551ede4751a", kill_on_drop: false }` [INFO] [stderr] Compiling compacto v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> src/compress.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | output: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Compressor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compress.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[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: field is never read: `output` [INFO] [stdout] --> src/decompress.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | output: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Decompressor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/decompress.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../../samples/test-samples/output.json: No such file or directory (os error 2) [INFO] [stdout] --> src/decompress.rs:126:33 [INFO] [stdout] | [INFO] [stdout] 126 | const OUTPUT_SAMPLE: &str = include_str!("../../samples/test-samples/output.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../../samples/test-samples/input.json: No such file or directory (os error 2) [INFO] [stdout] --> src/decompress.rs:127:32 [INFO] [stdout] | [INFO] [stdout] 127 | const INPUT_SAMPLE: &str = include_str!("../../samples/test-samples/input.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `compacto` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b945eb996a1cfe9dd9b6b4479bbc3d60cad9b9f104ee070b3bc85551ede4751a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b945eb996a1cfe9dd9b6b4479bbc3d60cad9b9f104ee070b3bc85551ede4751a", kill_on_drop: false }` [INFO] [stdout] b945eb996a1cfe9dd9b6b4479bbc3d60cad9b9f104ee070b3bc85551ede4751a