[INFO] fetching crate midi_file 0.0.2... [INFO] testing midi_file-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate midi_file 0.0.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate midi_file 0.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate midi_file 0.0.2 [INFO] finished tweaking crates.io crate midi_file 0.0.2 [INFO] tweaked toml for crates.io crate midi_file 0.0.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate midi_file 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01bd219ea43116f3dd899a5d274ffd328753d12bea7de42ea90558c2c8cc4af4 [INFO] running `Command { std: "docker" "start" "-a" "01bd219ea43116f3dd899a5d274ffd328753d12bea7de42ea90558c2c8cc4af4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01bd219ea43116f3dd899a5d274ffd328753d12bea7de42ea90558c2c8cc4af4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01bd219ea43116f3dd899a5d274ffd328753d12bea7de42ea90558c2c8cc4af4", kill_on_drop: false }` [INFO] [stdout] 01bd219ea43116f3dd899a5d274ffd328753d12bea7de42ea90558c2c8cc4af4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48d762b175cf6fc82b369d517e6694a32323c9a25cb3c7805e5e909ea92c617b [INFO] running `Command { std: "docker" "start" "-a" "48d762b175cf6fc82b369d517e6694a32323c9a25cb3c7805e5e909ea92c617b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling midi_file v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | 0xf0 => noimpl!("sysex: https://github.com/webern/midi_file/issues/7"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 275 | noimpl!("channel pressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | noimpl!("pitch bend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:280:35 [INFO] [stdout] | [INFO] [stdout] 280 | StatusType::System => noimpl!("system: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | noimpl!("ChannelPressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | noimpl!("PitchBend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:318:17 [INFO] [stdout] | [INFO] [stdout] 318 | noimpl!("MidiTimeCodeQuarterFrame: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | noimpl!("SongPositionPointer: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:324:17 [INFO] [stdout] | [INFO] [stdout] 324 | noimpl!("SongSelect: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | noimpl!("TuneRequest: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | noimpl!("EndOfSysexFlag: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 333 | noimpl!("TimingClock: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | noimpl!("Undefined1: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:338:31 [INFO] [stdout] | [INFO] [stdout] 338 | Message::Start => noimpl!("Start: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | Message::Continue => noimpl!("Continue: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:340:30 [INFO] [stdout] | [INFO] [stdout] 340 | Message::Stop => noimpl!("Stop: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:341:36 [INFO] [stdout] | [INFO] [stdout] 341 | Message::Undefined2 => noimpl!(""), [INFO] [stdout] | ----------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | noimpl!("ActiveSensing: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:346:17 [INFO] [stdout] | [INFO] [stdout] 346 | noimpl!("SystemReset: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | noimpl!("SysexEvent::parse") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | noimpl!("SysexEvent::write") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.01s [INFO] running `Command { std: "docker" "inspect" "48d762b175cf6fc82b369d517e6694a32323c9a25cb3c7805e5e909ea92c617b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48d762b175cf6fc82b369d517e6694a32323c9a25cb3c7805e5e909ea92c617b", kill_on_drop: false }` [INFO] [stdout] 48d762b175cf6fc82b369d517e6694a32323c9a25cb3c7805e5e909ea92c617b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2865efcd0c3a120fcf874abff51a9e35a35f5708aafe5f9d6056cfbd61a08feb [INFO] running `Command { std: "docker" "start" "-a" "2865efcd0c3a120fcf874abff51a9e35a35f5708aafe5f9d6056cfbd61a08feb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | 0xf0 => noimpl!("sysex: https://github.com/webern/midi_file/issues/7"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 275 | noimpl!("channel pressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | noimpl!("pitch bend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:280:35 [INFO] [stdout] | [INFO] [stdout] 280 | StatusType::System => noimpl!("system: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | noimpl!("ChannelPressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | noimpl!("PitchBend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:318:17 [INFO] [stdout] | [INFO] [stdout] 318 | noimpl!("MidiTimeCodeQuarterFrame: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | noimpl!("SongPositionPointer: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:324:17 [INFO] [stdout] | [INFO] [stdout] 324 | noimpl!("SongSelect: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | noimpl!("TuneRequest: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | noimpl!("EndOfSysexFlag: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 333 | noimpl!("TimingClock: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | noimpl!("Undefined1: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:338:31 [INFO] [stdout] | [INFO] [stdout] 338 | Message::Start => noimpl!("Start: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | Message::Continue => noimpl!("Continue: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:340:30 [INFO] [stdout] | [INFO] [stdout] 340 | Message::Stop => noimpl!("Stop: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:341:36 [INFO] [stdout] | [INFO] [stdout] 341 | Message::Undefined2 => noimpl!(""), [INFO] [stdout] | ----------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | noimpl!("ActiveSensing: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:346:17 [INFO] [stdout] | [INFO] [stdout] 346 | noimpl!("SystemReset: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | noimpl!("SysexEvent::parse") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | noimpl!("SysexEvent::write") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling midi_file v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | 0xf0 => noimpl!("sysex: https://github.com/webern/midi_file/issues/7"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 275 | noimpl!("channel pressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | noimpl!("pitch bend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:280:35 [INFO] [stdout] | [INFO] [stdout] 280 | StatusType::System => noimpl!("system: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | noimpl!("ChannelPressure: https://github.com/webern/midi_file/issues/X") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | noimpl!("PitchBend: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:318:17 [INFO] [stdout] | [INFO] [stdout] 318 | noimpl!("MidiTimeCodeQuarterFrame: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | noimpl!("SongPositionPointer: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:324:17 [INFO] [stdout] | [INFO] [stdout] 324 | noimpl!("SongSelect: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | noimpl!("TuneRequest: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | noimpl!("EndOfSysexFlag: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 333 | noimpl!("TimingClock: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | noimpl!("Undefined1: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:338:31 [INFO] [stdout] | [INFO] [stdout] 338 | Message::Start => noimpl!("Start: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | Message::Continue => noimpl!("Continue: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:340:30 [INFO] [stdout] | [INFO] [stdout] 340 | Message::Stop => noimpl!("Stop: https://github.com/webern/midi_file/issues/10"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:341:36 [INFO] [stdout] | [INFO] [stdout] 341 | Message::Undefined2 => noimpl!(""), [INFO] [stdout] | ----------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | noimpl!("ActiveSensing: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/message.rs:346:17 [INFO] [stdout] | [INFO] [stdout] 346 | noimpl!("SystemReset: https://github.com/webern/midi_file/issues/10") [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/meta_event.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | noimpl!("SysexEvent::parse") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | .fail(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file/sysex.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | noimpl!("SysexEvent::write") [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stdout] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.44s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/midi_file-29809eac4695824b) [INFO] running `Command { std: "docker" "inspect" "2865efcd0c3a120fcf874abff51a9e35a35f5708aafe5f9d6056cfbd61a08feb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2865efcd0c3a120fcf874abff51a9e35a35f5708aafe5f9d6056cfbd61a08feb", kill_on_drop: false }` [INFO] [stdout] 2865efcd0c3a120fcf874abff51a9e35a35f5708aafe5f9d6056cfbd61a08feb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9683f719ca010db6e6d227294d442d4ab2969cde0b6f08b82149a82dccac373e [INFO] running `Command { std: "docker" "start" "-a" "9683f719ca010db6e6d227294d442d4ab2969cde0b6f08b82149a82dccac373e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:255:21 [INFO] [stderr] | [INFO] [stderr] 255 | 0xf0 => noimpl!("sysex: https://github.com/webern/midi_file/issues/7"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:275:17 [INFO] [stderr] | [INFO] [stderr] 275 | noimpl!("channel pressure: https://github.com/webern/midi_file/issues/X") [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | noimpl!("pitch bend: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:280:35 [INFO] [stderr] | [INFO] [stderr] 280 | StatusType::System => noimpl!("system: https://github.com/webern/midi_file/issues/10"), [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | noimpl!("ChannelPressure: https://github.com/webern/midi_file/issues/X") [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:295:17 [INFO] [stderr] | [INFO] [stderr] 295 | noimpl!("PitchBend: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | noimpl!("MidiTimeCodeQuarterFrame: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:321:17 [INFO] [stderr] | [INFO] [stderr] 321 | noimpl!("SongPositionPointer: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:324:17 [INFO] [stderr] | [INFO] [stderr] 324 | noimpl!("SongSelect: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:327:17 [INFO] [stderr] | [INFO] [stderr] 327 | noimpl!("TuneRequest: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | noimpl!("EndOfSysexFlag: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:333:17 [INFO] [stderr] | [INFO] [stderr] 333 | noimpl!("TimingClock: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:336:17 [INFO] [stderr] | [INFO] [stderr] 336 | noimpl!("Undefined1: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:338:31 [INFO] [stderr] | [INFO] [stderr] 338 | Message::Start => noimpl!("Start: https://github.com/webern/midi_file/issues/10"), [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:339:34 [INFO] [stderr] | [INFO] [stderr] 339 | Message::Continue => noimpl!("Continue: https://github.com/webern/midi_file/issues/10"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:340:30 [INFO] [stderr] | [INFO] [stderr] 340 | Message::Stop => noimpl!("Stop: https://github.com/webern/midi_file/issues/10"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:341:36 [INFO] [stderr] | [INFO] [stderr] 341 | Message::Undefined2 => noimpl!(""), [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:343:17 [INFO] [stderr] | [INFO] [stderr] 343 | noimpl!("ActiveSensing: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/core/message.rs:346:17 [INFO] [stderr] | [INFO] [stderr] 346 | noimpl!("SystemReset: https://github.com/webern/midi_file/issues/10") [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/meta_event.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/meta_event.rs:179:17 [INFO] [stderr] | [INFO] [stderr] 179 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/meta_event.rs:193:17 [INFO] [stderr] | [INFO] [stderr] 193 | noimpl!("Sequence Number: https://github.com/webern/midi_file/issues/8") [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/meta_event.rs:230:17 [INFO] [stderr] | [INFO] [stderr] 230 | noimpl!("Sequencer-Specific: https://github.com/webern/midi_file/issues/9") [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/sysex.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | noimpl!("SysexEvent::parse") [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | .fail(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file/sysex.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | noimpl!("SysexEvent::write") [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `noimpl` [INFO] [stderr] = note: this warning originates in the macro `noimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `midi_file` (lib) generated 25 warnings [INFO] [stderr] warning: `midi_file` (lib test) generated 25 warnings (25 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/midi_file-29809eac4695824b) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test byte_iter::byte_iter_test ... ok [INFO] [stdout] test core::vlq::tests::five_bytes ... ok [INFO] [stdout] test core::vlq::tests::four_bytes ... ok [INFO] [stdout] test core::vlq::tests::im_stupid_left_7 ... ok [INFO] [stdout] test core::vlq::tests::incomplete_0x80 ... ok [INFO] [stdout] test core::vlq::tests::im_stupid_right_7 ... ok [INFO] [stdout] test core::vlq::tests::incomplete_0xff ... ok [INFO] [stdout] test core::vlq::tests::one_byte ... ok [INFO] [stdout] test core::vlq::tests::overflow_u32 ... ok [INFO] [stdout] test core::vlq::tests::three_bytes ... ok [INFO] [stdout] test core::vlq::tests::two_bytes ... ok [INFO] [stdout] test error::invalid_file_macros_test_fmt ... ok [INFO] [stdout] test error::invalid_file_macros_test_message ... ok [INFO] [stdout] test error::invalid_file_macros_test_no_message ... ok [INFO] [stdout] test error::site_test ... ok [INFO] [stdout] test macros::clamp_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests midi_file [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - Settings (line 45) ... ok [INFO] [stdout] test src/core/clocks.rs - core::clocks::Clocks::resolve (line 90) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9683f719ca010db6e6d227294d442d4ab2969cde0b6f08b82149a82dccac373e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9683f719ca010db6e6d227294d442d4ab2969cde0b6f08b82149a82dccac373e", kill_on_drop: false }` [INFO] [stdout] 9683f719ca010db6e6d227294d442d4ab2969cde0b6f08b82149a82dccac373e