[INFO] cloning repository https://github.com/glugg23/rox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/glugg23/rox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglugg23%2Frox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglugg23%2Frox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f766df6bc948b1a8db63d9d500b266017e3f6011
[INFO] testing glugg23/rox against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglugg23%2Frox" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/glugg23/rox
[INFO] finished tweaking git repo https://github.com/glugg23/rox
[INFO] tweaked toml for git repo https://github.com/glugg23/rox written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/glugg23/rox on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/glugg23/rox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ada9645ef49f907861d08053750188d42ff2aa0b78f9110dda980e8ce21520a3
[INFO] running `Command { std: "docker" "start" "-a" "ada9645ef49f907861d08053750188d42ff2aa0b78f9110dda980e8ce21520a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ada9645ef49f907861d08053750188d42ff2aa0b78f9110dda980e8ce21520a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ada9645ef49f907861d08053750188d42ff2aa0b78f9110dda980e8ce21520a3", kill_on_drop: false }`
[INFO] [stdout] ada9645ef49f907861d08053750188d42ff2aa0b78f9110dda980e8ce21520a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27d66a6977f0bd2cf4b8ac724d79022f29f95c224a726709722bcd6aa2871324
[INFO] running `Command { std: "docker" "start" "-a" "27d66a6977f0bd2cf4b8ac724d79022f29f95c224a726709722bcd6aa2871324", kill_on_drop: false }`
[INFO] [stderr]    Compiling rox v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 Greater => binary_op!(self, Value::Boolean, >),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 Less => binary_op!(self, Value::Boolean, <),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 Subtract => binary_op!(self, Value::Number, -),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 Multiple => binary_op!(self, Value::Number, *),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 Divide => binary_op!(self, Value::Number, /),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rox v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "27d66a6977f0bd2cf4b8ac724d79022f29f95c224a726709722bcd6aa2871324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27d66a6977f0bd2cf4b8ac724d79022f29f95c224a726709722bcd6aa2871324", kill_on_drop: false }`
[INFO] [stdout] 27d66a6977f0bd2cf4b8ac724d79022f29f95c224a726709722bcd6aa2871324
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c843cf577072b3aad8a837b1f7e861243f28f0c52d90b40d30cd611fed3a11d
[INFO] running `Command { std: "docker" "start" "-a" "6c843cf577072b3aad8a837b1f7e861243f28f0c52d90b40d30cd611fed3a11d", kill_on_drop: false }`
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 Greater => binary_op!(self, Value::Boolean, >),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 Less => binary_op!(self, Value::Boolean, <),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 Subtract => binary_op!(self, Value::Number, -),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 Multiple => binary_op!(self, Value::Number, *),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 Divide => binary_op!(self, Value::Number, /),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rox v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 Greater => binary_op!(self, Value::Boolean, >),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 Less => binary_op!(self, Value::Boolean, <),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 Subtract => binary_op!(self, Value::Number, -),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 Multiple => binary_op!(self, Value::Number, *),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_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]    --> src/rox_lib/vm.rs:20:10
[INFO] [stdout]     |
[INFO] [stdout]  20 |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 Divide => binary_op!(self, Value::Number, /),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]    --> src/rox_lib/chunk.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         OpCode::from(255);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let _ = OpCode::from(255);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.53s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rox v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6c843cf577072b3aad8a837b1f7e861243f28f0c52d90b40d30cd611fed3a11d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c843cf577072b3aad8a837b1f7e861243f28f0c52d90b40d30cd611fed3a11d", kill_on_drop: false }`
[INFO] [stdout] 6c843cf577072b3aad8a837b1f7e861243f28f0c52d90b40d30cd611fed3a11d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f2a7d8859c9794938e5e899b502542fb7dea3c5c4d9a3602c6013421f3dcfb7
[INFO] running `Command { std: "docker" "start" "-a" "2f2a7d8859c9794938e5e899b502542fb7dea3c5c4d9a3602c6013421f3dcfb7", kill_on_drop: false }`
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/rox_lib/vm.rs:20:10
[INFO] [stderr]     |
[INFO] [stderr]  20 |         };
[INFO] [stderr]     |          ^
[INFO] [stderr] ...
[INFO] [stderr] 118 |                 Greater => binary_op!(self, Value::Boolean, >),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `binary_op` (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/rox_lib/vm.rs:20:10
[INFO] [stderr]     |
[INFO] [stderr]  20 |         };
[INFO] [stderr]     |          ^
[INFO] [stderr] ...
[INFO] [stderr] 119 |                 Less => binary_op!(self, Value::Boolean, <),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `binary_op` (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/rox_lib/vm.rs:20:10
[INFO] [stderr]     |
[INFO] [stderr]  20 |         };
[INFO] [stderr]     |          ^
[INFO] [stderr] ...
[INFO] [stderr] 142 |                 Subtract => binary_op!(self, Value::Number, -),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `binary_op` (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/rox_lib/vm.rs:20:10
[INFO] [stderr]     |
[INFO] [stderr]  20 |         };
[INFO] [stderr]     |          ^
[INFO] [stderr] ...
[INFO] [stderr] 143 |                 Multiple => binary_op!(self, Value::Number, *),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `binary_op` (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/rox_lib/vm.rs:20:10
[INFO] [stderr]     |
[INFO] [stderr]  20 |         };
[INFO] [stderr]     |          ^
[INFO] [stderr] ...
[INFO] [stderr] 144 |                 Divide => binary_op!(self, Value::Number, /),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `rox` (lib) generated 5 warnings
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]    --> src/rox_lib/chunk.rs:149:9
[INFO] [stderr]     |
[INFO] [stderr] 149 |         OpCode::from(255);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 149 |         let _ = OpCode::from(255);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rox` (lib test) generated 6 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rox v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/rox_lib/lib.rs (/opt/rustwide/target/debug/deps/rox_lib-434d3b176cb5f4fa)
[INFO] [stdout] 
[INFO] [stdout] running 103 tests
[INFO] [stdout] test chunk::tests::chunk_add_constant ... ok
[INFO] [stdout] test compiler::tests::compiler_advance ... ok
[INFO] [stdout] test compiler::tests::compiler_compile ... ok
[INFO] [stdout] test compiler::tests::compiler_compile_with_error ... ok
[INFO] [stdout] test compiler::tests::compiler_consume ... ok
[INFO] [stdout] test compiler::tests::compiler_consume_error ... ok
[INFO] [stdout] test compiler::tests::compiler_add_local_max_num ... ok
[INFO] [stdout] test compiler::tests::parser_emit_byte ... ok
[INFO] [stdout] test compiler::tests::parser_emit_byte2 ... ok
[INFO] [stdout] test compiler::tests::parser_emit_constant ... ok
[INFO] [stdout] test compiler::tests::parser_make_constant_max_num ... ok
[INFO] [stdout] test compiler::tests::parser_patch_jump_max_num ... ok
[INFO] [stdout] test compiler::tests::parser_emit_loop_max_num ... ok
[INFO] [stdout] test compiler::tests::precedence_next ... ok
[INFO] [stdout] test compiler::tests::parser_make_constant ... ok
[INFO] [stdout] test compiler::tests::parser_end_compiler ... ok
[INFO] [stdout] test scanner::tests::scanner_fractional_number ... ok
[INFO] [stdout] test scanner::tests::scanner_get_token ... ok
[INFO] [stdout] test scanner::tests::scanner_advance ... ok
[INFO] [stdout] test scanner::tests::scanner_identify_keywords ... ok
[INFO] [stdout] test scanner::tests::scanner_is_at_end ... ok
[INFO] [stdout] test scanner::tests::scanner_match_token ... ok
[INFO] [stdout] test scanner::tests::scanner_match_token_not_expected ... ok
[INFO] [stdout] test scanner::tests::scanner_match_token_when_at_end ... ok
[INFO] [stdout] test scanner::tests::scanner_number ... ok
[INFO] [stdout] test scanner::tests::scanner_number_ignores_dot_if_not_number ... ok
[INFO] [stdout] test scanner::tests::scanner_peek ... ok
[INFO] [stdout] test scanner::tests::scanner_number_ignores_dot_if_nothing_after ... ok
[INFO] [stdout] test scanner::tests::scanner_peek_next ... ok
[INFO] [stdout] test scanner::tests::scanner_peek_next_when_at_end ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_at_end ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_identifier ... ok
[INFO] [stdout] test chunk::tests::chunk_write ... ok
[INFO] [stdout] test compiler::tests::compiler_advance_with_error ... ok
[INFO] [stdout] test scanner::tests::scanner_identifier ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_number ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_with_whitespace ... ok
[INFO] [stdout] test scanner::tests::scanner_skip_whitespace ... ok
[INFO] [stdout] test scanner::tests::scanner_skip_whitespace_counts_newlines ... ok
[INFO] [stdout] test scanner::tests::scanner_skip_whitespace_does_not_skip_division ... ok
[INFO] [stdout] test scanner::tests::scanner_skip_whitespace_ignores_comments ... ok
[INFO] [stdout] test scanner::tests::scanner_skip_whitespace_ignores_comments_ending_in_new_line ... ok
[INFO] [stdout] test scanner::tests::scanner_string ... ok
[INFO] [stdout] test scanner::tests::scanner_string_multiline ... ok
[INFO] [stdout] test scanner::tests::scanner_string_unterminated ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_string ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_one_character_tokens ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_unexpected_character ... ok
[INFO] [stdout] test scanner::tests::scanner_scan_two_character_tokens ... ok
[INFO] [stdout] test value::tests::value_is_truthy ... ok
[INFO] [stdout] test value::tests::value_is_falsey ... ok
[INFO] [stdout] test vm::tests::vm_interpret_add ... ok
[INFO] [stdout] test vm::tests::vm_interpret_and ... ok
[INFO] [stdout] test vm::tests::vm_interpret_binary_op_wrong_types ... ok
[INFO] [stdout] test vm::tests::vm_interpret_can_not_add_string_and_number ... ok
[INFO] [stdout] test vm::tests::vm_interpret_cannot_read_local_variable_in_own_initializer ... ok
[INFO] [stdout] test vm::tests::vm_interpret_compile_error ... ok
[INFO] [stdout] test vm::tests::vm_interpret_define_global ... ok
[INFO] [stdout] test vm::tests::vm_interpret_define_global_no_identifier ... ok
[INFO] [stdout] test vm::tests::vm_interpret_define_global_no_semicolon ... ok
[INFO] [stdout] test vm::tests::vm_interpret_define_global_no_value ... ok
[INFO] [stdout] test value::tests::value_into_valid_number ... ok
[INFO] [stdout] test vm::tests::vm_interpret_equal ... ok
[INFO] [stdout] test vm::tests::vm_interpret_add_strings ... ok
[INFO] [stdout] test vm::tests::vm_interpret_divide ... ok
[INFO] [stdout] test vm::tests::vm_interpret_for ... ok
[INFO] [stdout] test vm::tests::vm_interpret_get_local ... ok
[INFO] [stdout] test vm::tests::vm_interpret_for_syntax_error ... ok
[INFO] [stdout] test vm::tests::vm_interpret_get_global ... ok
[INFO] [stdout] test vm::tests::vm_interpret_get_global_undefined ... ok
[INFO] [stdout] test vm::tests::vm_interpret_greater_equal ... ok
[INFO] [stdout] test vm::tests::vm_interpret_greater ... ok
[INFO] [stdout] test vm::tests::vm_interpret_if_else ... ok
[INFO] [stdout] test vm::tests::vm_interpret_if ... ok
[INFO] [stdout] test vm::tests::vm_interpret_less ... ok
[INFO] [stdout] test vm::tests::vm_interpret_if_no_paren ... ok
[INFO] [stdout] test vm::tests::vm_interpret_less_equal ... ok
[INFO] [stdout] test vm::tests::vm_interpret_mismatching_block ... ok
[INFO] [stdout] test vm::tests::vm_interpret_negate ... ok
[INFO] [stdout] test vm::tests::vm_interpret_multiply ... ok
[INFO] [stdout] test vm::tests::vm_interpret_negate_not_number ... ok
[INFO] [stdout] test vm::tests::vm_interpret_not ... ok
[INFO] [stdout] test vm::tests::vm_interpret_not_equal ... ok
[INFO] [stdout] test vm::tests::vm_interpret_or ... ok
[INFO] [stdout] test vm::tests::vm_interpret_print ... ok
[INFO] [stdout] test vm::tests::vm_interpret_print_with_no_semicolon ... ok
[INFO] [stdout] test vm::tests::vm_interpret_same_name_same_scope ... ok
[INFO] [stdout] test vm::tests::vm_interpret_set_global_invalid_target ... ok
[INFO] [stdout] test vm::tests::vm_interpret_set_global ... ok
[INFO] [stdout] test vm::tests::vm_interpret_set_global_undefined ... ok
[INFO] [stdout] test vm::tests::vm_interpret_set_local ... ok
[INFO] [stdout] test vm::tests::vm_pop ... ok
[INFO] [stdout] test vm::tests::vm_interpret_while ... ok
[INFO] [stdout] test vm::tests::vm_push ... ok
[INFO] [stdout] test vm::tests::vm_read_byte ... ok
[INFO] [stdout] test vm::tests::vm_read_constant ... ok
[INFO] [stdout] test vm::tests::vm_read_short ... ok
[INFO] [stdout] test vm::tests::vm_interpret_while_no_paren ... ok
[INFO] [stdout] test vm::tests::vm_interpret_subtract ... ok
[INFO] [stdout] test chunk::tests::opcode_from_invalid_byte_should_panic - should panic ... ok
[INFO] [stdout] test value::tests::value_into_bool_panics - should panic ... ok
[INFO] [stdout] test compiler::tests::precedence_next_error - should panic ... ok
[INFO] [stdout] test value::tests::value_into_nil_panics - should panic ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rox-423cfc9be63a04ac)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 103 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/assignment.rs (/opt/rustwide/target/debug/deps/assignment-2d33c7dd61c2c2e8)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test local ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test assignment`
[INFO] [stdout] test associativity ... ok
[INFO] [stdout] test syntax ... ok
[INFO] [stdout] test undefined ... FAILED
[INFO] [stdout] test infix_operator ... FAILED
[INFO] [stdout] test grouping ... FAILED
[INFO] [stdout] test prefix_operator ... FAILED
[INFO] [stdout] test global ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- undefined stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'undefined' panicked at tests/assignment.rs:151:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n118 |                 Greater => binary_op!(self, Value::Boolean, >),\n    |                            ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n119 |                 Less => binary_op!(self, Value::Boolean, <),\n    |                         ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n142 |                 Subtract => binary_op!(self, Value::Number, -),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n143 |                 Multiple => binary_op!(self, Value::Number, *),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n144 |                 Divide => binary_op!(self, Value::Number, /),\n    |                           ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nUndefined variable 'unknown'.\n[line 1] in script\n"
[INFO] [stdout]  right: "Undefined variable 'unknown'.\n[line 1] in script\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cca3691a8c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5cca3691a8c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5cca3693fb83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5cca3693fb83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5cca36917843 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cca36917843 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5cca3691a712 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5cca3691be39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5cca3691bc6e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5cca368e4244 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5cca368e4244 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cca3691c80e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5cca3691c80e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5cca3691c5da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5cca3691adb9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5cca3691c26d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5cca3693e6a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5cca3693e927 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5cca368a69c9 - core::panicking::assert_failed::hf72d1baa0cc6092c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5cca368aabbe - assignment::undefined::h02cefb2db38846e2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:151:5
[INFO] [stdout]   22:     0x5cca368aa957 - assignment::undefined::{{closure}}::h3ef627e46662f2b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:139:15
[INFO] [stdout]   23:     0x5cca368a4dc6 - core::ops::function::FnOnce::call_once::h357087d09c04463b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5cca368e9aab - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5cca368e9aab - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5cca368e8be5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5cca368e8be5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5cca368e8be5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5cca368e8be5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5cca368e8be5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cca368e8be5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5cca368e8be5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5cca368ac7e4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5cca368ac7e4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5cca368b01ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5cca368b01ba - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5cca368b01ba - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5cca368b01ba - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5cca368b01ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5cca3691f78f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5cca3691f78f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7d68fc16aaa4 - <unknown>
[INFO] [stdout]   45:     0x7d68fc1f7a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- infix_operator stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infix_operator' panicked at tests/assignment.rs:74:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n118 |                 Greater => binary_op!(self, Value::Boolean, >),\n    |                            ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n119 |                 Less => binary_op!(self, Value::Boolean, <),\n    |                         ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n142 |                 Subtract => binary_op!(self, Value::Number, -),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n143 |                 Multiple => binary_op!(self, Value::Number, *),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n144 |                 Divide => binary_op!(self, Value::Number, /),\n    |                           ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n[line 3] Error at '=': Invalid assignment target.\n"
[INFO] [stdout]  right: "[line 3] Error at '=': Invalid assignment target.\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cca3691a8c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5cca3691a8c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5cca3693fb83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5cca3693fb83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5cca36917843 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cca36917843 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5cca3691a712 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5cca3691be39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5cca3691bc6e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5cca368e4244 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5cca368e4244 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cca3691c80e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5cca3691c80e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5cca3691c5da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5cca3691adb9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5cca3691c26d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5cca3693e6a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5cca3693e927 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5cca368a69c9 - core::panicking::assert_failed::hf72d1baa0cc6092c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5cca368a9ede - assignment::infix_operator::heb21511a68de8645
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:74:5
[INFO] [stdout]   22:     0x5cca368a9c77 - assignment::infix_operator::{{closure}}::h33e72e9059988d6a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:62:20
[INFO] [stdout]   23:     0x5cca368a4d86 - core::ops::function::FnOnce::call_once::h28d1289e7c1fd0c3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5cca368e9aab - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5cca368e9aab - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5cca368e8be5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5cca368e8be5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5cca368e8be5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5cca368e8be5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5cca368e8be5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cca368e8be5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5cca368e8be5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5cca368ac7e4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5cca368ac7e4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5cca368b01ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5cca368b01ba - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5cca368b01ba - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5cca368b01ba - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5cca368b01ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5cca3691f78f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5cca3691f78f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7d68fc16aaa4 - <unknown>
[INFO] [stdout]   45:     0x7d68fc1f7a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- grouping stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'grouping' panicked at tests/assignment.rs:54:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n118 |                 Greater => binary_op!(self, Value::Boolean, >),\n    |                            ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n119 |                 Less => binary_op!(self, Value::Boolean, <),\n    |                         ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n142 |                 Subtract => binary_op!(self, Value::Number, -),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n143 |                 Multiple => binary_op!(self, Value::Number, *),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n144 |                 Divide => binary_op!(self, Value::Number, /),\n    |                           ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n[line 2] Error at '=': Invalid assignment target.\n"
[INFO] [stdout]  right: "[line 2] Error at '=': Invalid assignment target.\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cca3691a8c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5cca3691a8c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5cca3693fb83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5cca3693fb83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5cca36917843 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cca36917843 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5cca3691a712 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5cca3691be39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5cca3691bc6e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5cca368e4244 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5cca368e4244 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cca3691c80e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5cca3691c80e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5cca3691c5da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5cca3691adb9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5cca3691c26d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5cca3693e6a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5cca3693e927 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5cca368a69c9 - core::panicking::assert_failed::hf72d1baa0cc6092c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5cca368a9b4e - assignment::grouping::h3202d799d0ca4d45
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:54:5
[INFO] [stdout]   22:     0x5cca368a98e7 - assignment::grouping::{{closure}}::h3ee24f208ea3d73c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:42:14
[INFO] [stdout]   23:     0x5cca368a4e06 - core::ops::function::FnOnce::call_once::h4c0947818c8aa774
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5cca368e9aab - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5cca368e9aab - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5cca368e8be5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5cca368e8be5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5cca368e8be5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5cca368e8be5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5cca368e8be5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cca368e8be5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5cca368e8be5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5cca368ac7e4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5cca368ac7e4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5cca368b01ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5cca368b01ba - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5cca368b01ba - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5cca368b01ba - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5cca368b01ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5cca3691f78f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5cca3691f78f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7d68fc16aaa4 - <unknown>
[INFO] [stdout]   45:     0x7d68fc1f7a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- prefix_operator stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'prefix_operator' panicked at tests/assignment.rs:94:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n118 |                 Greater => binary_op!(self, Value::Boolean, >),\n    |                            ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n119 |                 Less => binary_op!(self, Value::Boolean, <),\n    |                         ----------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n142 |                 Subtract => binary_op!(self, Value::Number, -),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n143 |                 Multiple => binary_op!(self, Value::Number, *),\n    |                             ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nwarning: trailing semicolon in macro used in expression position\n   --> src/rox_lib/vm.rs:20:10\n    |\n 20 |         };\n    |          ^\n...\n144 |                 Divide => binary_op!(self, Value::Number, /),\n    |                           ---------------------------------- in this macro invocation\n    |\n    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>\n    = note: this warning originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n[line 2] Error at '=': Invalid assignment target.\n"
[INFO] [stdout]  right: "[line 2] Error at '=': Invalid assignment target.\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cca3691a8c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cca3691a8c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5cca3691a8c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5cca3693fb83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5cca3693fb83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5cca36917843 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cca36917843 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5cca3691a712 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5cca3691be39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5cca3691bc6e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5cca368e4244 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5cca368e4244 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cca3691c80e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5cca3691c80e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5cca3691c5da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5cca3691adb9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5cca3691c26d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5cca3693e6a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5cca3693e927 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5cca368a69c9 - core::panicking::assert_failed::hf72d1baa0cc6092c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5cca368aa26e - assignment::prefix_operator::h7ed0990e39007e08
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:94:5
[INFO] [stdout]   22:     0x5cca368aa007 - assignment::prefix_operator::{{closure}}::h264c06a25b4ed6ae
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/assignment.rs:82:21
[INFO] [stdout]   23:     0x5cca368a4eb6 - core::ops::function::FnOnce::call_once::h6b509ec4a8a51907
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5cca368e9aab - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5cca368e9aab - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5cca368e8be5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5cca368e8be5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5cca368e8be5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5cca368e8be5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5cca368e8be5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cca368e8be5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5cca368e8be5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5cca368ac7e4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5cca368ac7e4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5cca368b01ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5cca368b01ba - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5cca368b01ba - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5cca368b01ba - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cca368b01ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5cca368b01ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5cca3691f78f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5cca3691f78f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7d68fc16aaa4 - <unknown>
[INFO] [stdout]   45:     0x7d68fc1f7a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     grouping
[INFO] [stdout]     infix_operator
[INFO] [stdout]     prefix_operator
[INFO] [stdout]     undefined
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.58s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2f2a7d8859c9794938e5e899b502542fb7dea3c5c4d9a3602c6013421f3dcfb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f2a7d8859c9794938e5e899b502542fb7dea3c5c4d9a3602c6013421f3dcfb7", kill_on_drop: false }`
[INFO] [stdout] 2f2a7d8859c9794938e5e899b502542fb7dea3c5c4d9a3602c6013421f3dcfb7
