[INFO] cloning repository https://github.com/thebearingedge/rust-backend [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thebearingedge/rust-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebearingedge%2Frust-backend"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebearingedge%2Frust-backend'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] da84948dcc02a6b318cf5811c2d8a10980d2db4e [INFO] checking thebearingedge/rust-backend against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebearingedge%2Frust-backend" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thebearingedge/rust-backend on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thebearingedge/rust-backend [INFO] finished tweaking git repo https://github.com/thebearingedge/rust-backend [INFO] tweaked toml for git repo https://github.com/thebearingedge/rust-backend written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/thebearingedge/rust-backend already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] c10f480a8b54fd3996c6a29acd901cdda786aad0b9fb757e69d2ff9c450db1b9 [INFO] running `"docker" "start" "-a" "c10f480a8b54fd3996c6a29acd901cdda786aad0b9fb757e69d2ff9c450db1b9"` [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking listenfd v0.3.3 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking blowfish v0.3.0 [INFO] [stderr] Checking env_logger v0.6.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking bcrypt v0.2.1 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking parking_lot v0.7.0 [INFO] [stderr] Checking diesel v1.3.3 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking crossbeam-channel v0.3.3 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking trust-dns-proto v0.5.0 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Checking jsonwebtoken v5.0.1 [INFO] [stderr] Checking trust-dns-resolver v0.10.0 [INFO] [stderr] Checking actix v0.7.9 [INFO] [stderr] Checking actix-net v0.2.4 [INFO] [stderr] Checking actix-web v0.7.16 [INFO] [stderr] Checking rust-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `port` should have an upper case name [INFO] [stderr] --> src/main.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | static ref port: String = env::var("PORT").expect("PORT not set"); [INFO] [stderr] | ^^^^ help: convert the identifier to upper case: `PORT` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `token_secret` should have an upper case name [INFO] [stderr] --> src/auth/mod.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | static ref token_secret: String = [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TOKEN_SECRET` [INFO] [stderr] [INFO] [stderr] warning: static variable `db_url` should have an upper case name [INFO] [stderr] --> src/db.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | static ref db_url: String = [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `DB_URL` [INFO] [stderr] [INFO] [stderr] warning: static variable `port` should have an upper case name [INFO] [stderr] --> src/main.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | static ref port: String = env::var("PORT").expect("PORT not set"); [INFO] [stderr] | ^^^^ help: convert the identifier to upper case: `PORT` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `token_secret` should have an upper case name [INFO] [stderr] --> src/auth/mod.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | static ref token_secret: String = [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `TOKEN_SECRET` [INFO] [stderr] [INFO] [stderr] warning: static variable `db_url` should have an upper case name [INFO] [stderr] --> src/db.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | static ref db_url: String = [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `DB_URL` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `"docker" "inspect" "c10f480a8b54fd3996c6a29acd901cdda786aad0b9fb757e69d2ff9c450db1b9"` [INFO] running `"docker" "rm" "-f" "c10f480a8b54fd3996c6a29acd901cdda786aad0b9fb757e69d2ff9c450db1b9"` [INFO] [stdout] c10f480a8b54fd3996c6a29acd901cdda786aad0b9fb757e69d2ff9c450db1b9