[INFO] fetching crate dialectic-compiler 0.1.0... [INFO] testing dialectic-compiler-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate dialectic-compiler 0.1.0 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate dialectic-compiler 0.1.0 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 crates.io crate dialectic-compiler 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate dialectic-compiler 0.1.0 [INFO] tweaked toml for crates.io crate dialectic-compiler 0.1.0 written to /workspace/builds/worker-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 4035bf2dc9eccdb5c05647d4203f6f534f3dea8f6133385ed80044e2b8f0c5f1 [INFO] running `Command { std: "docker" "start" "-a" "4035bf2dc9eccdb5c05647d4203f6f534f3dea8f6133385ed80044e2b8f0c5f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4035bf2dc9eccdb5c05647d4203f6f534f3dea8f6133385ed80044e2b8f0c5f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4035bf2dc9eccdb5c05647d4203f6f534f3dea8f6133385ed80044e2b8f0c5f1", kill_on_drop: false }` [INFO] [stdout] 4035bf2dc9eccdb5c05647d4203f6f534f3dea8f6133385ed80044e2b8f0c5f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 449abd76cd6454a3f310befb96b6560831f62893339c834718b23c7e75c2b0b5 [INFO] running `Command { std: "docker" "start" "-a" "449abd76cd6454a3f310befb96b6560831f62893339c834718b23c7e75c2b0b5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling thunderdome v0.4.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling dialectic-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `haltable` [INFO] [stdout] --> src/flow.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | haltable: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | #![warn(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `FlowAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/flow.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.47s [INFO] running `Command { std: "docker" "inspect" "449abd76cd6454a3f310befb96b6560831f62893339c834718b23c7e75c2b0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "449abd76cd6454a3f310befb96b6560831f62893339c834718b23c7e75c2b0b5", kill_on_drop: false }` [INFO] [stdout] 449abd76cd6454a3f310befb96b6560831f62893339c834718b23c7e75c2b0b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 8ce32f029bc7016c56c0b04dfd0f62b1741fccb924820fe676dbddae39543c7f [INFO] running `Command { std: "docker" "start" "-a" "8ce32f029bc7016c56c0b04dfd0f62b1741fccb924820fe676dbddae39543c7f", kill_on_drop: false }` [INFO] [stderr] Compiling dialectic-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `haltable` [INFO] [stdout] --> src/flow.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | haltable: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | #![warn(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `FlowAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/flow.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `haltable` [INFO] [stdout] --> src/flow.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | haltable: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | #![warn(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `FlowAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/flow.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "8ce32f029bc7016c56c0b04dfd0f62b1741fccb924820fe676dbddae39543c7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ce32f029bc7016c56c0b04dfd0f62b1741fccb924820fe676dbddae39543c7f", kill_on_drop: false }` [INFO] [stdout] 8ce32f029bc7016c56c0b04dfd0f62b1741fccb924820fe676dbddae39543c7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 823f789a8488680462db65048f190a118e461cac6efa4faf277eefb9dce5b229 [INFO] running `Command { std: "docker" "start" "-a" "823f789a8488680462db65048f190a118e461cac6efa4faf277eefb9dce5b229", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `haltable` [INFO] [stderr] --> src/flow.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | haltable: HashSet, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:252:9 [INFO] [stderr] | [INFO] [stderr] 252 | #![warn(unused)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stderr] note: `FlowAnalysis` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/flow.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug, Clone)] [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: `dialectic-compiler` (lib) generated 1 warning [INFO] [stderr] warning: `dialectic-compiler` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dialectic_compiler-62cef42be44165eb) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::tally_client_cfg_call ... ok [INFO] [stdout] test tests::tally_client_cfg_direct_subst ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/common.rs (/opt/rustwide/target/debug/deps/common-6b79cefaab5efd6b) [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/misc_syntax.rs (/opt/rustwide/target/debug/deps/misc_syntax-796e54030001ea36) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test continued_split ... ok [INFO] [stdout] test hello_invocation_double_block ... ok [INFO] [stdout] test simple_break_outside_of_loop ... ok [INFO] [stdout] test break_unproductive_loop ... ok [INFO] [stdout] test infinite_loop ... ok [INFO] [stdout] test simple_unproductive_loop ... ok [INFO] [stdout] test nested_unproductive_loop ... ok [INFO] [stdout] test hello_invocation ... ok [INFO] [stdout] test loop_de_loop ... ok [INFO] [stdout] test simple_continue_outside_of_loop ... ok [INFO] [stdout] test undeclared_label ... ok [INFO] [stdout] test basic_split ... ok [INFO] [stdout] test shadowed_label ... ok [INFO] [stdout] test very_unproductive_loop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/tally_client.rs (/opt/rustwide/target/debug/deps/tally_client-c339ef4b13fe0975) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tally_client_expr_call_ast ... ok [INFO] [stdout] test tally_client_expr_call_parse_string ... ok [INFO] [stdout] test tally_client_invocation_call_parse_string ... ok [INFO] [stdout] test tally_client_invocation_direct_subst_parse_string ... ok [INFO] [stdout] test tally_client_direct_subst_nested_loop_break ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests dialectic-compiler [INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:253:11 [INFO] [stderr] | [INFO] [stderr] 253 | #![forbid(broken_intra_doc_links)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "823f789a8488680462db65048f190a118e461cac6efa4faf277eefb9dce5b229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "823f789a8488680462db65048f190a118e461cac6efa4faf277eefb9dce5b229", kill_on_drop: false }` [INFO] [stdout] 823f789a8488680462db65048f190a118e461cac6efa4faf277eefb9dce5b229