[INFO] cloning repository https://github.com/kyasu1/rust-ptouch-usb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kyasu1/rust-ptouch-usb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyasu1%2Frust-ptouch-usb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyasu1%2Frust-ptouch-usb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1bbad0676d952a7b65400b5a755a866ab24104d
[INFO] testing kyasu1/rust-ptouch-usb against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyasu1%2Frust-ptouch-usb" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kyasu1/rust-ptouch-usb
[INFO] finished tweaking git repo https://github.com/kyasu1/rust-ptouch-usb
[INFO] tweaked toml for git repo https://github.com/kyasu1/rust-ptouch-usb written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kyasu1/rust-ptouch-usb on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kyasu1/rust-ptouch-usb 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rusb v0.9.4
[INFO] [stderr]   Downloaded thiserror v1.0.60
[INFO] [stderr]   Downloaded thiserror-impl v1.0.60
[INFO] [stderr]   Downloaded checked_int_cast v1.0.0
[INFO] [stderr]   Downloaded env_logger v0.8.4
[INFO] [stderr]   Downloaded qrcode v0.12.0
[INFO] [stderr]   Downloaded cc v1.0.97
[INFO] [stderr]   Downloaded libusb1-sys v0.7.0
[INFO] [stderr]   Downloaded syn v2.0.62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c15ceed35fa5e2c733f019ce794aa6ae15121bcb05c96410f26ec430e4a39fb5
[INFO] running `Command { std: "docker" "start" "-a" "c15ceed35fa5e2c733f019ce794aa6ae15121bcb05c96410f26ec430e4a39fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c15ceed35fa5e2c733f019ce794aa6ae15121bcb05c96410f26ec430e4a39fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c15ceed35fa5e2c733f019ce794aa6ae15121bcb05c96410f26ec430e4a39fb5", kill_on_drop: false }`
[INFO] [stdout] c15ceed35fa5e2c733f019ce794aa6ae15121bcb05c96410f26ec430e4a39fb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c2b7d52ee92a1d82df7abff7b128f7d673ecdfab0b51d002550f5bdc9284286
[INFO] running `Command { std: "docker" "start" "-a" "5c2b7d52ee92a1d82df7abff7b128f7d673ecdfab0b51d002550f5bdc9284286", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling syn v2.0.62
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling ql-label v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
[INFO] running `Command { std: "docker" "inspect" "5c2b7d52ee92a1d82df7abff7b128f7d673ecdfab0b51d002550f5bdc9284286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c2b7d52ee92a1d82df7abff7b128f7d673ecdfab0b51d002550f5bdc9284286", kill_on_drop: false }`
[INFO] [stdout] 5c2b7d52ee92a1d82df7abff7b128f7d673ecdfab0b51d002550f5bdc9284286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df5d89aeb30915636656f71e1e1b867afddadacf9c1fcaa4945b5243ba8f6292
[INFO] running `Command { std: "docker" "start" "-a" "df5d89aeb30915636656f71e1e1b867afddadacf9c1fcaa4945b5243ba8f6292", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling bytemuck v1.15.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling checked_int_cast v1.0.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling qrcode v0.12.0
[INFO] [stderr]    Compiling ql-label v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Label` is never constructed
[INFO] [stdout]    --> examples/print_rust.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | struct Label {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.03s
[INFO] running `Command { std: "docker" "inspect" "df5d89aeb30915636656f71e1e1b867afddadacf9c1fcaa4945b5243ba8f6292", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df5d89aeb30915636656f71e1e1b867afddadacf9c1fcaa4945b5243ba8f6292", kill_on_drop: false }`
[INFO] [stdout] df5d89aeb30915636656f71e1e1b867afddadacf9c1fcaa4945b5243ba8f6292
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 11e789b10c532006643c1d625aeb92cefcc389d7f32761d5d505a998140747ce
[INFO] running `Command { std: "docker" "start" "-a" "11e789b10c532006643c1d625aeb92cefcc389d7f32761d5d505a998140747ce", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Label` is never constructed
[INFO] [stderr]    --> examples/print_rust.rs:159:8
[INFO] [stderr]     |
[INFO] [stderr] 159 | struct Label {
[INFO] [stderr]     |        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ql-label` (example "print_rust") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ql_label-93f6f0f1ef24ce27)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test printer::tests::test_pack_bits_compression ... ok
[INFO] [stdout] test printer::tests::test_pack_bits_edge_cases ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ql_label
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/lib.rs - (line 7) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Printer::new (line 47) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::enable_auto_cut (line 996) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Printer::cancel (line 126) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::new (line 968) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::cut_at_end (line 1033) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Printer::check_status (line 150) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::disable_auto_cut (line 1014) - compile ... FAILED
[INFO] [stdout] test src/utils.rs - utils::TwoColorMatrix::to_alternating_matrix (line 65) ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Printer::print (line 184) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::high_resolution (line 1055) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::compress (line 1115) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::set_feed_in_dots (line 1077) - compile ... FAILED
[INFO] [stdout] test src/utils.rs - utils::TwoColorMatrix::new (line 33) ... FAILED
[INFO] [stdout] test src/utils.rs - utils::step_filter_wide (line 129) ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Printer::print_two_color (line 231) - compile ... FAILED
[INFO] [stdout] test src/printer.rs - printer::Config::two_colors (line 1096) - compile ... FAILED
[INFO] [stdout] test src/utils.rs - utils::step_filter_normal (line 101) ... FAILED
[INFO] [stdout] test src/utils.rs - utils::convert_rgb_to_two_color (line 190) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 7) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use ptouch::{Config, ContinuousType, Media, Model, Printer};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Printer::new (line 47) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]   --> src/printer.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | use ptouch::{Config, Model, Media, ContinuousType, Printer};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ptouch` in this scope
[INFO] [stdout]   --> src/printer.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 | Ok::<(), ptouch::Error>(())
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::enable_auto_cut (line 996) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:997:5
[INFO] [stdout]     |
[INFO] [stdout] 997 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Printer::cancel (line 126) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | use ptouch::{Config, Model, Media, ContinuousType, Printer};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ptouch` in this scope
[INFO] [stdout]    --> src/printer.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | Ok::<(), ptouch::Error>(())
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::new (line 968) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:969:5
[INFO] [stdout]     |
[INFO] [stdout] 969 | use ptouch::{Config, ContinuousType, Media, Model};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::cut_at_end (line 1033) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1034:5
[INFO] [stdout]      |
[INFO] [stdout] 1034 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Printer::check_status (line 150) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 | use ptouch::{Config, Model, Media, ContinuousType, Printer};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ptouch` in this scope
[INFO] [stdout]    --> src/printer.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | Ok::<(), ptouch::Error>(())
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::disable_auto_cut (line 1014) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1015:5
[INFO] [stdout]      |
[INFO] [stdout] 1015 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::TwoColorMatrix::to_alternating_matrix (line 65) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]   --> src/utils.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 | use ptouch::{TwoColorMatrix, Matrix};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Printer::print (line 184) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 | use ptouch::{Config, Model, Media, ContinuousType, Printer, Matrix};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ptouch` in this scope
[INFO] [stdout]    --> src/printer.rs:194:10
[INFO] [stdout]     |
[INFO] [stdout] 194 | Ok::<(), ptouch::Error>(())
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::high_resolution (line 1055) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1056:5
[INFO] [stdout]      |
[INFO] [stdout] 1056 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::compress (line 1115) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1116:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::set_feed_in_dots (line 1077) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1078:5
[INFO] [stdout]      |
[INFO] [stdout] 1078 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::TwoColorMatrix::new (line 33) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]   --> src/utils.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use ptouch::{TwoColorMatrix, Matrix};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::step_filter_wide (line 129) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/utils.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 | use ptouch::{step_filter_wide, Matrix, WIDE_PRINTER_WIDTH};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Printer::print_two_color (line 231) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/printer.rs:232:5
[INFO] [stdout]     |
[INFO] [stdout] 232 | use ptouch::{Config, Model, Media, ContinuousType, Printer, TwoColorMatrix};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/printer.rs - printer::Config::two_colors (line 1096) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]     --> src/printer.rs:1097:5
[INFO] [stdout]      |
[INFO] [stdout] 1097 | use ptouch::{Config, Model, Media, ContinuousType};
[INFO] [stdout]      |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::step_filter_normal (line 101) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/utils.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | use ptouch::{step_filter_normal, Matrix};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::convert_rgb_to_two_color (line 190) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ptouch`
[INFO] [stdout]    --> src/utils.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 | use ptouch::{convert_rgb_to_two_color};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ptouch`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ptouch`, use `cargo add ptouch` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 7)
[INFO] [stdout]     src/printer.rs - printer::Config::compress (line 1115)
[INFO] [stdout]     src/printer.rs - printer::Config::cut_at_end (line 1033)
[INFO] [stdout]     src/printer.rs - printer::Config::disable_auto_cut (line 1014)
[INFO] [stdout]     src/printer.rs - printer::Config::enable_auto_cut (line 996)
[INFO] [stdout]     src/printer.rs - printer::Config::high_resolution (line 1055)
[INFO] [stdout]     src/printer.rs - printer::Config::new (line 968)
[INFO] [stdout]     src/printer.rs - printer::Config::set_feed_in_dots (line 1077)
[INFO] [stdout]     src/printer.rs - printer::Config::two_colors (line 1096)
[INFO] [stdout]     src/printer.rs - printer::Printer::cancel (line 126)
[INFO] [stdout]     src/printer.rs - printer::Printer::check_status (line 150)
[INFO] [stdout]     src/printer.rs - printer::Printer::new (line 47)
[INFO] [stdout]     src/printer.rs - printer::Printer::print (line 184)
[INFO] [stdout]     src/printer.rs - printer::Printer::print_two_color (line 231)
[INFO] [stdout]     src/utils.rs - utils::TwoColorMatrix::new (line 33)
[INFO] [stdout]     src/utils.rs - utils::TwoColorMatrix::to_alternating_matrix (line 65)
[INFO] [stdout]     src/utils.rs - utils::convert_rgb_to_two_color (line 190)
[INFO] [stdout]     src/utils.rs - utils::step_filter_normal (line 101)
[INFO] [stdout]     src/utils.rs - utils::step_filter_wide (line 129)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "11e789b10c532006643c1d625aeb92cefcc389d7f32761d5d505a998140747ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11e789b10c532006643c1d625aeb92cefcc389d7f32761d5d505a998140747ce", kill_on_drop: false }`
[INFO] [stdout] 11e789b10c532006643c1d625aeb92cefcc389d7f32761d5d505a998140747ce
