[INFO] fetching crate split_ext 0.1.1... [INFO] checking split_ext-0.1.1 against master#f90b06d7fb00470177516c5881bcec0432cb4f24 for pr-94063 [INFO] extracting crate split_ext 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate split_ext 0.1.1 on toolchain f90b06d7fb00470177516c5881bcec0432cb4f24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f90b06d7fb00470177516c5881bcec0432cb4f24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate split_ext 0.1.1 [INFO] finished tweaking crates.io crate split_ext 0.1.1 [INFO] tweaked toml for crates.io crate split_ext 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f90b06d7fb00470177516c5881bcec0432cb4f24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f90b06d7fb00470177516c5881bcec0432cb4f24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+f90b06d7fb00470177516c5881bcec0432cb4f24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2295a3e98c5d752d71b91b95dc1e04e5a35dc76c8ba30ba732800199eb0bf55e [INFO] running `Command { std: "docker" "start" "-a" "2295a3e98c5d752d71b91b95dc1e04e5a35dc76c8ba30ba732800199eb0bf55e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2295a3e98c5d752d71b91b95dc1e04e5a35dc76c8ba30ba732800199eb0bf55e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2295a3e98c5d752d71b91b95dc1e04e5a35dc76c8ba30ba732800199eb0bf55e", kill_on_drop: false }` [INFO] [stdout] 2295a3e98c5d752d71b91b95dc1e04e5a35dc76c8ba30ba732800199eb0bf55e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "+f90b06d7fb00470177516c5881bcec0432cb4f24" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35819bb423607bbf9dae26278e7fe5ff17478794949f44df830c189fc9e18225 [INFO] running `Command { std: "docker" "start" "-a" "35819bb423607bbf9dae26278e7fe5ff17478794949f44df830c189fc9e18225", 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 memchr v2.4.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Checking rental v0.5.6 [INFO] [stderr] Checking split_ext v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | / rental! { [INFO] [stdout] 164 | | #[allow(clippy::useless_transmute)] [INFO] [stdout] 165 | | mod inner { [INFO] [stdout] 166 | | use std::str; [INFO] [stdout] ... | [INFO] [stdout] 187 | | } [INFO] [stdout] 188 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this error originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | / rental! { [INFO] [stdout] 164 | | #[allow(clippy::useless_transmute)] [INFO] [stdout] 165 | | mod inner { [INFO] [stdout] 166 | | use std::str; [INFO] [stdout] ... | [INFO] [stdout] 187 | | } [INFO] [stdout] 188 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this error originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `split_ext` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "35819bb423607bbf9dae26278e7fe5ff17478794949f44df830c189fc9e18225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35819bb423607bbf9dae26278e7fe5ff17478794949f44df830c189fc9e18225", kill_on_drop: false }` [INFO] [stdout] 35819bb423607bbf9dae26278e7fe5ff17478794949f44df830c189fc9e18225