[INFO] updating cached repository https://github.com/garyttierney/clippy-action [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] b640368ad91252992faffcca9e7040d0d27d680a [INFO] checking garyttierney/clippy-action against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaryttierney%2Fclippy-action" "/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/garyttierney/clippy-action on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-10/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] e2d2e619a4c2df89eeb384700a1dbe138bdcff727dae54c8e33b2a3e959f2acd [INFO] running `"docker" "start" "-a" "e2d2e619a4c2df89eeb384700a1dbe138bdcff727dae54c8e33b2a3e959f2acd"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling regex v1.1.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking aho-corasick v0.7.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.16 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.13 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Compiling rand_os v0.1.3 [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] Compiling rand v0.6.5 [INFO] [stderr] Checking backtrace v0.3.14 [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking chrono v0.4.6 [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[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: could not compile `clippy-action`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e2d2e619a4c2df89eeb384700a1dbe138bdcff727dae54c8e33b2a3e959f2acd"` [INFO] running `"docker" "rm" "-f" "e2d2e619a4c2df89eeb384700a1dbe138bdcff727dae54c8e33b2a3e959f2acd"` [INFO] [stdout] e2d2e619a4c2df89eeb384700a1dbe138bdcff727dae54c8e33b2a3e959f2acd