[INFO] cloning repository https://github.com/Leopard2A5/rust-hyper-microservice [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Leopard2A5/rust-hyper-microservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeopard2A5%2Frust-hyper-microservice"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeopard2A5%2Frust-hyper-microservice'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1c7bda9d0e17a4461f4742914128a969ed28328f [INFO] checking Leopard2A5/rust-hyper-microservice against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeopard2A5%2Frust-hyper-microservice" "/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/Leopard2A5/rust-hyper-microservice on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Leopard2A5/rust-hyper-microservice [INFO] finished tweaking git repo https://github.com/Leopard2A5/rust-hyper-microservice [INFO] tweaked toml for git repo https://github.com/Leopard2A5/rust-hyper-microservice written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Leopard2A5/rust-hyper-microservice already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 072be2f07fb8c24fb0303f93738c64ee84c07c9cbe81f6fb9a955471f8868262 [INFO] running `"docker" "start" "-a" "072be2f07fb8c24fb0303f93738c64ee84c07c9cbe81f6fb9a955471f8868262"` [INFO] [stderr] Compiling regex v0.2.9 [INFO] [stderr] Checking fallible-iterator v0.1.4 [INFO] [stderr] Compiling pq-sys v0.4.4 [INFO] [stderr] Checking termcolor v0.3.5 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking socket2 v0.3.4 [INFO] [stderr] Checking relay v0.1.1 [INFO] [stderr] Checking regex-syntax v0.5.2 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Checking digest v0.7.2 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking sha2 v0.7.0 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking tokio-core v0.1.15 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking postgres-shared v0.4.1 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking hyper v0.11.22 [INFO] [stderr] Checking diesel v1.1.1 [INFO] [stderr] Checking r2d2_postgres v0.14.0 [INFO] [stderr] Checking dotenv v0.9.0 [INFO] [stderr] Checking env_logger v0.5.5 [INFO] [stderr] Checking r2d2-diesel v1.0.0 [INFO] [stderr] Checking hyper-microservice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `::request_utils::decode_query` [INFO] [stderr] --> src/services/shortener_get_service.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ::request_utils::decode_query; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/router.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | type Future = 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/services/shortener_get_service.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static!{ [INFO] [stderr] 15 | | static ref RE: Regex = Regex::new(r"/urls/(.+)").unwrap(); [INFO] [stderr] 16 | | } [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: unused import: `::request_utils::decode_query` [INFO] [stderr] --> src/services/shortener_get_service.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ::request_utils::decode_query; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/router.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | type Future = 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/services/shortener_get_service.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static!{ [INFO] [stderr] 15 | | static ref RE: Regex = Regex::new(r"/urls/(.+)").unwrap(); [INFO] [stderr] 16 | | } [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 50.39s [INFO] running `"docker" "inspect" "072be2f07fb8c24fb0303f93738c64ee84c07c9cbe81f6fb9a955471f8868262"` [INFO] running `"docker" "rm" "-f" "072be2f07fb8c24fb0303f93738c64ee84c07c9cbe81f6fb9a955471f8868262"` [INFO] [stdout] 072be2f07fb8c24fb0303f93738c64ee84c07c9cbe81f6fb9a955471f8868262