[INFO] fetching crate luther-derive 0.1.0... [INFO] checking luther-derive-0.1.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate luther-derive 0.1.0 into /workspace/builds/worker-115/source [INFO] validating manifest of crates.io crate luther-derive 0.1.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate luther-derive 0.1.0 [INFO] finished tweaking crates.io crate luther-derive 0.1.0 [INFO] tweaked toml for crates.io crate luther-derive 0.1.0 written to /workspace/builds/worker-115/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb0651617c722ca227ac5d00e17be0b0011f89895f26a00d8d5782caf902ad3f [INFO] running `Command { std: "docker" "start" "-a" "bb0651617c722ca227ac5d00e17be0b0011f89895f26a00d8d5782caf902ad3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb0651617c722ca227ac5d00e17be0b0011f89895f26a00d8d5782caf902ad3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb0651617c722ca227ac5d00e17be0b0011f89895f26a00d8d5782caf902ad3f", kill_on_drop: false }` [INFO] [stdout] bb0651617c722ca227ac5d00e17be0b0011f89895f26a00d8d5782caf902ad3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 570fba1da3df25b14323f46fc61473006debc1c2aa5c9a835245ae831eb0b1fc [INFO] running `Command { std: "docker" "start" "-a" "570fba1da3df25b14323f46fc61473006debc1c2aa5c9a835245ae831eb0b1fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Checking vec_map v0.6.0 [INFO] [stderr] Checking encode_unicode v0.3.6 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Checking proc-macro2 v0.2.3 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking bit-set v0.4.0 [INFO] [stderr] Checking redfa v0.0.2 [INFO] [stderr] Checking quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Checking luther-derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lib.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 126 - type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] 126 + type Dfa<'info, 'ast> = redfa::Dfa>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/generate.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 15 - type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] 15 + type State<'info, 'ast> = redfa::State>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/dfa.rs:89:37 [INFO] [stdout] | [INFO] [stdout] 89 | type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 89 - type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] 89 + type RegexVariant<'re, 'info, 'ast> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lib.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 126 - type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] 126 + type Dfa<'info, 'ast> = redfa::Dfa>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/generate.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 15 - type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] 15 + type State<'info, 'ast> = redfa::State>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/dfa.rs:89:37 [INFO] [stdout] | [INFO] [stdout] 89 | type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 89 - type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] 89 + type RegexVariant<'re, 'info, 'ast> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking luther v0.1.0 [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lib.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 126 - type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stdout] 126 + type Dfa<'info, 'ast> = redfa::Dfa>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/generate.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 15 - type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stdout] 15 + type State<'info, 'ast> = redfa::State>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/dfa.rs:89:37 [INFO] [stdout] | [INFO] [stdout] 89 | type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 89 - type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stdout] 89 + type RegexVariant<'re, 'info, 'ast> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.60s [INFO] running `Command { std: "docker" "inspect" "570fba1da3df25b14323f46fc61473006debc1c2aa5c9a835245ae831eb0b1fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570fba1da3df25b14323f46fc61473006debc1c2aa5c9a835245ae831eb0b1fc", kill_on_drop: false }` [INFO] [stdout] 570fba1da3df25b14323f46fc61473006debc1c2aa5c9a835245ae831eb0b1fc