[INFO] fetching crate garble_lang 0.6.1... [INFO] testing garble_lang-0.6.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate garble_lang 0.6.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate garble_lang 0.6.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate garble_lang 0.6.1 [INFO] tweaked toml for crates.io crate garble_lang 0.6.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate garble_lang 0.6.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate garble_lang 0.6.1 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b33469fec4d7c759b2d907c3b480df30bb849b8bb6a5d4ff646fb004767c4b67 [INFO] running `Command { std: "docker" "start" "-a" "b33469fec4d7c759b2d907c3b480df30bb849b8bb6a5d4ff646fb004767c4b67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b33469fec4d7c759b2d907c3b480df30bb849b8bb6a5d4ff646fb004767c4b67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b33469fec4d7c759b2d907c3b480df30bb849b8bb6a5d4ff646fb004767c4b67", kill_on_drop: false }` [INFO] [stdout] b33469fec4d7c759b2d907c3b480df30bb849b8bb6a5d4ff646fb004767c4b67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 687ee2e599d6595c9fcfcd74cf4f699c9d3dce7f6723979d9fceb9dd9de65fea [INFO] running `Command { std: "docker" "start" "-a" "687ee2e599d6595c9fcfcd74cf4f699c9d3dce7f6723979d9fceb9dd9de65fea", kill_on_drop: false }` [INFO] [stderr] Compiling garble_lang v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compile.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 97 | ) -> Result> { [INFO] [stdout] | --------------- the same lifetime is hidden 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] 97 | ) -> Result, Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s [INFO] running `Command { std: "docker" "inspect" "687ee2e599d6595c9fcfcd74cf4f699c9d3dce7f6723979d9fceb9dd9de65fea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "687ee2e599d6595c9fcfcd74cf4f699c9d3dce7f6723979d9fceb9dd9de65fea", kill_on_drop: false }` [INFO] [stdout] 687ee2e599d6595c9fcfcd74cf4f699c9d3dce7f6723979d9fceb9dd9de65fea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4ad1c23f4af4ba0f50e369b4a6fbc273ee0041d81febc96d61cbb6a269be67f [INFO] running `Command { std: "docker" "start" "-a" "d4ad1c23f4af4ba0f50e369b4a6fbc273ee0041d81febc96d61cbb6a269be67f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compile.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 97 | ) -> Result> { [INFO] [stdout] | --------------- the same lifetime is hidden 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] 97 | ) -> Result, Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling garble_lang v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compile.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 97 | ) -> Result> { [INFO] [stdout] | --------------- the same lifetime is hidden 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] 97 | ) -> Result, Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.74s [INFO] running `Command { std: "docker" "inspect" "d4ad1c23f4af4ba0f50e369b4a6fbc273ee0041d81febc96d61cbb6a269be67f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ad1c23f4af4ba0f50e369b4a6fbc273ee0041d81febc96d61cbb6a269be67f", kill_on_drop: false }` [INFO] [stdout] d4ad1c23f4af4ba0f50e369b4a6fbc273ee0041d81febc96d61cbb6a269be67f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c4efebf813aac7b987b556cc62b6caeb841e58e537711ca9c551b3f559249579 [INFO] running `Command { std: "docker" "start" "-a" "c4efebf813aac7b987b556cc62b6caeb841e58e537711ca9c551b3f559249579", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/compile.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 97 | ) -> Result> { [INFO] [stderr] | --------------- the same lifetime is hidden 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] 97 | ) -> Result, Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `garble_lang` (lib) generated 1 warning (run `cargo fix --lib -p garble_lang` to apply 1 suggestion) [INFO] [stderr] warning: `garble_lang` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/garble_lang-731c8e44f882d4df) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/check.rs (/opt/rustwide/target/debug/deps/check-365178772314e8c9) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test reject_access_outside_lexical_scope ... ok [INFO] [stdout] test reject_duplicate_fn_params_in_main ... ok [INFO] [stdout] test reject_fns_as_values ... ok [INFO] [stdout] test reject_duplicate_fn_params ... ok [INFO] [stdout] test reject_main_without_params ... ok [INFO] [stdout] test reject_non_exhaustive_range_pattern ... ok [INFO] [stdout] test reject_different_array_size ... ok [INFO] [stdout] test reject_recursive_fn ... ok [INFO] [stdout] test reject_unused_fn ... ok [INFO] [stdout] test reject_non_exhaustive_tuple_pattern ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] Running tests/circuit.rs (/opt/rustwide/target/debug/deps/circuit-918a8488a6ee32a2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test optimize_and_pattern4 ... ok [INFO] [stdout] test optimize_and_pattern3 ... ok [INFO] [stdout] test optimize_and_pattern2 ... ok [INFO] [stdout] test optimize_and_pattern5 ... ok [INFO] [stdout] test optimize_and_xor_pattern1 ... ok [INFO] [stdout] test optimize_and_xor_pattern2 ... ok [INFO] [stdout] test optimize_and_pattern1 ... ok [INFO] [stdout] test optimize_const_add ... ok [INFO] [stdout] test optimize_same_expr ... ok [INFO] [stdout] test optimize_not_equivalence ... ok [INFO] [stdout] test optimize_xor_pattern1 ... ok [INFO] [stdout] test optimize_constant_mul_signed ... ok [INFO] [stdout] test optimize_or ... ok [INFO] [stdout] test optimize_trivial_patterns ... ok [INFO] [stdout] test optimize_xor_pattern2 ... ok [INFO] [stdout] test optimize_xor_pattern5 ... ok [INFO] [stdout] test optimize_constant_mul ... ok [INFO] [stdout] test optimize_xor_pattern4 ... ok [INFO] [stdout] test optimize_xor_pattern3 ... ok [INFO] [stdout] test optimize_bit_shifts2 ... ok [INFO] [stdout] test optimize_bit_shifts1 ... ok [INFO] [stdout] test optimize_xor_pattern6 ... ok [INFO] [stdout] test optimize_and_pattern6 ... ok [INFO] [stdout] test optimize_same_expr3 ... ok [INFO] [stdout] test optimize_mapped_arrays ... ok [INFO] [stderr] Running tests/compile.rs (/opt/rustwide/target/debug/deps/compile-24f1023d681f73bd) [INFO] [stdout] test optimize_same_expr2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 87 tests [INFO] [stdout] test compile_add_with_signed_int_coercion ... ok [INFO] [stdout] test compile_array_assign_via_index ... ok [INFO] [stdout] test compile_add_assign ... ok [INFO] [stdout] test compile_bool_casts ... ok [INFO] [stdout] test compile_comments ... ok [INFO] [stdout] test compile_const ... ok [INFO] [stdout] test compile_const_aggregated_max ... ok [INFO] [stdout] test compile_const_aggregated_min ... ok [INFO] [stdout] test compile_const_literal ... ok [INFO] [stdout] test compile_array_literal_access ... ok [INFO] [stdout] test compile_const_size_for_each_loop ... ok [INFO] [stdout] test compile_const_size_in_fn_param ... ok [INFO] [stdout] test compile_const_usize ... ok [INFO] [stdout] test compile_equals_and_not_equals ... ok [INFO] [stdout] test compile_exhaustive_enum_pattern ... ok [INFO] [stdout] test compile_array_assign_inside_for_loop ... ok [INFO] [stdout] test compile_exhaustive_bool_pattern ... ok [INFO] [stdout] test compile_array_assign_via_nested_index ... ok [INFO] [stdout] test compile_arrays_copied_by_value ... ok [INFO] [stdout] test compile_for_loop_destructuring ... ok [INFO] [stdout] test compile_exhaustive_tuple_pattern ... ok [INFO] [stdout] test compile_if ... ok [INFO] [stdout] test compile_for_loop_over_array ... ok [INFO] [stdout] test compile_if_elseif_else ... ok [INFO] [stdout] test compile_bit_ops_for_numbers ... ok [INFO] [stdout] test compile_greater_than_and_less_than ... ok [INFO] [stdout] test compile_if_elseif_else_assignment ... ok [INFO] [stdout] test compile_let_destructuring ... ok [INFO] [stdout] test compile_lexically_scoped_block ... ok [INFO] [stdout] test compile_let_expr ... ok [INFO] [stdout] test compile_fold ... ok [INFO] [stdout] test compile_bit_shifts_u16 ... ok [INFO] [stdout] test compile_exhaustive_nested_pattern ... ok [INFO] [stdout] test compile_for_loop ... ok [INFO] [stdout] test compile_main_with_array_io ... ok [INFO] [stdout] test compile_add_with_int_coercion ... ok [INFO] [stdout] test compile_exhaustive_enum_pattern_with_literals ... ok [INFO] [stdout] test compile_main_with_tuple_io ... ok [INFO] [stdout] test compile_mutable_bindings ... ok [INFO] [stdout] test compile_main_with_enum_io ... ok [INFO] [stdout] test compile_or_xor ... ok [INFO] [stdout] test compile_operator_assignment_examples ... ok [INFO] [stdout] test compile_range ... ok [INFO] [stdout] test compile_operator_examples ... ok [INFO] [stdout] test compile_array_assignment ... ok [INFO] [stdout] test compile_mutable_bindings_inside_if ... ok [INFO] [stdout] test compile_join_loop_destructuring ... ok [INFO] [stdout] test compile_mutable_bindings_inside_match ... ok [INFO] [stdout] test compile_signed_casts ... ok [INFO] [stdout] test compile_signed_nums ... ok [INFO] [stdout] test compile_map ... ok [INFO] [stdout] test compile_single_array_as_3_parties ... ok [INFO] [stdout] test compile_join_loop ... ok [INFO] [stdout] test compile_single_array_with_const_size_as_multiple_parties ... ok [INFO] [stdout] test compile_static_fn_defs ... ok [INFO] [stdout] test compile_single_array_as_4_parties ... ok [INFO] [stdout] test compile_struct_assign ... ok [INFO] [stdout] test compile_struct_pattern ... ok [INFO] [stdout] test compile_struct_type ... ok [INFO] [stdout] test compile_struct_shorthand ... ok [INFO] [stdout] test compile_tuple ... ok [INFO] [stdout] test compile_tuple_assign ... ok [INFO] [stdout] test compile_type_declaration_in_let ... ok [INFO] [stdout] test compile_struct_sugar ... ok [INFO] [stdout] test compile_tuple_and_struct_assign_via_nested_index ... ok [INFO] [stdout] test compile_type_declaration_in_let_mut ... ok [INFO] [stdout] test compile_unary_negation ... ok [INFO] [stdout] test compile_unary_not ... ok [INFO] [stdout] test compile_signed_greater_than_and_less_than ... ok [INFO] [stdout] test compile_unsigned_casts ... ok [INFO] [stdout] test compile_bit_shifts ... ok [INFO] [stdout] test compile_xor ... ok [INFO] [stdout] test compile_unsigned_sub ... ok [INFO] [stdout] test compile_signed_sub ... ok [INFO] [stdout] test compile_bit_ops_for_signed_numbers ... ok [INFO] [stdout] test compile_signed_bit_shifts ... ok [INFO] [stdout] test compile_unsigned_mul ... ok [INFO] [stdout] test compile_signed_mod ... ok [INFO] [stdout] test compile_array_repeat_literal_access ... ok [INFO] [stdout] test compile_add ... ok [INFO] [stdout] test compile_signed_div ... ok [INFO] [stdout] test compile_unsigned_div ... ok [INFO] [stdout] test compile_signed_mul ... ok [INFO] [stdout] test compile_signed_add ... ok [INFO] [stdout] test compile_unsigned_mod ... ok [INFO] [stdout] test compile_exhaustive_range_pattern ... ok [INFO] [stderr] Running tests/credit_scoring_example.rs (/opt/rustwide/target/debug/deps/credit_scoring_example-98c2639cc5daec95) [INFO] [stdout] test compile_multiple_join_loops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.88s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test credit_scoring_single_run ... ok [INFO] [stdout] test credit_scoring_multiple_compilations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.81s [INFO] [stdout] [INFO] [stderr] Running tests/literal.rs (/opt/rustwide/target/debug/deps/literal-e93a30c5a6616419) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/panic.rs (/opt/rustwide/target/debug/deps/panic-ad12d9df179ff0ba) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test panic_on_div_by_zero ... ok [INFO] [stdout] test panic_in_branch_of_if_expr ... ok [INFO] [stdout] test panic_on_signed_add_with_overflow ... ok [INFO] [stdout] test panic_in_short_circuiting_and ... ok [INFO] [stdout] test panic_in_short_circuiting_or ... ok [INFO] [stdout] test panic_on_unsigned_add_with_overflow ... ok [INFO] [stdout] test panic_on_sub_with_overflow ... ok [INFO] [stdout] test panic_in_branch_of_match_expr ... ok [INFO] [stdout] test panic_on_out_of_bounds_access ... ok [INFO] [stdout] test panic_on_out_of_bounds_update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/quickcheck.rs (/opt/rustwide/target/debug/deps/quickcheck-05175116ffa7d822) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test quickcheck_operator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.45s [INFO] [stdout] [INFO] [stderr] Running tests/scan.rs (/opt/rustwide/target/debug/deps/scan-7e430dd9411ed324) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test scan_exhaustive_enum_pattern_with_literals ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests garble_lang [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c4efebf813aac7b987b556cc62b6caeb841e58e537711ca9c551b3f559249579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4efebf813aac7b987b556cc62b6caeb841e58e537711ca9c551b3f559249579", kill_on_drop: false }` [INFO] [stdout] c4efebf813aac7b987b556cc62b6caeb841e58e537711ca9c551b3f559249579