[INFO] cloning repository https://github.com/yarray/rasterbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yarray/rasterbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarray%2Frasterbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarray%2Frasterbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6cf208ae369a340f41dcf03303e1eefa343990b
[INFO] testing yarray/rasterbox against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarray%2Frasterbox" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yarray/rasterbox
[INFO] finished tweaking git repo https://github.com/yarray/rasterbox
[INFO] tweaked toml for git repo https://github.com/yarray/rasterbox written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yarray/rasterbox on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yarray/rasterbox 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstar v0.10.0
[INFO] [stderr]   Downloaded cc v1.1.30
[INFO] [stderr]   Downloaded proc-macro2 v1.0.87
[INFO] [stderr]   Downloaded wide v0.7.28
[INFO] [stderr]   Downloaded nalgebra v0.32.6
[INFO] [stderr]   Downloaded serde_json v1.0.128
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 08c3317c5392fae63da55e5ed9f06de6e1b2ac2526b9a8c555d43a3f1c4beb99
[INFO] running `Command { std: "docker" "start" "-a" "08c3317c5392fae63da55e5ed9f06de6e1b2ac2526b9a8c555d43a3f1c4beb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08c3317c5392fae63da55e5ed9f06de6e1b2ac2526b9a8c555d43a3f1c4beb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08c3317c5392fae63da55e5ed9f06de6e1b2ac2526b9a8c555d43a3f1c4beb99", kill_on_drop: false }`
[INFO] [stdout] 08c3317c5392fae63da55e5ed9f06de6e1b2ac2526b9a8c555d43a3f1c4beb99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34cf3af5490c70aa0c1adeb30159efa2ec8f2c504441fb42bdfcf7871d5fe28b
[INFO] running `Command { std: "docker" "start" "-a" "34cf3af5490c70aa0c1adeb30159efa2ec8f2c504441fb42bdfcf7871d5fe28b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling bytemuck v1.19.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling safe_arch v0.7.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling wide v0.7.28
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling rstar v0.10.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling geotiff v2.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `off` is never read
[INFO] [stdout]     --> src/geotiff/mod.rs:1355:49
[INFO] [stdout]      |
[INFO] [stdout] 1355 | ...                   off += 4;
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/geotiff/geokeys.rs:93:47
[INFO] [stdout]    |
[INFO] [stdout] 93 |                     let byte_array = unsafe { transmute::<f64, [u8; 8]>(v) };
[INFO] [stdout]    |                                               -------------------------^^^
[INFO] [stdout]    |                                               |
[INFO] [stdout]    |                                               help: replace this with: `f64::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/geotiff/geokeys.rs:101:43
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 let byte_array = unsafe { transmute::<u16, [u8; 2]>(value_offset) };
[INFO] [stdout]     |                                           -------------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.67s
[INFO] running `Command { std: "docker" "inspect" "34cf3af5490c70aa0c1adeb30159efa2ec8f2c504441fb42bdfcf7871d5fe28b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34cf3af5490c70aa0c1adeb30159efa2ec8f2c504441fb42bdfcf7871d5fe28b", kill_on_drop: false }`
[INFO] [stdout] 34cf3af5490c70aa0c1adeb30159efa2ec8f2c504441fb42bdfcf7871d5fe28b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42880fa8fdb99eb2555593bef85883e63f2b181be950d6c56ce0fcc75c3c1665
[INFO] running `Command { std: "docker" "start" "-a" "42880fa8fdb99eb2555593bef85883e63f2b181be950d6c56ce0fcc75c3c1665", kill_on_drop: false }`
[INFO] [stdout] warning: value assigned to `off` is never read
[INFO] [stdout]     --> src/geotiff/mod.rs:1355:49
[INFO] [stdout]      |
[INFO] [stdout] 1355 | ...                   off += 4;
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling geotiff v2.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/geotiff/geokeys.rs:93:47
[INFO] [stdout]    |
[INFO] [stdout] 93 |                     let byte_array = unsafe { transmute::<f64, [u8; 8]>(v) };
[INFO] [stdout]    |                                               -------------------------^^^
[INFO] [stdout]    |                                               |
[INFO] [stdout]    |                                               help: replace this with: `f64::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/geotiff/geokeys.rs:101:43
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 let byte_array = unsafe { transmute::<u16, [u8; 2]>(value_offset) };
[INFO] [stdout]     |                                           -------------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `off` is never read
[INFO] [stdout]     --> src/geotiff/mod.rs:1355:49
[INFO] [stdout]      |
[INFO] [stdout] 1355 | ...                   off += 4;
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/geotiff/geokeys.rs:93:47
[INFO] [stdout]    |
[INFO] [stdout] 93 |                     let byte_array = unsafe { transmute::<f64, [u8; 8]>(v) };
[INFO] [stdout]    |                                               -------------------------^^^
[INFO] [stdout]    |                                               |
[INFO] [stdout]    |                                               help: replace this with: `f64::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/geotiff/geokeys.rs:101:43
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 let byte_array = unsafe { transmute::<u16, [u8; 2]>(value_offset) };
[INFO] [stdout]     |                                           -------------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.25s
[INFO] running `Command { std: "docker" "inspect" "42880fa8fdb99eb2555593bef85883e63f2b181be950d6c56ce0fcc75c3c1665", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42880fa8fdb99eb2555593bef85883e63f2b181be950d6c56ce0fcc75c3c1665", kill_on_drop: false }`
[INFO] [stdout] 42880fa8fdb99eb2555593bef85883e63f2b181be950d6c56ce0fcc75c3c1665
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d0e639c2b7acd618fd24c00ecb6a4291c0446c9f3283461fca2b426673d88bef
[INFO] running `Command { std: "docker" "start" "-a" "d0e639c2b7acd618fd24c00ecb6a4291c0446c9f3283461fca2b426673d88bef", kill_on_drop: false }`
[INFO] [stderr] warning: value assigned to `off` is never read
[INFO] [stderr]     --> src/geotiff/mod.rs:1355:49
[INFO] [stderr]      |
[INFO] [stderr] 1355 | ...                   off += 4;
[INFO] [stderr]      |                       ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: maybe it is overwritten before being read?
[INFO] [stderr]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/geotiff/geokeys.rs:93:47
[INFO] [stderr]    |
[INFO] [stderr] 93 |                     let byte_array = unsafe { transmute::<f64, [u8; 8]>(v) };
[INFO] [stderr]    |                                               -------------------------^^^
[INFO] [stderr]    |                                               |
[INFO] [stderr]    |                                               help: replace this with: `f64::to_ne_bytes`
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/geotiff/geokeys.rs:101:43
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 let byte_array = unsafe { transmute::<u16, [u8; 2]>(value_offset) };
[INFO] [stderr]     |                                           -------------------------^^^^^^^^^^^^^^
[INFO] [stderr]     |                                           |
[INFO] [stderr]     |                                           help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr] 
[INFO] [stderr] warning: `geotiff` (lib) generated 3 warnings (run `cargo fix --lib -p geotiff` to apply 2 suggestions)
[INFO] [stderr] warning: `geotiff` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/geotiff-23b2fe60f6f11ddf)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test structures::bounding_box::test::test_bounding_box ... ok
[INFO] [stdout] test structures::bounding_box::test::test_bounding_box_contains ... ok
[INFO] [stdout] test structures::polynomial_regression_2d::test::test_polynomial_regression_2d ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests geotiff
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/structures/array2d.rs - structures::array2d::Array2D (line 16) ... FAILED
[INFO] [stdout] test src/structures/array2d.rs - structures::array2d::Array2D<T>::new (line 41) ... FAILED
[INFO] [stdout] test src/raster_lib.rs - raster_lib::RasterFile (line 43) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/structures/array2d.rs - structures::array2d::Array2D (line 16) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Array2D` in this scope
[INFO] [stdout]   --> src/structures/array2d.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | let mut x: Array2D<f64> = Array2D::new(rows, columns, initial_value, nodata_value)?;
[INFO] [stdout]    |            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Array2D`
[INFO] [stdout]   --> src/structures/array2d.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 | let mut x: Array2D<f64> = Array2D::new(rows, columns, initial_value, nodata_value)?;
[INFO] [stdout]    |                           ^^^^^^^ use of undeclared type `Array2D`
[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/structures/array2d.rs - structures::array2d::Array2D<T>::new (line 41) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Array2D` in this scope
[INFO] [stdout]   --> src/structures/array2d.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | let mut x: Array2D<f64> = Array2D::new(rows, columns, initial_value, nodata_value)?;
[INFO] [stdout]    |            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Array2D`
[INFO] [stdout]   --> src/structures/array2d.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 | let mut x: Array2D<f64> = Array2D::new(rows, columns, initial_value, nodata_value)?;
[INFO] [stdout]    |                           ^^^^^^^ use of undeclared type `Array2D`
[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/raster_lib.rs - raster_lib::RasterFile (line 43) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `input_file` in this scope
[INFO] [stdout]   --> src/raster_lib.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 | let input = Raster::new(&input_file, "r")?;
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `output_file` in this scope
[INFO] [stdout]   --> src/raster_lib.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 | let mut output = Raster::initialize_using_file(&output_file, &input);
[INFO] [stdout]    |                                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Raster`
[INFO] [stdout]   --> src/raster_lib.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 | let input = Raster::new(&input_file, "r")?;
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `Raster`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Raster`
[INFO] [stdout]   --> src/raster_lib.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 | let mut output = Raster::initialize_using_file(&output_file, &input);
[INFO] [stdout]    |                  ^^^^^^ use of undeclared type `Raster`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 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/raster_lib.rs - raster_lib::RasterFile (line 43)
[INFO] [stdout]     src/structures/array2d.rs - structures::array2d::Array2D (line 16)
[INFO] [stdout]     src/structures/array2d.rs - structures::array2d::Array2D<T>::new (line 41)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 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" "d0e639c2b7acd618fd24c00ecb6a4291c0446c9f3283461fca2b426673d88bef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0e639c2b7acd618fd24c00ecb6a4291c0446c9f3283461fca2b426673d88bef", kill_on_drop: false }`
[INFO] [stdout] d0e639c2b7acd618fd24c00ecb6a4291c0446c9f3283461fca2b426673d88bef
