[INFO] updating cached repository https://github.com/uma0317/http-server-Rust [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] f804e556e382948717ee956b513659cf7f7a02f9 [INFO] checking uma0317/http-server-Rust against master#08dfbfb61871a83f720c6e97a3b737076e89fe3e for pr-71796 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuma0317%2Fhttp-server-Rust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 64% (247/383) Checking out files: 65% (249/383) Checking out files: 66% (253/383) Checking out files: 67% (257/383) Checking out files: 68% (261/383) Checking out files: 69% (265/383) Checking out files: 70% (269/383) Checking out files: 71% (272/383) Checking out files: 72% (276/383) Checking out files: 73% (280/383) Checking out files: 74% (284/383) Checking out files: 75% (288/383) Checking out files: 76% (292/383) Checking out files: 77% (295/383) Checking out files: 78% (299/383) Checking out files: 79% (303/383) Checking out files: 80% (307/383) Checking out files: 81% (311/383) Checking out files: 82% (315/383) Checking out files: 83% (318/383) Checking out files: 84% (322/383) Checking out files: 85% (326/383) Checking out files: 86% (330/383) Checking out files: 87% (334/383) Checking out files: 88% (338/383) Checking out files: 89% (341/383) Checking out files: 90% (345/383) Checking out files: 91% (349/383) Checking out files: 92% (353/383) Checking out files: 93% (357/383) Checking out files: 94% (361/383) Checking out files: 95% (364/383) Checking out files: 96% (368/383) Checking out files: 97% (372/383) Checking out files: 98% (376/383) Checking out files: 99% (380/383) Checking out files: 100% (383/383) Checking out files: 100% (383/383), done. [INFO] validating manifest of git repo https://github.com/uma0317/http-server-Rust on toolchain 08dfbfb61871a83f720c6e97a3b737076e89fe3e [INFO] running `"/workspace/cargo-home/bin/cargo" "+08dfbfb61871a83f720c6e97a3b737076e89fe3e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uma0317/http-server-Rust [INFO] finished tweaking git repo https://github.com/uma0317/http-server-Rust [INFO] tweaked toml for git repo https://github.com/uma0317/http-server-Rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/uma0317/http-server-Rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+08dfbfb61871a83f720c6e97a3b737076e89fe3e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+08dfbfb61871a83f720c6e97a3b737076e89fe3e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b398da612bc773c1620092e88db3a624255d5e6e3c8f91a2a6463c26fa311c83 [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" "b398da612bc773c1620092e88db3a624255d5e6e3c8f91a2a6463c26fa311c83"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking hello v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | type Job = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [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/lib.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | type Job = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "b398da612bc773c1620092e88db3a624255d5e6e3c8f91a2a6463c26fa311c83"` [INFO] running `"docker" "rm" "-f" "b398da612bc773c1620092e88db3a624255d5e6e3c8f91a2a6463c26fa311c83"` [INFO] [stdout] b398da612bc773c1620092e88db3a624255d5e6e3c8f91a2a6463c26fa311c83