[INFO] fetching crate melo 0.1.0... [INFO] testing melo-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate melo 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate melo 0.1.0 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 melo 0.1.0 [INFO] finished tweaking crates.io crate melo 0.1.0 [INFO] tweaked toml for crates.io crate melo 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55332d86654698e2855331920c158a876bedf0940d2b8e4ee12c01d4863ce270 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "55332d86654698e2855331920c158a876bedf0940d2b8e4ee12c01d4863ce270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55332d86654698e2855331920c158a876bedf0940d2b8e4ee12c01d4863ce270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55332d86654698e2855331920c158a876bedf0940d2b8e4ee12c01d4863ce270", kill_on_drop: false }` [INFO] [stdout] 55332d86654698e2855331920c158a876bedf0940d2b8e4ee12c01d4863ce270 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b9ff0c8725975108813f1d0bf5d3036621e1d886048c25f4f9839de4b1ba7b62 [INFO] running `Command { std: "docker" "start" "-a" "b9ff0c8725975108813f1d0bf5d3036621e1d886048c25f4f9839de4b1ba7b62", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling structopt-derive v0.1.6 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling structopt v0.1.7 [INFO] [stderr] Compiling rimd v0.0.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling melo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> src/main.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | let result = melo::compile_to_abc(&source, filename.and_then(Path::to_str))?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.04s [INFO] running `Command { std: "docker" "inspect" "b9ff0c8725975108813f1d0bf5d3036621e1d886048c25f4f9839de4b1ba7b62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9ff0c8725975108813f1d0bf5d3036621e1d886048c25f4f9839de4b1ba7b62", kill_on_drop: false }` [INFO] [stdout] b9ff0c8725975108813f1d0bf5d3036621e1d886048c25f4f9839de4b1ba7b62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e11b7bc170f22aafc72b486ac6716d216f40fe044cfc2733387922099ed32fa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4e11b7bc170f22aafc72b486ac6716d216f40fe044cfc2733387922099ed32fa", kill_on_drop: false }` [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> src/main.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | let result = melo::compile_to_abc(&source, filename.and_then(Path::to_str))?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.4.1 [INFO] [stderr] Compiling melo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> src/main.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | let result = melo::compile_to_abc(&source, filename.and_then(Path::to_str))?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | test_abc!(simple_drums); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | test_abc!(variable_drum_bars); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | test_abc!(variable_stave_drum_bars); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | test_abc!(triple_time_expansion); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | test_abc!(triplets); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | test_abc!(quintuplets); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | test_abc!(not_sextuplets); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | test_abc!(voice_args); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | test_abc!(octave_shift); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | test_abc!(simple_melody); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | test_abc!(complex_melody); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | test_abc!(longer_melody); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | test_abc!(fifths); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | test_piece!(minimal_melody); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | test_piece!(minimal_drums); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | test_piece!(minimal_chords); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | test_piece!(multiple_instruments); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | test_piece!(time_and_tempo); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | test_piece!(polyrhythms); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | test_piece!(rondo_alla_turca); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stdout] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | test_piece!(too_many_staves); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexing/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! [INFO] [stdout] 31 | | { [INFO] [stdout] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stdout] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stdout] ... | [INFO] [stdout] 56 | | ").trust(); [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.90s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/melo-c548b86e383391ff) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/melo-4dc6d82186314977) [INFO] [stderr] Executable tests/compile_pieces_to_abc_tests.rs (/opt/rustwide/target/debug/deps/compile_pieces_to_abc_tests-c3f2c437e500bf70) [INFO] [stderr] Executable tests/compile_to_abc_tests.rs (/opt/rustwide/target/debug/deps/compile_to_abc_tests-a1c048a448168fca) [INFO] running `Command { std: "docker" "inspect" "4e11b7bc170f22aafc72b486ac6716d216f40fe044cfc2733387922099ed32fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e11b7bc170f22aafc72b486ac6716d216f40fe044cfc2733387922099ed32fa", kill_on_drop: false }` [INFO] [stdout] 4e11b7bc170f22aafc72b486ac6716d216f40fe044cfc2733387922099ed32fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 16b3850cc7fbe1b325bd0a53558b5d7d986142273d285e0f7e7a953edd5674ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "16b3850cc7fbe1b325bd0a53558b5d7d986142273d285e0f7e7a953edd5674ea", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexing/mod.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! [INFO] [stderr] 31 | | { [INFO] [stderr] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stderr] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stderr] ... | [INFO] [stderr] 56 | | ").trust(); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexing/mod.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! [INFO] [stderr] 31 | | { [INFO] [stderr] 32 | | static ref STRUCTURE_REGEX: Regex = Regex::new("\ [INFO] [stderr] 33 | | (?Ppart|piece|play|section|voice)|\ [INFO] [stderr] ... | [INFO] [stderr] 56 | | ").trust(); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `melo` (lib) generated 2 warnings [INFO] [stderr] warning: `melo` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | test_piece!(minimal_melody); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 27 | test_piece!(minimal_drums); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 28 | test_piece!(minimal_chords); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 29 | test_piece!(multiple_instruments); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 30 | test_piece!(time_and_tempo); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | test_piece!(polyrhythms); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | test_piece!(rondo_alla_turca); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_pieces_to_abc_tests.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | match melo::compile_to_abc(source, Some(filename)) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | test_piece!(too_many_staves); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_piece` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `melo` (test "compile_pieces_to_abc_tests") generated 8 warnings [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 23 | test_abc!(simple_drums); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 24 | test_abc!(variable_drum_bars); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 25 | test_abc!(variable_stave_drum_bars); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | test_abc!(triple_time_expansion); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 27 | test_abc!(triplets); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 28 | test_abc!(quintuplets); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 29 | test_abc!(not_sextuplets); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 30 | test_abc!(voice_args); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | test_abc!(octave_shift); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | test_abc!(simple_melody); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | test_abc!(complex_melody); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 34 | test_abc!(longer_melody); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> tests/compile_to_abc_tests.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let result = melo::compile_to_abc(source, None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 35 | test_abc!(fifths); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_abc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `melo` (test "compile_to_abc_tests") generated 13 warnings [INFO] [stderr] warning: use of deprecated function `melo::compile_to_abc` [INFO] [stderr] --> src/main.rs:325:24 [INFO] [stderr] | [INFO] [stderr] 325 | let result = melo::compile_to_abc(&source, filename.and_then(Path::to_str))?; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `melo` (bin "melo" test) generated 1 warning [INFO] [stderr] warning: `melo` (bin "melo") generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/melo-c548b86e383391ff) [INFO] [stdout] [INFO] [stdout] running 101 tests [INFO] [stdout] test abc_generation::tests::test_div_tuplet ... ok [INFO] [stdout] test abc_generation::tests::note_tied_across_triplets ... ok [INFO] [stdout] test abc_generation::tests::long_notes_in_triplets ... ok [INFO] [stdout] test abc_generation::tests::notes_with_dots ... ok [INFO] [stdout] test abc_generation::tests::test_single_note ... ok [INFO] [stdout] test abc_generation::tests::rest_across_bars ... ok [INFO] [stdout] test abc_generation::tests::test_sixteen_notes_in_sequence ... ok [INFO] [stdout] test abc_generation::tests::test_quintuplet_in_4_4_time ... ok [INFO] [stdout] test abc_generation::tests::test_three_note_bar_in_3_4_time ... ok [INFO] [stdout] test abc_generation::tests::test_triplet_in_4_4_time ... ok [INFO] [stdout] test abc_generation::tests::test_notes_with_rests ... ok [INFO] [stdout] test abc_generation::tests::note_tied_across_bar ... ok [INFO] [stdout] test abc_generation::tests::test_four_notes_in_sequence ... ok [INFO] [stdout] test abc_generation::tests::test_eight_notes_in_sequence ... ok [INFO] [stdout] test abc_generation::tests::rest_before_chord_not_duplicated ... ok [INFO] [stdout] test abc_generation::tests::note_tied_across_triplet_bars ... ok [INFO] [stdout] test abc_generation::tests::test_even_faster_triplets ... ok [INFO] [stdout] test lexing::tests::empty_file ... ok [INFO] [stdout] test lexing::tests::invalid_tokens_in_stave ... ok [INFO] [stdout] test lexing::tests::comments_ignored ... ok [INFO] [stdout] test abc_generation::tests::test_triplets_with_rests ... ok [INFO] [stdout] test abc_generation::tests::three_notes_at_once ... ok [INFO] [stdout] test lexing::tests::invalid_tokens ... ok [INFO] [stdout] test abc_generation::tests::notes_with_lengths ... ok [INFO] [stdout] test lexing::tests::lex_blank_lines ... ok [INFO] [stdout] test abc_generation::tests::test_two_notes_at_once ... ok [INFO] [stdout] test lexing::tests::lex_all_staves_key ... ok [INFO] [stdout] test lexing::tests::lex_field_in_block ... ok [INFO] [stdout] test abc_generation::tests::test_triplets_in_3_4_time ... ok [INFO] [stdout] test lexing::tests::lex_name ... ok [INFO] [stdout] test lexing::tests::lex_numbers ... ok [INFO] [stdout] test lexing::tests::lex_note_length ... ok [INFO] [stdout] test lexing::tests::lex_piece ... ok [INFO] [stdout] test abc_generation::tests::test_two_notes_in_sequence ... ok [INFO] [stdout] test abc_generation::tests::large_tuplets_fail ... ok [INFO] [stdout] test lexing::tests::lex_empty_key ... ok [INFO] [stdout] test lexing::tests::lex_name_with_spaces ... ok [INFO] [stdout] test lexing::tests::lex_note ... ok [INFO] [stdout] test lexing::tests::lex_voice ... ok [INFO] [stdout] test lexing::tests::lex_ridiculous_field_name ... ok [INFO] [stdout] test abc_generation::tests::triplet_chords ... ok [INFO] [stdout] test lexing::tests::lex_quoted_name ... ok [INFO] [stdout] test lexing::tests::lex_complex_notes ... ok [INFO] [stdout] test lexing::tests::lex_quoted_name_with_quotes_in_it ... ok [INFO] [stdout] test lexing::tests::lex_multiple_fields ... ok [INFO] [stdout] test lexing::tests::lex_part ... ok [INFO] [stdout] test lexing::tests::lex_section ... ok [INFO] [stdout] test abc_generation::tests::test_four_notes_then_sixteen ... ok [INFO] [stdout] test lexing::tests::lex_symbols ... ok [INFO] [stdout] test notes::tests::test_note_to_midi ... ok [INFO] [stdout] test lexing::tests::lex_play_part ... ok [INFO] [stdout] test lexing::tests::insignificant_whitespace_ignored ... ok [INFO] [stdout] test notes::tests::round_trip_sharp_conversions ... ok [INFO] [stdout] test parsing::tests::fail_on_overflowed_length ... ok [INFO] [stdout] test parsing::tests::parse_attributes_with_trailing_comma ... ok [INFO] [stdout] test notes::tests::round_trip_flat_conversions ... ok [INFO] [stdout] test notes::tests::test_note_to_abc ... ok [INFO] [stdout] test parsing::tests::fail_on_unexpected_length ... ok [INFO] [stdout] test parsing::tests::fail_parsing_too_many_staves_after_blank_line ... ok [INFO] [stdout] test parsing::tests::fail_to_parse_invalid_attributes ... ok [INFO] [stdout] test parsing::tests::fail_when_hit_notes_are_encountered_in_incompatible_staves ... ok [INFO] [stdout] test parsing::tests::parse_attributes_in_piece ... ok [INFO] [stdout] test parsing::tests::parse_empty_piece ... ok [INFO] [stdout] test parsing::tests::parse_attributes_without_commas ... ok [INFO] [stdout] test lexing::tests::semicolon_can_break_stave_within_one_line ... ok [INFO] [stdout] test abc_generation::tests::test_fast_triplets ... ok [INFO] [stdout] test parsing::tests::parse_empty_file ... ok [INFO] [stdout] test parsing::tests::parse_empty_voiceless_play_node ... ok [INFO] [stdout] test parsing::tests::parse_multiple_empty_pieces ... ok [INFO] [stdout] test parsing::tests::parse_play_node_with_extra_barlines ... ok [INFO] [stdout] test parsing::tests::parse_play_node_with_stave ... ok [INFO] [stdout] test parsing::tests::parse_note_with_length ... ok [INFO] [stdout] test parsing::tests::parse_play_node_with_melody_notes ... ok [INFO] [stdout] test parsing::tests::parse_play_node_with_percussive_notes ... ok [INFO] [stdout] test parsing::tests::parse_multiple_concurrent_melody_lines_broken_up_by_blank_line ... ok [INFO] [stdout] test parsing::tests::parse_stave_split_over_multiple_lines ... ok [INFO] [stdout] test parsing::tests::parse_play_node_with_two_staves ... ok [INFO] [stdout] test sequencing::tests::piece_with_empty_voice ... ok [INFO] [stdout] test parsing::tests::parse_voice_attributes ... ok [INFO] [stdout] test sequencing::tests::threes_against_twos ... ok [INFO] [stdout] test parsing::tests::parse_empty_voice ... ok [INFO] [stdout] test lexing::tests::lex_play ... ok [INFO] [stdout] test sequencing::tests::notes_can_be_tied_across_bars ... ok [INFO] [stdout] test sequencing::tests::sequence_empty_piece ... ok [INFO] [stdout] test sequencing::tests::fail_when_notes_moved_out_of_range ... ok [INFO] [stdout] test parsing::tests::parse_valueless_attribute ... ok [INFO] [stdout] test sequencing::tests::piece_with_attributes ... ok [INFO] [stdout] test parsing::tests::parse_multiple_concurrent_melody_lines ... ok [INFO] [stdout] test sequencing::tests::dots_do_not_carry_across_staves ... ok [INFO] [stdout] test lexing::tests::right_brace_can_break_stave_within_one_line ... ok [INFO] [stdout] test parsing::tests::fail_on_underflowed_length ... ok [INFO] [stdout] test parsing::tests::parse_rest_with_length ... ok [INFO] [stdout] test sequencing::tests::voice_with_single_note ... ok [INFO] [stdout] test sequencing::tests::voice_with_mismatched_play ... ok [INFO] [stdout] test sequencing::tests::voice_with_two_notes ... ok [INFO] [stdout] test sequencing::tests::voice_with_note_lengths ... ok [INFO] [stdout] test sequencing::tests::voice_with_dots ... ok [INFO] [stdout] test sequencing::tests::voice_with_leading_dots ... ok [INFO] [stdout] test parsing::tests::parse_empty_play_node ... ok [INFO] [stdout] test sequencing::tests::voice_with_two_staves ... ok [INFO] [stdout] test parsing::tests::parse_empty_piece_with_trailing_tokens_fails - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 101 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/melo-4dc6d82186314977) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/compile_pieces_to_abc_tests.rs (/opt/rustwide/target/debug/deps/compile_pieces_to_abc_tests-c3f2c437e500bf70) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test minimal_melody ... ok [INFO] [stdout] test minimal_drums ... ok [INFO] [stdout] test multiple_instruments ... ok [INFO] [stdout] test minimal_chords ... ok [INFO] [stdout] test time_and_tempo ... ok [INFO] [stdout] test too_many_staves ... ok [INFO] [stdout] test polyrhythms ... ok [INFO] [stdout] test rondo_alla_turca ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Running tests/compile_to_abc_tests.rs (/opt/rustwide/target/debug/deps/compile_to_abc_tests-a1c048a448168fca) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test octave_shift ... ok [INFO] [stdout] test fifths ... ok [INFO] [stdout] test not_sextuplets ... ok [INFO] [stdout] test simple_melody ... ok [INFO] [stdout] test simple_drums ... ok [INFO] [stdout] test longer_melody ... ok [INFO] [stdout] test variable_stave_drum_bars ... ok [INFO] [stdout] test complex_melody ... ok [INFO] [stdout] test quintuplets ... ok [INFO] [stdout] test voice_args ... ok [INFO] [stdout] test variable_drum_bars ... ok [INFO] [stdout] test triple_time_expansion ... ok [INFO] [stdout] test triplets ... ok [INFO] [stderr] Doc-tests melo [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "16b3850cc7fbe1b325bd0a53558b5d7d986142273d285e0f7e7a953edd5674ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16b3850cc7fbe1b325bd0a53558b5d7d986142273d285e0f7e7a953edd5674ea", kill_on_drop: false }` [INFO] [stdout] 16b3850cc7fbe1b325bd0a53558b5d7d986142273d285e0f7e7a953edd5674ea