[INFO] cloning repository https://github.com/NarxPal/otfs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NarxPal/otfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNarxPal%2Fotfs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNarxPal%2Fotfs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 151fb122fc53200ffcb50325888a8a9a64dca12e
[INFO] checking NarxPal/otfs against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNarxPal%2Fotfs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NarxPal/otfs
[INFO] finished tweaking git repo https://github.com/NarxPal/otfs
[INFO] tweaked toml for git repo https://github.com/NarxPal/otfs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NarxPal/otfs on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NarxPal/otfs 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748
[INFO] running `Command { std: "docker" "start" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking otfs_filesystem v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: `Inode` doesn't implement `Debug`
[INFO] [stdout]   --> src/main.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     println!("{:?}", fs.inodes);
[INFO] [stdout]    |               ----   ^^^^^^^^^ `Inode` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |               |
[INFO] [stdout]    |               required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `Inode`
[INFO] [stdout] help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]   --> /rustc/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/library/alloc/src/vec/mod.rs:4321:0
[INFO] [stdout]    = note: required for `Vec<Inode>` to implement `Debug`
[INFO] [stdout] help: consider annotating `Inode` with `#[derive(Debug)]`
[INFO] [stdout]   --> src/inode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct Inode {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Inode` doesn't implement `Debug`
[INFO] [stdout]   --> src/main.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     println!("{:?}", fs.inodes);
[INFO] [stdout]    |               ----   ^^^^^^^^^ `Inode` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |               |
[INFO] [stdout]    |               required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `Inode`
[INFO] [stdout] help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]   --> /rustc/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/library/alloc/src/vec/mod.rs:4321:0
[INFO] [stdout]    = note: required for `Vec<Inode>` to implement `Debug`
[INFO] [stdout] help: consider annotating `Inode` with `#[derive(Debug)]`
[INFO] [stdout]   --> src/inode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct Inode {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `otfs_filesystem` (bin "otfs_filesystem") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `otfs_filesystem` (bin "otfs_filesystem" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748", kill_on_drop: false }`
[INFO] [stdout] 9a58fdbfde45e5a33c5f2bbbb2c6f2150672ee62419a0f4cff45d46acad30748
