[INFO] updating cached repository https://github.com/phillyfan1138/credit_faas [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] 75c908fd1f0d396e0c5eb11cd6b1910773bfd5f0 [INFO] checking phillyfan1138/credit_faas against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphillyfan1138%2Fcredit_faas" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phillyfan1138/credit_faas on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/phillyfan1138/credit_faas [INFO] finished tweaking git repo https://github.com/phillyfan1138/credit_faas [INFO] tweaked toml for git repo https://github.com/phillyfan1138/credit_faas written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/phillyfan1138/credit_faas already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] ceb724ebfd1cb124accaad54f62a7fdb51a870aba2ac6ece71a13cd51fa433bb [INFO] running `"docker" "start" "-a" "ceb724ebfd1cb124accaad54f62a7fdb51a870aba2ac6ece71a13cd51fa433bb"` [INFO] [stderr] Checking roots v0.0.5 [INFO] [stderr] Compiling lambda_runtime_core v0.1.1 [INFO] [stderr] Checking special v0.7.8 [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking rand v0.6.4 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking cf_functions v0.10.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking lambda_runtime_errors v0.1.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] error[E0277]: the trait bound `(): LambdaErrorExt` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lambda_runtime_errors-0.1.0/src/error_ext_impl.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | HandlerError::new(e) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `LambdaErrorExt` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lambda_runtime_errors-0.1.0/src/lib.rs:133:12 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn new(e: T) -> Self { [INFO] [stderr] | --- -------------- required by this bound in `HandlerError::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lambda_runtime_errors-0.1.0/src/error_ext_impl.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | HandlerError::new(e) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lambda_runtime_errors-0.1.0/src/lib.rs:133:12 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn new(e: T) -> Self { [INFO] [stderr] | --- ------------- required by this bound in `HandlerError::new` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [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 `lambda_runtime_errors`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ceb724ebfd1cb124accaad54f62a7fdb51a870aba2ac6ece71a13cd51fa433bb"` [INFO] running `"docker" "rm" "-f" "ceb724ebfd1cb124accaad54f62a7fdb51a870aba2ac6ece71a13cd51fa433bb"` [INFO] [stdout] ceb724ebfd1cb124accaad54f62a7fdb51a870aba2ac6ece71a13cd51fa433bb