[INFO] cloning repository https://github.com/Hedroed/bidule [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hedroed/bidule" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHedroed%2Fbidule", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHedroed%2Fbidule'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bd627ceab0665eecb44037fb9a94c954bfa44e2 [INFO] testing Hedroed/bidule against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHedroed%2Fbidule" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Hedroed/bidule on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Hedroed/bidule [INFO] finished tweaking git repo https://github.com/Hedroed/bidule [INFO] tweaked toml for git repo https://github.com/Hedroed/bidule written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Hedroed/bidule already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e4e44c4dfbe9c70c7930ba1fe5b99df77af983df9c4e3d25eaef66e18733238 [INFO] running `Command { std: "docker" "start" "-a" "0e4e44c4dfbe9c70c7930ba1fe5b99df77af983df9c4e3d25eaef66e18733238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e4e44c4dfbe9c70c7930ba1fe5b99df77af983df9c4e3d25eaef66e18733238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e4e44c4dfbe9c70c7930ba1fe5b99df77af983df9c4e3d25eaef66e18733238", kill_on_drop: false }` [INFO] [stdout] 0e4e44c4dfbe9c70c7930ba1fe5b99df77af983df9c4e3d25eaef66e18733238 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a200b6a3b939766df51c0b40904511851713efa4beecf3bf817704057b38fec [INFO] running `Command { std: "docker" "start" "-a" "3a200b6a3b939766df51c0b40904511851713efa4beecf3bf817704057b38fec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling pin-project-lite v0.2.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling pencil v0.1.0 (/opt/rustwide/workdir/crate/pencil) [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stdout] warning: type `dep_EPDRenderer` should have an upper camel case name [INFO] [stdout] --> crate/pencil/src/epdrenderer.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct dep_EPDRenderer { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DepEpdrenderer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling pngencode v1.0.0 (/opt/rustwide/workdir/crate/pngencode) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling tokio v1.1.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling signal-hook-registry v1.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling rppal v0.11.3 [INFO] [stderr] Compiling tracing-subscriber v0.2.17 [INFO] [stderr] Compiling rand_core v0.6.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.0 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling async-stream v0.3.0 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling tokio-stream v0.1.2 [INFO] [stderr] Compiling tokio-util v0.6.2 [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling rspotify_model v0.10.0 (/opt/rustwide/workdir/crate/rspotify_model) [INFO] [stderr] Compiling hyper v0.14.2 [INFO] [stdout] warning: field is never read: `albums` [INFO] [stdout] --> crate/rspotify_model/src/album.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub albums: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `albums` [INFO] [stdout] --> crate/rspotify_model/src/album.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub albums: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `artists` [INFO] [stdout] --> crate/rspotify_model/src/artist.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub artists: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `artists` [INFO] [stdout] --> crate/rspotify_model/src/artist.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub artists: CursorBasedPage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `audio_features` [INFO] [stdout] --> crate/rspotify_model/src/audio.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub audio_features: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `categories` [INFO] [stdout] --> crate/rspotify_model/src/category.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub categories: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `playlists` [INFO] [stdout] --> crate/rspotify_model/src/playlist.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub playlists: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shows` [INFO] [stdout] --> crate/rspotify_model/src/show.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub shows: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tracks` [INFO] [stdout] --> crate/rspotify_model/src/track.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | pub tracks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling warp v0.3.0 [INFO] [stderr] Compiling reqwest v0.11.2 [INFO] [stderr] Compiling bidule v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> src/oauth.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{error::Error, path::{Path, PathBuf}}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/server.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use log::{debug, error, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FullPath` [INFO] [stdout] --> src/server.rs:9:45 [INFO] [stdout] | [INFO] [stdout] 9 | use warp::{Filter, Reply, http::Uri, path::{FullPath}, reply::Response}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/view.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use log::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `warn` [INFO] [stdout] --> src/app.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{debug, error, info, warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Token` [INFO] [stdout] --> src/app.rs:8:57 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::oauth::{get_token_cache, get_token_requests, Token, CACHE_PATH}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::app::view` [INFO] [stdout] --> src/route_spotify/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::app::view; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/route_spotify/view.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error` [INFO] [stdout] --> src/main.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | use log::{debug, error, info, warn}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `trap_exit_signals` [INFO] [stdout] --> src/controls.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | pub async fn trap_exit_signals() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SpotifyToken` [INFO] [stdout] --> src/events.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | SpotifyToken(Token), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Noop` [INFO] [stdout] --> src/events.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | Noop, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `display` [INFO] [stdout] --> src/waveshare.rs:215:12 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn display(&mut self, image: &Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `deep_sleep` [INFO] [stdout] --> src/waveshare.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn deep_sleep(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `display_one` [INFO] [stdout] --> src/waveshare.rs:266:8 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn display_one(filename: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_display` [INFO] [stdout] --> src/waveshare.rs:290:8 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn test_display() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 25s [INFO] running `Command { std: "docker" "inspect" "3a200b6a3b939766df51c0b40904511851713efa4beecf3bf817704057b38fec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a200b6a3b939766df51c0b40904511851713efa4beecf3bf817704057b38fec", kill_on_drop: false }` [INFO] [stdout] 3a200b6a3b939766df51c0b40904511851713efa4beecf3bf817704057b38fec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a4f23f3d3168c8ce5673067f5d22ee01c84bee9f2ad75aca3747b838f6c7c41 [INFO] running `Command { std: "docker" "start" "-a" "3a4f23f3d3168c8ce5673067f5d22ee01c84bee9f2ad75aca3747b838f6c7c41", kill_on_drop: false }` [INFO] [stdout] warning: type `dep_EPDRenderer` should have an upper camel case name [INFO] [stdout] --> crate/pencil/src/epdrenderer.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct dep_EPDRenderer { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DepEpdrenderer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bidule v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `albums` [INFO] [stdout] --> crate/rspotify_model/src/album.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub albums: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `albums` [INFO] [stdout] --> crate/rspotify_model/src/album.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub albums: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `artists` [INFO] [stdout] --> crate/rspotify_model/src/artist.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub artists: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `artists` [INFO] [stdout] --> crate/rspotify_model/src/artist.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub artists: CursorBasedPage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `audio_features` [INFO] [stdout] --> crate/rspotify_model/src/audio.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub audio_features: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `categories` [INFO] [stdout] --> crate/rspotify_model/src/category.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub categories: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `playlists` [INFO] [stdout] --> crate/rspotify_model/src/playlist.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub playlists: Page, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shows` [INFO] [stdout] --> crate/rspotify_model/src/show.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub shows: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tracks` [INFO] [stdout] --> crate/rspotify_model/src/track.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | pub tracks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> src/oauth.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{error::Error, path::{Path, PathBuf}}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/server.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use log::{debug, error, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FullPath` [INFO] [stdout] --> src/server.rs:9:45 [INFO] [stdout] | [INFO] [stdout] 9 | use warp::{Filter, Reply, http::Uri, path::{FullPath}, reply::Response}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/view.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use log::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `warn` [INFO] [stdout] --> src/app.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{debug, error, info, warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Token` [INFO] [stdout] --> src/app.rs:8:57 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::oauth::{get_token_cache, get_token_requests, Token, CACHE_PATH}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::app::view` [INFO] [stdout] --> src/route_spotify/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::app::view; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/route_spotify/view.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error` [INFO] [stdout] --> src/main.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | use log::{debug, error, info, warn}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper_tls` [INFO] [stdout] --> examples/api.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use hyper_tls::HttpsConnector; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `hyper_tls` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Uri` [INFO] [stdout] --> examples/api.rs:2:44 [INFO] [stdout] | [INFO] [stdout] 2 | use hyper::{Client, Body, Method, Request, Uri}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bidule` [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: function is never used: `trap_exit_signals` [INFO] [stdout] --> src/controls.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | pub async fn trap_exit_signals() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SpotifyToken` [INFO] [stdout] --> src/events.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | SpotifyToken(Token), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Noop` [INFO] [stdout] --> src/events.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | Noop, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `display` [INFO] [stdout] --> src/waveshare.rs:215:12 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn display(&mut self, image: &Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `deep_sleep` [INFO] [stdout] --> src/waveshare.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn deep_sleep(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `display_one` [INFO] [stdout] --> src/waveshare.rs:266:8 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn display_one(filename: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_display` [INFO] [stdout] --> src/waveshare.rs:290:8 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn test_display() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3a4f23f3d3168c8ce5673067f5d22ee01c84bee9f2ad75aca3747b838f6c7c41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a4f23f3d3168c8ce5673067f5d22ee01c84bee9f2ad75aca3747b838f6c7c41", kill_on_drop: false }` [INFO] [stdout] 3a4f23f3d3168c8ce5673067f5d22ee01c84bee9f2ad75aca3747b838f6c7c41