[INFO] updating cached repository https://github.com/ChrisPWill/login_api [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 0a54ecc5a44d6b1fb049551c35f992e71c648460 [INFO] checking ChrisPWill/login_api against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisPWill%2Flogin_api" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ChrisPWill/login_api on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ChrisPWill/login_api [INFO] finished tweaking git repo https://github.com/ChrisPWill/login_api [INFO] tweaked toml for git repo https://github.com/ChrisPWill/login_api written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ChrisPWill/login_api already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9ae78d2ade62960c8121e8d04dad79bebb6454538985438df73c8c7760249cf5 [INFO] running `"docker" "start" "-a" "9ae78d2ade62960c8121e8d04dad79bebb6454538985438df73c8c7760249cf5"` [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Checking spin v0.5.1 [INFO] [stderr] Compiling if_chain v1.0.0 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Checking filetime v0.2.6 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking backtrace v0.3.34 [INFO] [stderr] Checking easy_password v0.1.2 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.14.1 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Compiling validator v0.9.0 [INFO] [stderr] Checking rouille v3.0.0 [INFO] [stderr] Checking jsonwebtoken v6.0.1 [INFO] [stderr] Compiling validator_derive v0.9.0 [INFO] [stderr] Checking login_api v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `connection` [INFO] [stderr] --> src/v1/user.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | connection: &DalConnection, [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_connection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `user_id` [INFO] [stderr] --> src/v1/user.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | user_id: i64, [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_user_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `connection` [INFO] [stderr] --> src/v1/user.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | connection: &DalConnection, [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_connection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `user_id` [INFO] [stderr] --> src/v1/user.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | user_id: i64, [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_user_id` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 41s [INFO] running `"docker" "inspect" "9ae78d2ade62960c8121e8d04dad79bebb6454538985438df73c8c7760249cf5"` [INFO] running `"docker" "rm" "-f" "9ae78d2ade62960c8121e8d04dad79bebb6454538985438df73c8c7760249cf5"` [INFO] [stdout] 9ae78d2ade62960c8121e8d04dad79bebb6454538985438df73c8c7760249cf5