[INFO] cloning repository https://github.com/denizxaytac/inker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denizxaytac/inker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenizxaytac%2Finker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenizxaytac%2Finker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 38f48a244521a1b6db4c306162eb37bd73dddb16 [INFO] checking denizxaytac/inker against try#024378d9203a4009ed73d6db2681b88a8d74ce7a for pr-112160 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenizxaytac%2Finker" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/denizxaytac/inker on toolchain 024378d9203a4009ed73d6db2681b88a8d74ce7a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/denizxaytac/inker [INFO] finished tweaking git repo https://github.com/denizxaytac/inker [INFO] tweaked toml for git repo https://github.com/denizxaytac/inker written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/denizxaytac/inker already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0122d19f48f2cc4452c0102ee614cbf643528b6448a0cb57a75886270b2a3cc2 [INFO] running `Command { std: "docker" "start" "-a" "0122d19f48f2cc4452c0102ee614cbf643528b6448a0cb57a75886270b2a3cc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0122d19f48f2cc4452c0102ee614cbf643528b6448a0cb57a75886270b2a3cc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0122d19f48f2cc4452c0102ee614cbf643528b6448a0cb57a75886270b2a3cc2", kill_on_drop: false }` [INFO] [stdout] 0122d19f48f2cc4452c0102ee614cbf643528b6448a0cb57a75886270b2a3cc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c13a1b728286cf30d6140431096bf6f2891589f8205b11d2c4ddbc6fc274e261 [INFO] running `Command { std: "docker" "start" "-a" "c13a1b728286cf30d6140431096bf6f2891589f8205b11d2c4ddbc6fc274e261", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling uncased v0.9.7 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling regex-syntax v0.7.1 [INFO] [stderr] Compiling tokio v1.28.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.6 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling regex v1.8.1 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling zstd-safe v6.0.5+zstd.1.5.4 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling time-macros v0.2.8 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling pest v2.6.0 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking actix-rt v2.8.0 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Checking bstr v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking time v0.3.20 [INFO] [stderr] Checking globset v0.4.10 [INFO] [stderr] Compiling pest_meta v2.6.0 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Checking h2 v0.3.18 [INFO] [stderr] Checking actix-codec v0.5.0 [INFO] [stderr] Checking local-channel v0.1.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking base64 v0.21.0 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking chrono v0.4.24 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Checking actix-server v2.2.0 [INFO] [stderr] Compiling pest_generator v2.6.0 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling actix-web-codegen v4.2.0 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Compiling pulldown-cmark v0.9.2 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Compiling pest_derive v2.6.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking serde_json v1.0.96 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking unidecode v0.3.0 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking http-range v0.1.5 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking slugify v0.1.0 [INFO] [stderr] Checking tera v1.18.1 [INFO] [stderr] Checking zstd v0.12.3+zstd.1.5.2 [INFO] [stderr] Checking actix-http v3.3.1 [INFO] [stderr] Checking actix-web v4.3.1 [INFO] [stderr] Checking actix-files v0.6.2 [INFO] [stderr] Checking inker v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::thread::current` [INFO] [stdout] --> src/generate.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::thread::current; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::main` [INFO] [stdout] --> src/generate.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::main; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread::current` [INFO] [stdout] --> src/generate.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::thread::current; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::main` [INFO] [stdout] --> src/generate.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::main; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `App`, `HttpServer` [INFO] [stdout] --> src/webserver.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, web, App, HttpResponse, HttpServer}; [INFO] [stdout] | ^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `spawn`, `time` [INFO] [stdout] --> src/webserver.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | use actix_web::rt::{spawn, time}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `App`, `HttpServer` [INFO] [stdout] --> src/webserver.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, web, App, HttpResponse, HttpServer}; [INFO] [stdout] | ^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `spawn`, `time` [INFO] [stdout] --> src/webserver.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | use actix_web::rt::{spawn, time}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `actix_web::HttpResponseBuilder::header`: Replaced with `append_header((key, value))`. Will be removed in v5. [INFO] [stdout] --> src/webserver.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | .header("Cache-Control", "no-cache") [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `actix_web::HttpResponseBuilder::header`: Replaced with `append_header((key, value))`. Will be removed in v5. [INFO] [stdout] --> src/webserver.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | .header("Cache-Control", "no-cache") [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `actix_web::HttpResponseBuilder::header`: Replaced with `append_header((key, value))`. Will be removed in v5. [INFO] [stdout] --> src/webserver.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | .header("Cache-Control", "no-cache") [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `actix_web::HttpResponseBuilder::header`: Replaced with `append_header((key, value))`. Will be removed in v5. [INFO] [stdout] --> src/webserver.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | .header("Cache-Control", "no-cache") [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `live_reload` [INFO] [stdout] --> src/webserver.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | pub async fn run_server(live_reload: bool) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_live_reload` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `live_reload` [INFO] [stdout] --> src/webserver.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | pub async fn run_server(live_reload: bool) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_live_reload` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/cli.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | let all_args = args.clone(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `[std::string::String]` does not implement `Clone`, so calling `clone` on `&[std::string::String]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[deny(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/cli.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | let all_args = args.clone(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `[std::string::String]` does not implement `Clone`, so calling `clone` on `&[std::string::String]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[deny(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inker` (bin "inker") due to 2 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `inker` (bin "inker" test) due to 2 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c13a1b728286cf30d6140431096bf6f2891589f8205b11d2c4ddbc6fc274e261", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c13a1b728286cf30d6140431096bf6f2891589f8205b11d2c4ddbc6fc274e261", kill_on_drop: false }` [INFO] [stdout] c13a1b728286cf30d6140431096bf6f2891589f8205b11d2c4ddbc6fc274e261