[INFO] fetching crate luther-derive 0.1.0... [INFO] testing luther-derive-0.1.0 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate luther-derive 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate luther-derive 0.1.0 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded luther v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7567fc1392e745bf3a06a87c9508d11ac2755c5277363f3e711af13b4e275503 [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" "7567fc1392e745bf3a06a87c9508d11ac2755c5277363f3e711af13b4e275503", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7567fc1392e745bf3a06a87c9508d11ac2755c5277363f3e711af13b4e275503", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7567fc1392e745bf3a06a87c9508d11ac2755c5277363f3e711af13b4e275503", kill_on_drop: false }` [INFO] [stdout] 7567fc1392e745bf3a06a87c9508d11ac2755c5277363f3e711af13b4e275503 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", 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] 269fe5f840c9e842c279627bade146ae71abb8bbefc03948eb83b2d56d57787c [INFO] running `Command { std: "docker" "start" "-a" "269fe5f840c9e842c279627bade146ae71abb8bbefc03948eb83b2d56d57787c", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling redfa v0.0.2 [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> = 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 11.65s [INFO] running `Command { std: "docker" "inspect" "269fe5f840c9e842c279627bade146ae71abb8bbefc03948eb83b2d56d57787c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "269fe5f840c9e842c279627bade146ae71abb8bbefc03948eb83b2d56d57787c", kill_on_drop: false }` [INFO] [stdout] 269fe5f840c9e842c279627bade146ae71abb8bbefc03948eb83b2d56d57787c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", 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] 6a0cdb0b1e60eed78b1e123461d58a3d0de2582f23f7a8f2c5991e159845eb0f [INFO] running `Command { std: "docker" "start" "-a" "6a0cdb0b1e60eed78b1e123461d58a3d0de2582f23f7a8f2c5991e159845eb0f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling assert_matches v1.4.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] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling synstructure v0.12.4 [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> = 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 test [unoptimized + debuginfo] target(s) in 53.94s [INFO] running `Command { std: "docker" "inspect" "6a0cdb0b1e60eed78b1e123461d58a3d0de2582f23f7a8f2c5991e159845eb0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a0cdb0b1e60eed78b1e123461d58a3d0de2582f23f7a8f2c5991e159845eb0f", kill_on_drop: false }` [INFO] [stdout] 6a0cdb0b1e60eed78b1e123461d58a3d0de2582f23f7a8f2c5991e159845eb0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f9744c02716087e8183a8834bc195cf584be636efb5f6962bae783ba37b1af0 [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" "0f9744c02716087e8183a8834bc195cf584be636efb5f6962bae783ba37b1af0", 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> = 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> = 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] [stderr] | -- [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [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> = 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> = 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] [stderr] | -- [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/luther_derive-49d47e4dd2ad8832 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/clex_derive-9dc50bce9699f3bc [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simple_derive-6bd2bf175c36bf51 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test token_lexes_ab ... ok [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 [INFO] [stdout] [INFO] [stderr] Doc-tests luther-derive [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f9744c02716087e8183a8834bc195cf584be636efb5f6962bae783ba37b1af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f9744c02716087e8183a8834bc195cf584be636efb5f6962bae783ba37b1af0", kill_on_drop: false }` [INFO] [stdout] 0f9744c02716087e8183a8834bc195cf584be636efb5f6962bae783ba37b1af0