[INFO] fetching crate tesserae 0.3.1...
[INFO] testing tesserae-0.3.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate tesserae 0.3.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate tesserae 0.3.1
[INFO] finished tweaking crates.io crate tesserae 0.3.1
[INFO] tweaked toml for crates.io crate tesserae 0.3.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tesserae 0.3.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tesserae 0.3.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5eca6be0d159c0f39e22250cd6d60a24bd16c0a4eae2fbe57ec876194984f9e
[INFO] running `Command { std: "docker" "start" "-a" "d5eca6be0d159c0f39e22250cd6d60a24bd16c0a4eae2fbe57ec876194984f9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5eca6be0d159c0f39e22250cd6d60a24bd16c0a4eae2fbe57ec876194984f9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5eca6be0d159c0f39e22250cd6d60a24bd16c0a4eae2fbe57ec876194984f9e", kill_on_drop: false }`
[INFO] [stdout] d5eca6be0d159c0f39e22250cd6d60a24bd16c0a4eae2fbe57ec876194984f9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 603e8ad6f1001ad33bf8b996f922e5127836d64117773be60b79f540bc5c9bec
[INFO] running `Command { std: "docker" "start" "-a" "603e8ad6f1001ad33bf8b996f922e5127836d64117773be60b79f540bc5c9bec", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling sdl2 v0.33.0
[INFO] [stderr]    Compiling sdl2-sys v0.33.0
[INFO] [stderr]    Compiling tesserae v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 |             if let Some(mut t) = self.tiles.get_mut(i) {
[INFO] [stdout]     |                         ----^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:572:20
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^
[INFO] [stdout]     |                    |         ||
[INFO] [stdout]     |                    |         |the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
[INFO] running `Command { std: "docker" "inspect" "603e8ad6f1001ad33bf8b996f922e5127836d64117773be60b79f540bc5c9bec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "603e8ad6f1001ad33bf8b996f922e5127836d64117773be60b79f540bc5c9bec", kill_on_drop: false }`
[INFO] [stdout] 603e8ad6f1001ad33bf8b996f922e5127836d64117773be60b79f540bc5c9bec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9d5f09bfd24beea6c60ccc50389eab73112f38a461b0fca57cdf299a3368ce9
[INFO] running `Command { std: "docker" "start" "-a" "e9d5f09bfd24beea6c60ccc50389eab73112f38a461b0fca57cdf299a3368ce9", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling bit_reverse v0.1.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 |             if let Some(mut t) = self.tiles.get_mut(i) {
[INFO] [stdout]     |                         ----^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:572:20
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^
[INFO] [stdout]     |                    |         ||
[INFO] [stdout]     |                    |         |the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling tesserae v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 |             if let Some(mut t) = self.tiles.get_mut(i) {
[INFO] [stdout]     |                         ----^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:572:20
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^
[INFO] [stdout]     |                    |         ||
[INFO] [stdout]     |                    |         |the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn texture(&self) -> &Texture<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.73s
[INFO] running `Command { std: "docker" "inspect" "e9d5f09bfd24beea6c60ccc50389eab73112f38a461b0fca57cdf299a3368ce9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9d5f09bfd24beea6c60ccc50389eab73112f38a461b0fca57cdf299a3368ce9", kill_on_drop: false }`
[INFO] [stdout] e9d5f09bfd24beea6c60ccc50389eab73112f38a461b0fca57cdf299a3368ce9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2160dd8530d91003b9cbbb6473c9a0a009e00e44670d1aedd5d24c08fbd91683
[INFO] running `Command { std: "docker" "start" "-a" "2160dd8530d91003b9cbbb6473c9a0a009e00e44670d1aedd5d24c08fbd91683", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:469:25
[INFO] [stderr]     |
[INFO] [stderr] 469 |             if let Some(mut t) = self.tiles.get_mut(i) {
[INFO] [stderr]     |                         ----^
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:572:20
[INFO] [stderr]     |
[INFO] [stderr] 572 |     pub fn texture(&self) -> &Texture {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^
[INFO] [stderr]     |                    |         ||
[INFO] [stderr]     |                    |         |the same lifetime is hidden here
[INFO] [stderr]     |                    |         the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 572 |     pub fn texture(&self) -> &Texture<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tesserae` (lib) generated 2 warnings (run `cargo fix --lib -p tesserae` to apply 2 suggestions)
[INFO] [stderr] warning: `tesserae` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tesserae-91bcb580e4f8cc5b)
[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 tesserae
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - Graphic<()>::blank (line 370) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::load_file (line 317) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::load_from (line 329) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::tile_cache_textured (line 400) ... FAILED
[INFO] [stdout] test src/lib.rs - TileSet::load_from (line 169) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::textured (line 381) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Graphic<()>::blank (line 370) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `(`
[INFO] [stdout]  --> src/lib.rs:371:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | Graphic::blank(8,12)
[INFO] [stdout]   |               ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Graphic<()>::load_file (line 317) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `(`
[INFO] [stdout]  --> src/lib.rs:318:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | Graphic::load_file(path)
[INFO] [stdout]   |                   ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Graphic<()>::load_from (line 329) stdout ----
[INFO] [stdout] error: expected `;`, found `}`
[INFO] [stdout]  --> src/lib.rs:330:69
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphic::load_from(Cursor::new(&include_bytes!("file")[..]))
[INFO] [stdout]   |                                                                     ^ help: add `;` here
[INFO] [stdout] 4 | } _doctest_main_src_lib_rs_329_0() }
[INFO] [stdout]   | - unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/file`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/lib.rs:330:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphic::load_from(Cursor::new(&include_bytes!("file")[..]))
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graphic`
[INFO] [stdout]  --> src/lib.rs:330:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphic::load_from(Cursor::new(&include_bytes!("file")[..]))
[INFO] [stdout]   |         ^^^^^^^ use of undeclared type `Graphic`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tesserae::Graphic;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cursor`
[INFO] [stdout]  --> src/lib.rs:330:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphic::load_from(Cursor::new(&include_bytes!("file")[..]))
[INFO] [stdout]   |                            ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_map::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_set::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::linked_list::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::io::Cursor;
[INFO] [stdout]   |
[INFO] [stdout]   = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[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 - Graphic<()>::tile_cache_textured (line 400) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `texture_creator` in this scope
[INFO] [stdout]  --> src/lib.rs:401:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphics::load_file("path")?.tile_cache_textured(texture_creator);
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graphics`
[INFO] [stdout]  --> src/lib.rs:401:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphics::load_file("path")?.tile_cache_textured(texture_creator);
[INFO] [stdout]   |         ^^^^^^^^ use of undeclared type `Graphics`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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] ---- src/lib.rs - TileSet::load_from (line 169) stdout ----
[INFO] [stdout] error: couldn't read `src/tile_set`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/lib.rs:170:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | let ts = include_bytes!("tile_set");
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]   |
[INFO] [stdout] 3 | let ts = include_bytes!("../tile_set");
[INFO] [stdout]   |                          +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TileSet`
[INFO] [stdout]  --> src/lib.rs:171:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | TileSet::load_from(Cursor::new(&ts[..]))
[INFO] [stdout]   | ^^^^^^^ use of undeclared type `TileSet`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tesserae::TileSet;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cursor`
[INFO] [stdout]  --> src/lib.rs:171:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | TileSet::load_from(Cursor::new(&ts[..]))
[INFO] [stdout]   |                    ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_map::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_set::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::linked_list::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::io::Cursor;
[INFO] [stdout]   |
[INFO] [stdout]   = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[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 - Graphic<()>::textured (line 381) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `texture_creator` in this scope
[INFO] [stdout]  --> src/lib.rs:382:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphics::load_file("path")?.textured(texture_creator);
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graphics`
[INFO] [stdout]  --> src/lib.rs:382:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | let g = Graphics::load_file("path")?.textured(texture_creator);
[INFO] [stdout]   |         ^^^^^^^^ use of undeclared type `Graphics`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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 - Graphic<()>::blank (line 370)
[INFO] [stdout]     src/lib.rs - Graphic<()>::load_file (line 317)
[INFO] [stdout]     src/lib.rs - Graphic<()>::load_from (line 329)
[INFO] [stdout]     src/lib.rs - Graphic<()>::textured (line 381)
[INFO] [stdout]     src/lib.rs - Graphic<()>::tile_cache_textured (line 400)
[INFO] [stdout]     src/lib.rs - TileSet::load_from (line 169)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2160dd8530d91003b9cbbb6473c9a0a009e00e44670d1aedd5d24c08fbd91683", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2160dd8530d91003b9cbbb6473c9a0a009e00e44670d1aedd5d24c08fbd91683", kill_on_drop: false }`
[INFO] [stdout] 2160dd8530d91003b9cbbb6473c9a0a009e00e44670d1aedd5d24c08fbd91683
