[INFO] cloning repository https://github.com/Zakki0925224/rua
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zakki0925224/rua" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakki0925224%2Frua", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakki0925224%2Frua'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 325636cafe87a764a45f49f471d117b1b74eeac2
[INFO] testing Zakki0925224/rua against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakki0925224%2Frua" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Zakki0925224/rua
[INFO] finished tweaking git repo https://github.com/Zakki0925224/rua
[INFO] tweaked toml for git repo https://github.com/Zakki0925224/rua written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Zakki0925224/rua on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Zakki0925224/rua 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5bcfc60664b46c9f780748cfe6b40caf04f31ba07ef62cc7ae979e478a92041
[INFO] running `Command { std: "docker" "start" "-a" "e5bcfc60664b46c9f780748cfe6b40caf04f31ba07ef62cc7ae979e478a92041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5bcfc60664b46c9f780748cfe6b40caf04f31ba07ef62cc7ae979e478a92041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5bcfc60664b46c9f780748cfe6b40caf04f31ba07ef62cc7ae979e478a92041", kill_on_drop: false }`
[INFO] [stdout] e5bcfc60664b46c9f780748cfe6b40caf04f31ba07ef62cc7ae979e478a92041
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f9cf17cc6ac12d17920916e4bab17663e6ff52d167daee9a41778c31b276054
[INFO] running `Command { std: "docker" "start" "-a" "3f9cf17cc6ac12d17920916e4bab17663e6ff52d167daee9a41778c31b276054", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling rustyline v15.0.0
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling rua v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/parse.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     UnaryOp(fn(u8, u8) -> ByteCode, usize),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/parse.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 24 |     BinaryOp(fn(u8, u8, u8) -> ByteCode, usize, usize),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/parse.rs:454:12
[INFO] [stdout]     |
[INFO] [stdout] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout] 454 +         if std::ptr::fn_addr_eq(opr, ByteCode::Add as fn(u8, u8, u8) -> ByteCode) || opr == ByteCode::Mul {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/parse.rs:454:36
[INFO] [stdout]     |
[INFO] [stdout] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout] 454 +         if opr == ByteCode::Add || std::ptr::fn_addr_eq(opr, ByteCode::Mul as fn(u8, u8, u8) -> ByteCode) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/value.rs:109:41
[INFO] [stdout]     |
[INFO] [stdout] 109 |             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 109 -             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stdout] 109 +             Value::Float(f) => unsafe { f64::to_bits(*f).cast_signed().hash(state) },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s
[INFO] running `Command { std: "docker" "inspect" "3f9cf17cc6ac12d17920916e4bab17663e6ff52d167daee9a41778c31b276054", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f9cf17cc6ac12d17920916e4bab17663e6ff52d167daee9a41778c31b276054", kill_on_drop: false }`
[INFO] [stdout] 3f9cf17cc6ac12d17920916e4bab17663e6ff52d167daee9a41778c31b276054
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 736c4416ddbde846c755e145a9d5c410b09fdca8de0c46265e029a043c2cd73f
[INFO] running `Command { std: "docker" "start" "-a" "736c4416ddbde846c755e145a9d5c410b09fdca8de0c46265e029a043c2cd73f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rua v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/parse.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     UnaryOp(fn(u8, u8) -> ByteCode, usize),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/parse.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 24 |     BinaryOp(fn(u8, u8, u8) -> ByteCode, usize, usize),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/parse.rs:454:12
[INFO] [stdout]     |
[INFO] [stdout] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout] 454 +         if std::ptr::fn_addr_eq(opr, ByteCode::Add as fn(u8, u8, u8) -> ByteCode) || opr == ByteCode::Mul {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/parse.rs:454:36
[INFO] [stdout]     |
[INFO] [stdout] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stdout] 454 +         if opr == ByteCode::Add || std::ptr::fn_addr_eq(opr, ByteCode::Mul as fn(u8, u8, u8) -> ByteCode) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/value.rs:109:41
[INFO] [stdout]     |
[INFO] [stdout] 109 |             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 109 -             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stdout] 109 +             Value::Float(f) => unsafe { f64::to_bits(*f).cast_signed().hash(state) },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "736c4416ddbde846c755e145a9d5c410b09fdca8de0c46265e029a043c2cd73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "736c4416ddbde846c755e145a9d5c410b09fdca8de0c46265e029a043c2cd73f", kill_on_drop: false }`
[INFO] [stdout] 736c4416ddbde846c755e145a9d5c410b09fdca8de0c46265e029a043c2cd73f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3c62644fb3290fa5217511a3d1ea9ed12ad481853d2d03d7a56c27bbbc257fd1
[INFO] running `Command { std: "docker" "start" "-a" "3c62644fb3290fa5217511a3d1ea9ed12ad481853d2d03d7a56c27bbbc257fd1", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/parse.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr]  9 | #[derive(Debug, PartialEq)]
[INFO] [stderr]    |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 23 |     UnaryOp(fn(u8, u8) -> ByteCode, usize),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/parse.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr]  9 | #[derive(Debug, PartialEq)]
[INFO] [stderr]    |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 24 |     BinaryOp(fn(u8, u8, u8) -> ByteCode, usize, usize),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> src/parse.rs:454:12
[INFO] [stderr]     |
[INFO] [stderr] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]     |
[INFO] [stderr] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stderr] 454 +         if std::ptr::fn_addr_eq(opr, ByteCode::Add as fn(u8, u8, u8) -> ByteCode) || opr == ByteCode::Mul {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> src/parse.rs:454:36
[INFO] [stderr]     |
[INFO] [stderr] 454 |         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]     |
[INFO] [stderr] 454 -         if opr == ByteCode::Add || opr == ByteCode::Mul {
[INFO] [stderr] 454 +         if opr == ByteCode::Add || std::ptr::fn_addr_eq(opr, ByteCode::Mul as fn(u8, u8, u8) -> ByteCode) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/value.rs:109:41
[INFO] [stderr]     |
[INFO] [stderr] 109 |             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 109 -             Value::Float(f) => unsafe { mem::transmute::<f64, i64>(*f).hash(state) },
[INFO] [stderr] 109 +             Value::Float(f) => unsafe { f64::to_bits(*f).cast_signed().hash(state) },
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rua` (bin "rua" test) generated 5 warnings (run `cargo fix --bin "rua" -p rua --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rua-3c852b5566332b21)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_all_lua_files ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_all_lua_files stdout ----
[INFO] [stdout] Testing assign.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'g'
[INFO] [stdout]   [2]123
[INFO] [stdout]   [3]'g2'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadInt(0, 456)
[INFO] [stdout]   LoadInt(0, 123)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   Move(2, 0)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   Move(2, 0)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout]   GetGlobal(0, 1)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   Move(2, 0)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout]   SetGlobalConst(1, 2)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout]   SetGlobal(1, 0)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout]   GetGlobal(1, 3)
[INFO] [stdout]   SetGlobal(1, 1)
[INFO] [stdout]   GetGlobal(1, 0)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout] 
[INFO] [stdout] 123
[INFO] [stdout] 123
[INFO] [stdout] nil
[INFO] [stdout] 123
[INFO] [stdout] nil
[INFO] [stdout] nil
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing binops.lua: parsed constants:
[INFO] [stdout]   [0]'g'
[INFO] [stdout]   [1]10
[INFO] [stdout]   [2]1.1
[INFO] [stdout]   [3]2.0
[INFO] [stdout]   [4]'print'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   SetGlobalConst(0, 1)
[INFO] [stdout]   LoadConst(0, 2)
[INFO] [stdout]   LoadConst(1, 3)
[INFO] [stdout]   LoadInt(2, 100)
[INFO] [stdout]   GetGlobal(3, 4)
[INFO] [stdout]   GetGlobal(4, 0)
[INFO] [stdout]   AddInt(4, 4, 100)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 4)
[INFO] [stdout]   SubInt(4, 0, 1)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 4)
[INFO] [stdout]   LoadInt(4, 100)
[INFO] [stdout]   Div(4, 4, 2)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 4)
[INFO] [stdout]   LoadInt(4, 100)
[INFO] [stdout]   ShiftR(4, 4, 1)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 4)
[INFO] [stdout]   LoadInt(4, 100)
[INFO] [stdout]   ShiftR(4, 4, 0)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout] 
[INFO] [stdout] 110
[INFO] [stdout] 0.10000000000000009
[INFO] [stdout] 1.0
[INFO] [stdout] 25
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_all_lua_files' (25) panicked at src/vm.rs:583:67:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ea62f03f882 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ea62f054f8a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ea62f054f8a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5ea62f044e66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea62f044e66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ea62f01d55f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ea62f01d55f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ea62f0379c9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ea62efc741e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ea62efc741e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea62f037b82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ea62f037b82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ea62f01d64a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5ea62f012219 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ea62f01e55d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ea62f05568c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea62f055652 - core[585f66e14d78f9ba]::panicking::panic
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea62f0553a9 - core[585f66e14d78f9ba]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2199:5
[INFO] [stdout]   21:     0x5ea62ef865a4 - <core[585f66e14d78f9ba]::option::Option<i64>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:1016:21
[INFO] [stdout]   22:     0x5ea62ef865a4 - rua[3bf1482c0008396e]::vm::exe_binop_i
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:583:67
[INFO] [stdout]   23:     0x5ea62ef80745 - <rua[3bf1482c0008396e]::vm::ExeState>::execute::<std[3f03f8b59f91bef1]::fs::File>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:399:25
[INFO] [stdout]   24:     0x5ea62ef9d96b - rua[3bf1482c0008396e]::run_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:27:25
[INFO] [stdout]   25:     0x5ea62efabaa5 - rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:99:49
[INFO] [stdout]   26:     0x5ea62ef9abcf - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}, core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5ea62efa225b - __rust_try
[INFO] [stdout]   28:     0x5ea62ef9c52a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>, rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5ea62ef9c52a - std[3f03f8b59f91bef1]::panic::catch_unwind::<rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}, core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea62efacb89 - rua[3bf1482c0008396e]::tests::test_all_lua_files
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:99:26
[INFO] [stdout]   31:     0x5ea62efab9e7 - rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:69:28
[INFO] [stdout]   32:     0x5ea62efafcc6 - <rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x5ea62efbb7cb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   34:     0x5ea62efbb7cb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   35:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   36:     0x5ea62efc802a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   41:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   42:     0x5ea62efc24f4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   43:     0x5ea62efc24f4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   44:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   45:     0x5ea62efcab22 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   50:     0x5ea62efcab22 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x5ea62f03f12f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   52:     0x5ea62f03f12f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   53:     0x7370436aeaa4 - <unknown>
[INFO] [stdout]   54:     0x73704373ba64 - clone
[INFO] [stdout]   55:                0x0 - <unknown>
[INFO] [stdout] ✗ PANICKED
[INFO] [stdout] Testing concat.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'hello, world'
[INFO] [stdout]   [2]'hello, '
[INFO] [stdout]   [3]3.14
[INFO] [stdout]   [4]15926
[INFO] [stdout]   [5]'hello'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 2)
[INFO] [stdout]   ConcatInt(1, 1, 123)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 3)
[INFO] [stdout]   ConcatConst(1, 1, 4)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 5)
[INFO] [stdout]   LoadBool(2, true)
[INFO] [stdout]   Concat(1, 1, 2)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello, world'
[INFO] [stdout] 'hello, 123'
[INFO] [stdout] '3.1415926'
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_all_lua_files' (25) panicked at src/value.rs:188:18:
[INFO] [stdout] invalid string Value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ea62f03f882 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ea62f054f8a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ea62f054f8a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5ea62f044e66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea62f044e66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ea62f01d55f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ea62f01d55f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ea62f0379c9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ea62efc741e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ea62efc741e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea62f037b82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ea62f037b82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ea62f01d64a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5ea62f012219 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ea62f01e55d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ea62f05568c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea62efb3730 - <&[u8] as core[585f66e14d78f9ba]::convert::From<&rua[3bf1482c0008396e]::value::Value>>::from
[INFO] [stdout]                                at /opt/rustwide/workdir/src/value.rs:188:18
[INFO] [stdout]   20:     0x5ea62efb27fa - <&rua[3bf1482c0008396e]::value::Value as core[585f66e14d78f9ba]::convert::Into<&[u8]>>::into
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/convert/mod.rs:778:9
[INFO] [stdout]   21:     0x5ea62ef85e07 - rua[3bf1482c0008396e]::vm::exe_concat
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:624:17
[INFO] [stdout]   22:     0x5ea62ef80a43 - <rua[3bf1482c0008396e]::vm::ExeState>::execute::<std[3f03f8b59f91bef1]::fs::File>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:418:29
[INFO] [stdout]   23:     0x5ea62ef9d96b - rua[3bf1482c0008396e]::run_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:27:25
[INFO] [stdout]   24:     0x5ea62efabaa5 - rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:99:49
[INFO] [stdout]   25:     0x5ea62ef9abcf - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}, core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5ea62efa225b - __rust_try
[INFO] [stdout]   27:     0x5ea62ef9c52a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>, rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5ea62ef9c52a - std[3f03f8b59f91bef1]::panic::catch_unwind::<rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#3}, core[585f66e14d78f9ba]::result::Result<(), anyhow[9cdfd05225d2256c]::Error>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5ea62efacb89 - rua[3bf1482c0008396e]::tests::test_all_lua_files
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:99:26
[INFO] [stdout]   30:     0x5ea62efab9e7 - rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:69:28
[INFO] [stdout]   31:     0x5ea62efafcc6 - <rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x5ea62efbb7cb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x5ea62efbb7cb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x5ea62efc802a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x5ea62efc24f4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x5ea62efc24f4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   44:     0x5ea62efcab22 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   49:     0x5ea62efcab22 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x5ea62f03f12f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   51:     0x5ea62f03f12f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   52:     0x7370436aeaa4 - <unknown>
[INFO] [stdout]   53:     0x73704373ba64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] ✗ PANICKED
[INFO] [stdout] Testing escape.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'tab:	hi'
[INFO] [stdout]   [2]'你好'
[INFO] [stdout]   [3]'�'
[INFO] [stdout]   [4]'Hello'
[INFO] [stdout]   [5]'null:  .'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 2)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 3)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 4)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 5)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] 'tab:	hi'
[INFO] [stdout] '你好'
[INFO] [stdout] '�'
[INFO] [stdout] 'Hello'
[INFO] [stdout] 'null:  .'
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing hello.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'hello, world!'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello, world!'
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing hello2.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'hello, world!'
[INFO] [stdout]   [2]'hello, again!'
[INFO] [stdout]   [3]'haha!'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 2)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 3)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello, world!'
[INFO] [stdout] 'hello, again!'
[INFO] [stdout] 'haha!'
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing local.lua: parsed constants:
[INFO] [stdout]   [0]'hello, local!'
[INFO] [stdout]   [1]'print'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadConst(0, 0)
[INFO] [stdout]   GetGlobal(1, 1)
[INFO] [stdout]   Move(2, 0)
[INFO] [stdout]   Call(1, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello, local!'
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing local2.lua: parsed constants:
[INFO] [stdout]   [0]'hello, local!'
[INFO] [stdout]   [1]'print'
[INFO] [stdout]   [2]"I'm local-print!"
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadConst(0, 0)
[INFO] [stdout]   Move(1, 0)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   Move(3, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   GetGlobal(3, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 1)
[INFO] [stdout]   Move(3, 2)
[INFO] [stdout]   LoadConst(4, 2)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello, local!'
[INFO] [stdout] function
[INFO] [stdout] "I'm local-print!"
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing nihao.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]'你好'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] '你好'
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing prefixexp.lua: parsed constants:
[INFO] [stdout]   [0]'t'
[INFO] [stdout]   [1]'k'
[INFO] [stdout]   [2]300
[INFO] [stdout]   [3]'z'
[INFO] [stdout]   [4]400
[INFO] [stdout]   [5]'x'
[INFO] [stdout]   [6]'f'
[INFO] [stdout]   [7]'print'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadInt(0, 100)
[INFO] [stdout]   LoadInt(1, 200)
[INFO] [stdout]   NewTable(2, 3, 2)
[INFO] [stdout]   SetFieldConst(2, 1, 2)
[INFO] [stdout]   SetField(2, 3, 0)
[INFO] [stdout]   LoadInt(3, 10)
[INFO] [stdout]   LoadInt(4, 20)
[INFO] [stdout]   LoadInt(5, 30)
[INFO] [stdout]   SetList(2, 3)
[INFO] [stdout]   SetGlobal(0, 2)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   SetFieldConst(2, 1, 4)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetGlobal(3, 0)
[INFO] [stdout]   GetField(4, 3, 3)
[INFO] [stdout]   SetField(2, 5, 4)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetGlobal(3, 7)
[INFO] [stdout]   SetField(2, 6, 3)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetField(2, 2, 6)
[INFO] [stdout]   GetGlobal(3, 0)
[INFO] [stdout]   GetField(3, 3, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetField(2, 2, 6)
[INFO] [stdout]   GetGlobal(3, 0)
[INFO] [stdout]   GetField(3, 3, 5)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetField(2, 2, 6)
[INFO] [stdout]   GetGlobal(3, 0)
[INFO] [stdout]   GetInt(3, 3, 2)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 0)
[INFO] [stdout]   GetField(2, 2, 6)
[INFO] [stdout]   GetGlobal(3, 0)
[INFO] [stdout]   LoadInt(4, 1000)
[INFO] [stdout]   GetTable(3, 3, 4)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout] 
[INFO] [stdout] 400
[INFO] [stdout] 100
[INFO] [stdout] 20
[INFO] [stdout] nil
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing strings.lua: parsed constants:
[INFO] [stdout]   [0]'hello_world'
[INFO] [stdout]   [1]"middle_string_middle_string"
[INFO] [stdout]   [2]'''long_string_long_string_long_string_long_string_long_string'''
[INFO] [stdout]   [3]'print'
[INFO] [stdout]   [4]12
[INFO] [stdout]   [5]345
[INFO] [stdout]   [6]6789
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadConst(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   LoadConst(2, 2)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   Move(4, 0)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   Move(4, 1)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   Move(4, 2)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   SetGlobalConst(0, 4)
[INFO] [stdout]   SetGlobalConst(1, 5)
[INFO] [stdout]   SetGlobalConst(2, 6)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   GetGlobal(4, 0)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   GetGlobal(4, 1)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   GetGlobal(4, 2)
[INFO] [stdout]   Call(3, 1)
[INFO] [stdout] 
[INFO] [stdout] 'hello_world'
[INFO] [stdout] "middle_string_middle_string"
[INFO] [stdout] '''long_string_long_string_long_string_long_string_long_string'''
[INFO] [stdout] 12
[INFO] [stdout] 345
[INFO] [stdout] 6789
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing table.lua: parsed constants:
[INFO] [stdout]   [0]'kkk'
[INFO] [stdout]   [1]'x'
[INFO] [stdout]   [2]'hello'
[INFO] [stdout]   [3]'y'
[INFO] [stdout]   [4]'world'
[INFO] [stdout]   [5]'vvv'
[INFO] [stdout]   [6]'print'
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadConst(0, 0)
[INFO] [stdout]   NewTable(1, 3, 3)
[INFO] [stdout]   LoadInt(2, 100)
[INFO] [stdout]   LoadInt(3, 200)
[INFO] [stdout]   LoadInt(4, 300)
[INFO] [stdout]   SetFieldConst(1, 1, 2)
[INFO] [stdout]   SetFieldConst(1, 3, 4)
[INFO] [stdout]   SetFieldConst(1, 0, 5)
[INFO] [stdout]   SetList(1, 3)
[INFO] [stdout]   GetGlobal(2, 6)
[INFO] [stdout]   GetInt(3, 1, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 6)
[INFO] [stdout]   GetField(3, 1, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 6)
[INFO] [stdout]   GetField(3, 1, 0)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 6)
[INFO] [stdout]   Move(3, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout] 
[INFO] [stdout] 100
[INFO] [stdout] 'hello'
[INFO] [stdout] 'vvv'
[INFO] [stdout] table:3:3
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing types.lua: parsed constants:
[INFO] [stdout]   [0]'print'
[INFO] [stdout]   [1]123456
[INFO] [stdout]   [2]123456.0
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadNil(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadBool(1, false)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadInt(1, 123)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 1)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout]   GetGlobal(0, 0)
[INFO] [stdout]   LoadConst(1, 2)
[INFO] [stdout]   Call(0, 1)
[INFO] [stdout] 
[INFO] [stdout] nil
[INFO] [stdout] false
[INFO] [stdout] 123
[INFO] [stdout] 123456
[INFO] [stdout] 123456.0
[INFO] [stderr] error: test failed, to rerun pass `--bin rua`
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] Testing unops.lua: parsed constants:
[INFO] [stdout]   [0]3.14
[INFO] [stdout]   [1]'a'
[INFO] [stdout]   [2]'iamastring'
[INFO] [stdout]   [3]'print'
[INFO] [stdout]   [4]-3.14
[INFO] [stdout] parsed byte codes:
[INFO] [stdout]   LoadInt(0, 100)
[INFO] [stdout]   LoadConst(1, 0)
[INFO] [stdout]   SetGlobalConst(1, 2)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadInt(3, -101)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   BitNot(3, 0)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadConst(3, 4)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   Neg(3, 1)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadInt(3, 10)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   GetGlobal(3, 1)
[INFO] [stdout]   Len(3, 3)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadBool(3, true)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadBool(3, true)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   LoadBool(3, false)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout]   GetGlobal(2, 3)
[INFO] [stdout]   GetGlobal(3, 3)
[INFO] [stdout]   Not(3, 3)
[INFO] [stdout]   Call(2, 1)
[INFO] [stdout] 
[INFO] [stdout] -101
[INFO] [stdout] -101
[INFO] [stdout] -3.14
[INFO] [stdout] -3.14
[INFO] [stdout] 10
[INFO] [stdout] 10
[INFO] [stdout] true
[INFO] [stdout] true
[INFO] [stdout] false
[INFO] [stdout] false
[INFO] [stdout] ✓ PASSED
[INFO] [stdout] 
[INFO] [stdout] === Test Summary ===
[INFO] [stdout] Passed: 12
[INFO] [stdout] Failed: 2
[INFO] [stdout] 
[INFO] [stdout] Failed files:
[INFO] [stdout]   - binops.lua: Panic: called `Option::unwrap()` on a `None` value
[INFO] [stdout]   - concat.lua: Panic: invalid string Value
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_all_lua_files' (25) panicked at src/main.rs:133:13:
[INFO] [stdout] 
[INFO] [stdout] 2 test(s) failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea62f03f882 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ea62f03f882 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ea62f054f8a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ea62f054f8a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5ea62f044e66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea62f044e66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ea62f01d55f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ea62f01d55f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ea62f0379c9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ea62efc741e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ea62efc741e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea62f037b82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ea62f037b82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ea62f01d618 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ea62f012219 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ea62f01e55d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ea62f05568c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea62efac763 - rua[3bf1482c0008396e]::tests::test_all_lua_files
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:133:13
[INFO] [stdout]   20:     0x5ea62efab9e7 - rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:69:28
[INFO] [stdout]   21:     0x5ea62efafcc6 - <rua[3bf1482c0008396e]::tests::test_all_lua_files::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5ea62efbb7cb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea62efbb7cb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5ea62efc802a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5ea62efc802a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5ea62efc802a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5ea62efc24f4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5ea62efc24f4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x5ea62efcab22 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5ea62efcab22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x5ea62efcab22 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5ea62f03f12f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x5ea62f03f12f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   42:     0x7370436aeaa4 - <unknown>
[INFO] [stdout]   43:     0x73704373ba64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_all_lua_files
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3c62644fb3290fa5217511a3d1ea9ed12ad481853d2d03d7a56c27bbbc257fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c62644fb3290fa5217511a3d1ea9ed12ad481853d2d03d7a56c27bbbc257fd1", kill_on_drop: false }`
[INFO] [stdout] 3c62644fb3290fa5217511a3d1ea9ed12ad481853d2d03d7a56c27bbbc257fd1
