[INFO] fetching crate luther-derive 0.1.0... [INFO] testing luther-derive-0.1.0 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate luther-derive 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate luther-derive 0.1.0 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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] 8b316a4a7b7ce50cfb4b37fdb425c165426ced56816006c593eafc6840df3355 [INFO] running `Command { std: "docker" "start" "-a" "8b316a4a7b7ce50cfb4b37fdb425c165426ced56816006c593eafc6840df3355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b316a4a7b7ce50cfb4b37fdb425c165426ced56816006c593eafc6840df3355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b316a4a7b7ce50cfb4b37fdb425c165426ced56816006c593eafc6840df3355", kill_on_drop: false }` [INFO] [stdout] 8b316a4a7b7ce50cfb4b37fdb425c165426ced56816006c593eafc6840df3355 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 362e5159d078765bf447d8095f11ae5687af6d678e70477c0cb1da310106b6b1 [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" "362e5159d078765bf447d8095f11ae5687af6d678e70477c0cb1da310106b6b1", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling redfa v0.0.2 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.16s [INFO] running `Command { std: "docker" "inspect" "362e5159d078765bf447d8095f11ae5687af6d678e70477c0cb1da310106b6b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "362e5159d078765bf447d8095f11ae5687af6d678e70477c0cb1da310106b6b1", kill_on_drop: false }` [INFO] [stdout] 362e5159d078765bf447d8095f11ae5687af6d678e70477c0cb1da310106b6b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66fdbda4b1282945420bca97af143ebb89a2dc233c6ab32b9f14076586cee03c [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" "66fdbda4b1282945420bca97af143ebb89a2dc233c6ab32b9f14076586cee03c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling encode_unicode v0.3.6 [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] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling luther v0.1.0 [INFO] [stderr] Compiling 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 38.97s [INFO] running `Command { std: "docker" "inspect" "66fdbda4b1282945420bca97af143ebb89a2dc233c6ab32b9f14076586cee03c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66fdbda4b1282945420bca97af143ebb89a2dc233c6ab32b9f14076586cee03c", kill_on_drop: false }` [INFO] [stdout] 66fdbda4b1282945420bca97af143ebb89a2dc233c6ab32b9f14076586cee03c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2c7017d9d7cb2f60903e129a21917f5719b6e232555fcecf5e9ba26b30aaad6 [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" "f2c7017d9d7cb2f60903e129a21917f5719b6e232555fcecf5e9ba26b30aaad6", kill_on_drop: false }` [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lib.rs:126:23 [INFO] [stderr] | [INFO] [stderr] 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 126 - type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; [INFO] [stderr] 126 + type Dfa<'info, 'ast> = redfa::Dfa>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/generate.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 15 - type State<'info, 'ast: 'info> = redfa::State>>; [INFO] [stderr] 15 + type State<'info, 'ast> = redfa::State>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/dfa.rs:89:37 [INFO] [stderr] | [INFO] [stderr] 89 | type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 89 - type RegexVariant<'re, 'info, 'ast: 'info> = [INFO] [stderr] 89 + type RegexVariant<'re, 'info, 'ast> = [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `luther-derive` (lib) generated 3 warnings [INFO] [stderr] warning: `luther-derive` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/luther_derive-1faae2a1ca1fed66) [INFO] [stdout] [INFO] [stderr] Running tests/clex-derive.rs (/opt/rustwide/target/debug/deps/clex_derive-8309790e6c957dcd) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test token_lexes_keywords_punctuation_and_identifiers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/simple-derive.rs (/opt/rustwide/target/debug/deps/simple_derive-031d04a03a746dc6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test token_lexes_ab ... ok [INFO] [stderr] Doc-tests luther-derive [INFO] [stdout] test token_lexes_ade ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2c7017d9d7cb2f60903e129a21917f5719b6e232555fcecf5e9ba26b30aaad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2c7017d9d7cb2f60903e129a21917f5719b6e232555fcecf5e9ba26b30aaad6", kill_on_drop: false }` [INFO] [stdout] f2c7017d9d7cb2f60903e129a21917f5719b6e232555fcecf5e9ba26b30aaad6