[INFO] fetching crate cuna 0.6.2... [INFO] testing cuna-0.6.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate cuna 0.6.2 into /workspace/builds/worker-106/source [INFO] validating manifest of crates.io crate cuna 0.6.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cuna 0.6.2 [INFO] finished tweaking crates.io crate cuna 0.6.2 [INFO] tweaked toml for crates.io crate cuna 0.6.2 written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate crates.io crate cuna 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42ae9db95ee0866b428e14b0e3376bbd8e6ae385c07cd443c37f36bbac79cc1f [INFO] running `Command { std: "docker" "start" "-a" "42ae9db95ee0866b428e14b0e3376bbd8e6ae385c07cd443c37f36bbac79cc1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42ae9db95ee0866b428e14b0e3376bbd8e6ae385c07cd443c37f36bbac79cc1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42ae9db95ee0866b428e14b0e3376bbd8e6ae385c07cd443c37f36bbac79cc1f", kill_on_drop: false }` [INFO] [stdout] 42ae9db95ee0866b428e14b0e3376bbd8e6ae385c07cd443c37f36bbac79cc1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aee57d3094877900e9c14b13c0380b4d11a06b11845643079b87eab5bfe68656 [INFO] running `Command { std: "docker" "start" "-a" "aee57d3094877900e9c14b13c0380b4d11a06b11845643079b87eab5bfe68656", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling tap v1.0.0 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling nom v6.1.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling cuna v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | Err(_) => fail!(syntax s, "missing arguments"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | Err(_) => fail!(syntax content, "invaild catalog"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(syntax self, "multiple `CATALOG` commands is not allowed"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | None => fail!(token "TRACK"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | Some(_) => fail!(syntax self, "Command `INDEX` should be before `POSTGAP`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 127 | None => fail!(token "INDEX"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | fail!(syntax self, "Multiple `PREGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | Some(_) => fail!(syntax self, "Command `PREGAP` should be before `INDEX`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => fail!(token "PREGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | fail!(syntax self, "Multiple `POSTGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | None => fail!(token "POSTGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | fail!(syntax self, "Multiple `ISRC` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 155 | None => fail!(token "ISRC"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | fail!(syntax self, "Multiple `FLAGS` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | None => fail!(token "FLAGS"), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.25s [INFO] running `Command { std: "docker" "inspect" "aee57d3094877900e9c14b13c0380b4d11a06b11845643079b87eab5bfe68656", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aee57d3094877900e9c14b13c0380b4d11a06b11845643079b87eab5bfe68656", kill_on_drop: false }` [INFO] [stdout] aee57d3094877900e9c14b13c0380b4d11a06b11845643079b87eab5bfe68656 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9f0e0e40eeae617e8bf7def4a9b4bf9b67f260409b72926cbaa1026a03834f7 [INFO] running `Command { std: "docker" "start" "-a" "c9f0e0e40eeae617e8bf7def4a9b4bf9b67f260409b72926cbaa1026a03834f7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | Err(_) => fail!(syntax s, "missing arguments"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | Err(_) => fail!(syntax content, "invaild catalog"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(syntax self, "multiple `CATALOG` commands is not allowed"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | None => fail!(token "TRACK"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | Some(_) => fail!(syntax self, "Command `INDEX` should be before `POSTGAP`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 127 | None => fail!(token "INDEX"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | fail!(syntax self, "Multiple `PREGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | Some(_) => fail!(syntax self, "Command `PREGAP` should be before `INDEX`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => fail!(token "PREGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | fail!(syntax self, "Multiple `POSTGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | None => fail!(token "POSTGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | fail!(syntax self, "Multiple `ISRC` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 155 | None => fail!(token "ISRC"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | fail!(syntax self, "Multiple `FLAGS` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | None => fail!(token "FLAGS"), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.2.0 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling cuna v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | Err(_) => fail!(syntax s, "missing arguments"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | Err(_) => fail!(syntax content, "invaild catalog"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(syntax self, "multiple `CATALOG` commands is not allowed"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | None => fail!(token "TRACK"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | Some(_) => fail!(syntax self, "Command `INDEX` should be before `POSTGAP`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 127 | None => fail!(token "INDEX"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | fail!(syntax self, "Multiple `PREGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | Some(_) => fail!(syntax self, "Command `PREGAP` should be before `INDEX`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => fail!(token "PREGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | fail!(syntax self, "Multiple `POSTGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | None => fail!(token "POSTGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | fail!(syntax self, "Multiple `ISRC` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 155 | None => fail!(token "ISRC"), [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 `fail` (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/parser.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | fail!(syntax self, "Multiple `FLAGS` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stdout] | [INFO] [stdout] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | None => fail!(token "FLAGS"), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.17s [INFO] running `Command { std: "docker" "inspect" "c9f0e0e40eeae617e8bf7def4a9b4bf9b67f260409b72926cbaa1026a03834f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9f0e0e40eeae617e8bf7def4a9b4bf9b67f260409b72926cbaa1026a03834f7", kill_on_drop: false }` [INFO] [stdout] c9f0e0e40eeae617e8bf7def4a9b4bf9b67f260409b72926cbaa1026a03834f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f260a9aff6fed955c4aacafda3bc72a7c853b51d887aceef20d625a3c31c7853 [INFO] running `Command { std: "docker" "start" "-a" "f260a9aff6fed955c4aacafda3bc72a7c853b51d887aceef20d625a3c31c7853", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 61 | Err(_) => fail!(syntax s, "missing arguments"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 70 | Err(_) => fail!(syntax content, "invaild catalog"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 110 | _ => fail!(syntax self, "multiple `CATALOG` commands is not allowed"), [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 `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 120 | None => fail!(token "TRACK"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 126 | Some(_) => fail!(syntax self, "Command `INDEX` should be before `POSTGAP`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 127 | None => fail!(token "INDEX"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | fail!(syntax self, "Multiple `PREGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stderr] = note: this warning originates in the macro `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 136 | Some(_) => fail!(syntax self, "Command `PREGAP` should be before `INDEX`"), [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 `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 137 | _ => fail!(token "PREGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 144 | fail!(syntax self, "Multiple `POSTGAP` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stderr] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 146 | None => fail!(token "POSTGAP"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 153 | fail!(syntax self, "Multiple `ISRC` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stderr] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 155 | None => fail!(token "ISRC"), [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 `fail` (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/parser.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | return Err($crate::error::ParseError::syntax_error($cmd, $msg)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 160 | fail!(syntax self, "Multiple `FLAGS` commands are not allowed in one `TRACK` scope") [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 `fail` [INFO] [stderr] = note: this warning originates in the macro `fail` (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/parser.rs:18:72 [INFO] [stderr] | [INFO] [stderr] 18 | return Err($crate::error::ParseError::unexpected_token($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 162 | None => fail!(token "FLAGS"), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `cuna` (lib) generated 15 warnings [INFO] [stderr] warning: `cuna` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cuna-917a3175fcb199f2) [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-e7802e70fd599bfe) [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] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test command::display ... ok [INFO] [stdout] test command::new ... ok [INFO] [stdout] test cue_sheet::from_buf_read ... ok [INFO] [stdout] test cue_sheet::new ... ok [INFO] [stdout] test parser::current_line ... ok [INFO] [stdout] test time::convert ... ok [INFO] [stdout] test parser::parse_next_n_lines ... ok [INFO] [stdout] test cue_sheet::tracks ... ok [INFO] [stdout] test time::create ... ok [INFO] [stdout] test time::getter ... ok [INFO] [stdout] test time::modify ... ok [INFO] [stdout] test time::parse ... ok [INFO] [stdout] test time::display ... ok [INFO] [stdout] test time::modify_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests cuna [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/time.rs - time::TimeStamp::from_frames (line 56) ... ok [INFO] [stdout] test src/parser.rs - parser::Parna::current_line (line 250) ... ok [INFO] [stdout] test src/cuna.rs - cuna::Cuna::new (line 35) ... ok [INFO] [stdout] test src/lib.rs - trim_utf8_header (line 15) ... ok [INFO] [stdout] test src/cuna.rs - cuna::Cuna::from_str (line 189) ... ok [INFO] [stdout] test src/cuna.rs - cuna::Cuna::open (line 61) ... ok [INFO] [stdout] test src/time.rs - time::TimeStamp::from_msf (line 42) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f260a9aff6fed955c4aacafda3bc72a7c853b51d887aceef20d625a3c31c7853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f260a9aff6fed955c4aacafda3bc72a7c853b51d887aceef20d625a3c31c7853", kill_on_drop: false }` [INFO] [stdout] f260a9aff6fed955c4aacafda3bc72a7c853b51d887aceef20d625a3c31c7853