[INFO] updating cached repository https://github.com/jakobdalsgaard/simple-tower-mysql-service [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] 6c40b35f4bf966023a49532b50d9f22e6949baf5 [INFO] checking jakobdalsgaard/simple-tower-mysql-service against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakobdalsgaard%2Fsimple-tower-mysql-service" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service 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/jakobdalsgaard/simple-tower-mysql-service [INFO] finished tweaking git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service [INFO] tweaked toml for git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/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] e44b06ded5c5d98fc55d5001ecdb81a9842cf5ffa1db10684ecff0605def4621 [INFO] running `"docker" "start" "-a" "e44b06ded5c5d98fc55d5001ecdb81a9842cf5ffa1db10684ecff0605def4621"` [INFO] [stderr] Compiling prost-build v0.3.2 [INFO] [stderr] Compiling indexmap v1.0.1 [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling petgraph v0.4.12 [INFO] [stderr] Checking tower-service v0.1.0 (https://github.com/tower-rs/tower#20fb04e3) [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling prost v0.3.2 [INFO] [stderr] Checking twox-hash v1.1.0 [INFO] [stderr] Checking tokio-connect v0.1.0 (https://github.com/carllerche/tokio-connect#f7ad1ca4) [INFO] [stderr] Checking tower-add-origin v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) [INFO] [stderr] Checking chrono v0.4.3 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling codegen v0.1.0 (https://github.com/carllerche/codegen#9b2f8185) [INFO] [stderr] Checking tower-h2 v0.1.0 (https://github.com/tower-rs/tower-h2#0c9c5f16) [INFO] [stderr] Checking tower-http v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) [INFO] [stderr] Checking tower-grpc v0.1.0 (https://github.com/tower-rs/tower-grpc#f222daa5) [INFO] [stderr] Checking mysql_common v0.5.0 [INFO] [stderr] Compiling prost-derive v0.3.2 [INFO] [stderr] Checking mysql_async v0.14.2 [INFO] [stderr] Compiling prost-types v0.3.2 [INFO] [stderr] Compiling tower-grpc-build v0.1.0 (https://github.com/tower-rs/tower-grpc#f222daa5) [INFO] [stderr] Compiling simple-tower-mysql-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/service.rs:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | type GetItemDataFuture = Box, Error = tower_grpc::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = tower_grpc::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/service.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CACHE: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/service.rs:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | type GetItemDataFuture = Box, Error = tower_grpc::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = tower_grpc::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/service.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CACHE: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "e44b06ded5c5d98fc55d5001ecdb81a9842cf5ffa1db10684ecff0605def4621"` [INFO] running `"docker" "rm" "-f" "e44b06ded5c5d98fc55d5001ecdb81a9842cf5ffa1db10684ecff0605def4621"` [INFO] [stdout] e44b06ded5c5d98fc55d5001ecdb81a9842cf5ffa1db10684ecff0605def4621