[INFO] cloning repository https://github.com/cbrevik/now-rust-test [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cbrevik/now-rust-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrevik%2Fnow-rust-test"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrevik%2Fnow-rust-test'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4f360eb05a569044b7200d89c90e6440694da602 [INFO] checking cbrevik/now-rust-test against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrevik%2Fnow-rust-test" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cbrevik/now-rust-test 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/cbrevik/now-rust-test [INFO] finished tweaking git repo https://github.com/cbrevik/now-rust-test [INFO] tweaked toml for git repo https://github.com/cbrevik/now-rust-test written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/cbrevik/now-rust-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 5cac827c91de535481c44a7289a02a9fdfa442d84b0df986550f27d6bcef4a4e [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" "5cac827c91de535481c44a7289a02a9fdfa442d84b0df986550f27d6bcef4a4e"` [INFO] [stderr] Compiling lambda_runtime_core v0.1.2 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.1 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking lambda_runtime_errors v0.1.1 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking lambda_runtime_client v0.2.2 [INFO] [stderr] Checking lambda_runtime v0.2.1 [INFO] [stderr] Checking now_lambda v0.1.3 [INFO] [stderr] Checking now-rust-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `handler` [INFO] [stderr] --> src/index.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | fn handler(request: Request) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/index.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `handler` [INFO] [stderr] --> src/index.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | fn handler(request: Request) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/index.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.96s [INFO] running `"docker" "inspect" "5cac827c91de535481c44a7289a02a9fdfa442d84b0df986550f27d6bcef4a4e"` [INFO] running `"docker" "rm" "-f" "5cac827c91de535481c44a7289a02a9fdfa442d84b0df986550f27d6bcef4a4e"` [INFO] [stdout] 5cac827c91de535481c44a7289a02a9fdfa442d84b0df986550f27d6bcef4a4e