[INFO] cloning repository https://github.com/EFulmer/tracklift-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EFulmer/tracklift-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEFulmer%2Ftracklift-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEFulmer%2Ftracklift-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cd6683977ceedecd2ceb01fed97c65abd8b43927 [INFO] checking EFulmer/tracklift-rs against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEFulmer%2Ftracklift-rs" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EFulmer/tracklift-rs on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/EFulmer/tracklift-rs [INFO] finished tweaking git repo https://github.com/EFulmer/tracklift-rs [INFO] tweaked toml for git repo https://github.com/EFulmer/tracklift-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/EFulmer/tracklift-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: unused manifest key: dependencies.diesel.feaures [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 30761db416686567133e3ed3ebff0115bd98292047b392ff23f13ed1180b0ae7 [INFO] running `"docker" "start" "-a" "30761db416686567133e3ed3ebff0115bd98292047b392ff23f13ed1180b0ae7"` [INFO] [stderr] warning: unused manifest key: dependencies.diesel.feaures [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking diesel v1.3.3 [INFO] [stderr] Checking tracklift-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::{self, Read}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `Workout` with `Workout` [INFO] [stderr] --> src/main.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^ no implementation for `Workout < Workout` and `Workout > Workout` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialOrd` is not implemented for `Workout` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Workout: std::cmp::Eq` is not satisfied [INFO] [stderr] --> src/main.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^ the trait `std::cmp::Eq` is not implemented for `Workout` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `tracklift-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::{self, Read}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `Workout` with `Workout` [INFO] [stderr] --> src/main.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^ no implementation for `Workout < Workout` and `Workout > Workout` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialOrd` is not implemented for `Workout` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Workout: std::cmp::Eq` is not satisfied [INFO] [stderr] --> src/main.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Show, Ord)] [INFO] [stderr] | ^^^ the trait `std::cmp::Eq` is not implemented for `Workout` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `tracklift-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "30761db416686567133e3ed3ebff0115bd98292047b392ff23f13ed1180b0ae7"` [INFO] running `"docker" "rm" "-f" "30761db416686567133e3ed3ebff0115bd98292047b392ff23f13ed1180b0ae7"` [INFO] [stdout] 30761db416686567133e3ed3ebff0115bd98292047b392ff23f13ed1180b0ae7