[INFO] cloning repository https://github.com/rallhannes/clprint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rallhannes/clprint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frallhannes%2Fclprint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frallhannes%2Fclprint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e39ce85b43f1688137895dc356f7303333dccd75
[INFO] testing rallhannes/clprint against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frallhannes%2Fclprint" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rallhannes/clprint
[INFO] finished tweaking git repo https://github.com/rallhannes/clprint
[INFO] tweaked toml for git repo https://github.com/rallhannes/clprint written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rallhannes/clprint on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rallhannes/clprint 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572
[INFO] running `Command { std: "docker" "start" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling clprint v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling clprint v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/clp-0a0f74e9d3ed5009)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/clp-7d53f6f84d2d7b1b)
[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 clp
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/lib.rs - (line 42) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_box (line 206) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_line (line 165) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_text (line 98) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 18) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_text (line 120) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_text (line 108) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_title (line 63) ... FAILED
[INFO] [stdout] test src/lib.rs - print_hashtag_box (line 192) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 42) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `clprint`
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use clprint::{print_hashtag_box, print_hashtag_title, print_hashtag_text, print_hashtag_line};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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/lib.rs - print_hashtag_box (line 206) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | clprint::print_hashtag_box(
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_line (line 165) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | clprint::print_hashtag_line(40);
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_text (line 98) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | clprint::print_hashtag_text("Hello World", 20);
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 18) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]   --> src/lib.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | clprint::print_hashtag_box("My Title", "This is the body text of my box.", 40);
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_text (line 120) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:122:1
[INFO] [stdout]     |
[INFO] [stdout] 122 | clprint::print_hashtag_text("Line one\nLine two", 20);
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_text (line 108) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | clprint::print_hashtag_text("This is a longer text that will be wrapped", 20);
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_title (line 63) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]   --> src/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | clprint::print_hashtag_title("My Title", 40);
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - print_hashtag_box (line 192) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `clprint` in this scope
[INFO] [stdout]    --> src/lib.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | clprint::print_hashtag_box("Hello", "Welcome to clp!", 40);
[INFO] [stdout]     | ^^^^^^^ use of unresolved module or unlinked crate `clprint`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `clprint`, use `cargo add clprint` 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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 18)
[INFO] [stdout]     src/lib.rs - (line 42)
[INFO] [stdout]     src/lib.rs - print_hashtag_box (line 192)
[INFO] [stdout]     src/lib.rs - print_hashtag_box (line 206)
[INFO] [stdout]     src/lib.rs - print_hashtag_line (line 165)
[INFO] [stdout]     src/lib.rs - print_hashtag_text (line 108)
[INFO] [stdout]     src/lib.rs - print_hashtag_text (line 120)
[INFO] [stdout]     src/lib.rs - print_hashtag_text (line 98)
[INFO] [stdout]     src/lib.rs - print_hashtag_title (line 63)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.35s; merged doctests compilation took 0.09s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572", kill_on_drop: false }`
[INFO] [stdout] 3362e5aa37e4f48ecab460523b98fe4a88608708d754c52c472f6bb75ccfd572
