[INFO] cloning repository https://github.com/Gankra/bappy-script [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gankra/bappy-script" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGankra%2Fbappy-script", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGankra%2Fbappy-script'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ad84b573193009fd511494e81a6f4dd0733d53d [INFO] testing Gankra/bappy-script against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGankra%2Fbappy-script" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gankra/bappy-script on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Gankra/bappy-script [INFO] finished tweaking git repo https://github.com/Gankra/bappy-script [INFO] tweaked toml for git repo https://github.com/Gankra/bappy-script written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/Gankra/bappy-script already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded insta v1.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6018b4a873d404c434c6c16787b59c55dfeca95592957547bc800a43b45bacad [INFO] running `Command { std: "docker" "start" "-a" "6018b4a873d404c434c6c16787b59c55dfeca95592957547bc800a43b45bacad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6018b4a873d404c434c6c16787b59c55dfeca95592957547bc800a43b45bacad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6018b4a873d404c434c6c16787b59c55dfeca95592957547bc800a43b45bacad", kill_on_drop: false }` [INFO] [stdout] 6018b4a873d404c434c6c16787b59c55dfeca95592957547bc800a43b45bacad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2f6a925609561105a2e2c7f22d03a5b5e31f04daa58d3802c3ec2e124e28475 [INFO] running `Command { std: "docker" "start" "-a" "c2f6a925609561105a2e2c7f22d03a5b5e31f04daa58d3802c3ec2e124e28475", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling bappy-script v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `StackDealloc` [INFO] [stdout] --> src/checker.rs:1443:5 [INFO] [stdout] | [INFO] [stdout] 1443 | / StackDealloc { [INFO] [stdout] 1444 | | src_reg: RegIdx, [INFO] [stdout] 1445 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/checker.rs:1400:10 [INFO] [stdout] | [INFO] [stdout] 1400 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HeapDealloc` [INFO] [stdout] --> src/checker.rs:1446:5 [INFO] [stdout] | [INFO] [stdout] 1446 | / HeapDealloc { [INFO] [stdout] 1447 | | src_reg: RegIdx, [INFO] [stdout] 1448 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/checker.rs:1400:10 [INFO] [stdout] | [INFO] [stdout] 1400 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.91s [INFO] running `Command { std: "docker" "inspect" "c2f6a925609561105a2e2c7f22d03a5b5e31f04daa58d3802c3ec2e124e28475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2f6a925609561105a2e2c7f22d03a5b5e31f04daa58d3802c3ec2e124e28475", kill_on_drop: false }` [INFO] [stdout] c2f6a925609561105a2e2c7f22d03a5b5e31f04daa58d3802c3ec2e124e28475 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4aa2b9e7edf9224b5751d7b4492ee0a8d69186c2c25cc8df1627e20ca3ed1702 [INFO] running `Command { std: "docker" "start" "-a" "4aa2b9e7edf9224b5751d7b4492ee0a8d69186c2c25cc8df1627e20ca3ed1702", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling similar v2.1.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling insta v1.10.0 [INFO] [stderr] Compiling bappy-script v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `StackDealloc` [INFO] [stdout] --> src/checker.rs:1443:5 [INFO] [stdout] | [INFO] [stdout] 1443 | / StackDealloc { [INFO] [stdout] 1444 | | src_reg: RegIdx, [INFO] [stdout] 1445 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/checker.rs:1400:10 [INFO] [stdout] | [INFO] [stdout] 1400 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HeapDealloc` [INFO] [stdout] --> src/checker.rs:1446:5 [INFO] [stdout] | [INFO] [stdout] 1446 | / HeapDealloc { [INFO] [stdout] 1447 | | src_reg: RegIdx, [INFO] [stdout] 1448 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/checker.rs:1400:10 [INFO] [stdout] | [INFO] [stdout] 1400 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.72s [INFO] running `Command { std: "docker" "inspect" "4aa2b9e7edf9224b5751d7b4492ee0a8d69186c2c25cc8df1627e20ca3ed1702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aa2b9e7edf9224b5751d7b4492ee0a8d69186c2c25cc8df1627e20ca3ed1702", kill_on_drop: false }` [INFO] [stdout] 4aa2b9e7edf9224b5751d7b4492ee0a8d69186c2c25cc8df1627e20ca3ed1702 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9d0d75a38b5d74d24c052e7746db4e54b92c11b20a3b64f92403be62145add4 [INFO] running `Command { std: "docker" "start" "-a" "b9d0d75a38b5d74d24c052e7746db4e54b92c11b20a3b64f92403be62145add4", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `StackDealloc` [INFO] [stderr] --> src/checker.rs:1443:5 [INFO] [stderr] | [INFO] [stderr] 1443 | / StackDealloc { [INFO] [stderr] 1444 | | src_reg: RegIdx, [INFO] [stderr] 1445 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/checker.rs:1400:10 [INFO] [stderr] | [INFO] [stderr] 1400 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HeapDealloc` [INFO] [stderr] --> src/checker.rs:1446:5 [INFO] [stderr] | [INFO] [stderr] 1446 | / HeapDealloc { [INFO] [stderr] 1447 | | src_reg: RegIdx, [INFO] [stderr] 1448 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: `CfgStmt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/checker.rs:1400:10 [INFO] [stderr] | [INFO] [stderr] 1400 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `bappy-script` (bin "bappy-script" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bappy_script-897ef740cf0de557) [INFO] [stdout] [INFO] [stdout] running 106 tests [INFO] [stdout] test tests::cfg_snaps::func_names_are_paths ... ok [INFO] [stdout] test tests::cfg_snaps::loop_basics ... ok [INFO] [stdout] test tests::cfg_snaps::capture_basics ... ok [INFO] [stdout] test tests::typed_run_pass::test_basic ... ok [INFO] [stdout] test tests::typed_run_pass::test_aggregates_captures ... ok [INFO] [stdout] test tests::typed_run_pass::test_fn_tys ... ok [INFO] [stdout] test tests::typed_run_pass::test_field_basic ... ok [INFO] [stdout] test tests::typed_run_pass::test_aggregates_basic ... ok [INFO] [stdout] test tests::typed_run_pass::test_cfg_bringup_example ... ok [INFO] [stdout] test tests::typed_run_pass::test_a_bit_of_everything ... ok [INFO] [stdout] test tests::typed_run_pass::test_nested_capture ... ok [INFO] [stdout] test tests::typed_run_pass::test_nested_closure_capture ... ok [INFO] [stdout] test tests::typed_run_pass::test_inference_basic ... ok [INFO] [stdout] test tests::typed_run_pass::test_func_names_are_paths ... ok [INFO] [stdout] test tests::typed_run_pass::test_empty_ty ... ok [INFO] [stdout] test tests::typed_run_pass::test_stack_allocs ... ok [INFO] [stdout] test tests::typed_run_pass::test_weird_print_ty ... ok [INFO] [stdout] test tests::typed_run_pass::test_complex_paths ... ok [INFO] [stdout] test tests::typed_run_pass::test_func_path_capture ... ok [INFO] [stdout] test tests::typed_run_pass::test_nominal_shadowing ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_args_must_have_types - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_arg_ty_complex - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_arg_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_eq_type - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_2 - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_not_type - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_dupe_field_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_count_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_4 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_count_1 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_aggregates_anon_structs ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_name - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_aggregates_basic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_builtin_bool ... ok [INFO] [stdout] test tests::untyped_run_pass::test_builtin_math ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_order - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_basic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_type - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_2 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_call_capture ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_captures ... ok [INFO] [stdout] test tests::untyped_run_pass::test_comments ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_capture_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_args ... ok [INFO] [stdout] test tests::untyped_run_pass::test_fake_bools ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_1 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_basic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_captures ... ok [INFO] [stdout] test tests::untyped_run_pass::test_if ... ok [INFO] [stdout] test tests::untyped_run_pass::test_literals ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_builtin_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_idents ... ok [INFO] [stdout] test tests::untyped_run_pass::test_negative ... ok [INFO] [stdout] test tests::untyped_run_pass::test_func_path_capture ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_ret_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_func_names_are_paths ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_1 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_str ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_cond_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_factorial ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_3 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_loops_no_looping ... ok [INFO] [stdout] test tests::untyped_run_pass::test_set_basic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_let_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_not_mut - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_loops_and_set ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_inferred_types_enforced_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_3 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_complex - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_3 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_ret_main_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_capture - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_inferred_types_enforced_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_4 - should panic ... ok [INFO] [stdout] test tests::typed_parse_fail::parse_fail_partial_annotation_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_5 - should panic ... ok [INFO] [stdout] test tests::typed_parse_fail::parse_fail_partial_annotation_1 - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_break_no_loop - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_set_capture - should panic ... ok [INFO] [stdout] test tests::untyped_parse_fail::parse_fail_basic - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_recursive - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_set_undefined - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_continue_no_loop - should panic ... ok [INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_else - should panic ... ok [INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_func - should panic ... ok [INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_loop - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_add_count - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_add_types - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_dupe_args - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_eq_count - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_call_type - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_3 - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_if_type - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_not_count - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_no_ret - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_dupe_field_2 - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_many_args - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_few_args - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9d0d75a38b5d74d24c052e7746db4e54b92c11b20a3b64f92403be62145add4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9d0d75a38b5d74d24c052e7746db4e54b92c11b20a3b64f92403be62145add4", kill_on_drop: false }` [INFO] [stdout] b9d0d75a38b5d74d24c052e7746db4e54b92c11b20a3b64f92403be62145add4