[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] testing EFulmer/tracklift-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEFulmer%2Ftracklift-rs" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EFulmer/tracklift-rs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-1/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: unused manifest key: dependencies.diesel.feaures [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ace2a41e37762f14d638a6039c5dc931d8b226b82d662e92c525bf4cfd1d37f9 [INFO] running `"docker" "start" "-a" "ace2a41e37762f14d638a6039c5dc931d8b226b82d662e92c525bf4cfd1d37f9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused manifest key: dependencies.diesel.feaures [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling 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] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 1 warning emitted [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" "ace2a41e37762f14d638a6039c5dc931d8b226b82d662e92c525bf4cfd1d37f9"` [INFO] running `"docker" "rm" "-f" "ace2a41e37762f14d638a6039c5dc931d8b226b82d662e92c525bf4cfd1d37f9"` [INFO] [stdout] ace2a41e37762f14d638a6039c5dc931d8b226b82d662e92c525bf4cfd1d37f9