[INFO] fetching crate qrcodegen 1.8.0... [INFO] testing qrcodegen-1.8.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate qrcodegen 1.8.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate qrcodegen 1.8.0 [INFO] finished tweaking crates.io crate qrcodegen 1.8.0 [INFO] tweaked toml for crates.io crate qrcodegen 1.8.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate qrcodegen 1.8.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate qrcodegen 1.8.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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10d80dd904be8d2741a83cefc5d28debb4b16982ed1b47c7ef4d754358bced8d [INFO] running `Command { std: "docker" "start" "-a" "10d80dd904be8d2741a83cefc5d28debb4b16982ed1b47c7ef4d754358bced8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10d80dd904be8d2741a83cefc5d28debb4b16982ed1b47c7ef4d754358bced8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10d80dd904be8d2741a83cefc5d28debb4b16982ed1b47c7ef4d754358bced8d", kill_on_drop: false }` [INFO] [stdout] 10d80dd904be8d2741a83cefc5d28debb4b16982ed1b47c7ef4d754358bced8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3ff80629a04b0167951b542b5afccbdf5997a97946aa70da0dc8e8495fe44f8 [INFO] running `Command { std: "docker" "start" "-a" "b3ff80629a04b0167951b542b5afccbdf5997a97946aa70da0dc8e8495fe44f8", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling qrcodegen v1.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:842:3 [INFO] [stdout] | [INFO] [stdout] 842 | ( i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] | ^^ [INFO] [stdout] 843 | + i32::from(core && rh[6] >= n * 4 && rh[0] >= n)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 842 ~ i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] 843 ~ + i32::from(core && rh[6] >= n * 4 && rh[0] >= n) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "b3ff80629a04b0167951b542b5afccbdf5997a97946aa70da0dc8e8495fe44f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3ff80629a04b0167951b542b5afccbdf5997a97946aa70da0dc8e8495fe44f8", kill_on_drop: false }` [INFO] [stdout] b3ff80629a04b0167951b542b5afccbdf5997a97946aa70da0dc8e8495fe44f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d640748262538c9d5e7d42a1dff26187ed7be1307200269437321c182aa85ce [INFO] running `Command { std: "docker" "start" "-a" "5d640748262538c9d5e7d42a1dff26187ed7be1307200269437321c182aa85ce", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:842:3 [INFO] [stdout] | [INFO] [stdout] 842 | ( i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] | ^^ [INFO] [stdout] 843 | + i32::from(core && rh[6] >= n * 4 && rh[0] >= n)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 842 ~ i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] 843 ~ + i32::from(core && rh[6] >= n * 4 && rh[0] >= n) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling qrcodegen v1.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:842:3 [INFO] [stdout] | [INFO] [stdout] 842 | ( i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] | ^^ [INFO] [stdout] 843 | + i32::from(core && rh[6] >= n * 4 && rh[0] >= n)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 842 ~ i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stdout] 843 ~ + i32::from(core && rh[6] >= n * 4 && rh[0] >= n) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "5d640748262538c9d5e7d42a1dff26187ed7be1307200269437321c182aa85ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d640748262538c9d5e7d42a1dff26187ed7be1307200269437321c182aa85ce", kill_on_drop: false }` [INFO] [stdout] 5d640748262538c9d5e7d42a1dff26187ed7be1307200269437321c182aa85ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a679f818777d5273d36731a67924f21b74488fb7d7bd74ff82ff768af4689bbf [INFO] running `Command { std: "docker" "start" "-a" "a679f818777d5273d36731a67924f21b74488fb7d7bd74ff82ff768af4689bbf", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:842:3 [INFO] [stderr] | [INFO] [stderr] 842 | ( i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stderr] | ^^ [INFO] [stderr] 843 | + i32::from(core && rh[6] >= n * 4 && rh[0] >= n)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 842 ~ i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stderr] 843 ~ + i32::from(core && rh[6] >= n * 4 && rh[0] >= n) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `qrcodegen` (lib) generated 1 warning (run `cargo fix --lib -p qrcodegen` to apply 1 suggestion) [INFO] [stderr] warning: `qrcodegen` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qrcodegen-60be56fd3aad50f6) [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] Doc-tests qrcodegen [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:842:3 [INFO] [stderr] | [INFO] [stderr] 842 | ( i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stderr] | ^^ [INFO] [stderr] 843 | + i32::from(core && rh[6] >= n * 4 && rh[0] >= n)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 842 ~ i32::from(core && rh[0] >= n * 4 && rh[6] >= n) [INFO] [stderr] 843 ~ + i32::from(core && rh[6] >= n * 4 && rh[0] >= n) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 75) ... FAILED [INFO] [stdout] test src/lib.rs - (line 67) ... FAILED [INFO] [stdout] test src/lib.rs - (line 56) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 75) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/lib.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 82 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 82 + (.. paint qr.get_module(x, y) ...) [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 82 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 82 + (..= paint qr.get_module(x, y) ...) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/lib.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 82 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 82 + (... paint qr.get_module(x, y) ..) [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 82 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 82 + (... paint qr.get_module(x, y) ..=) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/lib.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] help: use `..` instead [INFO] [stdout] | [INFO] [stdout] 82 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 82 + (... paint qr.get_module(x, y) ..) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `qr` [INFO] [stdout] --> src/lib.rs:82:20 [INFO] [stdout] | [INFO] [stdout] 82 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | -^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Mask` in this scope [INFO] [stdout] --> src/lib.rs:79:44 [INFO] [stdout] | [INFO] [stdout] 79 | Version::new(5), Version::new(5), Some(Mask::new(2)), false).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared type `Mask` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 75 + use std::simd::Mask; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `paint` in this scope [INFO] [stdout] --> src/lib.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `QrSegment` in this scope [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | let segs = QrSegment::make_segments(text); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrSegment` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `QrCode` in this scope [INFO] [stdout] --> src/lib.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, [INFO] [stdout] | ^^^^^^ use of undeclared type `QrCode` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `QrCodeEcc` in this scope [INFO] [stdout] --> src/lib.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrCodeEcc` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Version` in this scope [INFO] [stdout] --> src/lib.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | Version::new(5), Version::new(5), Some(Mask::new(2)), false).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Version` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Version` in this scope [INFO] [stdout] --> src/lib.rs:79:22 [INFO] [stdout] | [INFO] [stdout] 79 | Version::new(5), Version::new(5), Some(Mask::new(2)), false).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Version` [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 67) stdout ---- [INFO] [stdout] error[E0433]: cannot find type `QrCode` in this scope [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | let qr = QrCode::encode_text("Hello, world!", [INFO] [stdout] | ^^^^^^ use of undeclared type `QrCode` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 66 + use qrcodegen::QrCode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `QrCodeEcc` in this scope [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | QrCodeEcc::Medium).unwrap(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrCodeEcc` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 66 + use qrcodegen::QrCodeEcc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_svg_string` in this scope [INFO] [stdout] --> src/lib.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 71 | let svg = to_svg_string(&qr, 4); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 67) [INFO] [stdout] src/lib.rs - (line 75) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "a679f818777d5273d36731a67924f21b74488fb7d7bd74ff82ff768af4689bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a679f818777d5273d36731a67924f21b74488fb7d7bd74ff82ff768af4689bbf", kill_on_drop: false }` [INFO] [stdout] a679f818777d5273d36731a67924f21b74488fb7d7bd74ff82ff768af4689bbf