[INFO] updating cached repository https://github.com/ZeusWPI/zauth [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] 6e6a5937cc0ba7b1e73d74ea75400cb2b4906d40 [INFO] checking ZeusWPI/zauth against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeusWPI%2Fzauth" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ZeusWPI/zauth on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ZeusWPI/zauth [INFO] finished tweaking git repo https://github.com/ZeusWPI/zauth [INFO] tweaked toml for git repo https://github.com/ZeusWPI/zauth written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ZeusWPI/zauth already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] 89fcde04f06c4fe498eddafddb07a41da37749e14ce46aa9b81ccc1d85d97709 [INFO] running `"docker" "start" "-a" "89fcde04f06c4fe498eddafddb07a41da37749e14ce46aa9b81ccc1d85d97709"` [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking backtrace v0.3.42 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking pwhash v0.2.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking scheduled-thread-pool v0.2.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling rocket_contrib_codegen v0.4.2 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Compiling rocket_http v0.4.2 [INFO] [stderr] Compiling diesel v1.4.3 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking migrations_internals v1.4.0 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Compiling migrations_macros v1.4.1 [INFO] [stderr] Checking diesel_migrations v1.4.0 [INFO] [stderr] Checking zauth v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | SerdeUrlencode(serde_urlencoded::ser::Error); [INFO] [stderr] 8 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rocket::response::status::Custom` [INFO] [stderr] --> src/views/accepter.rs:68:6 [INFO] [stderr] | [INFO] [stderr] 68 | use rocket::response::status::Custom; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | SerdeUrlencode(serde_urlencoded::ser::Error); [INFO] [stderr] 8 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 03s [INFO] running `"docker" "inspect" "89fcde04f06c4fe498eddafddb07a41da37749e14ce46aa9b81ccc1d85d97709"` [INFO] running `"docker" "rm" "-f" "89fcde04f06c4fe498eddafddb07a41da37749e14ce46aa9b81ccc1d85d97709"` [INFO] [stdout] 89fcde04f06c4fe498eddafddb07a41da37749e14ce46aa9b81ccc1d85d97709