[INFO] cloning repository https://github.com/faustfu/hello-diesel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/faustfu/hello-diesel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaustfu%2Fhello-diesel"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaustfu%2Fhello-diesel'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ccf139e082ed0f5014c8b71f90b5e0f86c7d606d [INFO] checking faustfu/hello-diesel against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaustfu%2Fhello-diesel" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faustfu/hello-diesel on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/faustfu/hello-diesel [INFO] finished tweaking git repo https://github.com/faustfu/hello-diesel [INFO] tweaked toml for git repo https://github.com/faustfu/hello-diesel written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/faustfu/hello-diesel already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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] c7e2567c0d39ef784e58919fab23efbd5b6c9c171eacee4cb0878f53b6331f70 [INFO] running `"docker" "start" "-a" "c7e2567c0d39ef784e58919fab23efbd5b6c9c171eacee4cb0878f53b6331f70"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking diesel v1.4.4 [INFO] [stderr] Checking hello-diesel v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `t` [INFO] [stderr] --> src/insert.rs:39:41 [INFO] [stderr] | [INFO] [stderr] 39 | fn create_user<'a>(conn: &PgConnection, t: &'a str, b: &'a str) -> User { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/insert.rs:39:53 [INFO] [stderr] | [INFO] [stderr] 39 | fn create_user<'a>(conn: &PgConnection, t: &'a str, b: &'a str) -> User { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t` [INFO] [stderr] --> src/insert.rs:39:41 [INFO] [stderr] | [INFO] [stderr] 39 | fn create_user<'a>(conn: &PgConnection, t: &'a str, b: &'a str) -> User { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/insert.rs:39:53 [INFO] [stderr] | [INFO] [stderr] 39 | fn create_user<'a>(conn: &PgConnection, t: &'a str, b: &'a str) -> User { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `"docker" "inspect" "c7e2567c0d39ef784e58919fab23efbd5b6c9c171eacee4cb0878f53b6331f70"` [INFO] running `"docker" "rm" "-f" "c7e2567c0d39ef784e58919fab23efbd5b6c9c171eacee4cb0878f53b6331f70"` [INFO] [stdout] c7e2567c0d39ef784e58919fab23efbd5b6c9c171eacee4cb0878f53b6331f70