[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 c397dae808f70caebab1fc4e11b3edf7e59f58c7 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NarxPal/otfs on toolchain c397dae808f70caebab1fc4e11b3edf7e59f58c7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "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" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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] 13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae
[INFO] running `Command { std: "docker" "start" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae", 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" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae" "/opt/rustwide/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae", 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" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae" "/opt/rustwide/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "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/c397dae808f70caebab1fc4e11b3edf7e59f58c7/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/c397dae808f70caebab1fc4e11b3edf7e59f58c7/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] [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] [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" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae", kill_on_drop: false }`
[INFO] [stdout] 13c6f66f667fff41335105ceecffb8ea24b901b06c83a009331e9caa3d49cfae
