[INFO] cloning repository https://github.com/ysksm/package-manager [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ysksm/package-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysksm%2Fpackage-manager", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysksm%2Fpackage-manager'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab34cba0fd2a65971617b3868b44dc61522f6c1b [INFO] checking ysksm/package-manager against try#0c70cfbec949d241375e31c5a42066be70c720fc for pr-149681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysksm%2Fpackage-manager" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ysksm/package-manager [INFO] finished tweaking git repo https://github.com/ysksm/package-manager [INFO] tweaked toml for git repo https://github.com/ysksm/package-manager written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ysksm/package-manager on toolchain 0c70cfbec949d241375e31c5a42066be70c720fc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ysksm/package-manager 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" "+0c70cfbec949d241375e31c5a42066be70c720fc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fda666c8d7ff8e56a63a80053c67613b5000df35f6861a1af99ba02e3ae02bc3 [INFO] running `Command { std: "docker" "start" "-a" "fda666c8d7ff8e56a63a80053c67613b5000df35f6861a1af99ba02e3ae02bc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fda666c8d7ff8e56a63a80053c67613b5000df35f6861a1af99ba02e3ae02bc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fda666c8d7ff8e56a63a80053c67613b5000df35f6861a1af99ba02e3ae02bc3", kill_on_drop: false }` [INFO] [stdout] fda666c8d7ff8e56a63a80053c67613b5000df35f6861a1af99ba02e3ae02bc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9204d85c650f8d7cc2227f8db8112255e02992492777581bee488df0dd5ac659 [INFO] running `Command { std: "docker" "start" "-a" "9204d85c650f8d7cc2227f8db8112255e02992492777581bee488df0dd5ac659", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Checking winnow v0.7.12 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Checking clap_builder v4.5.41 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking is-terminal v0.4.16 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking humantime v2.2.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking indicatif v0.17.11 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking regex v1.11.1 [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 tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Checking clap v4.5.41 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking sqlx-sqlite v0.7.4 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking sqlx v0.7.4 [INFO] [stderr] Checking package-manager v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `isMajor` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub isMajor: bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_major` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `devDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub devDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dev_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `optionalDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub optionalDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `optional_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `totalDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub totalDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isMajor` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub isMajor: bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_major` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `devDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub devDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dev_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `optionalDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub optionalDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `optional_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `totalDependencies` should have a snake case name [INFO] [stdout] --> src/models/audit.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub totalDependencies: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_dependencies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `client` [INFO] [stdout] --> tests/api_tests.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | let client = NpmAuditClient::new(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> tests/api_tests.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | assert!(response.advisories.len() >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `Command { std: "docker" "inspect" "9204d85c650f8d7cc2227f8db8112255e02992492777581bee488df0dd5ac659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9204d85c650f8d7cc2227f8db8112255e02992492777581bee488df0dd5ac659", kill_on_drop: false }` [INFO] [stdout] 9204d85c650f8d7cc2227f8db8112255e02992492777581bee488df0dd5ac659