[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] b49228749147d7da081611bdf85a7663634bbb4f [INFO] testing Gankra/bappy-script against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGankra%2Fbappy-script" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gankra/bappy-script on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-0/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded similar v2.1.0 [INFO] [stderr] Downloaded insta v1.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c530d6875db534f5c2d0a16bebf0e323fee75b2110a16cccdb665ff15acc959b [INFO] running `Command { std: "docker" "start" "-a" "c530d6875db534f5c2d0a16bebf0e323fee75b2110a16cccdb665ff15acc959b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c530d6875db534f5c2d0a16bebf0e323fee75b2110a16cccdb665ff15acc959b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c530d6875db534f5c2d0a16bebf0e323fee75b2110a16cccdb665ff15acc959b", kill_on_drop: false }` [INFO] [stdout] c530d6875db534f5c2d0a16bebf0e323fee75b2110a16cccdb665ff15acc959b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c40645d47e64e03a49327aec8e7788eff86d9b670ff09c7ae3aa28e9351189dc [INFO] running `Command { std: "docker" "start" "-a" "c40645d47e64e03a49327aec8e7788eff86d9b670ff09c7ae3aa28e9351189dc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [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: `HeapDealloc` [INFO] [stdout] --> src/checker.rs:1625:5 [INFO] [stdout] | [INFO] [stdout] 1625 | / HeapDealloc { [INFO] [stdout] 1626 | | src_reg: RegIdx, [INFO] [stdout] 1627 | | }, [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:1552:10 [INFO] [stdout] | [INFO] [stdout] 1552 | #[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: associated function is never used: `cur_loop` [INFO] [stdout] --> src/checker.rs:1699:8 [INFO] [stdout] | [INFO] [stdout] 1699 | fn cur_loop(&mut self) -> (BasicBlockIdx, BasicBlockIdx) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.75s [INFO] running `Command { std: "docker" "inspect" "c40645d47e64e03a49327aec8e7788eff86d9b670ff09c7ae3aa28e9351189dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c40645d47e64e03a49327aec8e7788eff86d9b670ff09c7ae3aa28e9351189dc", kill_on_drop: false }` [INFO] [stdout] c40645d47e64e03a49327aec8e7788eff86d9b670ff09c7ae3aa28e9351189dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2d8643ada90c6b06481dfbc2f02687f3301ad8d769b0268569ca21a074bb792 [INFO] running `Command { std: "docker" "start" "-a" "a2d8643ada90c6b06481dfbc2f02687f3301ad8d769b0268569ca21a074bb792", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [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 libc v0.2.112 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling once_cell v1.9.0 [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 quote v1.0.14 [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: `HeapDealloc` [INFO] [stdout] --> src/checker.rs:1625:5 [INFO] [stdout] | [INFO] [stdout] 1625 | / HeapDealloc { [INFO] [stdout] 1626 | | src_reg: RegIdx, [INFO] [stdout] 1627 | | }, [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:1552:10 [INFO] [stdout] | [INFO] [stdout] 1552 | #[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: associated function is never used: `cur_loop` [INFO] [stdout] --> src/checker.rs:1699:8 [INFO] [stdout] | [INFO] [stdout] 1699 | fn cur_loop(&mut self) -> (BasicBlockIdx, BasicBlockIdx) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.93s [INFO] running `Command { std: "docker" "inspect" "a2d8643ada90c6b06481dfbc2f02687f3301ad8d769b0268569ca21a074bb792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d8643ada90c6b06481dfbc2f02687f3301ad8d769b0268569ca21a074bb792", kill_on_drop: false }` [INFO] [stdout] a2d8643ada90c6b06481dfbc2f02687f3301ad8d769b0268569ca21a074bb792 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0c5ac82ef44434cc97291a7cd850d1b630b2dfa9bd234ae56687e4275cfdeded [INFO] running `Command { std: "docker" "start" "-a" "0c5ac82ef44434cc97291a7cd850d1b630b2dfa9bd234ae56687e4275cfdeded", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `HeapDealloc` [INFO] [stderr] --> src/checker.rs:1625:5 [INFO] [stderr] | [INFO] [stderr] 1625 | / HeapDealloc { [INFO] [stderr] 1626 | | src_reg: RegIdx, [INFO] [stderr] 1627 | | }, [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:1552:10 [INFO] [stderr] | [INFO] [stderr] 1552 | #[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: associated function is never used: `cur_loop` [INFO] [stderr] --> src/checker.rs:1699:8 [INFO] [stderr] | [INFO] [stderr] 1699 | fn cur_loop(&mut self) -> (BasicBlockIdx, BasicBlockIdx) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bappy-script` (bin "bappy-script" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bappy_script-59d6de29bfbdae10) [INFO] [stdout] [INFO] [stdout] running 106 tests [INFO] [stdout] test tests::cfg_snaps::loop_basics ... ok [INFO] [stdout] test tests::cfg_snaps::func_names_are_paths ... ok [INFO] [stdout] test tests::cfg_snaps::capture_basics ... ok [INFO] [stdout] test tests::typed_run_pass::test_aggregates_basic ... ok [INFO] [stdout] test tests::typed_run_pass::test_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_aggregates_captures ... ok [INFO] [stdout] test tests::typed_run_pass::test_complex_paths ... ok [INFO] [stdout] test tests::typed_run_pass::test_fn_tys ... ok [INFO] [stdout] test tests::typed_run_pass::test_func_names_are_paths ... ok [INFO] [stdout] test tests::typed_run_pass::test_nested_closure_capture ... ok [INFO] [stdout] test tests::typed_run_pass::test_field_basic ... 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_run_pass::test_empty_ty ... ok [INFO] [stdout] test tests::typed_run_pass::test_nested_capture ... ok [INFO] [stdout] test tests::typed_run_pass::test_inference_basic ... 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_compile_fail::compile_fail_bad_field_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_2 - should panic ... 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_arg_ty_complex - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_arg_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_name - 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_dupe_field_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_3 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_dupe_field_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_count_2 - 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_count_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_order - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_type - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_builtin_math ... ok [INFO] [stdout] test tests::untyped_run_pass::test_aggregates_basic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_builtin_bool ... ok [INFO] [stdout] test tests::untyped_run_pass::test_basic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_2 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_1 - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_builtin_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_captures ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_args ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_basic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_fake_bools ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_cond_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_comments ... ok [INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_captures ... ok [INFO] [stdout] test tests::untyped_run_pass::test_negative ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_capture_ty - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_call_capture ... 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_evil_nominal_smuggling_complex - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_factorial ... ok [INFO] [stdout] test tests::untyped_run_pass::test_literals ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_inferred_types_enforced_1 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_str ... ok [INFO] [stdout] test tests::untyped_run_pass::test_idents ... ok [INFO] [stdout] test tests::untyped_run_pass::test_func_names_are_paths ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_2 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_func_path_capture ... ok [INFO] [stdout] test tests::untyped_run_pass::test_loops_no_looping ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_1 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_set_basic ... 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_evil_nominal_smuggling_simple_3 - should panic ... ok [INFO] [stdout] test tests::untyped_run_pass::test_if ... ok [INFO] [stdout] test tests::untyped_run_pass::test_loops_and_set ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_let_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_ret_ty - should panic ... ok [INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_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_scoping_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_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_set_not_mut - 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_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::untyped_compile_fail::compile_fail_break_no_loop - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_continue_no_loop - 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_set_undefined - 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_set_capture - should panic ... ok [INFO] [stdout] test tests::untyped_compile_fail::compile_fail_recursive - 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_call_type - 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_eq_type - 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::untyped_run_fail::eval_fail_not_type - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_few_args - should panic ... ok [INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_many_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.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0c5ac82ef44434cc97291a7cd850d1b630b2dfa9bd234ae56687e4275cfdeded", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c5ac82ef44434cc97291a7cd850d1b630b2dfa9bd234ae56687e4275cfdeded", kill_on_drop: false }` [INFO] [stdout] 0c5ac82ef44434cc97291a7cd850d1b630b2dfa9bd234ae56687e4275cfdeded