[INFO] fetching crate zia 0.5.0... [INFO] testing zia-0.5.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate zia 0.5.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate zia 0.5.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zia 0.5.0 [INFO] finished tweaking crates.io crate zia 0.5.0 [INFO] tweaked toml for crates.io crate zia 0.5.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded test_zia v0.5.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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5dfc48e9f21c51c0310236332c059a16dd3b09cc393b779e3c0c9053b828e788 [INFO] running `Command { std: "docker" "start" "-a" "5dfc48e9f21c51c0310236332c059a16dd3b09cc393b779e3c0c9053b828e788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dfc48e9f21c51c0310236332c059a16dd3b09cc393b779e3c0c9053b828e788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dfc48e9f21c51c0310236332c059a16dd3b09cc393b779e3c0c9053b828e788", kill_on_drop: false }` [INFO] [stdout] 5dfc48e9f21c51c0310236332c059a16dd3b09cc393b779e3c0c9053b828e788 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81d7f8d6ef3391dbfde5ba1973c36806c7ac0d463353a7c77c8b5d653501813c [INFO] running `Command { std: "docker" "start" "-a" "81d7f8d6ef3391dbfde5ba1973c36806c7ac0d463353a7c77c8b5d653501813c", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling snafu v0.5.0 [INFO] [stderr] Compiling zia v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `macro_export` [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | #[macro_export] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `macro_export` will be ignored, since it's applied to the macro invocation `lazy_static` [INFO] [stdout] --> src/lib.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.91s [INFO] running `Command { std: "docker" "inspect" "81d7f8d6ef3391dbfde5ba1973c36806c7ac0d463353a7c77c8b5d653501813c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81d7f8d6ef3391dbfde5ba1973c36806c7ac0d463353a7c77c8b5d653501813c", kill_on_drop: false }` [INFO] [stdout] 81d7f8d6ef3391dbfde5ba1973c36806c7ac0d463353a7c77c8b5d653501813c [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0de4e56185ca37fbeac2a962093bc80de50621a5109e0dfe94ab0f57bc1f16fb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0de4e56185ca37fbeac2a962093bc80de50621a5109e0dfe94ab0f57bc1f16fb", kill_on_drop: false }` [INFO] [stderr] Compiling test_zia v0.5.0 [INFO] [stdout] warning: unused attribute `macro_export` [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | #[macro_export] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `macro_export` will be ignored, since it's applied to the macro invocation `lazy_static` [INFO] [stdout] --> src/lib.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zia v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `macro_export` [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | #[macro_export] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `macro_export` will be ignored, since it's applied to the macro invocation `lazy_static` [INFO] [stdout] --> src/lib.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.57s [INFO] running `Command { std: "docker" "inspect" "0de4e56185ca37fbeac2a962093bc80de50621a5109e0dfe94ab0f57bc1f16fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de4e56185ca37fbeac2a962093bc80de50621a5109e0dfe94ab0f57bc1f16fb", kill_on_drop: false }` [INFO] [stdout] 0de4e56185ca37fbeac2a962093bc80de50621a5109e0dfe94ab0f57bc1f16fb [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c56c8b1351805a1d9c5f4439b7a76c6015107717e1a6016b6714794ff6f88bb8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c56c8b1351805a1d9c5f4439b7a76c6015107717e1a6016b6714794ff6f88bb8", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute `macro_export` [INFO] [stderr] --> src/lib.rs:163:1 [INFO] [stderr] | [INFO] [stderr] 163 | #[macro_export] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: the built-in attribute `macro_export` will be ignored, since it's applied to the macro invocation `lazy_static` [INFO] [stderr] --> src/lib.rs:164:1 [INFO] [stderr] | [INFO] [stderr] 164 | lazy_static! { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply(&mut self, Self::Delta); [INFO] [stderr] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | fn combine(&mut self, Self); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `zia` (lib) generated 4 warnings [INFO] [stderr] warning: `zia` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zia-ad946bac5a64cf6d) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/definitions.rs (/opt/rustwide/target/debug/deps/definitions-62f79cf36feb4e7d) [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 11 tests [INFO] [stdout] test fresh_symbol ... ok [INFO] [stdout] test pair_on_the_left ... ok [INFO] [stdout] test fresh_refactor ... ok [INFO] [stdout] test definition_loop ... ok [INFO] [stdout] test nested_definition_loop ... ok [INFO] [stdout] test setting_definition_of_concrete ... ok [INFO] [stdout] test bad_refactor ... ok [INFO] [stdout] test redundantly_remove_definition ... ok [INFO] [stdout] test chained_definitions_loop ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test defining_used_symbol_as_used_pair ... ok [INFO] [stderr] Running tests/definitions_and_reductions.rs (/opt/rustwide/target/debug/deps/definitions_and_reductions-e33d3c5a0eccdabc) [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.35s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test sneeky_infinite_reduction_chain ... ok [INFO] [stdout] test reducing_part_of_a_labelled_concept ... ok [INFO] [stdout] test indirect_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.49s [INFO] [stdout] [INFO] [stderr] Running tests/precedence.rs (/opt/rustwide/target/debug/deps/precedence-7759f0f918fcb658) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test lower_than_default_precedence ... ok [INFO] [stdout] test set_let_precedence ... ok [INFO] [stdout] test set_reduction_precedence ... ok [INFO] [stdout] test default_precedence ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Running tests/program_recognition.rs (/opt/rustwide/target/debug/deps/program_recognition-c1728897a27cae8b) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test fresh_symbol_is_not_a_program ... ok [INFO] [stdout] test fresh_nested_pair_does_not_reduce ... ok [INFO] [stdout] test fresh_pair_does_not_reduce ... ok [INFO] [stdout] test used_symbol_does_not_reduce ... ok [INFO] [stdout] test used_symbol_in_a_pair_does_not_reduce ... ok [INFO] [stdout] test used_symbol_in_a_nested_pair_does_not_reduce ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.04s [INFO] [stdout] [INFO] [stderr] Running tests/reductions.rs (/opt/rustwide/target/debug/deps/reductions-2f6bdb216ca8d72e) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test trivial_parentheses ... ok [INFO] [stdout] test pair_to_symbol ... ok [INFO] [stdout] test infinite_expansion ... ok [INFO] [stdout] test change_reduction_rule ... ok [INFO] [stdout] test nested_pair_to_symbol ... ok [INFO] [stdout] test cycle ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test leapfrog_reduction_rule ... ok [INFO] [stdout] test broken_end_chain ... ok [INFO] [stdout] test broken_middle_chain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.35s [INFO] [stdout] [INFO] [stderr] Running tests/syntax.rs (/opt/rustwide/target/debug/deps/syntax-63d36f0c3747f052) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test empty_parentheses ... ok [INFO] [stdout] test random_input ... ok [INFO] [stderr] Running tests/variables.rs (/opt/rustwide/target/debug/deps/variables-8cd5b99b86ca2963) [INFO] [stdout] test ambiguous_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test single_variable_reduction ... ok [INFO] [stdout] test repeated_variable_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.80s [INFO] [stdout] [INFO] [stderr] Doc-tests zia [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c56c8b1351805a1d9c5f4439b7a76c6015107717e1a6016b6714794ff6f88bb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c56c8b1351805a1d9c5f4439b7a76c6015107717e1a6016b6714794ff6f88bb8", kill_on_drop: false }` [INFO] [stdout] c56c8b1351805a1d9c5f4439b7a76c6015107717e1a6016b6714794ff6f88bb8