[INFO] cloning repository https://github.com/conanctl/tagit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/conanctl/tagit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconanctl%2Ftagit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconanctl%2Ftagit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 749484966338571fba0ba9d2bd5ed395fbc5dc81 [INFO] testing conanctl/tagit against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconanctl%2Ftagit" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/conanctl/tagit [INFO] finished tweaking git repo https://github.com/conanctl/tagit [INFO] tweaked toml for git repo https://github.com/conanctl/tagit written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/conanctl/tagit on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/conanctl/tagit 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e403abb066737a442322d0e428c3c517e72a08eec7b10af8f991a35f947208b [INFO] running `Command { std: "docker" "start" "-a" "4e403abb066737a442322d0e428c3c517e72a08eec7b10af8f991a35f947208b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e403abb066737a442322d0e428c3c517e72a08eec7b10af8f991a35f947208b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e403abb066737a442322d0e428c3c517e72a08eec7b10af8f991a35f947208b", kill_on_drop: false }` [INFO] [stdout] 4e403abb066737a442322d0e428c3c517e72a08eec7b10af8f991a35f947208b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4562566030bd962d4b4aaee18cbcd44f4ce1e99d873470574dddbc6bbc7dade1 [INFO] running `Command { std: "docker" "start" "-a" "4562566030bd962d4b4aaee18cbcd44f4ce1e99d873470574dddbc6bbc7dade1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling ahash v0.4.8 [INFO] [stderr] Compiling papergrid v0.11.0 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling defer-drop v1.3.0 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling tuikit v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling tabled_derive v0.7.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling repository v0.0.2 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling tabled v0.15.0 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.11.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling derive_builder_macro v0.11.2 [INFO] [stderr] Compiling derive_builder v0.11.2 [INFO] [stderr] Compiling skim v0.10.4 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling tagit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `freq` [INFO] [stdout] --> src/cli/commands.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | fn format_frequency(freq: i64) -> String { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_freq` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s [INFO] running `Command { std: "docker" "inspect" "4562566030bd962d4b4aaee18cbcd44f4ce1e99d873470574dddbc6bbc7dade1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4562566030bd962d4b4aaee18cbcd44f4ce1e99d873470574dddbc6bbc7dade1", kill_on_drop: false }` [INFO] [stdout] 4562566030bd962d4b4aaee18cbcd44f4ce1e99d873470574dddbc6bbc7dade1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c8e117f9d7b1e48f773ce2f62d0671c1427da42d096fe85bc04c2ad9ac53ab9 [INFO] running `Command { std: "docker" "start" "-a" "8c8e117f9d7b1e48f773ce2f62d0671c1427da42d096fe85bc04c2ad9ac53ab9", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling skim v0.10.4 [INFO] [stderr] Compiling tagit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `freq` [INFO] [stdout] --> src/cli/commands.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | fn format_frequency(freq: i64) -> String { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_freq` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `freq` [INFO] [stdout] --> src/cli/commands.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | fn format_frequency(freq: i64) -> String { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_freq` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.34s [INFO] running `Command { std: "docker" "inspect" "8c8e117f9d7b1e48f773ce2f62d0671c1427da42d096fe85bc04c2ad9ac53ab9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c8e117f9d7b1e48f773ce2f62d0671c1427da42d096fe85bc04c2ad9ac53ab9", kill_on_drop: false }` [INFO] [stdout] 8c8e117f9d7b1e48f773ce2f62d0671c1427da42d096fe85bc04c2ad9ac53ab9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f7ec35c43e04f0951310f210c835d3af2412c926e30046873d668cfaca7caba7 [INFO] running `Command { std: "docker" "start" "-a" "f7ec35c43e04f0951310f210c835d3af2412c926e30046873d668cfaca7caba7", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `freq` [INFO] [stderr] --> src/cli/commands.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | fn format_frequency(freq: i64) -> String { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_freq` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `tagit` (lib) generated 1 warning [INFO] [stderr] warning: `tagit` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tagit-2d57a11d217cd11b) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tag-871824a116263efd) [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] [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] [stderr] Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-7d4964009ac9beaa) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_add_command ... ok [INFO] [stdout] test test_command_error_cases ... ok [INFO] [stdout] test test_ls_command ... ok [INFO] [stdout] test test_unicode_in_args ... ok [INFO] [stdout] test test_special_characters_in_args ... ok [INFO] [stdout] test test_rm_command ... ok [INFO] [stdout] test test_long_arguments ... ok [INFO] [stdout] test test_jump_command ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/db_tests.rs (/opt/rustwide/target/debug/deps/db_tests-c9bf6a5e898ef22e) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_bump_path_usage ... ok [INFO] [stdout] test test_tag_operations ... ok [INFO] [stdout] test test_create_and_get_path ... ok [INFO] [stdout] test test_error_cases ... ok [INFO] [stdout] test test_create_and_get_tags ... ok [INFO] [stdout] test test_path_exists ... ok [INFO] [stdout] test test_remove_tags_from_path ... ok [INFO] [stdout] test test_tag_removal_error_cases ... ok [INFO] [stdout] test test_remove_path ... ok [INFO] [stdout] test test_list_paths ... ok [INFO] [stdout] test test_find_paths_by_tag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-b7aa9633647f3d7d) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_remove_workflow ... ok [INFO] [stdout] test test_search_workflow ... ok [INFO] [stdout] test test_tag_workflow ... ok [INFO] [stderr] Running tests/utils_tests.rs (/opt/rustwide/target/debug/deps/utils_tests-9966b4d2b342eb3f) [INFO] [stdout] test test_usage_tracking_workflow ... ok [INFO] [stdout] test test_error_workflow ... ok [INFO] [stdout] test test_list_workflow ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_resolve_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests tagit [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" "f7ec35c43e04f0951310f210c835d3af2412c926e30046873d668cfaca7caba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7ec35c43e04f0951310f210c835d3af2412c926e30046873d668cfaca7caba7", kill_on_drop: false }` [INFO] [stdout] f7ec35c43e04f0951310f210c835d3af2412c926e30046873d668cfaca7caba7