[INFO] fetching crate rusty_ulid 2.0.0... [INFO] testing rusty_ulid-2.0.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate rusty_ulid 2.0.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate rusty_ulid 2.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rusty_ulid 2.0.0 [INFO] tweaked toml for crates.io crate rusty_ulid 2.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rusty_ulid 2.0.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rusty_ulid 2.0.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `chrono` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `time` dependency) [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c15ed8f2f555d624089cb4bf639e997007197245b250c9c2f64859ce80127ec5 [INFO] running `Command { std: "docker" "start" "-a" "c15ed8f2f555d624089cb4bf639e997007197245b250c9c2f64859ce80127ec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c15ed8f2f555d624089cb4bf639e997007197245b250c9c2f64859ce80127ec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c15ed8f2f555d624089cb4bf639e997007197245b250c9c2f64859ce80127ec5", kill_on_drop: false }` [INFO] [stdout] c15ed8f2f555d624089cb4bf639e997007197245b250c9c2f64859ce80127ec5 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0e4a8777150eb1c7e9078161af5082f615e632531ed7e6435652525e30deb6e [INFO] running `Command { std: "docker" "start" "-a" "f0e4a8777150eb1c7e9078161af5082f615e632531ed7e6435652525e30deb6e", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `chrono` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `time` dependency) [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rusty_ulid v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:888:5 [INFO] [stdout] | [INFO] [stdout] 888 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:948:5 [INFO] [stdout] | [INFO] [stdout] 948 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:999:5 [INFO] [stdout] | [INFO] [stdout] 999 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 1031 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1096:5 [INFO] [stdout] | [INFO] [stdout] 1096 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s [INFO] running `Command { std: "docker" "inspect" "f0e4a8777150eb1c7e9078161af5082f615e632531ed7e6435652525e30deb6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0e4a8777150eb1c7e9078161af5082f615e632531ed7e6435652525e30deb6e", kill_on_drop: false }` [INFO] [stdout] f0e4a8777150eb1c7e9078161af5082f615e632531ed7e6435652525e30deb6e [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3bd19ca93c714813062ff1faf33b7cb27e710031b10304e067debb993b0c979 [INFO] running `Command { std: "docker" "start" "-a" "b3bd19ca93c714813062ff1faf33b7cb27e710031b10304e067debb993b0c979", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `chrono` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `time` dependency) [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rayon-core v1.10.2 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling serde_test v1.0.152 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v3.2.23 [INFO] [stderr] Compiling pretty_assertions v1.3.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.6.1 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling rusty_ulid v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:888:5 [INFO] [stdout] | [INFO] [stdout] 888 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:948:5 [INFO] [stdout] | [INFO] [stdout] 948 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:999:5 [INFO] [stdout] | [INFO] [stdout] 999 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 1031 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1096:5 [INFO] [stdout] | [INFO] [stdout] 1096 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:888:5 [INFO] [stdout] | [INFO] [stdout] 888 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:948:5 [INFO] [stdout] | [INFO] [stdout] 948 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:999:5 [INFO] [stdout] | [INFO] [stdout] 999 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 1031 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/lib.rs:1096:5 [INFO] [stdout] | [INFO] [stdout] 1096 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.27s [INFO] running `Command { std: "docker" "inspect" "b3bd19ca93c714813062ff1faf33b7cb27e710031b10304e067debb993b0c979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3bd19ca93c714813062ff1faf33b7cb27e710031b10304e067debb993b0c979", kill_on_drop: false }` [INFO] [stdout] b3bd19ca93c714813062ff1faf33b7cb27e710031b10304e067debb993b0c979 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 87d1a1c6bb0c5418578a220161663e157710a3e1f0bb71d159002b7086092672 [INFO] running `Command { std: "docker" "start" "-a" "87d1a1c6bb0c5418578a220161663e157710a3e1f0bb71d159002b7086092672", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `chrono` dependency) [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `time` dependency) [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:888:5 [INFO] [stderr] | [INFO] [stderr] 888 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:948:5 [INFO] [stderr] | [INFO] [stderr] 948 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:999:5 [INFO] [stderr] | [INFO] [stderr] 999 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:1031:5 [INFO] [stderr] | [INFO] [stderr] 1031 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:1063:5 [INFO] [stderr] | [INFO] [stderr] 1063 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 24 tests [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/lib.rs:1096:5 [INFO] [stderr] | [INFO] [stderr] 1096 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `rusty_ulid` (lib) generated 6 warnings (run `cargo fix --lib -p rusty_ulid` to apply 6 suggestions) [INFO] [stderr] warning: `rusty_ulid` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_ulid-2bdae1c31becfddf) [INFO] [stdout] test crockford::tests::append_crockford_u64_tuple_test_cases ... ok [INFO] [stdout] test crockford::tests::decoding_error_display_trait ... ok [INFO] [stdout] test crockford::tests::append_crockford_u128_test_cases ... ok [INFO] [stdout] test crockford::tests::decoding_error_sources ... ok [INFO] [stdout] test crockford::tests::parse_crockford_u128_test_cases ... ok [INFO] [stdout] test serde_tests::test_de_compact_error ... ok [INFO] [stdout] test crockford::tests::parse_crockford_u64_tuple_test_cases ... ok [INFO] [stdout] test tests::from_str_failure_too_short ... ok [INFO] [stdout] test tests::from_string_to_string_special_cases ... ok [INFO] [stdout] test tests::test_from_timestamp_with_rng ... ok [INFO] [stdout] test tests::test_next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor_overflow ... ok [INFO] [stdout] test tests::test_next_monotonic_from_timestamp_with_rng_and_postprocessor ... ok [INFO] [stdout] test serde_tests::test_serde_readable ... ok [INFO] [stdout] test tests::eq_cmp_sanity_checks ... ok [INFO] [stdout] test tests::from_string_to_string ... ok [INFO] [stdout] test tests::from_str_failure_overflow ... ok [INFO] [stdout] test tests::from_str_failure_too_long ... ok [INFO] [stdout] test tests::hash_sanity_checks ... ok [INFO] [stdout] test tests::increment ... ok [INFO] [stdout] test serde_tests::test_de_readable_error ... ok [INFO] [stdout] test serde_tests::test_serde_compact ... ok [INFO] [stdout] test tests::from_str_failure_invalid_unicode ... ok [INFO] [stdout] test tests::test_next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor ... ok [INFO] [stdout] test tests::y10889_bug - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_ulid-8bbc2d39c1eb7974) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::invalid_value_returns_error ... ok [INFO] [stderr] Doc-tests rusty_ulid [INFO] [stdout] test tests::no_args_return_no_error ... ok [INFO] [stdout] test tests::valid_values_return_no_error ... ok [INFO] [stdout] test tests::valid_verbose_values_return_no_error ... ok [INFO] [stdout] test tests::help_long_returns_no_error ... ok [INFO] [stdout] test tests::help_short_returns_no_error ... ok [INFO] [stdout] test tests::verbose_long_returns_no_error ... ok [INFO] [stdout] test tests::verbose_short_returns_no_error ... ok [INFO] [stdout] test tests::version_long_returns_no_error ... ok [INFO] [stdout] test tests::version_short_returns_no_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 62 tests [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 208) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u128 (line 147) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u64_tuple (line 349) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u64_tuple (line 322) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u64_tuple (line 331) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u128 (line 154) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 405) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 233) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u128 (line 168) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 241) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u128 (line 161) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 218) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 266) ... ok [INFO] [stdout] test src/crockford.rs - crockford::append_crockford_u64_tuple (line 340) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 394) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 453) ... ok [INFO] [stdout] test src/lib.rs - (u64,u64)::from (line 1020) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 420) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 976) ... ok [INFO] [stdout] test src/lib.rs - (u64,u64)::from (line 1008) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 859) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 438) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u128 (line 251) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 1052) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 988) ... ok [INFO] [stdout] test src/crockford.rs - crockford::parse_crockford_u64_tuple (line 428) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 874) ... ok [INFO] [stdout] test src/lib.rs - Ulid::increment (line 782) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic (line 290) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from (line 1040) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng_and_postprocessor (line 470) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng_and_postprocessor (line 442) ... ok [INFO] [stdout] test src/lib.rs - Ulid::increment (line 773) ... ok [INFO] [stdout] test src/lib.rs - Ulid::increment (line 764) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng (line 393) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng_and_postprocessor (line 460) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng (line 384) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng (line 529) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic (line 318) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng (line 547) ... ok [INFO] [stdout] test src/lib.rs - Ulid::from_timestamp_with_rng (line 347) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng (line 402) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor (line 585) ... ok [INFO] [stdout] test src/lib.rs - Ulid::generate (line 262) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_monotonic_from_timestamp_with_rng_and_postprocessor (line 451) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor (line 599) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng (line 538) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor (line 631) ... ok [INFO] [stdout] test src/lib.rs - Ulid::timestamp (line 696) ... ok [INFO] [stdout] test src/lib.rs - Ulid::offsetdatetime (line 740) ... ok [INFO] [stdout] test src/lib.rs - Ulid::to_string (line 817) ... ok [INFO] [stdout] test src/lib.rs - Ulid::try_from (line 1136) ... ok [INFO] [stdout] test src/lib.rs - u128::from (line 1073) ... ok [INFO] [stdout] test src/lib.rs - Ulid::to_string (line 809) ... ok [INFO] [stdout] test src/lib.rs - generate_ulid_string (line 220) ... ok [INFO] [stdout] test src/lib.rs - Ulid::try_from (line 1110) ... ok [INFO] [stdout] test src/lib.rs - Ulid::try_from (line 1147) ... ok [INFO] [stdout] test src/lib.rs - Ulid::next_strictly_monotonic_from_timestamp_with_rng_and_postprocessor (line 616) ... ok [INFO] [stdout] test src/lib.rs - generate_ulid_bytes (line 238) ... ok [INFO] [stdout] test src/lib.rs - [u8;16]::from (line 918) ... ok [INFO] [stdout] test src/lib.rs - [u8;16]::from (line 933) ... ok [INFO] [stdout] test src/lib.rs - u128::from (line 1085) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.35s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "87d1a1c6bb0c5418578a220161663e157710a3e1f0bb71d159002b7086092672", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d1a1c6bb0c5418578a220161663e157710a3e1f0bb71d159002b7086092672", kill_on_drop: false }` [INFO] [stdout] 87d1a1c6bb0c5418578a220161663e157710a3e1f0bb71d159002b7086092672