[INFO] cloning repository https://github.com/zRyder/Pastebin-Rocket [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zRyder/Pastebin-Rocket" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzRyder%2FPastebin-Rocket"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzRyder%2FPastebin-Rocket'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eed5093f6e27cbfe125e46ea9582f0b0e04e272c [INFO] checking zRyder/Pastebin-Rocket against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzRyder%2FPastebin-Rocket" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 67% (611/902) Checking out files: 68% (614/902) Checking out files: 69% (623/902) Checking out files: 70% (632/902) Checking out files: 71% (641/902) Checking out files: 72% (650/902) Checking out files: 73% (659/902) Checking out files: 74% (668/902) Checking out files: 75% (677/902) Checking out files: 76% (686/902) Checking out files: 76% (688/902) Checking out files: 77% (695/902) Checking out files: 78% (704/902) Checking out files: 79% (713/902) Checking out files: 80% (722/902) Checking out files: 81% (731/902) Checking out files: 81% (732/902) Checking out files: 82% (740/902) Checking out files: 83% (749/902) Checking out files: 84% (758/902) Checking out files: 85% (767/902) Checking out files: 86% (776/902) Checking out files: 87% (785/902) Checking out files: 88% (794/902) Checking out files: 89% (803/902) Checking out files: 90% (812/902) Checking out files: 91% (821/902) Checking out files: 92% (830/902) Checking out files: 93% (839/902) Checking out files: 94% (848/902) Checking out files: 95% (857/902) Checking out files: 96% (866/902) Checking out files: 97% (875/902) Checking out files: 98% (884/902) Checking out files: 99% (893/902) Checking out files: 100% (902/902) Checking out files: 100% (902/902), done. [INFO] validating manifest of git repo https://github.com/zRyder/Pastebin-Rocket on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zRyder/Pastebin-Rocket [INFO] finished tweaking git repo https://github.com/zRyder/Pastebin-Rocket [INFO] tweaked toml for git repo https://github.com/zRyder/Pastebin-Rocket written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/zRyder/Pastebin-Rocket already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] e5f37b938b5f1e0f1c16a625c43a55fa78834d08de0552717403ecb0c750c11b [INFO] running `"docker" "start" "-a" "e5f37b938b5f1e0f1c16a625c43a55fa78834d08de0552717403ecb0c750c11b"` [INFO] [stderr] Compiling rocket_codegen v0.4.3 [INFO] [stderr] Compiling rocket v0.4.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking cookie v0.11.2 [INFO] [stderr] Checking rocket_http v0.4.3 [INFO] [stderr] Checking Rocket_Pastebin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rocket::http::RawStr` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use rocket::http::RawStr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rocket::http::RawStr` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use rocket::http::RawStr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `Rocket_Pastebin` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `rocket_pastebin` [INFO] [stderr] [INFO] [stderr] warning: crate `Rocket_Pastebin` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `rocket_pastebin` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.86s [INFO] running `"docker" "inspect" "e5f37b938b5f1e0f1c16a625c43a55fa78834d08de0552717403ecb0c750c11b"` [INFO] running `"docker" "rm" "-f" "e5f37b938b5f1e0f1c16a625c43a55fa78834d08de0552717403ecb0c750c11b"` [INFO] [stdout] e5f37b938b5f1e0f1c16a625c43a55fa78834d08de0552717403ecb0c750c11b