[INFO] updating cached repository https://github.com/approveapi/actix-web-magic-link-auth [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 3d94ca15e992bd4b79d31552ede293316e993aeb [INFO] checking approveapi/actix-web-magic-link-auth against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapproveapi%2Factix-web-magic-link-auth" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/approveapi/actix-web-magic-link-auth on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/approveapi/actix-web-magic-link-auth [INFO] finished tweaking git repo https://github.com/approveapi/actix-web-magic-link-auth [INFO] tweaked toml for git repo https://github.com/approveapi/actix-web-magic-link-auth written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/approveapi/actix-web-magic-link-auth already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 118b9099963afe2e9dea7d130efbda0e5ed2eb47b37ef5b004def970095fd642 [INFO] running `"docker" "start" "-a" "118b9099963afe2e9dea7d130efbda0e5ed2eb47b37ef5b004def970095fd642"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking arc-swap v0.3.8 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Checking base64 v0.7.0 [INFO] [stderr] Checking backtrace-sys v0.1.28 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking backoff v0.1.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling v_escape_derive v0.5.3 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Checking backtrace v0.3.15 [INFO] [stderr] Checking signal-hook v0.1.8 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Checking serde v1.0.90 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling v_htmlescape v0.4.3 [INFO] [stderr] Checking redis-async v0.4.4 [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-async-0.4.4/src/client/pubsub.rs:294:41 [INFO] [stderr] | [INFO] [stderr] 294 | self.con.unsubscribe(self.topic.as_ref()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `redis-async`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "118b9099963afe2e9dea7d130efbda0e5ed2eb47b37ef5b004def970095fd642"` [INFO] running `"docker" "rm" "-f" "118b9099963afe2e9dea7d130efbda0e5ed2eb47b37ef5b004def970095fd642"` [INFO] [stdout] 118b9099963afe2e9dea7d130efbda0e5ed2eb47b37ef5b004def970095fd642