[INFO] cloning repository https://github.com/theburrowhub/decodeck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theburrowhub/decodeck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheburrowhub%2Fdecodeck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheburrowhub%2Fdecodeck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12aed3828d5833994e80ae0c807d38837c81cb80 [INFO] testing theburrowhub/decodeck against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheburrowhub%2Fdecodeck" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/theburrowhub/decodeck [INFO] finished tweaking git repo https://github.com/theburrowhub/decodeck [INFO] tweaked toml for git repo https://github.com/theburrowhub/decodeck written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/theburrowhub/decodeck on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/theburrowhub/decodeck 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f18cb75b25aa972569a5e034e00a47dd63d42141dcae55936ccbbd8148d9d4e4 [INFO] running `Command { std: "docker" "start" "-a" "f18cb75b25aa972569a5e034e00a47dd63d42141dcae55936ccbbd8148d9d4e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f18cb75b25aa972569a5e034e00a47dd63d42141dcae55936ccbbd8148d9d4e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f18cb75b25aa972569a5e034e00a47dd63d42141dcae55936ccbbd8148d9d4e4", kill_on_drop: false }` [INFO] [stdout] f18cb75b25aa972569a5e034e00a47dd63d42141dcae55936ccbbd8148d9d4e4 [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=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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2fea9945a212ed5ff922240f4df3f3866a1fba5b3e3f501df60bb7b9b7bcfb5 [INFO] running `Command { std: "docker" "start" "-a" "b2fea9945a212ed5ff922240f4df3f3866a1fba5b3e3f501df60bb7b9b7bcfb5", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling flate2 v1.1.8 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling x11rb-protocol v0.13.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling ascii85 v0.2.1 [INFO] [stderr] Compiling cfb v0.7.3 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling opener v0.7.2 [INFO] [stderr] Compiling infer v0.16.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling gethostname v1.1.0 [INFO] [stderr] Compiling x11rb v0.13.2 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling clap_complete v4.5.65 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling arboard v3.6.1 [INFO] [stderr] Compiling decodeck v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.09s [INFO] running `Command { std: "docker" "inspect" "b2fea9945a212ed5ff922240f4df3f3866a1fba5b3e3f501df60bb7b9b7bcfb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2fea9945a212ed5ff922240f4df3f3866a1fba5b3e3f501df60bb7b9b7bcfb5", kill_on_drop: false }` [INFO] [stdout] b2fea9945a212ed5ff922240f4df3f3866a1fba5b3e3f501df60bb7b9b7bcfb5 [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=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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac3d368bbea7b068cf30ad725a87e0a7af5f7fa3d2f0c733b8e5f6049d464ccc [INFO] running `Command { std: "docker" "start" "-a" "ac3d368bbea7b068cf30ad725a87e0a7af5f7fa3d2f0c733b8e5f6049d464ccc", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling assert_cmd v2.1.2 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling gethostname v1.1.0 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling x11rb v0.13.2 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling arboard v3.6.1 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling opener v0.7.2 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling decodeck v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `tempfile::TempDir` [INFO] [stdout] --> tests/output_integration.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use tempfile::TempDir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EncodedData` [INFO] [stdout] --> tests/unit/decoder_test.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | use decodeck::decoder::{Base64Variant, EncodedData}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContentMetadata` [INFO] [stdout] --> tests/unit/metadata_test.rs:4:43 [INFO] [stdout] | [INFO] [stdout] 4 | use decodeck::metadata::{ContentCategory, ContentMetadata}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:13:32 [INFO] [stdout] | [INFO] [stdout] 13 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/decode_integration.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:66:32 [INFO] [stdout] | [INFO] [stdout] 66 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:105:32 [INFO] [stdout] | [INFO] [stdout] 105 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:118:32 [INFO] [stdout] | [INFO] [stdout] 118 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:131:32 [INFO] [stdout] | [INFO] [stdout] 131 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/output_integration.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:78:32 [INFO] [stdout] | [INFO] [stdout] 78 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:126:32 [INFO] [stdout] | [INFO] [stdout] 126 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:156:32 [INFO] [stdout] | [INFO] [stdout] 156 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:184:32 [INFO] [stdout] | [INFO] [stdout] 184 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:212:32 [INFO] [stdout] | [INFO] [stdout] 212 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:237:32 [INFO] [stdout] | [INFO] [stdout] 237 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:257:32 [INFO] [stdout] | [INFO] [stdout] 257 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:287:32 [INFO] [stdout] | [INFO] [stdout] 287 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:310:32 [INFO] [stdout] | [INFO] [stdout] 310 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/cli_integration.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/encoding_integration.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | Command::cargo_bin("decodeck").unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `predicates::prelude` [INFO] [stdout] --> tests/cli_integration.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use predicates::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/completions_test.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | Command::cargo_bin("decodeck").unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.39s [INFO] running `Command { std: "docker" "inspect" "ac3d368bbea7b068cf30ad725a87e0a7af5f7fa3d2f0c733b8e5f6049d464ccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac3d368bbea7b068cf30ad725a87e0a7af5f7fa3d2f0c733b8e5f6049d464ccc", kill_on_drop: false }` [INFO] [stdout] ac3d368bbea7b068cf30ad725a87e0a7af5f7fa3d2f0c733b8e5f6049d464ccc [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=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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4d8d16496d31a9dfe219a9668b935a7211e986bc0923739352233b2d7419fd82 [INFO] running `Command { std: "docker" "start" "-a" "4d8d16496d31a9dfe219a9668b935a7211e986bc0923739352233b2d7419fd82", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `tempfile::TempDir` [INFO] [stderr] --> tests/output_integration.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tempfile::TempDir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:13:32 [INFO] [stderr] | [INFO] [stderr] 13 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:105:32 [INFO] [stderr] | [INFO] [stderr] 105 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:118:32 [INFO] [stderr] | [INFO] [stderr] 118 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:131:32 [INFO] [stderr] | [INFO] [stderr] 131 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 143 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/output_integration.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "output_integration") generated 14 warnings (run `cargo fix --test "output_integration" -p decodeck` to apply 1 suggestion) [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:60:28 [INFO] [stderr] | [INFO] [stderr] 60 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:74:28 [INFO] [stderr] | [INFO] [stderr] 74 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/decode_integration.rs:89:28 [INFO] [stderr] | [INFO] [stderr] 89 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "decode_integration") generated 6 warnings [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:53:32 [INFO] [stderr] | [INFO] [stderr] 53 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:78:32 [INFO] [stderr] | [INFO] [stderr] 78 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:126:32 [INFO] [stderr] | [INFO] [stderr] 126 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:156:32 [INFO] [stderr] | [INFO] [stderr] 156 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:212:32 [INFO] [stderr] | [INFO] [stderr] 212 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:237:32 [INFO] [stderr] | [INFO] [stderr] 237 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:257:32 [INFO] [stderr] | [INFO] [stderr] 257 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:287:32 [INFO] [stderr] | [INFO] [stderr] 287 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:310:32 [INFO] [stderr] | [INFO] [stderr] 310 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/cli_integration.rs:333:32 [INFO] [stderr] | [INFO] [stderr] 333 | let mut cmd = Command::cargo_bin("decodeck").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `predicates::prelude` [INFO] [stderr] --> tests/cli_integration.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use predicates::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "cli_integration") generated 16 warnings [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/completions_test.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | Command::cargo_bin("decodeck").unwrap() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "completions_test") generated 1 warning [INFO] [stderr] warning: unused import: `EncodedData` [INFO] [stderr] --> tests/unit/decoder_test.rs:3:40 [INFO] [stderr] | [INFO] [stderr] 3 | use decodeck::decoder::{Base64Variant, EncodedData}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ContentMetadata` [INFO] [stderr] --> tests/unit/metadata_test.rs:4:43 [INFO] [stderr] | [INFO] [stderr] 4 | use decodeck::metadata::{ContentCategory, ContentMetadata}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "unit_tests") generated 2 warnings (run `cargo fix --test "unit_tests" -p decodeck` to apply 2 suggestions) [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/encoding_integration.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | Command::cargo_bin("decodeck").unwrap() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `decodeck` (test "encoding_integration") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/decodeck-e2a49d94e5b5af72) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test decoder::variants::tests::test_detect_standard ... ok [INFO] [stdout] test encoding::base32::tests::test_can_decode ... ok [INFO] [stdout] test encoding::base32::tests::test_decode_without_padding ... ok [INFO] [stdout] test encoding::base64::tests::test_can_decode ... ok [INFO] [stdout] test encoding::base64::tests::test_decode_simple ... ok [INFO] [stdout] test encoding::base32::tests::test_decode_simple ... ok [INFO] [stdout] test decoder::variants::tests::test_detect_urlsafe ... ok [INFO] [stdout] test encoding::base32::tests::test_decode_lowercase ... ok [INFO] [stdout] test encoding::base85::tests::test_can_decode ... ok [INFO] [stdout] test encoding::base85::tests::test_decode_test ... ok [INFO] [stdout] test encoding::base64::tests::test_decode_urlsafe ... ok [INFO] [stdout] test encoding::base85::tests::test_decode_with_delimiters ... ok [INFO] [stdout] test encoding::chain::tests::test_could_be_encoded ... ok [INFO] [stdout] test encoding::chain::tests::test_double_encoding ... ok [INFO] [stdout] test encoding::detect::tests::test_detect_ascii85 ... ok [INFO] [stdout] test encoding::chain::tests::test_single_encoding ... ok [INFO] [stdout] test encoding::detect::tests::test_detect_url ... ok [INFO] [stdout] test encoding::encode::tests::test_encode_base32 ... ok [INFO] [stdout] test encoding::encode::tests::test_encode_base64 ... ok [INFO] [stdout] test encoding::encode::tests::test_encode_url ... ok [INFO] [stdout] test encoding::hex::tests::test_decode_simple ... ok [INFO] [stdout] test encoding::hex::tests::test_can_decode ... ok [INFO] [stdout] test encoding::detect::tests::test_detect_base64_default ... ok [INFO] [stdout] test encoding::detect::tests::test_detect_hex_no_prefix ... ok [INFO] [stdout] test encoding::encode::tests::test_encode_base85 ... ok [INFO] [stdout] test encoding::encode::tests::test_encode_hex ... ok [INFO] [stdout] test encoding::chain::tests::test_hex_inside_base64 ... ok [INFO] [stdout] test encoding::chain::tests::test_max_depth ... ok [INFO] [stdout] test encoding::hex::tests::test_decode_uppercase ... ok [INFO] [stdout] test encoding::hex::tests::test_decode_with_0x_prefix ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_json_hex ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_auto ... ok [INFO] [stdout] test encoding::base85::tests::test_decode_without_delimiters ... ok [INFO] [stdout] test encoding::detect::tests::test_detect_hex_with_prefix ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_json_nested ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_json_simple ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_xml ... ok [INFO] [stdout] test encoding::url::tests::test_decode_plus_as_space ... ok [INFO] [stdout] test encoding::url::tests::test_can_decode ... ok [INFO] [stdout] test encoding::url::tests::test_decode_utf8 ... ok [INFO] [stdout] test encoding::scan::tests::test_scan_xml_attributes ... ok [INFO] [stdout] test encoding::url::tests::test_decode_percent ... ok [INFO] [stdout] test encoding::hex::tests::test_decode_with_spaces ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/decodeck.rs (/opt/rustwide/target/debug/deps/decodeck-5daad4fe41569e3a) [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_integration.rs (/opt/rustwide/target/debug/deps/cli_integration-5034dee1828c366c) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test no_interactive_flag::no_interactive_does_not_wait_for_input ... ok [INFO] [stdout] test overwrite_behavior::error_message_mentions_existing_file ... ok [INFO] [stdout] test no_interactive_flag::no_interactive_suppresses_prompt ... ok [INFO] [stdout] test overwrite_behavior::existing_file_without_force_fails ... ok [INFO] [stdout] test quiet_flag::quiet_with_json_outputs_json_only ... ok [INFO] [stdout] test force_flag::force_works_on_new_file ... ok [INFO] [stdout] test no_interactive_flag::both_quiet_and_no_interactive_work_together ... ok [INFO] [stdout] test force_flag::force_short_flag_works ... ok [INFO] [stdout] test force_flag::force_overwrites_existing_file ... ok [INFO] [stdout] test quiet_flag::quiet_still_outputs_file_path ... ok [INFO] [stdout] test no_interactive_flag::no_interactive_with_output_flag ... ok [INFO] [stdout] test quiet_flag::quiet_suppresses_prompt_message ... ok [INFO] [stdout] test output_flag::output_with_custom_extension ... ok [INFO] [stdout] test output_flag::output_in_nested_directory ... ok [INFO] [stdout] test output_flag::output_creates_file_at_specified_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/completions_test.rs (/opt/rustwide/target/debug/deps/completions_test-83c3a2cd01a1bd80) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test test_bash_completions_generates_output ... ok [INFO] [stdout] test test_powershell_completions_includes_decode_subcommand ... ok [INFO] [stdout] test test_powershell_completions_contains_register_command ... ok [INFO] [stdout] test test_zsh_completions_includes_decode_subcommand ... ok [INFO] [stdout] test test_completions_help_shows_shells ... ok [INFO] [stdout] test test_bash_completions_includes_decode_subcommand ... ok [INFO] [stdout] test test_bash_completions_contains_complete_command ... ok [INFO] [stdout] test test_fish_completions_includes_decode_subcommand ... ok [INFO] [stdout] test test_powershell_completions_generates_output ... ok [INFO] [stdout] test test_completions_invalid_shell_error ... ok [INFO] [stdout] test test_zsh_completions_generates_output ... ok [INFO] [stdout] test test_zsh_completions_contains_function_definition ... ok [INFO] [stdout] test test_fish_completions_contains_complete_command ... ok [INFO] [stdout] test test_fish_completions_generates_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test decode_from_nonexistent_file_errors ... ok [INFO] [stdout] test decode_from_file_creates_output ... ok [INFO] [stdout] test decode_from_argument_creates_file ... ok [INFO] [stdout] test decode_from_stdin_creates_file ... ok [INFO] [stdout] test decode_invalid_base64_shows_error ... ok [INFO] [stdout] test decode_from_argument_correct_content ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stderr] Running tests/decode_integration.rs (/opt/rustwide/target/debug/deps/decode_integration-95f065bf4ec1cc93) [INFO] [stderr] Running tests/encoding_integration.rs (/opt/rustwide/target/debug/deps/encoding_integration-3bcbf8597480b76b) [INFO] [stdout] test base32_encoding::test_base32_auto_detect ... ok [INFO] [stdout] test auto_detection::test_detection_priority_base85_delimiters ... ok [INFO] [stdout] test base32_encoding::test_base32_with_padding ... ok [INFO] [stdout] test base85_encoding::test_base85_explicit_flag ... ok [INFO] [stdout] test auto_detection::test_detection_priority_hex_prefix ... ok [INFO] [stdout] test base64_encoding::test_base64_shows_variant ... ok [INFO] [stdout] test base64_encoding::test_base64_explicit_flag ... ok [INFO] [stdout] test base32_encoding::test_base32_explicit_flag ... ok [INFO] [stdout] test base32_encoding::test_base32_lowercase ... ok [INFO] [stdout] test auto_detection::test_detection_priority_url_percent ... ok [INFO] [stdout] test base64_encoding::test_base64_default_fallback ... ok [INFO] [stdout] test hex_encoding::test_hex_json_output ... ok [INFO] [stdout] test base85_encoding::test_base85_with_delimiters ... ok [INFO] [stdout] test base85_encoding::test_base85_json_output ... ok [INFO] [stdout] test url_encoding::test_url_explicit_flag ... ok [INFO] [stdout] test hex_encoding::test_hex_uppercase_prefix ... ok [INFO] [stdout] test hex_encoding::test_hex_explicit_flag ... ok [INFO] [stdout] test hex_encoding::test_hex_with_0x_prefix ... ok [INFO] [stdout] test url_encoding::test_url_plus_as_space ... ok [INFO] [stdout] test hex_encoding::test_hex_with_spaces ... ok [INFO] [stdout] test url_encoding::test_url_json_output ... ok [INFO] [stdout] test url_encoding::test_url_percent_encoding ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/output_integration.rs (/opt/rustwide/target/debug/deps/output_integration-44305edd8e41a770) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test json_output::json_flag_produces_json ... ok [INFO] [stdout] test json_output::json_output_has_success_field ... ok [INFO] [stdout] test json_output::json_output_has_encoding_section ... ok [INFO] [stdout] test json_output::json_output_has_output_section ... ok [INFO] [stdout] test text_output::text_output_shows_encoding_info ... ok [INFO] [stdout] test text_output::text_output_shows_mime_type ... ok [INFO] [stdout] test text_output::text_output_detects_png ... ok [INFO] [stdout] test text_output::text_output_shows_decoded_path ... ok [INFO] [stdout] test json_output::json_output_detects_png_metadata ... ok [INFO] [stdout] test json_output::json_output_is_parseable ... ok [INFO] [stdout] test text_output::text_output_shows_size ... ok [INFO] [stdout] test json_output::json_output_has_metadata_section ... ok [INFO] [stderr] Running tests/performance_test.rs (/opt/rustwide/target/debug/deps/performance_test-52742f1faea45aff) [INFO] [stdout] test text_output::text_output_shows_extension ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test performance_is_consistent ... ok [INFO] [stdout] test decode_1mb_under_2_seconds ... ok [INFO] [stdout] test full_flow_10mb_under_5_seconds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s [INFO] [stdout] [INFO] [stderr] Running tests/property_test.rs (/opt/rustwide/target/debug/deps/property_test-3b0d40cb687f6dab) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test decode_properties::never_panics_on_arbitrary_input ... ok [INFO] [stdout] test decode_properties::handles_whitespace_gracefully ... ok [INFO] [stdout] test urlsafe_properties::roundtrip_urlsafe_bytes ... ok [INFO] [stdout] test decode_properties::detects_invalid_characters ... ok [INFO] [stdout] test decode_properties::roundtrip_any_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Running tests/unit_tests.rs (/opt/rustwide/target/debug/deps/unit_tests-59c1730993ac1f91) [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test unit::decoder_test::invalid_base64_errors::report_invalid_character ... ok [INFO] [stdout] test unit::decoder_test::padding_handling::decode_no_padding_needed ... ok [INFO] [stdout] test unit::decoder_test::invalid_base64_errors::reject_invalid_length ... ok [INFO] [stdout] test unit::decoder_test::invalid_base64_errors::report_position_of_invalid_char ... ok [INFO] [stdout] test unit::decoder_test::padding_handling::decode_with_double_padding ... ok [INFO] [stdout] test unit::decoder_test::padding_handling::decode_without_padding_auto_correct ... ok [INFO] [stdout] test unit::decoder_test::standard_decoding::decode_simple_text ... ok [INFO] [stdout] test unit::decoder_test::standard_decoding::decode_empty_string ... ok [INFO] [stdout] test unit::decoder_test::urlsafe_decoding::auto_detect_urlsafe_variant ... ok [INFO] [stdout] test unit::decoder_test::standard_decoding::decode_with_plus_and_slash ... ok [INFO] [stdout] test unit::decoder_test::urlsafe_decoding::decode_urlsafe_with_minus ... ok [INFO] [stdout] test unit::decoder_test::urlsafe_decoding::auto_detect_standard_variant ... ok [INFO] [stdout] test unit::decoder_test::urlsafe_decoding::decode_urlsafe_with_underscore ... ok [INFO] [stdout] test unit::decoder_test::whitespace_stripping::strip_mixed_whitespace ... ok [INFO] [stdout] test unit::decoder_test::whitespace_stripping::strip_spaces ... ok [INFO] [stdout] test unit::decoder_test::whitespace_stripping::strip_tabs ... ok [INFO] [stdout] test unit::interactive_test::key_handling::placeholder_for_key_handling ... ok [INFO] [stdout] test unit::interactive_test::prompt_text::other_content_shows_no_prompt ... ok [INFO] [stdout] test unit::interactive_test::prompt_text::playable_content_shows_play_prompt ... ok [INFO] [stdout] test unit::interactive_test::prompt_text::viewable_content_shows_view_prompt ... ok [INFO] [stdout] test unit::interactive_test::terminal_detection::both_flags_disable_prompt ... ok [INFO] [stdout] test unit::interactive_test::terminal_detection::quiet_mode_disables_prompt ... ok [INFO] [stdout] test unit::interactive_test::terminal_detection::no_interactive_flag_disables_prompt ... ok [INFO] [stdout] test unit::metadata_test::category_classification::image_is_viewable ... ok [INFO] [stdout] test unit::metadata_test::extension_mapping::jpeg_has_jpg_extension ... ok [INFO] [stdout] test unit::metadata_test::category_classification::pdf_is_viewable ... ok [INFO] [stdout] test unit::metadata_test::category_classification::jpeg_is_image_category ... ok [INFO] [stdout] test unit::metadata_test::mime_detection::detect_png_from_magic_bytes ... ok [INFO] [stdout] test unit::metadata_test::mime_detection::detect_unknown_returns_octet_stream ... ok [INFO] [stdout] test unit::metadata_test::category_classification::pdf_is_document_category ... ok [INFO] [stdout] test unit::decoder_test::whitespace_stripping::strip_newlines ... ok [INFO] [stdout] test unit::metadata_test::extension_mapping::unknown_has_bin_extension ... ok [INFO] [stdout] test unit::metadata_test::size_formatting::format_bytes ... ok [INFO] [stdout] test unit::metadata_test::size_formatting::format_gigabytes ... ok [INFO] [stdout] test unit::metadata_test::category_classification::png_is_image_category ... ok [INFO] [stdout] test unit::metadata_test::mime_detection::detect_pdf_from_magic_bytes ... ok [INFO] [stdout] test unit::metadata_test::size_formatting::format_kilobytes ... ok [INFO] [stdout] test unit::metadata_test::category_classification::unknown_is_other_category ... ok [INFO] [stdout] test unit::metadata_test::extension_mapping::png_has_png_extension ... ok [INFO] [stdout] test unit::metadata_test::mime_detection::detect_jpeg_from_magic_bytes ... ok [INFO] [stdout] test unit::output_test::path_validation::path_with_extension_is_accepted ... ok [INFO] [stdout] test unit::output_test::path_traversal_prevention::reject_hidden_parent_traversal ... ok [INFO] [stdout] test unit::metadata_test::size_formatting::format_megabytes ... ok [INFO] [stdout] test unit::output_test::path_validation::empty_path_is_rejected ... ok [INFO] [stdout] test unit::output_test::path_traversal_prevention::reject_parent_traversal ... ok [INFO] [stdout] test unit::output_test::existing_file_detection::detect_directory_as_existing ... ok [INFO] [stdout] test unit::output_test::path_traversal_prevention::reject_null_bytes_in_path ... ok [INFO] [stdout] test unit::output_test::path_validation::valid_relative_path_is_accepted ... ok [INFO] [stdout] test unit::output_test::path_validation::valid_absolute_path_is_accepted ... ok [INFO] [stdout] test unit::output_test::existing_file_detection::detect_existing_file ... ok [INFO] [stdout] test unit::output_test::existing_file_detection::detect_nonexistent_file ... ok [INFO] [stdout] test unit::output_test::path_traversal_prevention::allow_safe_relative_path ... ok [INFO] [stdout] test unit::metadata_test::extension_mapping::pdf_has_pdf_extension ... ok [INFO] [stdout] test unit::metadata_test::mime_detection::detect_mp3_from_magic_bytes ... ok [INFO] [stdout] test unit::decoder_test::padding_handling::decode_with_single_padding ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Doc-tests decodeck [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" "4d8d16496d31a9dfe219a9668b935a7211e986bc0923739352233b2d7419fd82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d8d16496d31a9dfe219a9668b935a7211e986bc0923739352233b2d7419fd82", kill_on_drop: false }` [INFO] [stdout] 4d8d16496d31a9dfe219a9668b935a7211e986bc0923739352233b2d7419fd82