[INFO] cloning repository https://github.com/bitmelody/nes-emulator-wasm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bitmelody/nes-emulator-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitmelody%2Fnes-emulator-wasm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitmelody%2Fnes-emulator-wasm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 766ae48c8002edb868142c66f9d390a3bc16747d
[INFO] checking bitmelody/nes-emulator-wasm against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitmelody%2Fnes-emulator-wasm" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bitmelody/nes-emulator-wasm
[INFO] finished tweaking git repo https://github.com/bitmelody/nes-emulator-wasm
[INFO] tweaked toml for git repo https://github.com/bitmelody/nes-emulator-wasm written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bitmelody/nes-emulator-wasm 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] crate git repo https://github.com/bitmelody/nes-emulator-wasm already has a lockfile, it will not be regenerated
[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] warning: /workspace/builds/worker-2-tc1/source/web/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tetanes` dependency)
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lru v0.12.0
[INFO] [stderr]   Downloaded env_logger v0.10.1
[INFO] [stderr]   Downloaded ringbuf v0.3.3
[INFO] [stderr]   Downloaded c_vec v2.0.0
[INFO] [stderr]   Downloaded enum_dispatch v0.3.12
[INFO] [stderr]   Downloaded tetanes v0.9.0
[INFO] [stderr]   Downloaded pix-engine v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] ceaac90b39d854a3798bf5a3e0937f9cdbf0b4b0d81b3d4bea198b34e565092e
[INFO] running `Command { std: "docker" "start" "-a" "ceaac90b39d854a3798bf5a3e0937f9cdbf0b4b0d81b3d4bea198b34e565092e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ceaac90b39d854a3798bf5a3e0937f9cdbf0b4b0d81b3d4bea198b34e565092e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceaac90b39d854a3798bf5a3e0937f9cdbf0b4b0d81b3d4bea198b34e565092e", kill_on_drop: false }`
[INFO] [stdout] ceaac90b39d854a3798bf5a3e0937f9cdbf0b4b0d81b3d4bea198b34e565092e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9a8f96b456229d0761dfe3abc8a0d7c0912e607e1d9861e916dde3c1f6ff712
[INFO] running `Command { std: "docker" "start" "-a" "c9a8f96b456229d0761dfe3abc8a0d7c0912e607e1d9861e916dde3c1f6ff712", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/web/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tetanes` dependency)
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]     Checking zerocopy v0.7.26
[INFO] [stderr]     Checking linux-raw-sys v0.4.11
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking hashbrown v0.14.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]    Compiling pix-engine v0.8.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.89
[INFO] [stderr]     Checking c_vec v2.0.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking lru v0.12.0
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking ringbuf v0.3.3
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.89
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.89
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling enum_dispatch v0.3.12
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.39
[INFO] [stderr]     Checking thiserror v1.0.50
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.89
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.89
[INFO] [stderr]     Checking js-sys v0.3.66
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking web-sys v0.3.65
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.39
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.39
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking console_log v1.0.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking env_logger v0.10.1
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking tetanes v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tetanes v0.9.0
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/apu.rs:345:5
[INFO] [stdout]     |
[INFO] [stdout] 345 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:35:5
[INFO] [stdout]     |
[INFO] [stdout]  35 |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper/m005_exrom.rs:973:5
[INFO] [stdout]     |
[INFO] [stdout] 973 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper/m024_m026_vrc6.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ppu.rs:930:5
[INFO] [stdout]     |
[INFO] [stdout] 930 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ppu.rs:944:5
[INFO] [stdout]     |
[INFO] [stdout] 944 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/ppu.rs:1025:5
[INFO] [stdout]      |
[INFO] [stdout] 1025 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/ppu.rs:1058:5
[INFO] [stdout]      |
[INFO] [stdout] 1058 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/apu.rs:345:5
[INFO] [stdout]     |
[INFO] [stdout] 345 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:35:5
[INFO] [stdout]     |
[INFO] [stdout]  35 |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper/m005_exrom.rs:973:5
[INFO] [stdout]     |
[INFO] [stdout] 973 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper/m024_m026_vrc6.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/mapper.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ppu.rs:930:5
[INFO] [stdout]     |
[INFO] [stdout] 930 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ppu.rs:944:5
[INFO] [stdout]     |
[INFO] [stdout] 944 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/ppu.rs:1025:5
[INFO] [stdout]      |
[INFO] [stdout] 1025 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/ppu.rs:1058:5
[INFO] [stdout]      |
[INFO] [stdout] 1058 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Condition` is never constructed
[INFO] [stdout]   --> src/debugger.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) struct Condition {}
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Breakpoint` is never constructed
[INFO] [stdout]   --> src/debugger.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) struct Breakpoint {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stdout] warning: struct `Condition` is never constructed
[INFO] [stdout]   --> src/debugger.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) struct Condition {}
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Breakpoint` is never constructed
[INFO] [stdout]   --> src/debugger.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) struct Breakpoint {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tetanes-web v0.2.0 (/opt/rustwide/workdir/web)
[INFO] [stdout] warning: unused `ControlFlow` that must be used
[INFO] [stdout]    --> src/common.rs:372:17
[INFO] [stdout]     |
[INFO] [stdout] 372 |                 deck.clock_frame().expect("valid frame clock");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 372 |                 let _ = deck.clock_frame().expect("valid frame clock");
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `ControlFlow` that must be used
[INFO] [stdout]   --> web/src/lib.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         self.control_deck.clock_frame().expect("valid clock");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let _ = self.control_deck.clock_frame().expect("valid clock");
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `ControlFlow` that must be used
[INFO] [stdout]   --> web/src/lib.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         self.control_deck.clock_frame().expect("valid clock");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let _ = self.control_deck.clock_frame().expect("valid clock");
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "c9a8f96b456229d0761dfe3abc8a0d7c0912e607e1d9861e916dde3c1f6ff712", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9a8f96b456229d0761dfe3abc8a0d7c0912e607e1d9861e916dde3c1f6ff712", kill_on_drop: false }`
[INFO] [stdout] c9a8f96b456229d0761dfe3abc8a0d7c0912e607e1d9861e916dde3c1f6ff712
