[INFO] updating cached repository https://github.com/gfreezy/dump-cat [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b6ba900acefc5df661003c7629a67f2f159fb65f [INFO] checking gfreezy/dump-cat against master#2da942f32802c8233a09744024dfbc34431adf65 for pr-66963 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfreezy%2Fdump-cat" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gfreezy/dump-cat on toolchain 2da942f32802c8233a09744024dfbc34431adf65 [INFO] running `"/workspace/cargo-home/bin/cargo" "+2da942f32802c8233a09744024dfbc34431adf65" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gfreezy/dump-cat [INFO] finished tweaking git repo https://github.com/gfreezy/dump-cat [INFO] tweaked toml for git repo https://github.com/gfreezy/dump-cat written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/gfreezy/dump-cat already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2da942f32802c8233a09744024dfbc34431adf65" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+2da942f32802c8233a09744024dfbc34431adf65" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 09756be47edeceef35b8edcff779ad24a80010567721258d376bbd5eea88c9bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "09756be47edeceef35b8edcff779ad24a80010567721258d376bbd5eea88c9bf"` [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Checking evalexpr v4.1.0 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking crossbeam v0.7.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking backtrace v0.3.14 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking dump-cat v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/main.rs:97:57 [INFO] [stderr] | [INFO] [stderr] 97 | i64::try_from(tree.message.ts())?.into(), [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::error::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/main.rs:97:57 [INFO] [stderr] | [INFO] [stderr] 97 | i64::try_from(tree.message.ts())?.into(), [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::error::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/message_tree.rs:585:42 [INFO] [stderr] | [INFO] [stderr] 585 | return match u64::try_from(b)?.checked_shl(shift) { [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::error::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/message_tree.rs:585:42 [INFO] [stderr] | [INFO] [stderr] 585 | return match u64::try_from(b)?.checked_shl(shift) { [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::error::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `dump-cat`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `dump-cat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "09756be47edeceef35b8edcff779ad24a80010567721258d376bbd5eea88c9bf"` [INFO] running `"docker" "rm" "-f" "09756be47edeceef35b8edcff779ad24a80010567721258d376bbd5eea88c9bf"` [INFO] [stdout] 09756be47edeceef35b8edcff779ad24a80010567721258d376bbd5eea88c9bf