[INFO] cloning repository https://github.com/brainvader/qdo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brainvader/qdo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrainvader%2Fqdo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrainvader%2Fqdo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a713347bf5b0bba3c2d3bb56a5a9612c001db6c [INFO] checking brainvader/qdo against try#b047d5f4496a7526d91d0dddea494c05853f2a7b for pr-122661-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrainvader%2Fqdo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/brainvader/qdo [INFO] finished tweaking git repo https://github.com/brainvader/qdo [INFO] tweaked toml for git repo https://github.com/brainvader/qdo written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/brainvader/qdo on toolchain b047d5f4496a7526d91d0dddea494c05853f2a7b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b047d5f4496a7526d91d0dddea494c05853f2a7b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/brainvader/qdo 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" "+b047d5f4496a7526d91d0dddea494c05853f2a7b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b047d5f4496a7526d91d0dddea494c05853f2a7b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c4971d8afaf7294d4a57197a7cb15ee41aed17f7f878ea313bb21bc4aa35c37 [INFO] running `Command { std: "docker" "start" "-a" "5c4971d8afaf7294d4a57197a7cb15ee41aed17f7f878ea313bb21bc4aa35c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c4971d8afaf7294d4a57197a7cb15ee41aed17f7f878ea313bb21bc4aa35c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c4971d8afaf7294d4a57197a7cb15ee41aed17f7f878ea313bb21bc4aa35c37", kill_on_drop: false }` [INFO] [stdout] 5c4971d8afaf7294d4a57197a7cb15ee41aed17f7f878ea313bb21bc4aa35c37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b047d5f4496a7526d91d0dddea494c05853f2a7b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79316a803d2cb503748b837a7875a58c0b416529694d190375093143eff89af8 [INFO] running `Command { std: "docker" "start" "-a" "79316a803d2cb503748b837a7875a58c0b416529694d190375093143eff89af8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking walkdir v2.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling cpufeatures v0.2.11 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking bstr v1.8.0 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking linux-raw-sys v0.4.11 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Checking deunicode v1.4.1 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking slug v0.1.5 [INFO] [stderr] Checking clap_builder v4.4.8 [INFO] [stderr] Checking termcolor v1.4.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling rust-embed-utils v8.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling rust-embed-impl v8.0.0 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling uuid-macro-internal v1.5.0 [INFO] [stderr] Checking uuid v1.5.0 [INFO] [stderr] Checking rust-embed v8.0.0 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking globset v0.4.13 [INFO] [stderr] Checking env_logger v0.10.1 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking clap v4.4.8 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Compiling chrono-tz-build v0.2.1 [INFO] [stderr] Compiling chrono-tz v0.8.4 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Checking tera v1.19.1 [INFO] [stderr] Checking qdo v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `now` is never used [INFO] [stdout] --> src/utils.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl TimeStamp { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 40 | pub fn now(time_zone: &Tz) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `now` is never used [INFO] [stdout] --> src/utils.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl TimeStamp { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 40 | pub fn now(time_zone: &Tz) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s [INFO] running `Command { std: "docker" "inspect" "79316a803d2cb503748b837a7875a58c0b416529694d190375093143eff89af8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79316a803d2cb503748b837a7875a58c0b416529694d190375093143eff89af8", kill_on_drop: false }` [INFO] [stdout] 79316a803d2cb503748b837a7875a58c0b416529694d190375093143eff89af8