[INFO] cloning repository https://github.com/fmonniot/my-st-home [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fmonniot/my-st-home" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmonniot%2Fmy-st-home", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmonniot%2Fmy-st-home'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 178114bd15e83f598314497019a16552afa20d64 [INFO] checking fmonniot/my-st-home against master#30b3f35c420694a4f24e5a4df00f06073f4f3a37 for pr-94081 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmonniot%2Fmy-st-home" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fmonniot/my-st-home on toolchain 30b3f35c420694a4f24e5a4df00f06073f4f3a37 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fmonniot/my-st-home [INFO] finished tweaking git repo https://github.com/fmonniot/my-st-home [INFO] tweaked toml for git repo https://github.com/fmonniot/my-st-home written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/fmonniot/my-st-home already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e5971cfb2434d7041c7ab74986c21963fca5d0c792bcd31f140ab378442a2ee [INFO] running `Command { std: "docker" "start" "-a" "5e5971cfb2434d7041c7ab74986c21963fca5d0c792bcd31f140ab378442a2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e5971cfb2434d7041c7ab74986c21963fca5d0c792bcd31f140ab378442a2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e5971cfb2434d7041c7ab74986c21963fca5d0c792bcd31f140ab378442a2ee", kill_on_drop: false }` [INFO] [stdout] 5e5971cfb2434d7041c7ab74986c21963fca5d0c792bcd31f140ab378442a2ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddff420265d00d1ec22c403b055296930f6bd8173bcb42174422fd74d10f3eb3 [INFO] running `Command { std: "docker" "start" "-a" "ddff420265d00d1ec22c403b055296930f6bd8173bcb42174422fd74d10f3eb3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Compiling az v1.1.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Checking spin_sleep v1.0.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking object v0.23.0 [INFO] [stderr] Checking micromath v1.1.1 [INFO] [stderr] Checking signature v1.3.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking pid-lite v1.1.0 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Compiling backtrace v0.3.58 [INFO] [stderr] Checking tinyvec v1.2.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking rustls-pemfile v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v1.0.0-alpha.5 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking mio v0.7.11 [INFO] [stderr] Checking embedded-hal v0.2.6 [INFO] [stderr] Checking rustls-native-certs v0.6.1 [INFO] [stderr] Checking ed25519 v1.0.3 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking tracing v0.1.25 [INFO] [stderr] Checking gif v0.11.2 [INFO] [stderr] Checking rppal v0.13.1 [INFO] [stderr] Checking tsl_2591 v0.1.0 (/opt/rustwide/workdir/tsl_2591) [INFO] [stderr] Checking embedded-hal-mock v0.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.17 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stdout] warning: constant is never used: `ENABLE_POWEROFF` [INFO] [stdout] --> tsl_2591/tests/integration.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const ENABLE_POWEROFF: u8 = 0x00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand v0.7.3 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sha2 v0.9.3 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking http-body v0.4.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking addr2line v0.14.1 [INFO] [stderr] Checking regex v1.4.6 [INFO] [stderr] Checking embedded-graphics-core v0.3.3 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking url v2.2.1 [INFO] [stderr] Checking embedded-graphics v0.7.1 [INFO] [stderr] Checking epd-waveshare v0.5.0 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking rustls v0.20.2 [INFO] [stderr] Checking webpki-roots v0.22.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling zeroize_derive v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling embedded-layout-macros v0.1.0 [INFO] [stderr] Checking embedded-layout v0.2.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Checking tokio v1.16.1 [INFO] [stderr] Checking embedded-graphics-simulator v0.3.0 [INFO] [stderr] Checking curve25519-dalek v3.1.0 [INFO] [stderr] Checking lifx-core v0.2.0 [INFO] [stderr] Checking pin-project v1.0.7 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-rustls v0.23.2 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking serde v1.0.136 [INFO] [stderr] Checking h2 v0.3.10 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Checking mqtt-protocol v0.11.2 [INFO] [stderr] Checking hyper v0.14.7 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Checking serde_json v1.0.79 [INFO] [stderr] Checking hyper-rustls v0.23.0 [INFO] [stderr] Checking reqwest v0.11.9 [INFO] [stderr] Checking my-home v0.1.0 (/opt/rustwide/workdir/my-home) [INFO] [stdout] warning: field is never read: `visible` [INFO] [stdout] --> my-home/src/sensors.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | visible: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: `infrared` [INFO] [stdout] --> my-home/src/sensors.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | infrared: u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: `full_spectrum` [INFO] [stdout] --> my-home/src/sensors.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | full_spectrum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `visible` [INFO] [stdout] --> my-home/src/sensors.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | visible: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: `infrared` [INFO] [stdout] --> my-home/src/sensors.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | infrared: u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: `full_spectrum` [INFO] [stdout] --> my-home/src/sensors.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | full_spectrum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Luminosity` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> my-home/src/sensors.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Clone)] [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ui-designer v0.1.0 (/opt/rustwide/workdir/ui-designer) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.74s [INFO] running `Command { std: "docker" "inspect" "ddff420265d00d1ec22c403b055296930f6bd8173bcb42174422fd74d10f3eb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddff420265d00d1ec22c403b055296930f6bd8173bcb42174422fd74d10f3eb3", kill_on_drop: false }` [INFO] [stdout] ddff420265d00d1ec22c403b055296930f6bd8173bcb42174422fd74d10f3eb3