[INFO] fetching crate qrcodegen 1.8.0... [INFO] testing qrcodegen-1.8.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate qrcodegen 1.8.0 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate qrcodegen 1.8.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1691981dab4d9b7ad919f2a94dd9b93213f7e46216735ba174765aa17e2155e5 [INFO] running `Command { std: "docker" "start" "-a" "1691981dab4d9b7ad919f2a94dd9b93213f7e46216735ba174765aa17e2155e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1691981dab4d9b7ad919f2a94dd9b93213f7e46216735ba174765aa17e2155e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1691981dab4d9b7ad919f2a94dd9b93213f7e46216735ba174765aa17e2155e5", kill_on_drop: false }` [INFO] [stdout] 1691981dab4d9b7ad919f2a94dd9b93213f7e46216735ba174765aa17e2155e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5b9b39e0c8620d55abe7fbd77fcb7461167cbb85a249509c4cd5cec31664b1f [INFO] running `Command { std: "docker" "start" "-a" "e5b9b39e0c8620d55abe7fbd77fcb7461167cbb85a249509c4cd5cec31664b1f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.56s [INFO] running `Command { std: "docker" "inspect" "e5b9b39e0c8620d55abe7fbd77fcb7461167cbb85a249509c4cd5cec31664b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5b9b39e0c8620d55abe7fbd77fcb7461167cbb85a249509c4cd5cec31664b1f", kill_on_drop: false }` [INFO] [stdout] e5b9b39e0c8620d55abe7fbd77fcb7461167cbb85a249509c4cd5cec31664b1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdfe3988884f36205c2d7ca2406387c426decf9488ad6e3eb6c521a0d0b55020 [INFO] running `Command { std: "docker" "start" "-a" "fdfe3988884f36205c2d7ca2406387c426decf9488ad6e3eb6c521a0d0b55020", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.38s [INFO] running `Command { std: "docker" "inspect" "fdfe3988884f36205c2d7ca2406387c426decf9488ad6e3eb6c521a0d0b55020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdfe3988884f36205c2d7ca2406387c426decf9488ad6e3eb6c521a0d0b55020", kill_on_drop: false }` [INFO] [stdout] fdfe3988884f36205c2d7ca2406387c426decf9488ad6e3eb6c521a0d0b55020 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] add7c6eb9fe4eb4ba6686a851779f73db209c84804ddaecbd1ccec6a224b8ba0 [INFO] running `Command { std: "docker" "start" "-a" "add7c6eb9fe4eb4ba6686a851779f73db209c84804ddaecbd1ccec6a224b8ba0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qrcodegen-60be56fd3aad50f6) [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] 9 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 9 + (.. paint qr.get_module(x, y) ...) [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 9 + (..= 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] 9 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 9 + (... paint qr.get_module(x, y) ..) [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 9 + (... 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] 9 | (... 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] 9 - (... paint qr.get_module(x, y) ...) [INFO] [stdout] 9 + (... 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] 9 | (... 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]: failed to resolve: use of undeclared type `Mask` [INFO] [stdout] --> src/lib.rs:79:44 [INFO] [stdout] | [INFO] [stdout] 6 | 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] 2 + 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] 9 | (... paint qr.get_module(x, y) ...) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QrSegment` [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 4 | let segs = QrSegment::make_segments(text); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrSegment` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QrCode` [INFO] [stdout] --> src/lib.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 5 | let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, [INFO] [stdout] | ^^^^^^ use of undeclared type `QrCode` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QrCodeEcc` [INFO] [stdout] --> src/lib.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 5 | let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrCodeEcc` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Version` [INFO] [stdout] --> src/lib.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 6 | 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]: failed to resolve: use of undeclared type `Version` [INFO] [stdout] --> src/lib.rs:79:22 [INFO] [stdout] | [INFO] [stdout] 6 | 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]: failed to resolve: use of undeclared type `QrCode` [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 5 | 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] 2 + use qrcodegen::QrCode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QrCodeEcc` [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 6 | QrCodeEcc::Medium).unwrap(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `QrCodeEcc` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + 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] 7 | 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" "add7c6eb9fe4eb4ba6686a851779f73db209c84804ddaecbd1ccec6a224b8ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add7c6eb9fe4eb4ba6686a851779f73db209c84804ddaecbd1ccec6a224b8ba0", kill_on_drop: false }` [INFO] [stdout] add7c6eb9fe4eb4ba6686a851779f73db209c84804ddaecbd1ccec6a224b8ba0