[INFO] cloning repository https://github.com/garyttierney/clippy-action [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/garyttierney/clippy-action" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaryttierney%2Fclippy-action"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaryttierney%2Fclippy-action'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b640368ad91252992faffcca9e7040d0d27d680a [INFO] checking garyttierney/clippy-action against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaryttierney%2Fclippy-action" "/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/garyttierney/clippy-action on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/garyttierney/clippy-action [INFO] finished tweaking git repo https://github.com/garyttierney/clippy-action [INFO] tweaked toml for git repo https://github.com/garyttierney/clippy-action written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/garyttierney/clippy-action already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+e922e6444795ab795fab1943288aee3d543699b8" "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] a781b78bd53b742314ec254fd95865a84ef3636918403a49f4ad9869cc33e930 [INFO] running `"docker" "start" "-a" "a781b78bd53b742314ec254fd95865a84ef3636918403a49f4ad9869cc33e930"` [INFO] [stderr] Compiling regex v1.1.3 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Checking aho-corasick v0.7.1 [INFO] [stderr] Checking backtrace v0.3.14 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.13 [INFO] [stderr] Checking serde v1.0.89 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.12 [INFO] [stderr] Checking clippy-action v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/github/check_run.rs:160:60 [INFO] [stderr] | [INFO] [stderr] 160 | let path = PathBuf::from_str(&data.target.src_path)?; [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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `clippy-action`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/github/check_run.rs:160:60 [INFO] [stderr] | [INFO] [stderr] 160 | let path = PathBuf::from_str(&data.target.src_path)?; [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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `clippy-action`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a781b78bd53b742314ec254fd95865a84ef3636918403a49f4ad9869cc33e930"` [INFO] running `"docker" "rm" "-f" "a781b78bd53b742314ec254fd95865a84ef3636918403a49f4ad9869cc33e930"` [INFO] [stdout] a781b78bd53b742314ec254fd95865a84ef3636918403a49f4ad9869cc33e930