[INFO] cloning repository https://github.com/Demindiro/ballduck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Demindiro/ballduck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemindiro%2Fballduck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemindiro%2Fballduck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ab9a7c8dd06bc9b89fddb30974b3aec0683e427 [INFO] testing Demindiro/ballduck against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemindiro%2Fballduck" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Demindiro/ballduck 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 git repo https://github.com/Demindiro/ballduck [INFO] finished tweaking git repo https://github.com/Demindiro/ballduck [INFO] tweaked toml for git repo https://github.com/Demindiro/ballduck written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Demindiro/ballduck already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5cc5ab02cbb5ba308c2d13ab2b6ae0ef7b3a36dd4049692c5a5eb458b5702438 [INFO] running `Command { std: "docker" "start" "-a" "5cc5ab02cbb5ba308c2d13ab2b6ae0ef7b3a36dd4049692c5a5eb458b5702438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cc5ab02cbb5ba308c2d13ab2b6ae0ef7b3a36dd4049692c5a5eb458b5702438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cc5ab02cbb5ba308c2d13ab2b6ae0ef7b3a36dd4049692c5a5eb458b5702438", kill_on_drop: false }` [INFO] [stdout] 5cc5ab02cbb5ba308c2d13ab2b6ae0ef7b3a36dd4049692c5a5eb458b5702438 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] a9ce8c7e89e7dbeb60e31872e517af69898dcc8ebc7b2847c9949e46e08d6abf [INFO] running `Command { std: "docker" "start" "-a" "a9ce8c7e89e7dbeb60e31872e517af69898dcc8ebc7b2847c9949e46e08d6abf", kill_on_drop: false }` [INFO] [stderr] Compiling unwrap_none v0.1.1 [INFO] [stderr] Compiling ballscript v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(box_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(option_result_unwrap_unchecked)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(maybe_uninit_array_assume_init)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(maybe_uninit_uninit_array)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(stmt_expr_attributes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(optimize_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 490 | Atom::_Self => err!(line, column, CantAssign, "self"), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 491 | Atom::Env => err!(line, column, CantAssign, "env"), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | _ => err!( [INFO] [stdout] | __________________________________- [INFO] [stdout] 493 | | line, [INFO] [stdout] 494 | | column, [INFO] [stdout] 495 | | Unsupported, [INFO] [stdout] 496 | | "Complex lvalues are not supported yet" [INFO] [stdout] 497 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 558 | _ => err!( [INFO] [stdout] | __________________________________________- [INFO] [stdout] 559 | | line, [INFO] [stdout] 560 | | column, [INFO] [stdout] 561 | | Unsupported, [INFO] [stdout] 562 | | "Complex lvalues are not supported yet" [INFO] [stdout] 563 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | Atom::Env => err!( [INFO] [stdout] | ______________________________________________- [INFO] [stdout] 566 | | line, [INFO] [stdout] 567 | | column, [INFO] [stdout] 568 | | Unsupported, [INFO] [stdout] 569 | | "Environment variables are not supported yet" [INFO] [stdout] 570 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 571 | _ => err!( [INFO] [stdout] | ______________________________________- [INFO] [stdout] 572 | | line, [INFO] [stdout] 573 | | column, [INFO] [stdout] 574 | | Unsupported, [INFO] [stdout] 575 | | "Complex lvalues are not supported yet" [INFO] [stdout] 576 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 578 | _ => err!( [INFO] [stdout] | __________________________________- [INFO] [stdout] 579 | | line, [INFO] [stdout] 580 | | column, [INFO] [stdout] 581 | | Unsupported, [INFO] [stdout] 582 | | "Complex lvalues are not supported yet" [INFO] [stdout] 583 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 600 | _ => err!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 601 | | line, [INFO] [stdout] 602 | | column, [INFO] [stdout] 603 | | Unsupported, [INFO] [stdout] 604 | | "Complex lvalues are not supported yet" [INFO] [stdout] 605 | | ), [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 `err` (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] --> lib/src/bytecode/builder.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | return Err(ByteCodeError::new($line, $column, ByteCodeErrorType::$error($($arg,)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 775 | err!(line, column, UndefinedVariable, name) [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 `err` [INFO] [stdout] = note: this warning originates in the macro `err` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 490 | Add(r, a, b) => run_op!(vars, r = a add b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 491 | Sub(r, a, b) => run_op!(vars, r = a sub b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | Mul(r, a, b) => run_op!(vars, r = a mul b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 493 | Div(r, a, b) => run_op!(vars, r = a div b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 494 | Rem(r, a, b) => run_op!(vars, r = a rem b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | And(r, a, b) => run_op!(vars, r = a bitand b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 496 | Or(r, a, b) => run_op!(vars, r = a bitor b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 497 | Xor(r, a, b) => run_op!(vars, r = a bitxor b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 498 | Shl(r, a, b) => run_op!(vars, r = a lhs b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:172:78 [INFO] [stdout] | [INFO] [stdout] 172 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op(reg!(ref $vars $b))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 499 | Shr(r, a, b) => run_op!(vars, r = a rhs b), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:181:74 [INFO] [stdout] | [INFO] [stdout] 181 | reg!(mut $vars $r) = (reg!(ref $vars $a) $op reg!(ref $vars $b)).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 500 | LessEq(r, a, b) => run_cmp!(vars, r = a <= b), [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 `run_cmp` (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] --> lib/src/bytecode/mod.rs:181:74 [INFO] [stdout] | [INFO] [stdout] 181 | reg!(mut $vars $r) = (reg!(ref $vars $a) $op reg!(ref $vars $b)).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | Less(r, a, b) => run_cmp!(vars, r = a < b), [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 `run_cmp` (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] --> lib/src/bytecode/mod.rs:181:74 [INFO] [stdout] | [INFO] [stdout] 181 | reg!(mut $vars $r) = (reg!(ref $vars $a) $op reg!(ref $vars $b)).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 502 | Neq(r, a, b) => run_cmp!(vars, r = a != b), [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 `run_cmp` (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] --> lib/src/bytecode/mod.rs:181:74 [INFO] [stdout] | [INFO] [stdout] 181 | reg!(mut $vars $r) = (reg!(ref $vars $a) $op reg!(ref $vars $b)).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 503 | Eq(r, a, b) => run_cmp!(vars, r = a == b), [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 `run_cmp` (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] --> lib/src/bytecode/mod.rs:175:60 [INFO] [stdout] | [INFO] [stdout] 175 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | Neg(r, a) => run_op!(vars, r = a neg), [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 `run_op` (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] --> lib/src/bytecode/mod.rs:175:60 [INFO] [stdout] | [INFO] [stdout] 175 | reg!(mut $vars $r) = try_break!(reg!(ref $vars $a).$op()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | Not(r, a) => run_op!(vars, r = a not), [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 `run_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(option_result_unwrap_unchecked)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(maybe_uninit_array_assume_init)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> lib/src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(maybe_uninit_uninit_array)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `option_result_unwrap_unchecked` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] --> lib/src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(option_result_unwrap_unchecked)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ballscript` due to 12 previous errors; 26 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a9ce8c7e89e7dbeb60e31872e517af69898dcc8ebc7b2847c9949e46e08d6abf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ce8c7e89e7dbeb60e31872e517af69898dcc8ebc7b2847c9949e46e08d6abf", kill_on_drop: false }` [INFO] [stdout] a9ce8c7e89e7dbeb60e31872e517af69898dcc8ebc7b2847c9949e46e08d6abf