[INFO] fetching crate craydate 0.1.7...
[INFO] checking craydate-0.1.7 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate craydate 0.1.7 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate craydate 0.1.7 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate craydate 0.1.7
[INFO] finished tweaking crates.io crate craydate 0.1.7
[INFO] tweaked toml for crates.io crate craydate 0.1.7 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.77)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e92c6a6f44d1ed485cb1487900b54b476c12b635a464ee7348074a0615cfafe
[INFO] running `Command { std: "docker" "start" "-a" "8e92c6a6f44d1ed485cb1487900b54b476c12b635a464ee7348074a0615cfafe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e92c6a6f44d1ed485cb1487900b54b476c12b635a464ee7348074a0615cfafe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e92c6a6f44d1ed485cb1487900b54b476c12b635a464ee7348074a0615cfafe", kill_on_drop: false }`
[INFO] [stdout] 8e92c6a6f44d1ed485cb1487900b54b476c12b635a464ee7348074a0615cfafe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 154e5598bb80201c04277d90f18e5a55f5f852d266045bff95d9c1b93ac901c9
[INFO] running `Command { std: "docker" "start" "-a" "154e5598bb80201c04277d90f18e5a55f5f852d266045bff95d9c1b93ac901c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking craydate-sys v0.1.3
[INFO] [stderr]    Compiling craydate-macro v0.1.2
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking craydate v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]    --> src/lib.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 | #![feature(core_intrinsics)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using it is strongly discouraged
[INFO] [stdout]     = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the `#[alloc_error_handler]` in this crate conflicts with allocation error handler in: std
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]    --> src/lib.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 | #![feature(core_intrinsics)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using it is strongly discouraged
[INFO] [stdout]     = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_channel as CSoundChannelApi`
[INFO] [stdout]  --> src/ctypes.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use craydate_sys::playdate_sound_channel as CSoundChannelApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect as CSoundEffectApi`
[INFO] [stdout]  --> src/ctypes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use craydate_sys::playdate_sound_effect as CSoundEffectApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_bitcrusher as CSoundEffectBitCrusherApi`
[INFO] [stdout]  --> src/ctypes.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use craydate_sys::playdate_sound_effect_bitcrusher as CSoundEffectBitCrusherApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_delayline as CSoundEffectDelayLineApi`
[INFO] [stdout]   --> src/ctypes.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use craydate_sys::playdate_sound_effect_delayline as CSoundEffectDelayLineApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_onepolefilter as CSoundEffectOnePoleFilterApi`
[INFO] [stdout]   --> src/ctypes.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use craydate_sys::playdate_sound_effect_onepolefilter as CSoundEffectOnePoleFilterApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_overdrive as CSoundEffectOverDriveApi`
[INFO] [stdout]   --> src/ctypes.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use craydate_sys::playdate_sound_effect_overdrive as CSoundEffectOverDriveApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_ringmodulator as CSoundEffectRingModulatorApi`
[INFO] [stdout]   --> src/ctypes.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use craydate_sys::playdate_sound_effect_ringmodulator as CSoundEffectRingModulatorApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_twopolefilter as CSoundEffectTwoPoleFilterApi`
[INFO] [stdout]   --> src/ctypes.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use craydate_sys::playdate_sound_effect_twopolefilter as CSoundEffectTwoPoleFilterApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_envelope as CSoundEnvelopeApi`
[INFO] [stdout]   --> src/ctypes.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use craydate_sys::playdate_sound_envelope as CSoundEnvelopeApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_fileplayer as CSoundFilePlayerApi`
[INFO] [stdout]   --> src/ctypes.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use craydate_sys::playdate_sound_fileplayer as CSoundFilePlayerApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_instrument as CSoundInstrumentApi`
[INFO] [stdout]   --> src/ctypes.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use craydate_sys::playdate_sound_instrument as CSoundInstrumentApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_lfo as CSoundLfoApi`
[INFO] [stdout]   --> src/ctypes.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use craydate_sys::playdate_sound_lfo as CSoundLfoApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sample as CSoundSampleApi`
[INFO] [stdout]   --> src/ctypes.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use craydate_sys::playdate_sound_sample as CSoundSampleApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sampleplayer as CSoundSamplePlayerApi`
[INFO] [stdout]   --> src/ctypes.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use craydate_sys::playdate_sound_sampleplayer as CSoundSamplePlayerApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sequence as CSoundSequenceApi`
[INFO] [stdout]   --> src/ctypes.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub use craydate_sys::playdate_sound_sequence as CSoundSequenceApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_source as CSoundSourceApi`
[INFO] [stdout]   --> src/ctypes.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use craydate_sys::playdate_sound_source as CSoundSourceApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_synth as CSoundSynthApi`
[INFO] [stdout]   --> src/ctypes.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use craydate_sys::playdate_sound_synth as CSoundSynthApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_track as CSoundTrackApi`
[INFO] [stdout]   --> src/ctypes.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use craydate_sys::playdate_sound_track as CSoundTrackApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_video as CVideoApi`
[INFO] [stdout]   --> src/ctypes.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use craydate_sys::playdate_video as CVideoApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::SoundFormat as CSoundFormat`
[INFO] [stdout]   --> src/ctypes.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub use craydate_sys::SoundFormat as CSoundFormat;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::SoundWaveform as CSoundWaveform`
[INFO] [stdout]   --> src/ctypes.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub use craydate_sys::SoundWaveform as CSoundWaveform;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/sound/midi/sequence.rs:195:55
[INFO] [stdout]     |
[INFO] [stdout] 195 |   pub fn tracks<'a>(&'a self) -> impl Iterator<Item = SequenceTrack> + 'a {
[INFO] [stdout]     |                 -- lifetime `'a` declared here        ^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_channel as CSoundChannelApi`
[INFO] [stdout]  --> src/ctypes.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use craydate_sys::playdate_sound_channel as CSoundChannelApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect as CSoundEffectApi`
[INFO] [stdout]  --> src/ctypes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use craydate_sys::playdate_sound_effect as CSoundEffectApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_bitcrusher as CSoundEffectBitCrusherApi`
[INFO] [stdout]  --> src/ctypes.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use craydate_sys::playdate_sound_effect_bitcrusher as CSoundEffectBitCrusherApi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_delayline as CSoundEffectDelayLineApi`
[INFO] [stdout]   --> src/ctypes.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use craydate_sys::playdate_sound_effect_delayline as CSoundEffectDelayLineApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_onepolefilter as CSoundEffectOnePoleFilterApi`
[INFO] [stdout]   --> src/ctypes.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use craydate_sys::playdate_sound_effect_onepolefilter as CSoundEffectOnePoleFilterApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_overdrive as CSoundEffectOverDriveApi`
[INFO] [stdout]   --> src/ctypes.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use craydate_sys::playdate_sound_effect_overdrive as CSoundEffectOverDriveApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_ringmodulator as CSoundEffectRingModulatorApi`
[INFO] [stdout]   --> src/ctypes.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use craydate_sys::playdate_sound_effect_ringmodulator as CSoundEffectRingModulatorApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_effect_twopolefilter as CSoundEffectTwoPoleFilterApi`
[INFO] [stdout]   --> src/ctypes.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use craydate_sys::playdate_sound_effect_twopolefilter as CSoundEffectTwoPoleFilterApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_envelope as CSoundEnvelopeApi`
[INFO] [stdout]   --> src/ctypes.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use craydate_sys::playdate_sound_envelope as CSoundEnvelopeApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_fileplayer as CSoundFilePlayerApi`
[INFO] [stdout]   --> src/ctypes.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use craydate_sys::playdate_sound_fileplayer as CSoundFilePlayerApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_instrument as CSoundInstrumentApi`
[INFO] [stdout]   --> src/ctypes.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use craydate_sys::playdate_sound_instrument as CSoundInstrumentApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_lfo as CSoundLfoApi`
[INFO] [stdout]   --> src/ctypes.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use craydate_sys::playdate_sound_lfo as CSoundLfoApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sample as CSoundSampleApi`
[INFO] [stdout]   --> src/ctypes.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use craydate_sys::playdate_sound_sample as CSoundSampleApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sampleplayer as CSoundSamplePlayerApi`
[INFO] [stdout]   --> src/ctypes.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use craydate_sys::playdate_sound_sampleplayer as CSoundSamplePlayerApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_sequence as CSoundSequenceApi`
[INFO] [stdout]   --> src/ctypes.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub use craydate_sys::playdate_sound_sequence as CSoundSequenceApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_source as CSoundSourceApi`
[INFO] [stdout]   --> src/ctypes.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use craydate_sys::playdate_sound_source as CSoundSourceApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_synth as CSoundSynthApi`
[INFO] [stdout]   --> src/ctypes.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use craydate_sys::playdate_sound_synth as CSoundSynthApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_sound_track as CSoundTrackApi`
[INFO] [stdout]   --> src/ctypes.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use craydate_sys::playdate_sound_track as CSoundTrackApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::playdate_video as CVideoApi`
[INFO] [stdout]   --> src/ctypes.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use craydate_sys::playdate_video as CVideoApi;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::SoundFormat as CSoundFormat`
[INFO] [stdout]   --> src/ctypes.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub use craydate_sys::SoundFormat as CSoundFormat;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `craydate_sys::SoundWaveform as CSoundWaveform`
[INFO] [stdout]   --> src/ctypes.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub use craydate_sys::SoundWaveform as CSoundWaveform;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/sound/midi/sequence.rs:195:55
[INFO] [stdout]     |
[INFO] [stdout] 195 |   pub fn tracks<'a>(&'a self) -> impl Iterator<Item = SequenceTrack> + 'a {
[INFO] [stdout]     |                 -- lifetime `'a` declared here        ^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/callbacks.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 120 |     match unsafe { &CURRENT_CALLBACK } {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 120 |     match unsafe { addr_of!(CURRENT_CALLBACK) } {
[INFO] [stdout]     |                    ~~~~~~~~~                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/callbacks.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 120 |     match unsafe { &CURRENT_CALLBACK } {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 120 |     match unsafe { addr_of!(CURRENT_CALLBACK) } {
[INFO] [stdout]     |                    ~~~~~~~~~                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::panic::PanicInfo::<'a>::payload`: this never returns anything useful
[INFO] [stdout]    --> src/lib.rs:294:31
[INFO] [stdout]     |
[INFO] [stdout] 294 |   if let Some(s) = panic_info.payload().downcast_ref::<&str>() {
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::panic::PanicInfo::<'a>::payload`: this never returns anything useful
[INFO] [stdout]    --> src/lib.rs:294:31
[INFO] [stdout]     |
[INFO] [stdout] 294 |   if let Some(s) = panic_info.payload().downcast_ref::<&str>() {
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]    --> src/log.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 |   for b in bytes {
[INFO] [stdout]     |       ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     unsafe {
[INFO] [stdout]     |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:107:3
[INFO] [stdout]     |
[INFO] [stdout] 107 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte`
[INFO] [stdout]    --> src/log.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub(crate) fn log_byte_to_stdout(byte: u8) {
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_byte`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:120:3
[INFO] [stdout]     |
[INFO] [stdout] 120 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]    --> src/log.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 |   for b in bytes {
[INFO] [stdout]     |       ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     unsafe {
[INFO] [stdout]     |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:107:3
[INFO] [stdout]     |
[INFO] [stdout] 107 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte`
[INFO] [stdout]    --> src/log.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub(crate) fn log_byte_to_stdout(byte: u8) {
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_byte`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/log.rs:120:3
[INFO] [stdout]     |
[INFO] [stdout] 120 |   unsafe {
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 31 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `craydate` (lib test) due to 2 previous errors; 31 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `BssPtr` is never constructed
[INFO] [stdout]    --> src/lib.rs:326:8
[INFO] [stdout]     |
[INFO] [stdout] 326 | struct BssPtr(*const u32);
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AsSoundEffect` is never used
[INFO] [stdout]    --> src/sound/effects/sound_effect.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub trait AsSoundEffect: AsRef<SoundEffect> + AsMut<SoundEffect> {
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> src/executor.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 |       drop(exec);
[INFO] [stdout]    |       ^^^^^----^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            argument has type `&mut executor::Executor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 81 -       drop(exec);
[INFO] [stdout] 81 +       let _ = exec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> src/executor.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     drop(exec);
[INFO] [stdout]    |     ^^^^^----^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          argument has type `&mut executor::Executor`
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 94 -     drop(exec);
[INFO] [stdout] 94 +     let _ = exec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/executor.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     drop(exec);
[INFO] [stdout]     |     ^^^^^----^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          argument has type `&mut executor::Executor`
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 118 -     drop(exec);
[INFO] [stdout] 118 +     let _ = exec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `alloc::boxed::Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/executor.rs:165:16
[INFO] [stdout]     |
[INFO] [stdout] 165 |       unsafe { Box::from_raw(data) };
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 165 |       unsafe { let _ = Box::from_raw(data); };
[INFO] [stdout]     |                +++++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 37 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "154e5598bb80201c04277d90f18e5a55f5f852d266045bff95d9c1b93ac901c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "154e5598bb80201c04277d90f18e5a55f5f852d266045bff95d9c1b93ac901c9", kill_on_drop: false }`
[INFO] [stdout] 154e5598bb80201c04277d90f18e5a55f5f852d266045bff95d9c1b93ac901c9
