[INFO] fetching crate luther-derive 0.1.0... [INFO] checking luther-derive-0.1.0 against master#db870ea71b6dcc7a91b999420b88f41d3cdd13e1 for pr-75192 [INFO] extracting crate luther-derive 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate luther-derive 0.1.0 on toolchain db870ea71b6dcc7a91b999420b88f41d3cdd13e1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 175eb3def2336fae23b0d20fa33e0bf4667d88cdbdb7f33716fb0a2d9c260511 [INFO] running `Command { std: "docker" "start" "-a" "175eb3def2336fae23b0d20fa33e0bf4667d88cdbdb7f33716fb0a2d9c260511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "175eb3def2336fae23b0d20fa33e0bf4667d88cdbdb7f33716fb0a2d9c260511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "175eb3def2336fae23b0d20fa33e0bf4667d88cdbdb7f33716fb0a2d9c260511", kill_on_drop: false }` [INFO] [stdout] 175eb3def2336fae23b0d20fa33e0bf4667d88cdbdb7f33716fb0a2d9c260511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0339836f4c4b99439bf68da18d62f990471941b7515deb12cbb298fa9333a855 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0339836f4c4b99439bf68da18d62f990471941b7515deb12cbb298fa9333a855", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Checking vec_map v0.6.0 [INFO] [stderr] Checking assert_matches v1.3.0 [INFO] [stderr] Checking proc-macro2 v0.2.3 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling redfa v0.0.2 [INFO] [stderr] Checking quote v0.4.2 [INFO] [stderr] Checking syn v0.12.15 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.39 [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> = 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> = 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] [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> = 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> = 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] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.12.4 [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> = 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> = 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] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.69s [INFO] running `Command { std: "docker" "inspect" "0339836f4c4b99439bf68da18d62f990471941b7515deb12cbb298fa9333a855", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0339836f4c4b99439bf68da18d62f990471941b7515deb12cbb298fa9333a855", kill_on_drop: false }` [INFO] [stdout] 0339836f4c4b99439bf68da18d62f990471941b7515deb12cbb298fa9333a855