[INFO] cloning repository https://github.com/Malien/luar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Malien/luar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalien%2Fluar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalien%2Fluar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49bbf58b26e2b3d12ba2823b6437828c9f2f586c
[INFO] testing Malien/luar against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalien%2Fluar" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Malien/luar
[INFO] finished tweaking git repo https://github.com/Malien/luar
[INFO] tweaked toml for git repo https://github.com/Malien/luar written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Malien/luar on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Malien/luar 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d455f418bf474ba981cf07969808f068b04b50ccab87937cdf3d5d286a18d6d
[INFO] running `Command { std: "docker" "start" "-a" "6d455f418bf474ba981cf07969808f068b04b50ccab87937cdf3d5d286a18d6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d455f418bf474ba981cf07969808f068b04b50ccab87937cdf3d5d286a18d6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d455f418bf474ba981cf07969808f068b04b50ccab87937cdf3d5d286a18d6d", kill_on_drop: false }`
[INFO] [stdout] 6d455f418bf474ba981cf07969808f068b04b50ccab87937cdf3d5d286a18d6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03c1c407d9d59f9b8bad29d59ef990dbb735c083780366a75e53b815a24a3569
[INFO] running `Command { std: "docker" "start" "-a" "03c1c407d9d59f9b8bad29d59ef990dbb735c083780366a75e53b815a24a3569", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling peg-runtime v0.7.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling keyed_vec v0.1.0 (/opt/rustwide/workdir/keyed_vec)
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling nonzero_ext v0.3.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling peg-macros v0.7.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling peg v0.7.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling enum-map-derive v0.14.0
[INFO] [stderr]    Compiling enum-map v2.7.0
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling decorum v0.3.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling non_empty v0.1.0 (/opt/rustwide/workdir/non_empty)
[INFO] [stderr]    Compiling luar_lex v0.1.0 (/opt/rustwide/workdir/lex)
[INFO] [stderr]    Compiling luar_string v0.1.0 (/opt/rustwide/workdir/string)
[INFO] [stderr]    Compiling test_util v0.1.0 (/opt/rustwide/workdir/test_util)
[INFO] [stderr]    Compiling luar_syn v0.1.0 (/opt/rustwide/workdir/syn)
[INFO] [stderr]    Compiling luar_error v0.1.0 (/opt/rustwide/workdir/error)
[INFO] [stderr]    Compiling reggie v0.1.0 (/opt/rustwide/workdir/reggie)
[INFO] [stderr]    Compiling ast_vm v0.1.0 (/opt/rustwide/workdir/ast_vm)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ast_vm/src/opt/eval.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext {
[INFO] [stdout]    |                     ^^^^^^^^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FnID` is never constructed
[INFO] [stdout]   --> reggie/src/meta.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct FnID(usize);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_within_int_range` is never used
[INFO] [stdout]   --> reggie/src/stdlib.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn is_within_int_range(float: f64) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Tag` is never used
[INFO] [stdout]   --> reggie/src/value/compact.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 | enum Tag {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `refcount` is never used
[INFO] [stdout]    --> reggie/src/value/string.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl SharedStringPtr {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub(crate) unsafe fn refcount(self) -> u32 {
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `unretained` and `refcount` are never used
[INFO] [stdout]    --> reggie/src/value/string.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl CompactString {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub(crate) unsafe fn unretained(ptr: SharedStringPtr) -> Self {
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub(crate) fn refcount(&self) -> u32 {
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.35s
[INFO] running `Command { std: "docker" "inspect" "03c1c407d9d59f9b8bad29d59ef990dbb735c083780366a75e53b815a24a3569", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03c1c407d9d59f9b8bad29d59ef990dbb735c083780366a75e53b815a24a3569", kill_on_drop: false }`
[INFO] [stdout] 03c1c407d9d59f9b8bad29d59ef990dbb735c083780366a75e53b815a24a3569
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffdc713e168d57e134ad7554f57621b3f1c1ca1d48d6593f028432cbdb20a69f
[INFO] running `Command { std: "docker" "start" "-a" "ffdc713e168d57e134ad7554f57621b3f1c1ca1d48d6593f028432cbdb20a69f", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling similar v2.3.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling luar_syn v0.1.0 (/opt/rustwide/workdir/syn)
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling winnow v0.5.17
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling ntest_proc_macro_helper v0.7.5
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling ntest_test_cases v0.7.5
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling insta v1.34.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling luar_error v0.1.0 (/opt/rustwide/workdir/error)
[INFO] [stderr]    Compiling reggie v0.1.0 (/opt/rustwide/workdir/reggie)
[INFO] [stderr]    Compiling ast_vm v0.1.0 (/opt/rustwide/workdir/ast_vm)
[INFO] [stderr]    Compiling non_empty v0.1.0 (/opt/rustwide/workdir/non_empty)
[INFO] [stderr]    Compiling test_util v0.1.0 (/opt/rustwide/workdir/test_util)
[INFO] [stderr]    Compiling luar_string v0.1.0 (/opt/rustwide/workdir/string)
[INFO] [stderr]    Compiling lua-src v546.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ast_vm/src/opt/eval.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext {
[INFO] [stdout]    |                     ^^^^^^^^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling keyed_vec v0.1.0 (/opt/rustwide/workdir/keyed_vec)
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stdout] warning: struct `FnID` is never constructed
[INFO] [stdout]   --> reggie/src/meta.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct FnID(usize);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_within_int_range` is never used
[INFO] [stdout]   --> reggie/src/stdlib.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn is_within_int_range(float: f64) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Tag` is never used
[INFO] [stdout]   --> reggie/src/value/compact.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 | enum Tag {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `refcount` is never used
[INFO] [stdout]    --> reggie/src/value/string.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl SharedStringPtr {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub(crate) unsafe fn refcount(self) -> u32 {
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `unretained` and `refcount` are never used
[INFO] [stdout]    --> reggie/src/value/string.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl CompactString {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub(crate) unsafe fn unretained(ptr: SharedStringPtr) -> Self {
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub(crate) fn refcount(&self) -> u32 {
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling luar_lex v0.1.0 (/opt/rustwide/workdir/lex)
[INFO] [stderr]    Compiling luajit-src v210.5.0+becf5cc
[INFO] [stderr]    Compiling mlua v0.7.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ast_vm/src/opt/eval.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext {
[INFO] [stdout]    |                     ^^^^^^^^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling ntest_timeout v0.7.5
[INFO] [stderr]    Compiling ntest v0.7.5
[INFO] [stdout] warning: struct `FnID` is never constructed
[INFO] [stdout]   --> reggie/src/meta.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct FnID(usize);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_within_int_range` is never used
[INFO] [stdout]   --> reggie/src/stdlib.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn is_within_int_range(float: f64) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Tag` is never used
[INFO] [stdout]   --> reggie/src/value/compact.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 | enum Tag {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `unretained` is never used
[INFO] [stdout]    --> reggie/src/value/string.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl CompactString {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub(crate) unsafe fn unretained(ptr: SharedStringPtr) -> Self {
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling luar_tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stdout] warning: unused imports: `TableRef` and `TableValue`
[INFO] [stdout]  --> tests/reggie/table.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     LuaValue, Machine, TableRef, TableValue, TypeError, assert_type_error, eval_module,
[INFO] [stdout]   |                        ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 45.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ffdc713e168d57e134ad7554f57621b3f1c1ca1d48d6593f028432cbdb20a69f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffdc713e168d57e134ad7554f57621b3f1c1ca1d48d6593f028432cbdb20a69f", kill_on_drop: false }`
[INFO] [stdout] ffdc713e168d57e134ad7554f57621b3f1c1ca1d48d6593f028432cbdb20a69f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 84f8814368f8f90e175bc9e7b15935cc1a95cc2fa4cf5dca0d11d3ce146fa422
[INFO] running `Command { std: "docker" "start" "-a" "84f8814368f8f90e175bc9e7b15935cc1a95cc2fa4cf5dca0d11d3ce146fa422", kill_on_drop: false }`
[INFO] [stderr] warning: struct `FnID` is never constructed
[INFO] [stderr]   --> reggie/src/meta.rs:53:12
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub struct FnID(usize);
[INFO] [stderr]    |            ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_within_int_range` is never used
[INFO] [stderr]   --> reggie/src/stdlib.rs:26:4
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn is_within_int_range(float: f64) -> bool {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Tag` is never used
[INFO] [stderr]   --> reggie/src/value/compact.rs:50:6
[INFO] [stderr]    |
[INFO] [stderr] 50 | enum Tag {
[INFO] [stderr]    |      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `refcount` is never used
[INFO] [stderr]    --> reggie/src/value/string.rs:101:26
[INFO] [stderr]     |
[INFO] [stderr]  26 | impl SharedStringPtr {
[INFO] [stderr]     | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 101 |     pub(crate) unsafe fn refcount(self) -> u32 {
[INFO] [stderr]     |                          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `unretained` and `refcount` are never used
[INFO] [stderr]    --> reggie/src/value/string.rs:138:26
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl CompactString {
[INFO] [stderr]     | ------------------ associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 138 |     pub(crate) unsafe fn unretained(ptr: SharedStringPtr) -> Self {
[INFO] [stderr]     |                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 |     pub(crate) fn refcount(&self) -> u32 {
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `unretained` is never used
[INFO] [stderr]    --> reggie/src/value/string.rs:138:26
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl CompactString {
[INFO] [stderr]     | ------------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 138 |     pub(crate) unsafe fn unretained(ptr: SharedStringPtr) -> Self {
[INFO] [stderr]     |                          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `reggie` (lib) generated 5 warnings
[INFO] [stderr] warning: `reggie` (lib test) generated 4 warnings (3 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> ast_vm/src/opt/eval.rs:30:21
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext {
[INFO] [stderr]    |                     ^^^^^^^^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn new(context: &mut Context, frame_size: u16) -> EvalContext<'_> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ast_vm` (lib) generated 1 warning (run `cargo fix --lib -p ast_vm` to apply 1 suggestion)
[INFO] [stderr] warning: `ast_vm` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused imports: `TableRef` and `TableValue`
[INFO] [stderr]  --> tests/reggie/table.rs:5:24
[INFO] [stderr]   |
[INFO] [stderr] 5 |     LuaValue, Machine, TableRef, TableValue, TypeError, assert_type_error, eval_module,
[INFO] [stderr]   |                        ^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `luar_tests` (test "reggie") generated 1 warning (run `cargo fix --test "reggie" -p luar_tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ast_vm-c48146c448123320)
[INFO] [stdout] 
[INFO] [stdout] running 111 tests
[INFO] [stdout] test expr::binary_op::test::and_short_circuits ... ok
[INFO] [stdout] test block::test::early_returns_from_blocks_stop_flow_of_execution ... ok
[INFO] [stdout] test expr::binary_op::test::binary_minus_on_convertible_values_is_the_difference_of_those_values ... ok
[INFO] [stdout] test expr::binary_op::test::binary_plus_on_convertible_values_is_the_sum_of_those_values ... ok
[INFO] [stdout] test expr::binary_op::test::eval_and_truthy ... ok
[INFO] [stdout] test expr::binary_op::test::binary_plus_on_incompatible_types_is_not_supported ... ok
[INFO] [stdout] test expr::binary_op::test::division_on_incompatible_types_is_not_supported ... ok
[INFO] [stdout] test expr::binary_op::test::multiplication_on_incompatible_types_is_not_supported ... ok
[INFO] [stdout] test expr::binary_op::test::binary_minus_on_incompatible_types_is_not_supported ... ok
[INFO] [stdout] test expr::binary_op::test::or_short_circuits ... ok
[INFO] [stdout] test expr::binary_op::test::concat ... ok
[INFO] [stdout] test expr::binary_op::test::different_values_do_not_equal_themselves ... ok
[INFO] [stdout] test expr::binary_op::test::multiplication_on_convertible_values_is_the_product_of_those_values ... ok
[INFO] [stdout] test expr::binary_op::test::eval_and_falsy ... ok
[INFO] [stdout] test expr::fn_call::test::eval_fn_call ... ok
[INFO] [stdout] test expr::binary_op::test::eval_or_falsy ... ok
[INFO] [stdout] test expr::binary_op::test::eval_or_truthy ... ok
[INFO] [stdout] test expr::fn_call::test::calling_not_a_function_value_is_an_error ... ok
[INFO] [stdout] test expr::table_constructor::test::empty_table_constructor_creates_empty_table ... ok
[INFO] [stdout] test expr::fn_call::test::eval_fn_return ... ok
[INFO] [stdout] test expr::binary_op::test::division_of_convertible_values_is_the_division_of_those_values ... ok
[INFO] [stdout] test expr::test::eval_nil ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_not_on_nil ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_negation_on_inf ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_negation_on_nan ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_negation_on_convertible_str ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_negation_on_neg_inf ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_negation ... ok
[INFO] [stdout] test expr::test::eval_number_literal ... ok
[INFO] [stdout] test expr::test::eval_string_literal ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_not_on_truthy_vals ... ok
[INFO] [stdout] test fn_decl::test::not_passed_arguments_are_set_to_nil ... ok
[INFO] [stdout] test fn_decl::test::passing_more_arguments_than_stated_just_gets_arglist_truncated ... ok
[INFO] [stdout] test fn_decl::test::running_block_in_function_is_the_same_as_running_it_in_global_context ... ignored, This would generate unsupported operations for now, so as to always fail
[INFO] [stdout] test fn_decl::test::fn_declaration_puts_function_in_scope ... ok
[INFO] [stdout] test lang::value::table::test::default_table_is_empty ... ok
[INFO] [stdout] test expr::binary_op::test::value_is_equal_to_itself ... ok
[INFO] [stdout] test lang::value::table::test::new_table_is_empty ... ok
[INFO] [stdout] test expr::binary_op::test::multiple_return_is_not_propagated_in_or ... ok
[INFO] [stdout] test lang::value::table::test::setting_function_key_can_be_retrieved_only_with_the_same_fn_ref ... ok
[INFO] [stdout] test lang::value::table::test::setting_number_key_can_be_retrieved_with_the_same_key ... ok
[INFO] [stdout] test fn_decl::test::multiple_return_is_propagated ... ok
[INFO] [stdout] test lang::value::table::test::accessing_unset_key_result_in_nil ... ok
[INFO] [stdout] test lang::value::table::test::setting_table_key_can_be_retrieved_only_with_the_same_table_ref ... ok
[INFO] [stdout] test fn_decl::test::function_executes_side_effect ... ok
[INFO] [stdout] test expr::binary_op::test::not_equals_is_the_negation_of_equality ... ok
[INFO] [stdout] test fn_decl::test::arguments_passed_in_are_defined_as_local_variables_inside_fn ... ok
[INFO] [stdout] test lang::value::table::test::setting_string_key_can_be_retrieved_with_the_same_key ... ok
[INFO] [stdout] test stdlib::fns::test::floor_floor_numbers ... ok
[INFO] [stdout] test stdlib::fns::test::flooring_unconvertible_values_is_an_error ... ok
[INFO] [stdout] test stdlib::fns::test::asserting_truthy_value_does_nothing ... ok
[INFO] [stdout] test stdlib::fns::test::printing_function_prints_it_address ... ok
[INFO] [stdout] test stdlib::fns::test::asserting_falsy_value_produces_error ... ok
[INFO] [stdout] test stdlib::fns::test::printing_nil_prints_nil ... ok
[INFO] [stdout] test stdlib::fns::test::printing_number_prints_string_repr ... ok
[INFO] [stdout] test fn_decl::test::fn_declaration_return ... ok
[INFO] [stdout] test stdlib::fns::test::printing_string_prints_its_value ... ok
[INFO] [stdout] test stdlib::fns::test::printing_with_no_args_prints_nothing ... ok
[INFO] [stdout] test stdlib::fns::test::strlen_on_non_stringable_errors_out ... ok
[INFO] [stdout] test stdlib::fns::test::random_produces_values_from_0_to_1 ... ok
[INFO] [stdout] test stdlib::fns::test::strlen_returns_the_number_of_bytes_in_a_stringified_number ... ok
[INFO] [stdout] test stdlib::fns::test::strsub_errors_out_on_non_stringables ... ok
[INFO] [stdout] test stdlib::fns::test::multiple_values_are_printed_on_separate_lines ... ok
[INFO] [stdout] test stdlib::fns::test::strsub_slices_string_suffix ... ok
[INFO] [stdout] test stdlib::fns::test::tonumber_on_number_looking_string_returns_parsed_number ... ok
[INFO] [stdout] test stdlib::fns::test::tonumber_on_number_returns_self ... ok
[INFO] [stdout] test stdlib::fns::test::tonumber_on_zero_args_returns_nil ... ok
[INFO] [stdout] nil
[INFO] [stdout] 1
[INFO] [stdout] hello
[INFO] [stdout] function: Pointer { addr: 0x712f44001ed0, metadata: DynMetadata(0x5edf0782db08) }
[INFO] [stdout] 1
[INFO] [stdout] nil
[INFO] [stdout] hello
[INFO] [stdout] function: Pointer { addr: 0x712f44001ed0, metadata: DynMetadata(0x5edf0782db08) }
[INFO] [stdout] function: Pointer { addr: 0x712f44001ed0, metadata: DynMetadata(0x5edf0782db08) }
[INFO] [stdout] nil
[INFO] [stdout] bye
[INFO] [stdout] 42.32
[INFO] [stdout] test stdlib::test::lua_test ... ok
[INFO] [stdout] test stmnt::assignment::test::assigning_to_a_nil_member_is_an_error ... ok
[INFO] [stdout] test stmnt::assignment::test::accessing_property_of_a_non_indexable_value_is_an_error ... ok
[INFO] [stdout] test stdlib::fns::test::strlen_returns_the_number_of_bytes_in_a_string ... ok
[INFO] [stdout] test stmnt::assignment::test::assigning_to_a_non_indexable_value_is_an_error ... ok
[INFO] [stdout] test stmnt::assignment::test::assigning_to_existing_member_overrides_it ... ok
[INFO] [stdout] test expr::fn_call::test::eval_fn_call_multiple_returns ... ok
[INFO] [stdout] test fn_decl::test::local_declarations_stay_local ... ok
[INFO] [stdout] test expr::unary_op::test::expressions::eval_unary_minus_on_unsupported_type_errors ... ok
[INFO] [stdout] test stmnt::assignment::test::assigning_to_a_table_member ... ok
[INFO] [stdout] test stmnt::local_decl::test::local_scopes_are_different ... ok
[INFO] [stdout] test stmnt::local_decl::test::local_var_in_global_context_is_not_accessible_from_other_function_contexts ... ok
[INFO] [stdout] test stmnt::local_decl::test::local_vars_do_not_leak_through_function_calls ... ok
[INFO] [stdout] test ret::test::eval_multiple_return ... ok
[INFO] [stdout] test stmnt::local_decl::test::local_decl_does_not_behave_like_global_assignment_in_global_scope ... ok
[INFO] [stdout] test stmnt::assignment::test::eval_single_assignment ... ok
[INFO] [stdout] test stmnt::local_decl::test::redeclaring_local_overrides_the_variable ... ok
[INFO] [stdout] test tail_values::test::tail_values_does_not_expand_multi_value_in_the_middle ... ok
[INFO] [stdout] test stmnt::local_decl::test::set_global_values_behave_like_local_declarations ... ok
[INFO] [stdout] test tail_values::test::tail_values_empty ... ok
[INFO] [stdout] test stmnt::local_decl::test::set_global_value_cannot_be_undeclared ... ok
[INFO] [stdout] test expr::binary_op::test::multiple_return_is_not_propagated_in_and ... ok
[INFO] [stdout] test tail_values::test::tail_values_expand_end_multi_value ... ok
[INFO] [stdout] test tail_values::test::tail_values_iter_simple_values ... ok
[INFO] [stdout] test var::test::accessing_property_can_only_be_done_on_a_table ... ok
[INFO] [stdout] test fn_decl::test::function_multiple_returns ... ok
[INFO] [stdout] test var::test::eval_ident_on_global ... ok
[INFO] [stdout] test expr::table_constructor::test::list_table_constructor_creates_table_with_integer_indices_from_one_upwards ... ok
[INFO] [stdout] test var::test::eval_table_lookup ... ok
[INFO] [stdout] test var::test::eval_property_access ... ok
[INFO] [stdout] test var::test::everything_that_is_not_a_table_cannot_be_indexed ... ok
[INFO] [stdout] test var::test::looking_up_nonexistent_property ... ok
[INFO] [stdout] test var::test::eval_table_lookup_on_nonexistent_key ... ok
[INFO] [stdout] test stmnt::assignment::test::assigning_to_a_property_is_the_same_as_to_a_member_keyed_by_the_string_of_property_name ... ok
[INFO] [stdout] test stmnt::local_decl::test::redeclaring_local_with_new_value_sets_the_value ... ok
[INFO] [stdout] test opt::compiler::test::local_scopes_are_different ... ok
[INFO] [stdout] test opt::compiler::test::removes_named_local_var_lookup ... ok
[INFO] [stdout] test opt::compiler::test::removes_named_var_lookup ... ok
[INFO] [stdout] test ret::test::eval_multiple_concatenated_return ... ok
[INFO] [stdout] test stmnt::assignment::test::multiple_expanded_assignment ... ok
[INFO] [stdout] test var::test::property_lookup_is_the_same_as_string_lookup ... ok
[INFO] [stdout] test expr::table_constructor::test::key_value_pairs_constructor_creates_table_with_corresponding_key_value_association ... ok
[INFO] [stdout] test stmnt::assignment::test::eval_multiple_assignment ... ok
[INFO] [stdout] test stmnt::assignment::test::multiple_expanded_assignment_in_the_middle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 110 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ast_vm-d2b75c1c742058d9)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/keyed_vec-027c35204855ad53)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/luar_error-e667e3ad6a4e5742)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/luar_lex-cd47178fc163d311)
[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] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test number_literal::tests::parses_integers_with_exponent ... ok
[INFO] [stdout] test number_literal::tests::parses_with_dot ... ok
[INFO] [stdout] test number_literal::tests::parses_with_dot_before ... ok
[INFO] [stdout] test number_literal::tests::parses_with_dot_with_exponent ... ok
[INFO] [stdout] test string_literal::tests::parses_escape_sequences ... ok
[INFO] [stdout] test number_literal::tests::parses_floats ... ok
[INFO] [stdout] test number_literal::tests::parses_with_dot_before_with_exponent ... ok
[INFO] [stdout] test number_literal::tests::parses_floats_with_exponent ... ok
[INFO] [stdout] test number_literal::tests::parses_integers ... ok
[INFO] [stdout] test number_literal::tests::parses_integers_with_negative_zero_exponent ... ok
[INFO] [stdout] test token::test::fractional_number ... ok
[INFO] [stdout] test token::test::function_1 ... ok
[INFO] [stdout] test token::test::simple_number ... ok
[INFO] [stdout] test token::test::string_literal_with_mixed_quotes ... ok
[INFO] [stdout] test token::test::string_literal ... ok
[INFO] [stdout] test token::test::exponents ... ok
[INFO] [stdout] test token::test::function_2 ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/luar_string-ca137ccf23b563f5)
[INFO] [stdout] test string_literal::tests::parses_plain_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/luar_syn-253a120c3ca60f1a)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test expr::table_constructor::test::correctly_displays_combined_table_constructor ... ok
[INFO] [stdout] test expr::function_call::test::parses_empty_table_function_cal ... ok
[INFO] [stdout] test expr::function_call::test::parses_empty_function_call ... ok
[INFO] [stdout] test expr::op::test::operator_precedence_3 ... ok
[INFO] [stdout] test expr::op::test::operator_precedence_1 ... ok
[INFO] [stdout] test expr::op::test::operator_precedence_2 ... ok
[INFO] [stdout] test expr::table_constructor::test::parses_empty_table_constructor ... ok
[INFO] [stdout] test expr::test::nill_expr ... ok
[INFO] [stdout] test expr::test::number_expr ... ok
[INFO] [stdout] test expr::test::parses_my_example ... ok
[INFO] [stdout] test expr::test::string_expr ... ok
[INFO] [stdout] test expr::function_call::test::parses_arbitrary_function_call ... ok
[INFO] [stdout] test block::test::parses_arbitrary_block ... ok
[INFO] [stdout] test expr::test::parses_arbitrary_expression ... ok
[INFO] [stdout] test expr::function_call::test::parses_arbitrary_function_function_call ... ok
[INFO] [stdout] test expr::var::test::parse_named_var ... ok
[INFO] [stdout] test expr::test::var_expr ... ok
[INFO] [stdout] test expr::var::test::parse_arbitrary_var ... ok
[INFO] [stdout] test flat_intersperse::flat_maps ... ok
[INFO] [stdout] test function_declaration::test::displays_correctly ... ok
[INFO] [stdout] test function_declaration::test::displays_correctly_empty_func ... ok
[INFO] [stdout] test expr::var::test::parse_arbitrary_ppty_access ... ok
[INFO] [stdout] test expr::var::test::parse_single_member_lookup ... ok
[INFO] [stdout] test expr::var::test::parse_single_ppty_access ... ok
[INFO] [stdout] test function_declaration::test::parses_arbitrary_method_name ... ok
[INFO] [stdout] test function_declaration::test::parses_arbitrary_arglist ... ok
[INFO] [stdout] test function_declaration::test::parses_complex_fn ... ok
[INFO] [stdout] test function_declaration::test::parses_empty_decl ... ok
[INFO] [stdout] test function_declaration::test::parses_fn_with_decl ... ok
[INFO] [stdout] test expr::function_call::test::parses_arbitrary_method_call ... ok
[INFO] [stdout] test function_declaration::test::parses_arbitrary_plain_name ... ok
[INFO] [stdout] test expr::function_call::test::parses_arbitrary_table_function_call ... ok
[INFO] [stdout] test expr::table_constructor::test::parses_arbitrary_table_constructor ... ok
[INFO] [stdout] test module::test::parses_empty_module ... ok
[INFO] [stdout] test function_declaration::test::parses_arbitrary_body ... ok
[INFO] [stdout] test ret::test::correctly_displays_empty_return ... ok
[INFO] [stdout] test function_declaration::test::parses_arbitrary_func_decl ... ok
[INFO] [stdout] test ret::test::correctly_displays_return ... ok
[INFO] [stdout] test ret::test::parses_arbitrary_expression_return ... ok
[INFO] [stdout] test expr::table_constructor::test::parses_arbitrary_associative_table_constructor ... ok
[INFO] [stdout] test ret::test::parses_empty_return ... ok
[INFO] [stdout] test expr::function_call::test::parses_arbitrary_arglist_function_call ... ok
[INFO] [stdout] test stmnt::conditional::test::else_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::elseif_else_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::elseif_elseif_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::elseif_end_clause ... ok
[INFO] [stdout] test expr::var::test::parse_arbitrary_member_lookup ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_else_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_elseif_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_elseif_else_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_empty_if_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_simple_if_clause ... ok
[INFO] [stdout] test stmnt::conditional::test::simple_clause ... ok
[INFO] [stdout] test stmnt::declaration::test::initialization_without_declaration_is_illegal ... ok
[INFO] [stdout] test stmnt::declaration::test::multiple_declarations ... ok
[INFO] [stdout] test stmnt::declaration::test::multiple_initialization ... ok
[INFO] [stdout] test stmnt::conditional::test::parses_arbitrary_conditional ... ok
[INFO] [stdout] test expr::table_constructor::test::parses_arbitrary_list_table_constructor ... ok
[INFO] [stdout] test stmnt::declaration::test::single_initialization ... ok
[INFO] [stdout] test stmnt::declaration::test::single_declaration ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::correctly_displays ... ok
[INFO] [stdout] test stmnt::declaration::test::zero_declarations_is_illegal ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_empty ... ok
[INFO] [stdout] test expr::table_constructor::test::parses_arbitrary_list_table_constructor_with_trailing_comma ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_empty_loop_with_arbitrary_condition ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_multiple_statement_body ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_single_statement ... ok
[INFO] [stdout] test block::test::parses_arbitrary_return_block ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_loop_with_arbitrary_body ... ok
[INFO] [stdout] test ret::test::correctly_displays_multiple_return ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_empty_loop ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_empty_statement_body_with_arbitrary_condition ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_multiple_statement_body ... ok
[INFO] [stdout] test stmnt::repeat_loop::test::parses_arbitrary_repeat_loop ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_single_statement_body ... ok
[INFO] [stdout] test stmnt::while_loop::test::while_loop_without_condition_is_illegal ... ok
[INFO] [stdout] test token_span::test::span_traversal_correctly_identifies_position ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_simple_loop_with_arbitrary_body ... ok
[INFO] [stdout] test ret::test::parses_arbitrary_multiple_return ... ok
[INFO] [stdout] test stmnt::while_loop::test::parses_arbitrary_while_loop ... ok
[INFO] [stdout] test module::test::parses_just_arbitrary_return ... ok
[INFO] [stdout] test stmnt::test::parses_arbitrary_statement ... ok
[INFO] [stdout] test stmnt::test::parses_arbitrary_statement_ending_with_semi ... ok
[INFO] [stdout] test stmnt::declaration::test::parses_arbitrary_declaration ... ok
[INFO] [stdout] test stmnt::assignment::test::parses_arbitrary_assignment ... ok
[INFO] [stdout] test module::test::parses_arbitrary_function_declaration_sequence ... ok
[INFO] [stdout] test block::test::displays_correctly_statements has been running for over 60 seconds
[INFO] [stdout] test block::test::displays_correctly_statements_with_arbitrary_return has been running for over 60 seconds
[INFO] [stdout] test block::test::parses_arbitrary_statements_block has been running for over 60 seconds
[INFO] [stdout] test module::test::parses_arbitrary_chunk_sequence has been running for over 60 seconds
[INFO] [stdout] test module::test::parses_arbitrary_module has been running for over 60 seconds
[INFO] [stdout] test module::test::parses_arbitrary_statement_sequence has been running for over 60 seconds
[INFO] [stdout] test module::test::parses_arbitrary_chunk_sequence ... ok
[INFO] [stdout] test module::test::parses_arbitrary_module ... ok
[INFO] [stdout] test block::test::parses_arbitrary_statements_block ... ok
[INFO] [stdout] test block::test::displays_correctly_statements_with_arbitrary_return ... ok
[INFO] [stdout] test module::test::parses_arbitrary_statement_sequence ... ok
[INFO] [stdout] test block::test::displays_correctly_statements ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 104.92s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/syn-b57b26c436caaa85)
[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 correctness/main.rs (/opt/rustwide/target/debug/deps/correctness-4ed0eabbd0579f69)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test reggie::fib_loop ... ok
[INFO] [stdout] test ast_vm::fib_loop ... ok
[INFO] [stdout] test ast_vm::fib_tailrec ... ok
[INFO] [stdout] test reggie::fib_tailrec ... ok
[INFO] [stdout] test reggie::string_packing ... ok
[INFO] [stdout] test ast_vm::string_packing ... ok
[INFO] [stdout] test ast_vm::fib_rec ... ok
[INFO] [stdout] test reggie::fib_rec ... ok
[INFO] [stdout] test reggie::heapsort ... ok
[INFO] [stdout] test ast_vm::heapsort ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.11s
[INFO] [stdout] 
[INFO] [stderr]      Running engine/main.rs (/opt/rustwide/target/debug/deps/engine-f9644292bf989ea1)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test ast_vm::boolean_ops ... ok
[INFO] [stdout] test ast_vm::arithmetic ... ok
[INFO] [stdout] test ast_vm::assignment ... ok
[INFO] [stdout] test ast_vm::local_decl ... ok
[INFO] [stdout] test ast_vm::opt::fn_call ... ok
[INFO] [stdout] test ast_vm::opt::conditional ... ok
[INFO] [stdout] test ast_vm::opt::boolean_ops ... ok
[INFO] [stdout] test ast_vm::opt::tables ... ok
[INFO] [stdout] test ast_vm::opt::local_decl ... ok
[INFO] [stdout] test ast_vm::opt::arithmetic ... ok
[INFO] [stdout] test ast_vm::fn_call ... ok
[INFO] [stdout] test ast_vm::opt::assignment ... ok
[INFO] [stdout] test reggie::boolean_ops ... ok
[INFO] [stdout] test ast_vm::opt::while_loop ... ok
[INFO] [stdout] test reggie::assignment ... ok
[INFO] [stdout] test ast_vm::tables ... ok
[INFO] [stdout] test ast_vm::while_loop ... ok
[INFO] [stdout] test reggie::arithmetic ... ok
[INFO] [stdout] test reggie::fn_call ... ok
[INFO] [stdout] test reggie::local_decl ... ok
[INFO] [stdout] test reggie::conditional ... ok
[INFO] [stdout] test reggie::while_loop ... ok
[INFO] [stdout] test reggie::tables ... ok
[INFO] [stdout] test reggie::stdlib ... ok
[INFO] [stdout] test ast_vm::opt::stdlib ... ok
[INFO] [stdout] test ast_vm::conditional ... ok
[INFO] [stdout] test ast_vm::stdlib ... ok
[INFO] [stdout] test reggie::comparison ... ok
[INFO] [stdout] test ast_vm::opt::comparison ... ok
[INFO] [stdout] test ast_vm::comparison ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running reggie/main.rs (/opt/rustwide/target/debug/deps/reggie-c83fd4a6f0ff8a74)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test eval_empty ... ok
[INFO] [stdout] test eval_nil ... ok
[INFO] [stdout] test boolean_ops::eval_or_falsy ... ok
[INFO] [stdout] test different_values_do_not_equal_themselves ... ok
[INFO] [stdout] test assignment::eval_single_assignment ... ok
[INFO] [stdout] test eval_string_literal ... ok
[INFO] [stdout] test concat ... ok
[INFO] [stdout] test comparison::comparing_strings_orders_them_lexicographically ... ok
[INFO] [stdout] test eval_number_literal ... ok
[INFO] [stdout] test boolean_ops::eval_or_truthy ... ok
[INFO] [stdout] test boolean_ops::eval_and_falsy ... ok
[INFO] [stdout] test function::eval_fn_call ... ok
[INFO] [stdout] test function::multiple_return_is_propagated ... ok
[INFO] [stdout] test function::function_executes_side_effect ... ok
[INFO] [stdout] test boolean_ops::eval_and_truthy ... ok
[INFO] [stdout] test local_decl::global_var_cannot_be_reassigned_with_local_declaration ... ok
[INFO] [stdout] test function::not_passed_arguments_are_set_to_nil ... ok
[INFO] [stdout] test local_decl::local_scopes_are_different ... ok
[INFO] [stdout] test function::arguments_passed_in_are_defined_as_local_variables_inside_fn ... ok
[INFO] [stdout] test function::passing_more_arguments_than_stated_just_gets_arglist_truncated ... ok
[INFO] [stdout] test local_decl::local_var_in_global_context_is_not_accessible_from_other_function_contexts ... ok
[INFO] [stdout] test function::fn_declaration_return ... ok
[INFO] [stdout] test function::calling_not_a_function_value_is_an_error ... ok
[INFO] [stdout] test local_decl::local_declaration_does_not_reassign_globals ... ok
[INFO] [stdout] test local_decl::local_vars_do_not_leak_through_function_calls ... ok
[INFO] [stdout] test table::assigning_to_a_nan_member_is_an_error ... ok
[INFO] [stdout] test function::fn_declaration_puts_function_in_scope ... ok
[INFO] [stdout] test table::accessing_non_table_member_is_an_error ... ok
[INFO] [stdout] test table::assigning_to_nil_member_is_an_error ... ok
[INFO] [stdout] test table::accessing_non_table_property_is_an_error ... ok
[INFO] [stdout] test local_decl::redeclaring_local_with_new_value_creates_new_local_with_that_value ... ok
[INFO] [stdout] test table::assigning_to_a_non_table_member_is_an_error ... ok
[INFO] [stdout] test function::eval_fn_return ... ok
[INFO] [stdout] test table::assigning_to_a_non_table_property_is_an_error ... ok
[INFO] [stdout] test local_decl::local_declarations_stay_local ... ok
[INFO] [stdout] test table_constructor::empty_table_constructor_creates_empty_table ... ok
[INFO] [stdout] test function::eval_fn_call_multiple_returns ... ok
[INFO] [stdout] test local_decl::local_decl_does_not_behave_like_global_assignment_in_global_scope ... ok
[INFO] [stdout] test local_decl::redeclaring_local_declares_new_local ... ok
[INFO] [stdout] test comparison::comparing_numbers_behave_according_to_IEEE754 ... ok
[INFO] [stdout] test value_is_equal_to_itself ... ok
[INFO] [stdout] test comparison::only_string_values_are_comparable_with_each_other ... ok
[INFO] [stdout] test not_equals_is_the_negation_of_equality ... ok
[INFO] [stdout] test unary_op::not ... ok
[INFO] [stdout] test comparison::only_numeric_values_are_comparable_with_each_other ... ok
[INFO] [stdout] test table_constructor::list_table_constructor_creates_table_with_integer_indices_from_one_upwards ... ok
[INFO] [stdout] test while_loop::while_loop_executes_until_condition_is_true ... ok
[INFO] [stdout] test table_constructor::key_value_pairs_constructor_creates_table_with_corresponding_key_value_association ... ok
[INFO] [stdout] test function::function_multiple_returns ... ok
[INFO] [stdout] test assignment::eval_multiple_assignment ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/non_empty-cc86b6a59b097b1d)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reggie-2ba224720bc2b3c3)
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 94 tests
[INFO] [stdout] test call_stack::test::zero_bit_initialized_native_function_is_null ... ok
[INFO] [stdout] test call_stack::test::zero_bit_initialized_lua_string_is_none ... ok
[INFO] [stdout] test call_stack::test::zero_bit_initialized_table_ref_is_null ... ok
[INFO] [stdout] test call_stack::test::zero_bit_initialized_lua_value_is_float_zero ... ok
[INFO] [stdout] test compiler::module::test::compile_return_float ... ok
[INFO] [stdout] test compiler::module::test::compile_empty ... ok
[INFO] [stdout] test compiler::function::test::compile_return_str_fn ... ok
[INFO] [stdout] test compiler::module::test::compile_return_str ... ok
[INFO] [stdout] test compiler::function::test::compile_return_int_fn ... ok
[INFO] [stdout] test compiler::function::test::compile_empty_fn ... ok
[INFO] [stdout] test compiler::function::test::compile_return_float_fn ... ok
[INFO] [stdout] test compiler::function::test::compile_empty_empty_return_fn ... ok
[INFO] [stdout] test compiler::function::test::compile_return_nil_fn ... ok
[INFO] [stdout] test optimizer::test_block_split ... ok
[INFO] [stdout] test runtime::test::after_execution_error_machine_stack_is_cleared ... ok
[INFO] [stdout] test runtime::test::const_c_and_wrap_c ... ok
[INFO] [stdout] test runtime::test::conditional_jumps ... ok
[INFO] [stdout] test runtime::test::d_call_lua_function ... ok
[INFO] [stdout] test compiler::module::test::compile_simple_if ... ok
[INFO] [stdout] test compiler::module::test::compile_return_int ... ok
[INFO] [stdout] test runtime::test::d_call_native_function_propagates_errors ... ok
[INFO] [stdout] test compiler::module::test::compile_return_nil ... ok
[INFO] [stdout] test compiler::function::test::compile_simple_function ... ok
[INFO] [stdout] test runtime::test::const_i ... ok
[INFO] [stdout] test compiler::module::test::correct_return_count ... ok
[INFO] [stdout] test runtime::test::d_call_native_function ... ok
[INFO] [stdout] test runtime::test::const_s ... ok
[INFO] [stdout] test optimizer::optimization_result ... ok
[INFO] [stdout] test runtime::test::d_concat_l_numbers ... ok
[INFO] [stdout] test runtime::test::const_f ... ok
[INFO] [stdout] test runtime::test::d_concat_r_strings ... ok
[INFO] [stdout] test runtime::test::const_n ... ok
[INFO] [stdout] test runtime::test::lda_and_str_lt ... ok
[INFO] [stdout] test runtime::test::d_concat_l_strings ... ok
[INFO] [stdout] test runtime::test::jmp ... ok
[INFO] [stdout] test runtime::test::i_add ... ok
[INFO] [stdout] test runtime::test::lda_and_str_rt ... ok
[INFO] [stdout] test runtime::test::set_vc ... ok
[INFO] [stdout] test runtime::test::str_and_lda_ld ... ok
[INFO] [stdout] test runtime::test::str_and_lda_rd ... ok
[INFO] [stdout] test runtime::test::str_d_gl ... ok
[INFO] [stdout] test runtime::test::lda_prot ... ok
[INFO] [stdout] test runtime::test::d_concat_r_numbers ... ok
[INFO] [stdout] test runtime::test::eq_test_d ... ok
[INFO] [stdout] test runtime::test::str_li_and_lda_li ... ok
[INFO] [stdout] test runtime::test::str_rd ... ok
[INFO] [stdout] test runtime::test::typed_call ... ok
[INFO] [stdout] test runtime::test::nil_test_nil ... ok
[INFO] [stdout] test runtime::test::wrap_f ... ok
[INFO] [stdout] test runtime::test::plus_1_and_2_arg_regs ... ok
[INFO] [stdout] test runtime::test::nil_test_non_nill ... ok
[INFO] [stdout] test runtime::test::rd_shift_right ... ok
[INFO] [stdout] test runtime::test::lda_vc ... ok
[INFO] [stdout] test runtime::test::lda_d_gl ... ok
[INFO] [stdout] test runtime::test::d_call_on_uncallable ... ok
[INFO] [stdout] test runtime::test::plus_1_and_2_local_regs ... ok
[INFO] [stdout] test runtime::test::str_ri_and_lda_ri ... ok
[INFO] [stdout] test runtime::test::ret_fn_call ... ok
[INFO] [stdout] test runtime::test::new_and_str_rt ... ok
[INFO] [stdout] test runtime::test::wrap_i ... ok
[INFO] [stdout] test runtime::test::wrap_s ... ok
[INFO] [stdout] test stdlib::test::flooring_unconvertible_values_is_an_error ... ok
[INFO] [stdout] test stdlib::test::printing_nil_prints_nil ... ok
[INFO] [stdout] test stdlib::test::printing_with_no_args_prints_newline ... ok
[INFO] [stdout] test stdlib::test::floor_floor_numbers ... ok
[INFO] [stdout] test stdlib::test::printing_int_prints_string_repr ... ok
[INFO] [stdout] test stdlib::test::printing_function_prints_it_address ... ok
[INFO] [stdout] test stdlib::test::printing_float_prints_string_repr ... ok
[INFO] [stdout] test stdlib::test::strlen_on_non_stringable_errors_out ... ok
[INFO] [stdout] test stdlib::test::strlen_returns_the_number_of_bytes_in_a_stringified_float ... ok
[INFO] [stdout] test stdlib::test::strlen_returns_the_number_of_bytes_in_a_stringified_int ... ok
[INFO] [stdout] test stdlib::test::printing_string_prints_its_value ... ok
[INFO] [stdout] test value::compact::compact_lua_value_is_still_8_bytes ... ok
[INFO] [stdout] test value::compact::tests::cloning_native_functions_does_retain_them ... ok
[INFO] [stdout] test value::compact::tests::cloning_strings_does_retain_them ... ok
[INFO] [stdout] test value::compact::tests::cloning_tables_does_retain_them ... ok
[INFO] [stdout] test value::compact::tests::code_block_ids_are_stored_properly ... ok
[INFO] [stdout] test value::compact::tests::default_is_nil ... ok
[INFO] [stdout] test stdlib::test::strsub_errors_out_on_non_stringables ... ok
[INFO] [stdout] test value::compact::tests::native_function_refcount_is_correctly_accounted_for ... ok
[INFO] [stdout] test value::compact::tests::native_functions_are_stored_properly ... ok
[INFO] [stdout] test value::compact::tests::nil_is_encoded_correctly ... ok
[INFO] [stdout] test value::compact::tests::ints_are_properly_stored ... ok
[INFO] [stdout] test stdlib::test::strlen_returns_the_number_of_bytes_in_a_string ... ok
[INFO] [stdout] test value::compact::tests::table_refcount_is_correctly_accounted_for ... ok
[INFO] [stdout] test value::compact::tests::floats_are_stored_properly ... ok
[INFO] [stdout] test value::compact::tests::strings_are_stored_properly ... ok
[INFO] [stdout] test stdlib::test::strsub_slices_string_suffix ... ok
[INFO] [stdout] test value::string::tests::alloc_copy_and_drop ... ok
[INFO] [stdout] test value::string::tests::alloc_and_dealloc ... ok
[INFO] [stdout] test compiler::module::test::compile_function_declaration ... ok
[INFO] [stdout] test compiler::module::test::empty_module_and_module_with_empty_return_compiles_identically ... ok
[INFO] [stdout] test stdlib::test::multiple_values_are_printed_separated_by_tabs ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/reggie-5a03faa7d048b295)
[INFO] [stdout] test value::compact::tests::tables_are_properly_stored ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/reggiec.rs (/opt/rustwide/target/debug/deps/reggiec-63bf938eb0206f91)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/test_util-b6b92a495bec7c17)
[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]    Doc-tests ast_vm
[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]    Doc-tests keyed_vec
[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]    Doc-tests luar_error
[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]    Doc-tests luar_lex
[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]    Doc-tests luar_string
[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]    Doc-tests luar_syn
[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]    Doc-tests non_empty
[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]    Doc-tests reggie
[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]    Doc-tests test_util
[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] running `Command { std: "docker" "inspect" "84f8814368f8f90e175bc9e7b15935cc1a95cc2fa4cf5dca0d11d3ce146fa422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84f8814368f8f90e175bc9e7b15935cc1a95cc2fa4cf5dca0d11d3ce146fa422", kill_on_drop: false }`
[INFO] [stdout] 84f8814368f8f90e175bc9e7b15935cc1a95cc2fa4cf5dca0d11d3ce146fa422
