[INFO] cloning repository https://github.com/Yurzi/moe-counter-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yurzi/moe-counter-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYurzi%2Fmoe-counter-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYurzi%2Fmoe-counter-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] db1e1aa77931fd38feee9a7f6d20fab112adaca4 [INFO] testing Yurzi/moe-counter-rs against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYurzi%2Fmoe-counter-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Yurzi/moe-counter-rs [INFO] finished tweaking git repo https://github.com/Yurzi/moe-counter-rs [INFO] tweaked toml for git repo https://github.com/Yurzi/moe-counter-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Yurzi/moe-counter-rs on toolchain 1ef7943ee607160a564655b6596f83670ef95df5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Yurzi/moe-counter-rs 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Downloaded svgtypes v0.15.2 [INFO] [stderr] Downloaded unicode-ccc v0.3.0 [INFO] [stderr] Downloaded core_maths v0.1.0 [INFO] [stderr] Downloaded fdeflate v0.3.5 [INFO] [stderr] Downloaded resvg v0.44.0 [INFO] [stderr] Downloaded image-webp v0.2.0 [INFO] [stderr] Downloaded cc v1.1.27 [INFO] [stderr] Downloaded fontdb v0.22.0 [INFO] [stderr] Downloaded usvg v0.44.0 [INFO] [stderr] Downloaded rustybuzz v0.18.0 [INFO] [stderr] Downloaded syn v2.0.92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 052bcf51ab1355bd8e3ec87a80a34692f778b6b8d6d084231a2b524b6a06bf42 [INFO] running `Command { std: "docker" "start" "-a" "052bcf51ab1355bd8e3ec87a80a34692f778b6b8d6d084231a2b524b6a06bf42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "052bcf51ab1355bd8e3ec87a80a34692f778b6b8d6d084231a2b524b6a06bf42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052bcf51ab1355bd8e3ec87a80a34692f778b6b8d6d084231a2b524b6a06bf42", kill_on_drop: false }` [INFO] [stdout] 052bcf51ab1355bd8e3ec87a80a34692f778b6b8d6d084231a2b524b6a06bf42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93e33f7e6914f9e458cb879720c495a8fdc401c20574230d2c6ada2807b17852 [INFO] running `Command { std: "docker" "start" "-a" "93e33f7e6914f9e458cb879720c495a8fdc401c20574230d2c6ada2807b17852", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling bytemuck v1.18.0 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling core_maths v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling built v0.7.4 [INFO] [stderr] Compiling cc v1.1.27 [INFO] [stderr] Compiling fdeflate v0.3.5 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling syn v2.0.92 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling kurbo v0.11.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling png v0.17.14 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Compiling unicode-ccc v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling bitstream-io v2.5.3 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling svgtypes v0.15.2 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling avif-serialize v0.8.2 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling fontdb v0.22.0 [INFO] [stderr] Compiling rustybuzz v0.18.0 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling image-webp v0.1.3 [INFO] [stderr] Compiling image-webp v0.2.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling usvg v0.44.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling rust-embed v8.5.0 [INFO] [stderr] Compiling resvg v0.44.0 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling confy v0.6.1 [INFO] [stderr] Compiling moe-counter-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `arg` and `command` [INFO] [stdout] --> src/cli.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{arg, command}; [INFO] [stdout] | ^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s [INFO] running `Command { std: "docker" "inspect" "93e33f7e6914f9e458cb879720c495a8fdc401c20574230d2c6ada2807b17852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e33f7e6914f9e458cb879720c495a8fdc401c20574230d2c6ada2807b17852", kill_on_drop: false }` [INFO] [stdout] 93e33f7e6914f9e458cb879720c495a8fdc401c20574230d2c6ada2807b17852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a43e620cbbb9f8fd8e87a24f909feb5e816c5466eda53d59d421c5c6144f2dbc [INFO] running `Command { std: "docker" "start" "-a" "a43e620cbbb9f8fd8e87a24f909feb5e816c5466eda53d59d421c5c6144f2dbc", kill_on_drop: false }` [INFO] [stderr] Compiling moe-counter-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `arg` and `command` [INFO] [stdout] --> src/cli.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{arg, command}; [INFO] [stdout] | ^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "a43e620cbbb9f8fd8e87a24f909feb5e816c5466eda53d59d421c5c6144f2dbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a43e620cbbb9f8fd8e87a24f909feb5e816c5466eda53d59d421c5c6144f2dbc", kill_on_drop: false }` [INFO] [stdout] a43e620cbbb9f8fd8e87a24f909feb5e816c5466eda53d59d421c5c6144f2dbc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c839da7b1c7cd63c662ff2ebb36cc1c4e913420bfbf905023ef81cbd656fa059 [INFO] running `Command { std: "docker" "start" "-a" "c839da7b1c7cd63c662ff2ebb36cc1c4e913420bfbf905023ef81cbd656fa059", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `arg` and `command` [INFO] [stderr] --> src/cli.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use clap::{arg, command}; [INFO] [stderr] | ^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `moe-counter-rs` (bin "moe-counter-rs" test) generated 1 warning (run `cargo fix --bin "moe-counter-rs" -p moe-counter-rs --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/moe_counter_rs-34cc035d20d2d2db) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c839da7b1c7cd63c662ff2ebb36cc1c4e913420bfbf905023ef81cbd656fa059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c839da7b1c7cd63c662ff2ebb36cc1c4e913420bfbf905023ef81cbd656fa059", kill_on_drop: false }` [INFO] [stdout] c839da7b1c7cd63c662ff2ebb36cc1c4e913420bfbf905023ef81cbd656fa059