[INFO] updating cached repository https://github.com/millonesj/api_shop_with_rust [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] 0dfc17e81423e09524793633be87e6e9ff3d20d7 [INFO] checking millonesj/api_shop_with_rust against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmillonesj%2Fapi_shop_with_rust" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/millonesj/api_shop_with_rust on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/millonesj/api_shop_with_rust [INFO] finished tweaking git repo https://github.com/millonesj/api_shop_with_rust [INFO] tweaked toml for git repo https://github.com/millonesj/api_shop_with_rust written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/millonesj/api_shop_with_rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] c29385fc0a6da7cd9197949863bb613a30ea7d4fce605dae79dcac5e11bad5eb [INFO] running `"docker" "start" "-a" "c29385fc0a6da7cd9197949863bb613a30ea7d4fce605dae79dcac5e11bad5eb"` [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] Checking r2d2 v0.8.6 [INFO] [stderr] Compiling diesel v0.16.0 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking rocket_http v0.4.2 [INFO] [stderr] Compiling diesel_infer_schema v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking diesel v1.4.3 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Compiling diesel_codegen v0.16.1 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking r2d2-diesel v1.0.0 [INFO] [stderr] Checking api_shop_with_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | fn update_product(id: i32, product: Json) -> Json { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | fn delete_product(id: i32) -> JsonValue { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | fn update_product(id: i32, product: Json) -> Json { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | fn delete_product(id: i32) -> JsonValue { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `"docker" "inspect" "c29385fc0a6da7cd9197949863bb613a30ea7d4fce605dae79dcac5e11bad5eb"` [INFO] running `"docker" "rm" "-f" "c29385fc0a6da7cd9197949863bb613a30ea7d4fce605dae79dcac5e11bad5eb"` [INFO] [stdout] c29385fc0a6da7cd9197949863bb613a30ea7d4fce605dae79dcac5e11bad5eb