[INFO] fetching crate bsp 0.1.2... [INFO] testing bsp-0.1.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate bsp 0.1.2 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate bsp 0.1.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bsp 0.1.2 [INFO] finished tweaking crates.io crate bsp 0.1.2 [INFO] tweaked toml for crates.io crate bsp 0.1.2 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45f994bec7d3701aaf1ce6e8fd794bf08d4010beb1d627ff15601dc3fc5d858b [INFO] running `Command { std: "docker" "start" "-a" "45f994bec7d3701aaf1ce6e8fd794bf08d4010beb1d627ff15601dc3fc5d858b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45f994bec7d3701aaf1ce6e8fd794bf08d4010beb1d627ff15601dc3fc5d858b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f994bec7d3701aaf1ce6e8fd794bf08d4010beb1d627ff15601dc3fc5d858b", kill_on_drop: false }` [INFO] [stdout] 45f994bec7d3701aaf1ce6e8fd794bf08d4010beb1d627ff15601dc3fc5d858b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe5a920effe932951199ae54617f2f503b8dcdb61ccde288c7dce95b939455db [INFO] running `Command { std: "docker" "start" "-a" "fe5a920effe932951199ae54617f2f503b8dcdb61ccde288c7dce95b939455db", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling bsp v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `entities` [INFO] [stdout] --> src/lib.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | entities: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Entities` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | #[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: `map` [INFO] [stdout] --> src/lib.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | map: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lightmap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:377:18 [INFO] [stdout] | [INFO] [stdout] 377 | #[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: `ambient` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `directional` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dir` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (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 2.84s [INFO] running `Command { std: "docker" "inspect" "fe5a920effe932951199ae54617f2f503b8dcdb61ccde288c7dce95b939455db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5a920effe932951199ae54617f2f503b8dcdb61ccde288c7dce95b939455db", kill_on_drop: false }` [INFO] [stdout] fe5a920effe932951199ae54617f2f503b8dcdb61ccde288c7dce95b939455db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be0ae58345ad63d0577c0cd8eda6c8cf7bae8a87690bd38263d24332f5055247 [INFO] running `Command { std: "docker" "start" "-a" "be0ae58345ad63d0577c0cd8eda6c8cf7bae8a87690bd38263d24332f5055247", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `entities` [INFO] [stdout] --> src/lib.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | entities: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Entities` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | #[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: `map` [INFO] [stdout] --> src/lib.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | map: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lightmap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:377:18 [INFO] [stdout] | [INFO] [stdout] 377 | #[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: `ambient` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `directional` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bsp v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `dir` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (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] [stdout] warning: field is never read: `entities` [INFO] [stdout] --> src/lib.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | entities: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Entities` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | #[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: `map` [INFO] [stdout] --> src/lib.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | map: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lightmap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:377:18 [INFO] [stdout] | [INFO] [stdout] 377 | #[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: `ambient` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `directional` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dir` [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | $($v0 $fname : $fty,)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | / elsize! { [INFO] [stdout] 390 | | #[derive(Debug)] [INFO] [stdout] 391 | | pub struct Lightvol { [INFO] [stdout] 392 | | ambient: [u8; 3], [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:390:14 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the macro `elsize` (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 1.47s [INFO] running `Command { std: "docker" "inspect" "be0ae58345ad63d0577c0cd8eda6c8cf7bae8a87690bd38263d24332f5055247", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be0ae58345ad63d0577c0cd8eda6c8cf7bae8a87690bd38263d24332f5055247", kill_on_drop: false }` [INFO] [stdout] be0ae58345ad63d0577c0cd8eda6c8cf7bae8a87690bd38263d24332f5055247 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9dfbffb1d6980c25df0eb19e8d8fb28b3e68d5d65fd2f5e789134c93cbb837fa [INFO] running `Command { std: "docker" "start" "-a" "9dfbffb1d6980c25df0eb19e8d8fb28b3e68d5d65fd2f5e789134c93cbb837fa", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `entities` [INFO] [stderr] --> src/lib.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | entities: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Entities` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:90:18 [INFO] [stderr] | [INFO] [stderr] 90 | #[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: `map` [INFO] [stderr] --> src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | map: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lightmap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:377:18 [INFO] [stderr] | [INFO] [stderr] 377 | #[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: `ambient` [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | $($v0 $fname : $fty,)* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 389 | / elsize! { [INFO] [stderr] 390 | | #[derive(Debug)] [INFO] [stderr] 391 | | pub struct Lightvol { [INFO] [stderr] 392 | | ambient: [u8; 3], [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:390:14 [INFO] [stderr] | [INFO] [stderr] 390 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `directional` [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | $($v0 $fname : $fty,)* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 389 | / elsize! { [INFO] [stderr] 390 | | #[derive(Debug)] [INFO] [stderr] 391 | | pub struct Lightvol { [INFO] [stderr] 392 | | ambient: [u8; 3], [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:390:14 [INFO] [stderr] | [INFO] [stderr] 390 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dir` [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | $($v0 $fname : $fty,)* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 389 | / elsize! { [INFO] [stderr] 390 | | #[derive(Debug)] [INFO] [stderr] 391 | | pub struct Lightvol { [INFO] [stderr] 392 | | ambient: [u8; 3], [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `Lightvol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:390:14 [INFO] [stderr] | [INFO] [stderr] 390 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the macro `elsize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `bsp` (lib) generated 5 warnings [INFO] [stderr] warning: `bsp` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bsp-6a999c07a489616e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests bsp [INFO] [stdout] test tests::random_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [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" "9dfbffb1d6980c25df0eb19e8d8fb28b3e68d5d65fd2f5e789134c93cbb837fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dfbffb1d6980c25df0eb19e8d8fb28b3e68d5d65fd2f5e789134c93cbb837fa", kill_on_drop: false }` [INFO] [stdout] 9dfbffb1d6980c25df0eb19e8d8fb28b3e68d5d65fd2f5e789134c93cbb837fa