[INFO] fetching crate tdtxt 0.3.0... [INFO] testing tdtxt-0.3.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate tdtxt 0.3.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate tdtxt 0.3.0 [INFO] finished tweaking crates.io crate tdtxt 0.3.0 [INFO] tweaked toml for crates.io crate tdtxt 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tdtxt 0.3.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tdtxt 0.3.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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] deccf44191eabd9bb6410dfdba50912df3f8c1d363d5c8bf9d9e7fd966603f2c [INFO] running `Command { std: "docker" "start" "-a" "deccf44191eabd9bb6410dfdba50912df3f8c1d363d5c8bf9d9e7fd966603f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "deccf44191eabd9bb6410dfdba50912df3f8c1d363d5c8bf9d9e7fd966603f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deccf44191eabd9bb6410dfdba50912df3f8c1d363d5c8bf9d9e7fd966603f2c", kill_on_drop: false }` [INFO] [stdout] deccf44191eabd9bb6410dfdba50912df3f8c1d363d5c8bf9d9e7fd966603f2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d0a5c816b7845b8e7fe2fbb6af839ad24ca968a51fc94808dec0d230727dc31 [INFO] running `Command { std: "docker" "start" "-a" "8d0a5c816b7845b8e7fe2fbb6af839ad24ca968a51fc94808dec0d230727dc31", kill_on_drop: false }` [INFO] [stderr] Compiling tdtxt v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/lib.rs:85:2 [INFO] [stdout] | [INFO] [stdout] 85 | private_in_public, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:128:8 [INFO] [stdout] | [INFO] [stdout] 128 | Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 128 - Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] 128 + Some(Ord::cmp(self, other)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:135:3 [INFO] [stdout] | [INFO] [stdout] 135 | std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 135 - std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] 135 + Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "8d0a5c816b7845b8e7fe2fbb6af839ad24ca968a51fc94808dec0d230727dc31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d0a5c816b7845b8e7fe2fbb6af839ad24ca968a51fc94808dec0d230727dc31", kill_on_drop: false }` [INFO] [stdout] 8d0a5c816b7845b8e7fe2fbb6af839ad24ca968a51fc94808dec0d230727dc31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f800c514a8f56be8428565d7567065ca1845c483d9c35f204f22216ffc7e9bf9 [INFO] running `Command { std: "docker" "start" "-a" "f800c514a8f56be8428565d7567065ca1845c483d9c35f204f22216ffc7e9bf9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/lib.rs:85:2 [INFO] [stdout] | [INFO] [stdout] 85 | private_in_public, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:128:8 [INFO] [stdout] | [INFO] [stdout] 128 | Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 128 - Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] 128 + Some(Ord::cmp(self, other)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:135:3 [INFO] [stdout] | [INFO] [stdout] 135 | std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 135 - std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] 135 + Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling todotxt v0.3.0 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling todo-txt v2.1.0 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling tdtxt v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/lib.rs:85:2 [INFO] [stdout] | [INFO] [stdout] 85 | private_in_public, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:128:8 [INFO] [stdout] | [INFO] [stdout] 128 | Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 128 - Some(std::cmp::Ord::cmp(self, other)) [INFO] [stdout] 128 + Some(Ord::cmp(self, other)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/priority.rs:135:3 [INFO] [stdout] | [INFO] [stdout] 135 | std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 135 - std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] 135 + Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.62s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5, nom v6.2.1, todo-txt v2.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "f800c514a8f56be8428565d7567065ca1845c483d9c35f204f22216ffc7e9bf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f800c514a8f56be8428565d7567065ca1845c483d9c35f204f22216ffc7e9bf9", kill_on_drop: false }` [INFO] [stdout] f800c514a8f56be8428565d7567065ca1845c483d9c35f204f22216ffc7e9bf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20163e3f9496bb69eb07871680f3f0c1874314e4f2e1f79a775d6a9d35ad4ec4 [INFO] running `Command { std: "docker" "start" "-a" "20163e3f9496bb69eb07871680f3f0c1874314e4f2e1f79a775d6a9d35ad4ec4", kill_on_drop: false }` [INFO] [stderr] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stderr] --> src/lib.rs:85:2 [INFO] [stderr] | [INFO] [stderr] 85 | private_in_public, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/priority.rs:128:8 [INFO] [stderr] | [INFO] [stderr] 128 | Some(std::cmp::Ord::cmp(self, other)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:93:2 [INFO] [stderr] | [INFO] [stderr] 93 | unused_qualifications, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: remove the unnecessary path segments [INFO] [stderr] | [INFO] [stderr] 128 - Some(std::cmp::Ord::cmp(self, other)) [INFO] [stderr] 128 + Some(Ord::cmp(self, other)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/priority.rs:135:3 [INFO] [stderr] | [INFO] [stderr] 135 | std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: remove the unnecessary path segments [INFO] [stderr] | [INFO] [stderr] 135 - std::cmp::Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stderr] 135 + Ord::cmp(&(*other as u8), &(*self as u8)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `tdtxt` (lib) generated 3 warnings (run `cargo fix --lib -p tdtxt` to apply 2 suggestions) [INFO] [stderr] warning: `tdtxt` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5, nom v6.2.1, todo-txt v2.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tdtxt-b7bb33a4a93e2783) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::parse_git_example ... ok [INFO] [stdout] test tests::priority_ord ... ok [INFO] [stdout] test tests::task_parse ... ok [INFO] [stdout] test tests::task_parse_edge ... ok [INFO] [stdout] test tests::task_parse_example ... ok [INFO] [stdout] test tests::description_components ... ok [INFO] [stdout] test tests::parse_unicode ... ok [INFO] [stdout] test tests::task_parse_full ... ok [INFO] [stdout] test tests::task_rule2 ... ok [INFO] [stdout] test tests::task_rule3 ... ok [INFO] [stdout] test tests::task_display ... ok [INFO] [stdout] test tests::task_example ... ok [INFO] [stdout] test tests::task_rule1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests tdtxt [INFO] [stderr] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stderr] --> src/lib.rs:85:2 [INFO] [stderr] | [INFO] [stderr] 85 | private_in_public, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/date.rs - date::ParseDateCompoundError::with_msg (line 396) ... ignored [INFO] [stdout] test src/date.rs - date::ParseDateError::with_msg (line 227) ... ignored [INFO] [stdout] test src/description.rs - description::ParseDescriptionError::with_msg (line 328) ... ignored [INFO] [stdout] test src/lib.rs - (line 56) ... ignored [INFO] [stdout] test src/priority.rs - priority::ParsePriorityError::with_msg (line 143) ... ignored [INFO] [stdout] test src/state.rs - state::ParseStateError::with_msg (line 47) ... ignored [INFO] [stdout] test src/lib.rs - prelude (line 128) ... ok [INFO] [stdout] test src/description.rs - description::Description::components (line 155) ... ok [INFO] [stdout] test src/description.rs - description::Components (line 417) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "20163e3f9496bb69eb07871680f3f0c1874314e4f2e1f79a775d6a9d35ad4ec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20163e3f9496bb69eb07871680f3f0c1874314e4f2e1f79a775d6a9d35ad4ec4", kill_on_drop: false }` [INFO] [stdout] 20163e3f9496bb69eb07871680f3f0c1874314e4f2e1f79a775d6a9d35ad4ec4