[INFO] updating cached repository https://github.com/fzzzy/easy-test-google-apis-rs [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] 140d3ebb7ca3087e554fbb5d4a88ce19a166aa62 [INFO] checking fzzzy/easy-test-google-apis-rs against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzzzy%2Feasy-test-google-apis-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fzzzy/easy-test-google-apis-rs on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fzzzy/easy-test-google-apis-rs [INFO] finished tweaking git repo https://github.com/fzzzy/easy-test-google-apis-rs [INFO] tweaked toml for git repo https://github.com/fzzzy/easy-test-google-apis-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/fzzzy/easy-test-google-apis-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f1fd50fc59728e213bee49e61f62dcc9ca6b8193a84ec093c0054e846e381ab4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f1fd50fc59728e213bee49e61f62dcc9ca6b8193a84ec093c0054e846e381ab4"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling num-traits v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.40 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking uuid v0.2.3 [INFO] [stderr] Checking url v0.5.10 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.1 [INFO] [stderr] Checking r2d2 v0.8.5 [INFO] [stderr] Checking webpki v0.18.1 [INFO] [stderr] Checking sct v0.4.0 [INFO] [stderr] Checking webpki-roots v0.15.0 [INFO] [stderr] Checking rustls v0.13.1 [INFO] [stderr] Checking hyper-native-tls v0.3.0 [INFO] [stderr] Checking hyper-rustls v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking yup-oauth2 v1.0.11 [INFO] [stderr] Checking google-spanner1 v1.0.8+20180920 [INFO] [stderr] Checking easy-test-google-apis-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | fn do_a_blocking_thing() -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [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:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | fn do_a_blocking_thing() -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `"docker" "inspect" "f1fd50fc59728e213bee49e61f62dcc9ca6b8193a84ec093c0054e846e381ab4"` [INFO] running `"docker" "rm" "-f" "f1fd50fc59728e213bee49e61f62dcc9ca6b8193a84ec093c0054e846e381ab4"` [INFO] [stdout] f1fd50fc59728e213bee49e61f62dcc9ca6b8193a84ec093c0054e846e381ab4