[INFO] cloning repository https://github.com/jpallari/gorg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpallari/gorg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpallari%2Fgorg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpallari%2Fgorg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c40814ebc2f8de84b113f471359dae4d48427b73 [INFO] checking jpallari/gorg against master#ca77504943887037504c7fc0b9bf06dab3910373 for pr-145181 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpallari%2Fgorg" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jpallari/gorg [INFO] finished tweaking git repo https://github.com/jpallari/gorg [INFO] tweaked toml for git repo https://github.com/jpallari/gorg written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jpallari/gorg on toolchain ca77504943887037504c7fc0b9bf06dab3910373 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jpallari/gorg 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" "+ca77504943887037504c7fc0b9bf06dab3910373" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9eacb88fbd4a9cb30fffd75f830e7eb1ff3f664fda7623df8cc25a515e18368a [INFO] running `Command { std: "docker" "start" "-a" "9eacb88fbd4a9cb30fffd75f830e7eb1ff3f664fda7623df8cc25a515e18368a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9eacb88fbd4a9cb30fffd75f830e7eb1ff3f664fda7623df8cc25a515e18368a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eacb88fbd4a9cb30fffd75f830e7eb1ff3f664fda7623df8cc25a515e18368a", kill_on_drop: false }` [INFO] [stdout] 9eacb88fbd4a9cb30fffd75f830e7eb1ff3f664fda7623df8cc25a515e18368a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3a50c7c0c63a15c1cf3e136e2e96a243c2e79e1aa784aa5346cd3bfd3c68a57 [INFO] running `Command { std: "docker" "start" "-a" "b3a50c7c0c63a15c1cf3e136e2e96a243c2e79e1aa784aa5346cd3bfd3c68a57", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking winnow v0.7.12 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking clap_builder v4.5.41 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Checking toml_parser v1.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking clap v4.5.41 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Checking toml v0.9.2 [INFO] [stderr] Checking git2 v0.20.2 [INFO] [stderr] Checking gorg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/main.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | Some(cli::Commands::Browse { query }) => {} [INFO] [stdout] | ^^^^^ help: try ignoring the field: `query: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `remote` [INFO] [stdout] --> src/main.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 29 | Some(cli::Commands::Init { remote }) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `remote: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `remote` [INFO] [stdout] --> src/main.rs:85:37 [INFO] [stdout] | [INFO] [stdout] 85 | Some(cli::Commands::Fetch { remote }) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `remote: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/main.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | Some(cli::Commands::Cd { query }) => {} [INFO] [stdout] | ^^^^^ help: try ignoring the field: `query: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/main.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | Some(cli::Commands::Browse { query }) => {} [INFO] [stdout] | ^^^^^ help: try ignoring the field: `query: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `remote` [INFO] [stdout] --> src/main.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 29 | Some(cli::Commands::Init { remote }) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `remote: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `remote` [INFO] [stdout] --> src/main.rs:85:37 [INFO] [stdout] | [INFO] [stdout] 85 | Some(cli::Commands::Fetch { remote }) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `remote: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/main.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | Some(cli::Commands::Cd { query }) => {} [INFO] [stdout] | ^^^^^ help: try ignoring the field: `query: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DBView` is never constructed [INFO] [stdout] --> src/db.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DBView<'a> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add` and `view` are never used [INFO] [stdout] --> src/db.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl DB { [INFO] [stdout] | ------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn add(&mut self, entry: &str) -> Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn view(&self) -> DBView { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_matches` is never used [INFO] [stdout] --> src/db.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 66 | impl<'a> DBView<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] 67 | pub fn find_matches(&self, input: &fuzzy::Keywords, results: &mut Vec<(&'a str, f32)>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/db.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn view(&self) -> DBView { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn view(&self) -> DBView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DBView` is never constructed [INFO] [stdout] --> src/db.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DBView<'a> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add` and `view` are never used [INFO] [stdout] --> src/db.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl DB { [INFO] [stdout] | ------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn add(&mut self, entry: &str) -> Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn view(&self) -> DBView { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_matches` is never used [INFO] [stdout] --> src/db.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 66 | impl<'a> DBView<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] 67 | pub fn find_matches(&self, input: &fuzzy::Keywords, results: &mut Vec<(&'a str, f32)>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `str_sorted_insert` is never used [INFO] [stdout] --> src/db.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn str_sorted_insert(dest: &mut String, source: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `UrlScheme` is never used [INFO] [stdout] --> src/git_url.rs:3:6 [INFO] [stdout] | [INFO] [stdout] 3 | enum UrlScheme { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `URL_SCHEME_MAX_LEN` is never used [INFO] [stdout] --> src/git_url.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | const URL_SCHEME_MAX_LEN: usize = 5 + 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_str` is never used [INFO] [stdout] --> src/git_url.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 14 | impl UrlScheme { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 15 | fn from_str(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `join_strs` is never used [INFO] [stdout] --> src/git_url.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn join_strs(from: &[String], to: String, separator: char) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `set_git_suffix` is never used [INFO] [stdout] --> src/git_url.rs:41:4 [INFO] [stdout] | [INFO] [stdout] 41 | fn set_git_suffix(target: &mut String) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `total_length` is never used [INFO] [stdout] --> src/git_url.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | fn total_length(strs: &[String]) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `starts_with_scheme` is never used [INFO] [stdout] --> src/git_url.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn starts_with_scheme(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `buffer_for_remote_parts` is never used [INFO] [stdout] --> src/git_url.rs:57:4 [INFO] [stdout] | [INFO] [stdout] 57 | fn buffer_for_remote_parts(remote: &[String]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `from_parts` is never used [INFO] [stdout] --> src/git_url.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn from_parts(remote: &[String]) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `left_of` is never used [INFO] [stdout] --> src/git_url.rs:125:4 [INFO] [stdout] | [INFO] [stdout] 125 | fn left_of(s: &str, c: char) -> &str { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `right_of` is never used [INFO] [stdout] --> src/git_url.rs:129:4 [INFO] [stdout] | [INFO] [stdout] 129 | fn right_of(s: &str, c: char) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `to_path` is never used [INFO] [stdout] --> src/git_url.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn to_path(url: &str) -> Result> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/db.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn view(&self) -> DBView { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn view(&self) -> DBView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "b3a50c7c0c63a15c1cf3e136e2e96a243c2e79e1aa784aa5346cd3bfd3c68a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3a50c7c0c63a15c1cf3e136e2e96a243c2e79e1aa784aa5346cd3bfd3c68a57", kill_on_drop: false }` [INFO] [stdout] b3a50c7c0c63a15c1cf3e136e2e96a243c2e79e1aa784aa5346cd3bfd3c68a57