[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 beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglugg23%2Frox" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/glugg23/rox on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/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-10/source/Cargo.toml [INFO] crate git repo https://github.com/glugg23/rox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3016584893cee6d9853b96a97c1c6bde7ae4cd3758dc7e789ac455751c95e93 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c3016584893cee6d9853b96a97c1c6bde7ae4cd3758dc7e789ac455751c95e93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3016584893cee6d9853b96a97c1c6bde7ae4cd3758dc7e789ac455751c95e93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3016584893cee6d9853b96a97c1c6bde7ae4cd3758dc7e789ac455751c95e93", kill_on_drop: false }` [INFO] [stdout] c3016584893cee6d9853b96a97c1c6bde7ae4cd3758dc7e789ac455751c95e93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 471df659d349866a48c8035e374e4324d0111aaf5945806052d0e0892b852777 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "471df659d349866a48c8035e374e4324d0111aaf5945806052d0e0892b852777", 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] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `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 [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 [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 [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 [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `Command { std: "docker" "inspect" "471df659d349866a48c8035e374e4324d0111aaf5945806052d0e0892b852777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "471df659d349866a48c8035e374e4324d0111aaf5945806052d0e0892b852777", kill_on_drop: false }` [INFO] [stdout] 471df659d349866a48c8035e374e4324d0111aaf5945806052d0e0892b852777 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 50c394785e1e69f0198570f0692b98c27013eab6558ab7278a8744330baf70e2 [INFO] running `Command { std: "docker" "start" "-a" "50c394785e1e69f0198570f0692b98c27013eab6558ab7278a8744330baf70e2", 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] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `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 [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 [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 [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 [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: 5 warnings emitted [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] 118 | Greater => binary_op!(self, Value::Boolean, >), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `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 [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 [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 [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 [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] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.32s [INFO] [stderr] Executable unittests src/rox_lib/lib.rs (/opt/rustwide/target/debug/deps/rox_lib-c8d29725f0807f55) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rox-62655230ef9baade) [INFO] [stderr] Executable tests/assignment.rs (/opt/rustwide/target/debug/deps/assignment-41723ab9f99c9458) [INFO] [stderr] Executable tests/block.rs (/opt/rustwide/target/debug/deps/block-9e37d0b2a0be59f3) [INFO] [stderr] Executable tests/bool.rs (/opt/rustwide/target/debug/deps/bool-b4431c7759054529) [INFO] [stderr] Executable tests/comments.rs (/opt/rustwide/target/debug/deps/comments-8a9f8db99a37c207) [INFO] [stderr] Executable tests/for.rs (/opt/rustwide/target/debug/deps/for-9dc0c117c38e77ad) [INFO] [stderr] Executable tests/if.rs (/opt/rustwide/target/debug/deps/if-1cc46d2a5069ad4e) [INFO] [stderr] Executable tests/limit.rs (/opt/rustwide/target/debug/deps/limit-1dc930a8b967e840) [INFO] [stderr] Executable tests/logical_operator.rs (/opt/rustwide/target/debug/deps/logical_operator-47bc3d7a967b99d6) [INFO] [stderr] Executable tests/misc.rs (/opt/rustwide/target/debug/deps/misc-d7f9c494f7409d66) [INFO] [stderr] Executable tests/nil.rs (/opt/rustwide/target/debug/deps/nil-e057b8c748d19555) [INFO] [stderr] Executable tests/number.rs (/opt/rustwide/target/debug/deps/number-2c86b99d57c6d99a) [INFO] [stderr] Executable tests/operator.rs (/opt/rustwide/target/debug/deps/operator-a5bb780a309fc121) [INFO] [stderr] Executable tests/print.rs (/opt/rustwide/target/debug/deps/print-bae885daf7d1c839) [INFO] [stderr] Executable tests/string.rs (/opt/rustwide/target/debug/deps/string-452e5750e487f716) [INFO] [stderr] Executable tests/variable.rs (/opt/rustwide/target/debug/deps/variable-cbf39a5f50eb3048) [INFO] [stderr] Executable tests/while.rs (/opt/rustwide/target/debug/deps/while-d4b59c60526c0835) [INFO] running `Command { std: "docker" "inspect" "50c394785e1e69f0198570f0692b98c27013eab6558ab7278a8744330baf70e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50c394785e1e69f0198570f0692b98c27013eab6558ab7278a8744330baf70e2", kill_on_drop: false }` [INFO] [stdout] 50c394785e1e69f0198570f0692b98c27013eab6558ab7278a8744330baf70e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 03abbeaa6521b3698fc60a06880e5a46f70936baa6d5bcd36e841a5da86f798a [INFO] running `Command { std: "docker" "start" "-a" "03abbeaa6521b3698fc60a06880e5a46f70936baa6d5bcd36e841a5da86f798a", 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] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `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 [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 [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 [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 [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] [INFO] [stderr] warning: `rox` (lib test) generated 6 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/rox_lib/lib.rs (/opt/rustwide/target/debug/deps/rox_lib-c8d29725f0807f55) [INFO] [stdout] [INFO] [stdout] running 103 tests [INFO] [stdout] test chunk::tests::chunk_add_constant ... ok [INFO] [stdout] test chunk::tests::chunk_write ... 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::parser_end_compiler ... ok [INFO] [stdout] test compiler::tests::parser_make_constant ... ok [INFO] [stdout] test compiler::tests::compiler_add_local_max_num ... ok [INFO] [stdout] test compiler::tests::precedence_next ... ok [INFO] [stdout] test scanner::tests::scanner_identify_keywords ... ok [INFO] [stdout] test compiler::tests::parser_emit_constant ... ok [INFO] [stdout] test compiler::tests::parser_emit_byte2 ... ok [INFO] [stdout] test compiler::tests::parser_patch_jump_max_num ... ok [INFO] [stdout] test compiler::tests::parser_emit_byte ... ok [INFO] [stdout] test scanner::tests::scanner_identifier ... ok [INFO] [stdout] test compiler::tests::compiler_consume_error ... ok [INFO] [stdout] test scanner::tests::scanner_advance ... ok [INFO] [stdout] test compiler::tests::compiler_advance_with_error ... ok [INFO] [stdout] test compiler::tests::parser_emit_loop_max_num ... ok [INFO] [stdout] test scanner::tests::scanner_fractional_number ... ok [INFO] [stdout] test scanner::tests::scanner_get_token ... ok [INFO] [stdout] test compiler::tests::parser_make_constant_max_num ... ok [INFO] [stdout] test scanner::tests::scanner_scan_one_character_tokens ... ok [INFO] [stdout] test scanner::tests::scanner_scan_number ... ok [INFO] [stdout] test scanner::tests::scanner_match_token ... ok [INFO] [stdout] test scanner::tests::scanner_scan_identifier ... ok [INFO] [stdout] test scanner::tests::scanner_number ... ok [INFO] [stdout] test scanner::tests::scanner_scan_two_character_tokens ... ok [INFO] [stdout] test scanner::tests::scanner_scan_string ... 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 value::tests::value_into_valid_number ... ok [INFO] [stdout] test value::tests::value_is_falsey ... ok [INFO] [stdout] test value::tests::value_is_truthy ... ok [INFO] [stdout] test vm::tests::vm_interpret_add ... ok [INFO] [stdout] test vm::tests::vm_interpret_add_strings ... 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 scanner::tests::scanner_is_at_end ... ok [INFO] [stdout] test scanner::tests::scanner_match_token_not_expected ... ok [INFO] [stdout] test scanner::tests::scanner_scan_unexpected_character ... 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_peek ... 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_for_syntax_error ... ok [INFO] [stdout] test vm::tests::vm_interpret_get_global ... ok [INFO] [stdout] test vm::tests::vm_interpret_for ... ok [INFO] [stdout] test vm::tests::vm_interpret_define_global_no_semicolon ... ok [INFO] [stdout] test vm::tests::vm_interpret_get_global_undefined ... ok [INFO] [stdout] test vm::tests::vm_interpret_get_local ... ok [INFO] [stdout] test vm::tests::vm_interpret_if_else ... ok [INFO] [stdout] test vm::tests::vm_interpret_define_global_no_value ... ok [INFO] [stdout] test vm::tests::vm_interpret_greater ... ok [INFO] [stdout] test vm::tests::vm_interpret_divide ... ok [INFO] [stdout] test vm::tests::vm_interpret_mismatching_block ... ok [INFO] [stdout] test vm::tests::vm_interpret_multiply ... ok [INFO] [stdout] test scanner::tests::scanner_match_token_when_at_end ... ok [INFO] [stdout] test vm::tests::vm_interpret_if_no_paren ... ok [INFO] [stdout] test vm::tests::vm_interpret_equal ... ok [INFO] [stdout] test vm::tests::vm_interpret_define_global_no_identifier ... ok [INFO] [stdout] test vm::tests::vm_interpret_define_global ... ok [INFO] [stdout] test scanner::tests::scanner_number_ignores_dot_if_not_number ... ok [INFO] [stdout] test vm::tests::vm_interpret_negate ... 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_if ... ok [INFO] [stdout] test vm::tests::vm_interpret_greater_equal ... ok [INFO] [stdout] test vm::tests::vm_interpret_less ... ok [INFO] [stdout] test vm::tests::vm_interpret_less_equal ... ok [INFO] [stdout] test vm::tests::vm_interpret_print_with_no_semicolon ... ok [INFO] [stdout] test vm::tests::vm_interpret_set_local ... ok [INFO] [stdout] test vm::tests::vm_interpret_subtract ... ok [INFO] [stdout] test vm::tests::vm_interpret_while ... ok [INFO] [stdout] test vm::tests::vm_interpret_while_no_paren ... ok [INFO] [stdout] test vm::tests::vm_push ... 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_pop ... ok [INFO] [stdout] test vm::tests::vm_read_byte ... ok [INFO] [stdout] test vm::tests::vm_interpret_same_name_same_scope ... ok [INFO] [stdout] test vm::tests::vm_interpret_set_global ... ok [INFO] [stdout] test vm::tests::vm_interpret_set_global_invalid_target ... ok [INFO] [stdout] test vm::tests::vm_interpret_set_global_undefined ... 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_print ... ok [INFO] [stdout] test compiler::tests::precedence_next_error - should panic ... 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 value::tests::value_into_nil_panics - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 103 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rox-62655230ef9baade) [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-41723ab9f99c9458) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test global ... ok [INFO] [stdout] test associativity ... ok [INFO] [stdout] test local ... ok [INFO] [stdout] test syntax ... ok [INFO] [stdout] test prefix_operator ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--test assignment' [INFO] [stdout] test undefined ... FAILED [INFO] [stdout] test grouping ... FAILED [INFO] [stdout] test infix_operator ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- prefix_operator stdout ---- [INFO] [stdout] thread 'prefix_operator' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"warning: trailing semicolon in macro used in expression position\n --> src/rox_lib/vm.rs:20:10\n |\n20 | };\n | ^\n...\n118 | Greater => binary_op!(self, Value::Boolean, >),\n | ----------------------------------- in this macro invocation\n |\n = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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"`', tests/assignment.rs:94:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55dc890ec6fd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dc890ec6fd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dc890ec6fd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dc890ec6fd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dc8910f10c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55dc890e90b1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55dc890ee445 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dc890ee445 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dc890ee445 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dc890ee134 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dc890ee992 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dc890ee877 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55dc890ecbb4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dc890ee5a9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55dc8908a3d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55dc8910dcd8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55dc8909126a - core::panicking::assert_failed::ha63d68225f5e4280 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55dc8908faa7 - assignment::prefix_operator::h9359196c00d65b5c [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:94:5 [INFO] [stdout] 18: 0x55dc8908f88a - assignment::prefix_operator::{{closure}}::h948fa3faa50e8d72 [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:82:1 [INFO] [stdout] 19: 0x55dc8908cb1e - core::ops::function::FnOnce::call_once::h46eb17d7f88df021 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55dc890c8453 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55dc890c8453 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55dc890c7209 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55dc890c7209 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55dc890c7209 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55dc890c7209 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55dc890c7209 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55dc890c7209 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55dc890c7209 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55dc890933be - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55dc890933be - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55dc89098928 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55dc89098928 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55dc89098928 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55dc89098928 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55dc89098928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55dc890f32a3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fba96b57609 - start_thread [INFO] [stdout] 42: 0x7fba96927163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- undefined stdout ---- [INFO] [stdout] thread 'undefined' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"warning: trailing semicolon in macro used in expression position\n --> src/rox_lib/vm.rs:20:10\n |\n20 | };\n | ^\n...\n118 | Greater => binary_op!(self, Value::Boolean, >),\n | ----------------------------------- in this macro invocation\n |\n = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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"`', tests/assignment.rs:151:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55dc890ec6fd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dc890ec6fd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dc890ec6fd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dc890ec6fd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dc8910f10c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55dc890e90b1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55dc890ee445 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dc890ee445 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dc890ee445 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dc890ee134 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dc890ee992 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dc890ee877 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55dc890ecbb4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dc890ee5a9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55dc8908a3d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55dc8910dcd8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55dc8909126a - core::panicking::assert_failed::ha63d68225f5e4280 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55dc89090267 - assignment::undefined::h070c201ff6a99092 [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:151:5 [INFO] [stdout] 18: 0x55dc8909004a - assignment::undefined::{{closure}}::h8d723d9a68a0e405 [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:139:1 [INFO] [stdout] 19: 0x55dc8908ca5e - core::ops::function::FnOnce::call_once::h2f4717b8b71209ff [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55dc890c8453 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55dc890c8453 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55dc890c7209 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55dc890c7209 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55dc890c7209 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55dc890c7209 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55dc890c7209 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55dc890c7209 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55dc890c7209 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55dc890933be - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55dc890933be - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55dc89098928 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55dc89098928 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55dc89098928 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55dc89098928 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55dc89098928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55dc890f32a3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fba96b57609 - start_thread [INFO] [stdout] 42: 0x7fba96927163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- grouping stdout ---- [INFO] [stdout] thread 'grouping' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"warning: trailing semicolon in macro used in expression position\n --> src/rox_lib/vm.rs:20:10\n |\n20 | };\n | ^\n...\n118 | Greater => binary_op!(self, Value::Boolean, >),\n | ----------------------------------- in this macro invocation\n |\n = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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"`', tests/assignment.rs:54:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55dc890ec6fd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dc890ec6fd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dc890ec6fd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dc890ec6fd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dc8910f10c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55dc890e90b1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55dc890ee445 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dc890ee445 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dc890ee445 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dc890ee134 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dc890ee992 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dc890ee877 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55dc890ecbb4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dc890ee5a9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55dc8908a3d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55dc8910dcd8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55dc8909126a - core::panicking::assert_failed::ha63d68225f5e4280 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55dc8908f4a7 - assignment::grouping::hc7c8258d002067de [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:54:5 [INFO] [stdout] 18: 0x55dc8908f28a - assignment::grouping::{{closure}}::hd71873c3c85eec7c [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:42:1 [INFO] [stdout] 19: 0x55dc8908ca1e - core::ops::function::FnOnce::call_once::h1a7249c3b003aaaf [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55dc890c8453 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55dc890c8453 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55dc890c7209 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55dc890c7209 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55dc890c7209 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55dc890c7209 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55dc890c7209 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55dc890c7209 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55dc890c7209 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55dc890933be - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55dc890933be - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55dc89098928 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55dc89098928 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55dc89098928 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55dc89098928 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55dc89098928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55dc890f32a3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fba96b57609 - start_thread [INFO] [stdout] 42: 0x7fba96927163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- infix_operator stdout ---- [INFO] [stdout] thread 'infix_operator' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"warning: trailing semicolon in macro used in expression position\n --> src/rox_lib/vm.rs:20:10\n |\n20 | };\n | ^\n...\n118 | Greater => binary_op!(self, Value::Boolean, >),\n | ----------------------------------- in this macro invocation\n |\n = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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 |\n20 | };\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 \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"`', tests/assignment.rs:74:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55dc890ec6fd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dc890ec6fd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dc890ec6fd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dc890ec6fd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dc8910f10c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55dc890e90b1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55dc890ee445 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dc890ee445 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dc890ee445 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dc890ee134 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dc890ee992 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dc890ee877 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55dc890ecbb4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dc890ee5a9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55dc8908a3d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55dc8910dcd8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55dc8909126a - core::panicking::assert_failed::ha63d68225f5e4280 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55dc8908f7a7 - assignment::infix_operator::h4b32f4e8401d8c48 [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:74:5 [INFO] [stdout] 18: 0x55dc8908f58a - assignment::infix_operator::{{closure}}::h34fa6ac4d6d1aaab [INFO] [stdout] at /opt/rustwide/workdir/tests/assignment.rs:62:1 [INFO] [stdout] 19: 0x55dc8908cade - core::ops::function::FnOnce::call_once::h451bc4512ccc7af3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55dc890c8453 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55dc890c8453 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55dc890c7209 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55dc890c7209 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55dc890c7209 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55dc890c7209 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55dc890c7209 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55dc890c7209 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55dc890c7209 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55dc890933be - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55dc890933be - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55dc89098928 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55dc89098928 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55dc89098928 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55dc89098928 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55dc89098928 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55dc89098928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55dc890f32a3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55dc890f32a3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fba96b57609 - start_thread [INFO] [stdout] 42: 0x7fba96927163 - clone [INFO] [stdout] 43: 0x0 - [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 6.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "03abbeaa6521b3698fc60a06880e5a46f70936baa6d5bcd36e841a5da86f798a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03abbeaa6521b3698fc60a06880e5a46f70936baa6d5bcd36e841a5da86f798a", kill_on_drop: false }` [INFO] [stdout] 03abbeaa6521b3698fc60a06880e5a46f70936baa6d5bcd36e841a5da86f798a