[INFO] updating cached repository https://github.com/matrix-org/prometheus-cachet-glue [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] 00ff23bbc993914f8205aaa01bf7f080bdf1a455 [INFO] checking matrix-org/prometheus-cachet-glue against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatrix-org%2Fprometheus-cachet-glue" "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/matrix-org/prometheus-cachet-glue on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/matrix-org/prometheus-cachet-glue [INFO] finished tweaking git repo https://github.com/matrix-org/prometheus-cachet-glue [INFO] tweaked toml for git repo https://github.com/matrix-org/prometheus-cachet-glue written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/matrix-org/prometheus-cachet-glue already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d197a79ca210a7dacb98efadb59d9dc6b8ab248c92634f79bfb5f375df06777a [INFO] running `"docker" "start" "-a" "d197a79ca210a7dacb98efadb59d9dc6b8ab248c92634f79bfb5f375df06777a"` [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Checking tower-service v0.1.0 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking fern v0.5.8 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking trust-dns-proto v0.6.3 [INFO] [stderr] Checking trust-dns-proto v0.5.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling v_escape_derive v0.5.5 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking trust-dns-resolver v0.10.3 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking actix v0.7.9 [INFO] [stderr] Checking actix-net v0.2.6 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking actix-web v0.7.19 [INFO] [stderr] Checking reqwest v0.8.8 [INFO] [stderr] Checking prometheus-cachet-glue v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | fn hook(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | fn hook(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `"docker" "inspect" "d197a79ca210a7dacb98efadb59d9dc6b8ab248c92634f79bfb5f375df06777a"` [INFO] running `"docker" "rm" "-f" "d197a79ca210a7dacb98efadb59d9dc6b8ab248c92634f79bfb5f375df06777a"` [INFO] [stdout] d197a79ca210a7dacb98efadb59d9dc6b8ab248c92634f79bfb5f375df06777a