[INFO] cloning repository https://github.com/ioncodes/thicc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ioncodes/thicc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fioncodes%2Fthicc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fioncodes%2Fthicc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3edb6aaa53384fa214742b74f98757b8f5d069c8 [INFO] checking ioncodes/thicc against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fioncodes%2Fthicc" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ioncodes/thicc 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/ioncodes/thicc [INFO] finished tweaking git repo https://github.com/ioncodes/thicc [INFO] tweaked toml for git repo https://github.com/ioncodes/thicc written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ioncodes/thicc 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] Downloading crates ... [INFO] [stderr] Downloaded urldecode v0.1.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 66723daf84ca24b393a8477ae9f417a3163d75507327fc4cfef8d586387a83bb [INFO] running `"docker" "start" "-a" "66723daf84ca24b393a8477ae9f417a3163d75507327fc4cfef8d586387a83bb"` [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Checking urldecode v0.1.1 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Compiling sqlite3-src v0.2.11 [INFO] [stderr] Compiling rocket v0.4.2 [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking sqlite3-sys v0.12.0 [INFO] [stderr] Checking sqlite v0.25.0 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking notify v4.0.12 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Checking rocket_http v0.4.2 [INFO] [stderr] Compiling askama_shared v0.8.0 [INFO] [stderr] Compiling askama_derive v0.8.0 [INFO] [stderr] Checking askama v0.8.0 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking thicc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate rocket_contrib; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Redirect` [INFO] [stderr] --> src/server.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use rocket::response::{Redirect, NamedFile}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Connection` [INFO] [stderr] --> src/db.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use sqlite::{Connection, Value}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate rocket_contrib; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Redirect` [INFO] [stderr] --> src/server.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use rocket::response::{Redirect, NamedFile}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Connection` [INFO] [stderr] --> src/db.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use sqlite::{Connection, Value}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `"docker" "inspect" "66723daf84ca24b393a8477ae9f417a3163d75507327fc4cfef8d586387a83bb"` [INFO] running `"docker" "rm" "-f" "66723daf84ca24b393a8477ae9f417a3163d75507327fc4cfef8d586387a83bb"` [INFO] [stdout] 66723daf84ca24b393a8477ae9f417a3163d75507327fc4cfef8d586387a83bb