[INFO] fetching crate rustronomy-fits 0.2.0...
[INFO] testing rustronomy-fits-0.2.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate rustronomy-fits 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rustronomy-fits 0.2.0
[INFO] finished tweaking crates.io crate rustronomy-fits 0.2.0
[INFO] tweaked toml for crates.io crate rustronomy-fits 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustronomy-fits 0.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 59 packages to latest compatible versions
[INFO] [stderr]       Adding dirs v4.0.0 (available: v6.0.0)
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.14.0)
[INFO] [stderr]       Adding ndarray v0.15.6 (available: v0.17.2)
[INFO] [stderr]       Adding rustronomy-core v0.1.0 (available: v0.5.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ndarray v0.15.6
[INFO] [stderr]   Downloaded rustronomy-core v0.1.0
[INFO] [stderr]   Downloaded progressing v3.0.2
[INFO] [stderr]   Downloaded redox_users v0.4.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3cf4680a7b947ad302fae1c6720f1c01cca6f152f63ddc2b04929afe6ac03d86
[INFO] running `Command { std: "docker" "start" "-a" "3cf4680a7b947ad302fae1c6720f1c01cca6f152f63ddc2b04929afe6ac03d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cf4680a7b947ad302fae1c6720f1c01cca6f152f63ddc2b04929afe6ac03d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cf4680a7b947ad302fae1c6720f1c01cca6f152f63ddc2b04929afe6ac03d86", kill_on_drop: false }`
[INFO] [stdout] 3cf4680a7b947ad302fae1c6720f1c01cca6f152f63ddc2b04929afe6ac03d86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 856c9602d9d6dcd35ad2cb4e29a973150fa27178a85f10e9a6f7abd1c2868130
[INFO] running `Command { std: "docker" "start" "-a" "856c9602d9d6dcd35ad2cb4e29a973150fa27178a85f10e9a6f7abd1c2868130", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustronomy-core v0.1.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling rustronomy-fits v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ops::Not`
[INFO] [stdout]   --> src/err/hdu_err.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 |   ops::Not,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `str::Utf8Error`
[INFO] [stdout]   --> src/err/header_err.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |   str::Utf8Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `generic_image::Image`
[INFO] [stdout]   --> src/extensions/image.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use generic_image::Image;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::Error`
[INFO] [stdout]   --> src/extensions/table/table_entry.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 |   error::Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]   --> src/extensions/image/generic_image.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |   pub fn new(array: Array<T, IxDyn>) -> Self {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/extensions/image/typed_image.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fields_in_row`
[INFO] [stdout]   --> src/extensions/table/ascii_tbl_parser.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fields_in_row: usize,              //#fields in each row
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields_in_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `writer`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     writer: &mut RawFitsWriter,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tbl_fmts`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let tbl_fmts = (&tbl).get_tbl_fmt(); //IN ORDER!
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tbl_fmts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_code` is never used
[INFO] [stdout]   --> src/bitpix.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Bitpix {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |   pub(crate) fn to_code(&self) -> isize {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_idx` is never used
[INFO] [stdout]   --> src/err/tbl_err.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl IndexOutOfRangeErr {
[INFO] [stdout]    | ----------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |   pub(crate) fn from_idx(index: (Option<usize>, usize), shape: (Option<usize>, usize)) -> Self {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_col_fmt` is never used
[INFO] [stdout]    --> src/extensions/table/ascii_table.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  88 | impl AsciiTable {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn get_col_fmt(&self, col: usize) -> Option<TableEntryFormat> {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pop_entry`, `set_entry`, `remove_entry`, and `get_col_label` are never used
[INFO] [stdout]   --> src/extensions/table/column.rs:49:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) trait AsciiCol: Debug + DynClone {
[INFO] [stdout]    |                  -------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 49 |   fn pop_entry(&mut self) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 50 |   fn set_entry(&mut self, entry: TableEntry, index: usize) -> Result<(), TblDecodeErr>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 51 |   fn get_entry(&self, index: usize) -> Option<TableEntry>;
[INFO] [stdout] 52 |   fn remove_entry(&mut self, index: usize) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |   fn get_col_label(&self) -> Option<&str>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `update_last_modified` are never used
[INFO] [stdout]    --> src/header.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Header {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 145 |   pub(crate) fn new() -> Self {
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |   pub(crate) fn update_last_modified(&mut self) {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `encode_fill_buff` and `encode_to_bytes` are never used
[INFO] [stdout]   --> src/raw/header_block.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeaderBlock {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |   pub(crate) fn encode_fill_buff(self, buf: &mut Vec<u8>) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   pub(crate) fn encode_to_bytes(self) -> Result<Vec<u8>, Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_string` is never used
[INFO] [stdout]    --> src/raw/keyword_record.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl KeywordRecord {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn from_string(keyword: Rc<String>, value: String, comment: Option<String>) -> Self {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_fortran_format_code` is never used
[INFO] [stdout]   --> src/raw/table_entry_format.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl TableEntryFormat {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 78 |   pub(crate) fn to_fortran_format_code(&self) -> Result<String, IFFCErr> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.90s
[INFO] running `Command { std: "docker" "inspect" "856c9602d9d6dcd35ad2cb4e29a973150fa27178a85f10e9a6f7abd1c2868130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "856c9602d9d6dcd35ad2cb4e29a973150fa27178a85f10e9a6f7abd1c2868130", kill_on_drop: false }`
[INFO] [stdout] 856c9602d9d6dcd35ad2cb4e29a973150fa27178a85f10e9a6f7abd1c2868130
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db059921eb285f55e64644111947ac3f26c1f36dc8ec84577c61c4a49e423354
[INFO] running `Command { std: "docker" "start" "-a" "db059921eb285f55e64644111947ac3f26c1f36dc8ec84577c61c4a49e423354", kill_on_drop: false }`
[INFO] [stderr]    Compiling progressing v3.0.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stdout] warning: unused import: `ops::Not`
[INFO] [stdout]   --> src/err/hdu_err.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 |   ops::Not,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `str::Utf8Error`
[INFO] [stdout]   --> src/err/header_err.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |   str::Utf8Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `generic_image::Image`
[INFO] [stdout]   --> src/extensions/image.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use generic_image::Image;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::Error`
[INFO] [stdout]   --> src/extensions/table/table_entry.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 |   error::Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]   --> src/extensions/image/generic_image.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |   pub fn new(array: Array<T, IxDyn>) -> Self {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/extensions/image/typed_image.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fields_in_row`
[INFO] [stdout]   --> src/extensions/table/ascii_tbl_parser.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fields_in_row: usize,              //#fields in each row
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields_in_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `writer`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     writer: &mut RawFitsWriter,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tbl_fmts`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let tbl_fmts = (&tbl).get_tbl_fmt(); //IN ORDER!
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tbl_fmts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_code` is never used
[INFO] [stdout]   --> src/bitpix.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Bitpix {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |   pub(crate) fn to_code(&self) -> isize {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_idx` is never used
[INFO] [stdout]   --> src/err/tbl_err.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl IndexOutOfRangeErr {
[INFO] [stdout]    | ----------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |   pub(crate) fn from_idx(index: (Option<usize>, usize), shape: (Option<usize>, usize)) -> Self {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_col_fmt` is never used
[INFO] [stdout]    --> src/extensions/table/ascii_table.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  88 | impl AsciiTable {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn get_col_fmt(&self, col: usize) -> Option<TableEntryFormat> {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pop_entry`, `set_entry`, `remove_entry`, and `get_col_label` are never used
[INFO] [stdout]   --> src/extensions/table/column.rs:49:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) trait AsciiCol: Debug + DynClone {
[INFO] [stdout]    |                  -------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 49 |   fn pop_entry(&mut self) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 50 |   fn set_entry(&mut self, entry: TableEntry, index: usize) -> Result<(), TblDecodeErr>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 51 |   fn get_entry(&self, index: usize) -> Option<TableEntry>;
[INFO] [stdout] 52 |   fn remove_entry(&mut self, index: usize) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |   fn get_col_label(&self) -> Option<&str>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `update_last_modified` are never used
[INFO] [stdout]    --> src/header.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Header {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 145 |   pub(crate) fn new() -> Self {
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |   pub(crate) fn update_last_modified(&mut self) {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `encode_fill_buff` and `encode_to_bytes` are never used
[INFO] [stdout]   --> src/raw/header_block.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeaderBlock {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |   pub(crate) fn encode_fill_buff(self, buf: &mut Vec<u8>) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   pub(crate) fn encode_to_bytes(self) -> Result<Vec<u8>, Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_string` is never used
[INFO] [stdout]    --> src/raw/keyword_record.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl KeywordRecord {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn from_string(keyword: Rc<String>, value: String, comment: Option<String>) -> Self {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_fortran_format_code` is never used
[INFO] [stdout]   --> src/raw/table_entry_format.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl TableEntryFormat {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 78 |   pub(crate) fn to_fortran_format_code(&self) -> Result<String, IFFCErr> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling rustronomy-fits v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ops::Not`
[INFO] [stdout]   --> src/err/hdu_err.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 |   ops::Not,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `str::Utf8Error`
[INFO] [stdout]   --> src/err/header_err.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |   str::Utf8Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `generic_image::Image`
[INFO] [stdout]   --> src/extensions/image.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use generic_image::Image;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::Error`
[INFO] [stdout]   --> src/extensions/table/table_entry.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 |   error::Error,
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]   --> src/extensions/image/generic_image.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |   pub fn new(array: Array<T, IxDyn>) -> Self {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/extensions/image/typed_image.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fields_in_row`
[INFO] [stdout]   --> src/extensions/table/ascii_tbl_parser.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fields_in_row: usize,              //#fields in each row
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields_in_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `writer`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     writer: &mut RawFitsWriter,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tbl_fmts`
[INFO] [stdout]    --> src/extensions/table/ascii_tbl_parser.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let tbl_fmts = (&tbl).get_tbl_fmt(); //IN ORDER!
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tbl_fmts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_code` is never used
[INFO] [stdout]   --> src/bitpix.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Bitpix {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |   pub(crate) fn to_code(&self) -> isize {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_idx` is never used
[INFO] [stdout]   --> src/err/tbl_err.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl IndexOutOfRangeErr {
[INFO] [stdout]    | ----------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |   pub(crate) fn from_idx(index: (Option<usize>, usize), shape: (Option<usize>, usize)) -> Self {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_col_fmt` is never used
[INFO] [stdout]    --> src/extensions/table/ascii_table.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  88 | impl AsciiTable {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn get_col_fmt(&self, col: usize) -> Option<TableEntryFormat> {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pop_entry`, `set_entry`, `remove_entry`, and `get_col_label` are never used
[INFO] [stdout]   --> src/extensions/table/column.rs:49:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) trait AsciiCol: Debug + DynClone {
[INFO] [stdout]    |                  -------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 49 |   fn pop_entry(&mut self) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 50 |   fn set_entry(&mut self, entry: TableEntry, index: usize) -> Result<(), TblDecodeErr>;
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout] 51 |   fn get_entry(&self, index: usize) -> Option<TableEntry>;
[INFO] [stdout] 52 |   fn remove_entry(&mut self, index: usize) -> Option<TableEntry>;
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |   fn get_col_label(&self) -> Option<&str>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `update_last_modified` are never used
[INFO] [stdout]    --> src/header.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Header {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 145 |   pub(crate) fn new() -> Self {
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |   pub(crate) fn update_last_modified(&mut self) {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `encode_fill_buff` and `encode_to_bytes` are never used
[INFO] [stdout]   --> src/raw/header_block.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeaderBlock {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |   pub(crate) fn encode_fill_buff(self, buf: &mut Vec<u8>) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   pub(crate) fn encode_to_bytes(self) -> Result<Vec<u8>, Box<dyn Error>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_string` is never used
[INFO] [stdout]    --> src/raw/keyword_record.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl KeywordRecord {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |   pub(crate) fn from_string(keyword: Rc<String>, value: String, comment: Option<String>) -> Self {
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_fortran_format_code` is never used
[INFO] [stdout]   --> src/raw/table_entry_format.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl TableEntryFormat {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 78 |   pub(crate) fn to_fortran_format_code(&self) -> Result<String, IFFCErr> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "db059921eb285f55e64644111947ac3f26c1f36dc8ec84577c61c4a49e423354", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db059921eb285f55e64644111947ac3f26c1f36dc8ec84577c61c4a49e423354", kill_on_drop: false }`
[INFO] [stdout] db059921eb285f55e64644111947ac3f26c1f36dc8ec84577c61c4a49e423354
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8e79056efa51a5ab64146b135b9c39039e2a32764f2946064f53af6761a72137
[INFO] running `Command { std: "docker" "start" "-a" "8e79056efa51a5ab64146b135b9c39039e2a32764f2946064f53af6761a72137", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `ops::Not`
[INFO] [stderr]   --> src/err/hdu_err.rs:23:3
[INFO] [stderr]    |
[INFO] [stderr] 23 |   ops::Not,
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `str::Utf8Error`
[INFO] [stderr]   --> src/err/header_err.rs:22:3
[INFO] [stderr]    |
[INFO] [stderr] 22 |   str::Utf8Error,
[INFO] [stderr]    |   ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `generic_image::Image`
[INFO] [stderr]   --> src/extensions/image.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub use generic_image::Image;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `error::Error`
[INFO] [stderr]   --> src/extensions/table/table_entry.rs:21:3
[INFO] [stderr]    |
[INFO] [stderr] 21 |   error::Error,
[INFO] [stderr]    |   ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array`
[INFO] [stderr]   --> src/extensions/image/generic_image.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |   pub fn new(array: Array<T, IxDyn>) -> Self {
[INFO] [stderr]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> src/extensions/image/typed_image.rs:110:17
[INFO] [stderr]     |
[INFO] [stderr] 110 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stderr]     |                 ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `fields_in_row`
[INFO] [stderr]   --> src/extensions/table/ascii_tbl_parser.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fields_in_row: usize,              //#fields in each row
[INFO] [stderr]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fields_in_row`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `writer`
[INFO] [stderr]    --> src/extensions/table/ascii_tbl_parser.rs:192:5
[INFO] [stderr]     |
[INFO] [stderr] 192 |     writer: &mut RawFitsWriter,
[INFO] [stderr]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tbl_fmts`
[INFO] [stderr]    --> src/extensions/table/ascii_tbl_parser.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |     let tbl_fmts = (&tbl).get_tbl_fmt(); //IN ORDER!
[INFO] [stderr]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tbl_fmts`
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_code` is never used
[INFO] [stderr]   --> src/bitpix.rs:52:17
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl Bitpix {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 52 |   pub(crate) fn to_code(&self) -> isize {
[INFO] [stderr]    |                 ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_idx` is never used
[INFO] [stderr]   --> src/err/tbl_err.rs:61:17
[INFO] [stderr]    |
[INFO] [stderr] 54 | impl IndexOutOfRangeErr {
[INFO] [stderr]    | ----------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 61 |   pub(crate) fn from_idx(index: (Option<usize>, usize), shape: (Option<usize>, usize)) -> Self {
[INFO] [stderr]    |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_col_fmt` is never used
[INFO] [stderr]    --> src/extensions/table/ascii_table.rs:125:17
[INFO] [stderr]     |
[INFO] [stderr]  88 | impl AsciiTable {
[INFO] [stderr]     | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 125 |   pub(crate) fn get_col_fmt(&self, col: usize) -> Option<TableEntryFormat> {
[INFO] [stderr]     |                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `pop_entry`, `set_entry`, `remove_entry`, and `get_col_label` are never used
[INFO] [stderr]   --> src/extensions/table/column.rs:49:6
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub(crate) trait AsciiCol: Debug + DynClone {
[INFO] [stderr]    |                  -------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 49 |   fn pop_entry(&mut self) -> Option<TableEntry>;
[INFO] [stderr]    |      ^^^^^^^^^
[INFO] [stderr] 50 |   fn set_entry(&mut self, entry: TableEntry, index: usize) -> Result<(), TblDecodeErr>;
[INFO] [stderr]    |      ^^^^^^^^^
[INFO] [stderr] 51 |   fn get_entry(&self, index: usize) -> Option<TableEntry>;
[INFO] [stderr] 52 |   fn remove_entry(&mut self, index: usize) -> Option<TableEntry>;
[INFO] [stderr]    |      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 56 |   fn get_col_label(&self) -> Option<&str>;
[INFO] [stderr]    |      ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `update_last_modified` are never used
[INFO] [stderr]    --> src/header.rs:145:17
[INFO] [stderr]     |
[INFO] [stderr]  52 | impl Header {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 145 |   pub(crate) fn new() -> Self {
[INFO] [stderr]     |                 ^^^
[INFO] [stderr] ...
[INFO] [stderr] 182 |   pub(crate) fn update_last_modified(&mut self) {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `encode_fill_buff` and `encode_to_bytes` are never used
[INFO] [stderr]   --> src/raw/header_block.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl HeaderBlock {
[INFO] [stderr]    | ---------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 69 |   pub(crate) fn encode_fill_buff(self, buf: &mut Vec<u8>) -> Result<(), Box<dyn Error>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 76 |   pub(crate) fn encode_to_bytes(self) -> Result<Vec<u8>, Box<dyn Error>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_string` is never used
[INFO] [stderr]    --> src/raw/keyword_record.rs:125:17
[INFO] [stderr]     |
[INFO] [stderr]  43 | impl KeywordRecord {
[INFO] [stderr]     | ------------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 125 |   pub(crate) fn from_string(keyword: Rc<String>, value: String, comment: Option<String>) -> Self {
[INFO] [stderr]     |                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_fortran_format_code` is never used
[INFO] [stderr]   --> src/raw/table_entry_format.rs:78:17
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl TableEntryFormat {
[INFO] [stderr]    | --------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 78 |   pub(crate) fn to_fortran_format_code(&self) -> Result<String, IFFCErr> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rustronomy-fits` (lib) generated 17 warnings (run `cargo fix --lib -p rustronomy-fits` to apply 9 suggestions)
[INFO] [stderr] warning: `rustronomy-fits` (lib test) generated 17 warnings (17 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/rustronomy_fits-76ce9861f2c85a80)
[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 rustronomy_fits
[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] running `Command { std: "docker" "inspect" "8e79056efa51a5ab64146b135b9c39039e2a32764f2946064f53af6761a72137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e79056efa51a5ab64146b135b9c39039e2a32764f2946064f53af6761a72137", kill_on_drop: false }`
[INFO] [stdout] 8e79056efa51a5ab64146b135b9c39039e2a32764f2946064f53af6761a72137
