[INFO] fetching crate wearte_helpers 0.0.2... [INFO] checking wearte_helpers-0.0.2 against master#f4d794ea0b845413344621d89f6c945062748485 for pr-119369 [INFO] extracting crate wearte_helpers 0.0.2 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate wearte_helpers 0.0.2 on toolchain f4d794ea0b845413344621d89f6c945062748485 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wearte_helpers 0.0.2 [INFO] finished tweaking crates.io crate wearte_helpers 0.0.2 [INFO] tweaked toml for crates.io crate wearte_helpers 0.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8cc7fb2e253e90d657d7af7e388f4cf0584fab75cc7f6806a5d0cec38e998232 [INFO] running `Command { std: "docker" "start" "-a" "8cc7fb2e253e90d657d7af7e388f4cf0584fab75cc7f6806a5d0cec38e998232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cc7fb2e253e90d657d7af7e388f4cf0584fab75cc7f6806a5d0cec38e998232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cc7fb2e253e90d657d7af7e388f4cf0584fab75cc7f6806a5d0cec38e998232", kill_on_drop: false }` [INFO] [stdout] 8cc7fb2e253e90d657d7af7e388f4cf0584fab75cc7f6806a5d0cec38e998232 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2a0880bb1d3727b22c25d3735932a4dca4ccfc06b0aeaa19df2248c5861f3dd [INFO] running `Command { std: "docker" "start" "-a" "e2a0880bb1d3727b22c25d3735932a4dca4ccfc06b0aeaa19df2248c5861f3dd", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling wearte_helpers v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:37 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(wearte_nightly, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:37 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(wearte_nightly, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "e2a0880bb1d3727b22c25d3735932a4dca4ccfc06b0aeaa19df2248c5861f3dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2a0880bb1d3727b22c25d3735932a4dca4ccfc06b0aeaa19df2248c5861f3dd", kill_on_drop: false }` [INFO] [stdout] e2a0880bb1d3727b22c25d3735932a4dca4ccfc06b0aeaa19df2248c5861f3dd [INFO] checking wearte_helpers-0.0.2 against try#3832a95f57d4260fb5641e183906f49b4e5c6bdd for pr-119369 [INFO] extracting crate wearte_helpers 0.0.2 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate wearte_helpers 0.0.2 on toolchain 3832a95f57d4260fb5641e183906f49b4e5c6bdd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wearte_helpers 0.0.2 [INFO] finished tweaking crates.io crate wearte_helpers 0.0.2 [INFO] tweaked toml for crates.io crate wearte_helpers 0.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb7cc3f8b7b3b2923d2584c548c8d4ed2bb08fb878a52c7f3cba19372a2618e3 [INFO] running `Command { std: "docker" "start" "-a" "bb7cc3f8b7b3b2923d2584c548c8d4ed2bb08fb878a52c7f3cba19372a2618e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb7cc3f8b7b3b2923d2584c548c8d4ed2bb08fb878a52c7f3cba19372a2618e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb7cc3f8b7b3b2923d2584c548c8d4ed2bb08fb878a52c7f3cba19372a2618e3", kill_on_drop: false }` [INFO] [stdout] bb7cc3f8b7b3b2923d2584c548c8d4ed2bb08fb878a52c7f3cba19372a2618e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2609a3924f9ad411ab5401621cd73a769fa5e7fd14bfbd8c5ab869366514ccb3 [INFO] running `Command { std: "docker" "start" "-a" "2609a3924f9ad411ab5401621cd73a769fa5e7fd14bfbd8c5ab869366514ccb3", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling wearte_helpers v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stdout] error: cannot find derive macro `Escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / new_escape!( [INFO] [stdout] 19 | | HTMLEscape, [INFO] [stdout] 20 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 21 | | simd = false [INFO] [stdout] 22 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / new_escape!( [INFO] [stdout] 19 | | HTMLEscape, [INFO] [stdout] 20 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 21 | | simd = false [INFO] [stdout] 22 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `escape` is in scope, but it is a function, not an attribute [INFO] [stdout] = note: this error originates in the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | / new_escape!( [INFO] [stdout] 28 | | HTMLEscape, [INFO] [stdout] 29 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 30 | | ranges = true, simd = true, avx = true [INFO] [stdout] 31 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | / new_escape!( [INFO] [stdout] 28 | | HTMLEscape, [INFO] [stdout] 29 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 30 | | ranges = true, simd = true, avx = true [INFO] [stdout] 31 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `escape` is in scope, but it is a function, not an attribute [INFO] [stdout] = note: this error originates in the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / new_escape!( [INFO] [stdout] 19 | | HTMLEscape, [INFO] [stdout] 20 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 21 | | simd = false [INFO] [stdout] 22 | | ); [INFO] [stdout] | |_____^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `_v_escape_escape_new` which comes from the expansion of the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_escape` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/v_htmlescape-0.4.5/src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | / new_escape!( [INFO] [stdout] 28 | | HTMLEscape, [INFO] [stdout] 29 | | "60->< || 62->> || 38->& || 34->" || 39->' || 47->/", [INFO] [stdout] 30 | | ranges = true, simd = true, avx = true [INFO] [stdout] 31 | | ); [INFO] [stdout] | |_________^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `_v_escape_escape_new` which comes from the expansion of the macro `new_escape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `v_htmlescape` (lib) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "2609a3924f9ad411ab5401621cd73a769fa5e7fd14bfbd8c5ab869366514ccb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2609a3924f9ad411ab5401621cd73a769fa5e7fd14bfbd8c5ab869366514ccb3", kill_on_drop: false }` [INFO] [stdout] 2609a3924f9ad411ab5401621cd73a769fa5e7fd14bfbd8c5ab869366514ccb3