[INFO] fetching crate tesserae 0.3.1...
[INFO] testing tesserae-0.3.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate tesserae 0.3.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate tesserae 0.3.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-tc1/source/Cargo.toml
[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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bit_reverse v0.1.8
[INFO] [stderr]   Downloaded sdl2 v0.33.0
[INFO] [stderr]   Downloaded sdl2-sys v0.33.0
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0aff85b2f3018d8321297775ae31f1c9b8e97181cc648915b30046e25f96847f
[INFO] running `Command { std: "docker" "start" "-a" "0aff85b2f3018d8321297775ae31f1c9b8e97181cc648915b30046e25f96847f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0aff85b2f3018d8321297775ae31f1c9b8e97181cc648915b30046e25f96847f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aff85b2f3018d8321297775ae31f1c9b8e97181cc648915b30046e25f96847f", kill_on_drop: false }`
[INFO] [stdout] 0aff85b2f3018d8321297775ae31f1c9b8e97181cc648915b30046e25f96847f
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f78b06380eda29eabf0f72d9a5c12d72b9a77b9c057ebb01adb9aedff6ebeee4
[INFO] running `Command { std: "docker" "start" "-a" "f78b06380eda29eabf0f72d9a5c12d72b9a77b9c057ebb01adb9aedff6ebeee4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling sdl2 v0.33.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "f78b06380eda29eabf0f72d9a5c12d72b9a77b9c057ebb01adb9aedff6ebeee4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f78b06380eda29eabf0f72d9a5c12d72b9a77b9c057ebb01adb9aedff6ebeee4", kill_on_drop: false }`
[INFO] [stdout] f78b06380eda29eabf0f72d9a5c12d72b9a77b9c057ebb01adb9aedff6ebeee4
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eab07c488a2b33fa8f08f7f6d124fa1c4d58605b1b51eff7e90a77f3a0e827a8
[INFO] running `Command { std: "docker" "start" "-a" "eab07c488a2b33fa8f08f7f6d124fa1c4d58605b1b51eff7e90a77f3a0e827a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-width v0.1.7
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.64s
[INFO] running `Command { std: "docker" "inspect" "eab07c488a2b33fa8f08f7f6d124fa1c4d58605b1b51eff7e90a77f3a0e827a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eab07c488a2b33fa8f08f7f6d124fa1c4d58605b1b51eff7e90a77f3a0e827a8", kill_on_drop: false }`
[INFO] [stdout] eab07c488a2b33fa8f08f7f6d124fa1c4d58605b1b51eff7e90a77f3a0e827a8
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b33fdd8df4ba6cc68e3e6ead876ce7aa3fad5da2bdebcb61508b61e03faba763
[INFO] running `Command { std: "docker" "start" "-a" "b33fdd8df4ba6cc68e3e6ead876ce7aa3fad5da2bdebcb61508b61e03faba763", 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)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tesserae` (lib) generated 1 warning (run `cargo fix --lib -p tesserae` to apply 1 suggestion)
[INFO] [stderr] warning: `tesserae` (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/tesserae-581cbde6e0180573)
[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 - TileSet::load_from (line 169) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::textured (line 381) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::tile_cache_textured (line 400) ... FAILED
[INFO] [stdout] test src/lib.rs - Graphic<()>::load_from (line 329) ... FAILED
[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] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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 items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use sdl2::mouse::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_map::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] 
[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] ---- 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 - 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]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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 items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use sdl2::mouse::Cursor;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::btree_map::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] 
[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<()>::blank (line 370) stdout ----
[INFO] [stdout] error: expected `;`, found `Graphic`
[INFO] [stdout]  --> src/lib.rs:371:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | Graphic::blank(8,12)
[INFO] [stdout]   |                     ^ help: add `;` here
[INFO] [stdout] 4 | // same as
[INFO] [stdout] 5 | Graphic::solid(8,12,Default::default())
[INFO] [stdout]   | ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graphic`
[INFO] [stdout]  --> src/lib.rs:373:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | Graphic::solid(8,12,Default::default())
[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: aborting due to 2 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<()>::load_file (line 317) stdout ----
[INFO] [stdout] error: expected `;`, found `Graphic`
[INFO] [stdout]  --> src/lib.rs:318:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | Graphic::load_file(path)
[INFO] [stdout]   |                         ^ help: add `;` here
[INFO] [stdout] 4 | // same as
[INFO] [stdout] 5 | Graphic::load_from(File::open(path)?)
[INFO] [stdout]   | ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graphic`
[INFO] [stdout]  --> src/lib.rs:320:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | Graphic::load_from(File::open(path)?)
[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 `File`
[INFO] [stdout]  --> src/lib.rs:320:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | Graphic::load_from(File::open(path)?)
[INFO] [stdout]   |                    ^^^^ use of undeclared type `File`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::fs::File;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found built-in attribute `path`
[INFO] [stdout]  --> src/lib.rs:320:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | Graphic::load_from(File::open(path)?)
[INFO] [stdout]   |                               ^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[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.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b33fdd8df4ba6cc68e3e6ead876ce7aa3fad5da2bdebcb61508b61e03faba763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b33fdd8df4ba6cc68e3e6ead876ce7aa3fad5da2bdebcb61508b61e03faba763", kill_on_drop: false }`
[INFO] [stdout] b33fdd8df4ba6cc68e3e6ead876ce7aa3fad5da2bdebcb61508b61e03faba763
