[INFO] fetching crate fbxcel-dom 0.0.6... [INFO] testing fbxcel-dom-0.0.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate fbxcel-dom 0.0.6 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate fbxcel-dom 0.0.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fbxcel-dom 0.0.6 [INFO] finished tweaking crates.io crate fbxcel-dom 0.0.6 [INFO] tweaked toml for crates.io crate fbxcel-dom 0.0.6 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate fbxcel-dom 0.0.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 925277b038dda0fefcd52caf1816861df438e7e401d7139cc1f4fdc1e4e2c721 [INFO] running `Command { std: "docker" "start" "-a" "925277b038dda0fefcd52caf1816861df438e7e401d7139cc1f4fdc1e4e2c721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "925277b038dda0fefcd52caf1816861df438e7e401d7139cc1f4fdc1e4e2c721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "925277b038dda0fefcd52caf1816861df438e7e401d7139cc1f4fdc1e4e2c721", kill_on_drop: false }` [INFO] [stdout] 925277b038dda0fefcd52caf1816861df438e7e401d7139cc1f4fdc1e4e2c721 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 665a34aaee1fabbcdfe7ce7d0a63a42673c85edaeeae3cefaa06b615b31223e5 [INFO] running `Command { std: "docker" "start" "-a" "665a34aaee1fabbcdfe7ce7d0a63a42673c85edaeeae3cefaa06b615b31223e5", kill_on_drop: false }` [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling libflate_lz77 v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.22 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling indextree v4.0.0 [INFO] [stderr] Compiling rgb v0.8.12 [INFO] [stderr] Compiling mint v0.5.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling string-interner v0.12.2 [INFO] [stderr] Compiling libflate v1.0.3 [INFO] [stderr] Compiling fbxcel v0.7.0 [INFO] [stderr] Compiling fbxcel-dom v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/v7400/object.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | id: ObjectId, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/v7400/object.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | name: Option<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `class` [INFO] [stdout] --> src/v7400/object.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | class: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subclass` [INFO] [stdout] --> src/v7400/object.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | subclass: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `normals_w` [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | normals_w: Option<&'a [f64]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Normals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.39s [INFO] running `Command { std: "docker" "inspect" "665a34aaee1fabbcdfe7ce7d0a63a42673c85edaeeae3cefaa06b615b31223e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "665a34aaee1fabbcdfe7ce7d0a63a42673c85edaeeae3cefaa06b615b31223e5", kill_on_drop: false }` [INFO] [stdout] 665a34aaee1fabbcdfe7ce7d0a63a42673c85edaeeae3cefaa06b615b31223e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e757dfdd4880894f1242a3941d474a30d212e3fc31fab1eca0854376439fc0cc [INFO] running `Command { std: "docker" "start" "-a" "e757dfdd4880894f1242a3941d474a30d212e3fc31fab1eca0854376439fc0cc", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling termcolor v1.0.2 [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/v7400/object.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | id: ObjectId, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/v7400/object.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | name: Option<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `class` [INFO] [stdout] --> src/v7400/object.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | class: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subclass` [INFO] [stdout] --> src/v7400/object.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | subclass: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `normals_w` [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | normals_w: Option<&'a [f64]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Normals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling fbxcel-dom v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/v7400/object.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | id: ObjectId, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/v7400/object.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | name: Option<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `class` [INFO] [stdout] --> src/v7400/object.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | class: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subclass` [INFO] [stdout] --> src/v7400/object.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | subclass: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/object.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `normals_w` [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | normals_w: Option<&'a [f64]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Normals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/v7400/data/mesh/layer/normal.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.90s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fbxcel_dom-ffb461b894e420bf) [INFO] running `Command { std: "docker" "inspect" "e757dfdd4880894f1242a3941d474a30d212e3fc31fab1eca0854376439fc0cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e757dfdd4880894f1242a3941d474a30d212e3fc31fab1eca0854376439fc0cc", kill_on_drop: false }` [INFO] [stdout] e757dfdd4880894f1242a3941d474a30d212e3fc31fab1eca0854376439fc0cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f4cfab541a96fe389bee8f450a54b2190234aeeaf8d68e9b00cbd55e709ecbd6 [INFO] running `Command { std: "docker" "start" "-a" "f4cfab541a96fe389bee8f450a54b2190234aeeaf8d68e9b00cbd55e709ecbd6", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `id` [INFO] [stderr] --> src/v7400/object.rs:295:13 [INFO] [stderr] | [INFO] [stderr] 295 | id: ObjectId, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/v7400/object.rs:292:18 [INFO] [stderr] | [INFO] [stderr] 292 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/v7400/object.rs:297:13 [INFO] [stderr] | [INFO] [stderr] 297 | name: Option<&'a str>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/v7400/object.rs:292:18 [INFO] [stderr] | [INFO] [stderr] 292 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `class` [INFO] [stderr] --> src/v7400/object.rs:299:13 [INFO] [stderr] | [INFO] [stderr] 299 | class: &'a str, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/v7400/object.rs:292:18 [INFO] [stderr] | [INFO] [stderr] 292 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `subclass` [INFO] [stderr] --> src/v7400/object.rs:301:13 [INFO] [stderr] | [INFO] [stderr] 301 | subclass: &'a str, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/v7400/object.rs:292:18 [INFO] [stderr] | [INFO] [stderr] 292 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `normals_w` [INFO] [stderr] --> src/v7400/data/mesh/layer/normal.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | normals_w: Option<&'a [f64]>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Normals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/v7400/data/mesh/layer/normal.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `fbxcel-dom` (lib) generated 5 warnings [INFO] [stderr] warning: `fbxcel-dom` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fbxcel_dom-ffb461b894e420bf) [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 fbxcel-dom [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 10) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f4cfab541a96fe389bee8f450a54b2190234aeeaf8d68e9b00cbd55e709ecbd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4cfab541a96fe389bee8f450a54b2190234aeeaf8d68e9b00cbd55e709ecbd6", kill_on_drop: false }` [INFO] [stdout] f4cfab541a96fe389bee8f450a54b2190234aeeaf8d68e9b00cbd55e709ecbd6