[INFO] cloning repository https://github.com/cbiffle/httpd1 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cbiffle/httpd1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbiffle%2Fhttpd1"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbiffle%2Fhttpd1'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 917e7b6d55ef6cfd45e5d800df2234a72e306d5e [INFO] checking cbiffle/httpd1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbiffle%2Fhttpd1" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cbiffle/httpd1 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/cbiffle/httpd1 [INFO] finished tweaking git repo https://github.com/cbiffle/httpd1 [INFO] tweaked toml for git repo https://github.com/cbiffle/httpd1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/cbiffle/httpd1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 3dd7f33f5e8142a987830a643e4b899c5e024ee417cc5dc88e8a721bc313ba04 [INFO] running `"docker" "start" "-a" "3dd7f33f5e8142a987830a643e4b899c5e024ee417cc5dc88e8a721bc313ba04"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.3.5 [INFO] [stderr] Checking libc v0.1.8 [INFO] [stderr] Compiling time v0.1.25 [INFO] [stderr] Compiling httpd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | b'0'...b'9' => Some(b - b'0'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | b'A'...b'F' => Some(b - b'A' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | b'a'...b'f' => Some(b - b'a' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | b'0'...b'9' => Some(b - b'0'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | b'A'...b'F' => Some(b - b'A' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/percent.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | b'a'...b'f' => Some(b - b'a' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.30s [INFO] running `"docker" "inspect" "3dd7f33f5e8142a987830a643e4b899c5e024ee417cc5dc88e8a721bc313ba04"` [INFO] running `"docker" "rm" "-f" "3dd7f33f5e8142a987830a643e4b899c5e024ee417cc5dc88e8a721bc313ba04"` [INFO] [stdout] 3dd7f33f5e8142a987830a643e4b899c5e024ee417cc5dc88e8a721bc313ba04