[INFO] fetching crate puroro 0.4.1... [INFO] checking puroro-0.4.1 against master#9cf699d2ff4ff23a6d6862a35727f4d5d3567dae for pr-98456-1 [INFO] extracting crate puroro 0.4.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate puroro 0.4.1 on toolchain 9cf699d2ff4ff23a6d6862a35727f4d5d3567dae [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9cf699d2ff4ff23a6d6862a35727f4d5d3567dae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate puroro 0.4.1 [INFO] finished tweaking crates.io crate puroro 0.4.1 [INFO] tweaked toml for crates.io crate puroro 0.4.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9cf699d2ff4ff23a6d6862a35727f4d5d3567dae" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9cf699d2ff4ff23a6d6862a35727f4d5d3567dae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+9cf699d2ff4ff23a6d6862a35727f4d5d3567dae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d62ad1c956ba7e5c933b7de3eb9e22b7d114588fbdaf7b8d5c6eedd812011bff [INFO] running `Command { std: "docker" "start" "-a" "d62ad1c956ba7e5c933b7de3eb9e22b7d114588fbdaf7b8d5c6eedd812011bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d62ad1c956ba7e5c933b7de3eb9e22b7d114588fbdaf7b8d5c6eedd812011bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d62ad1c956ba7e5c933b7de3eb9e22b7d114588fbdaf7b8d5c6eedd812011bff", kill_on_drop: false }` [INFO] [stdout] d62ad1c956ba7e5c933b7de3eb9e22b7d114588fbdaf7b8d5c6eedd812011bff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+9cf699d2ff4ff23a6d6862a35727f4d5d3567dae" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ae79fcdd016a6dbbe49eca06128cb8174ef8596bcfe58e82d9d0c8b029b6c70 [INFO] running `Command { std: "docker" "start" "-a" "9ae79fcdd016a6dbbe49eca06128cb8174ef8596bcfe58e82d9d0c8b029b6c70", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking funty v1.2.0 [INFO] [stderr] Checking bumpalo v3.10.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking wyz v0.4.0 [INFO] [stderr] Checking bitvec v0.22.3 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking puroro v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / where [INFO] [stdout] 51 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 50 ~ [INFO] [stdout] 51 ~ = ::std::option::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / where [INFO] [stdout] 74 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 73 ~ [INFO] [stdout] 74 ~ = ::std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / where [INFO] [stdout] 92 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 91 ~ [INFO] [stdout] 92 ~ = ::std::iter::Once<&'a T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | / where [INFO] [stdout] 216 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 215 ~ [INFO] [stdout] 216 ~ = ManuallyDrop> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / where [INFO] [stdout] 223 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 222 ~ [INFO] [stdout] 223 ~ = RefMutVec<'bump, 'this, T> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | / where [INFO] [stdout] 384 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 383 ~ [INFO] [stdout] 384 ~ = ManuallyDrop> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / where [INFO] [stdout] 391 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 390 ~ [INFO] [stdout] 391 ~ = RefMutString<'bump, 'this> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / where [INFO] [stdout] 49 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 48 ~ [INFO] [stdout] 49 ~ = ::std::option::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | / where [INFO] [stdout] 68 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 67 ~ [INFO] [stdout] 68 ~ = ::std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / where [INFO] [stdout] 86 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 85 ~ [INFO] [stdout] 86 ~ = ::std::iter::Once<&'a T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / where [INFO] [stdout] 51 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 50 ~ [INFO] [stdout] 51 ~ = ::std::option::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / where [INFO] [stdout] 74 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 73 ~ [INFO] [stdout] 74 ~ = ::std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo/de.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / where [INFO] [stdout] 92 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 91 ~ [INFO] [stdout] 92 ~ = ::std::iter::Once<&'a T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | / where [INFO] [stdout] 216 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 215 ~ [INFO] [stdout] 216 ~ = ManuallyDrop> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / where [INFO] [stdout] 223 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 222 ~ [INFO] [stdout] 223 ~ = RefMutVec<'bump, 'this, T> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | / where [INFO] [stdout] 384 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 383 ~ [INFO] [stdout] 384 ~ = ManuallyDrop> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/bumpalo.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / where [INFO] [stdout] 391 | | Self: 'bump + 'this, [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 390 ~ [INFO] [stdout] 391 ~ = RefMutString<'bump, 'this> where Self: 'bump + 'this; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / where [INFO] [stdout] 49 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 48 ~ [INFO] [stdout] 49 ~ = ::std::option::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | / where [INFO] [stdout] 68 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 67 ~ [INFO] [stdout] 68 ~ = ::std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/internal/impls/simple/de.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / where [INFO] [stdout] 86 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 85 ~ [INFO] [stdout] 86 ~ = ::std::iter::Once<&'a T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.30s [INFO] running `Command { std: "docker" "inspect" "9ae79fcdd016a6dbbe49eca06128cb8174ef8596bcfe58e82d9d0c8b029b6c70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ae79fcdd016a6dbbe49eca06128cb8174ef8596bcfe58e82d9d0c8b029b6c70", kill_on_drop: false }` [INFO] [stdout] 9ae79fcdd016a6dbbe49eca06128cb8174ef8596bcfe58e82d9d0c8b029b6c70