[INFO] fetching crate finite-automata 0.1.1... [INFO] testing finite-automata-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate finite-automata 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate finite-automata 0.1.1 [INFO] finished tweaking crates.io crate finite-automata 0.1.1 [INFO] tweaked toml for crates.io crate finite-automata 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate finite-automata 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded segment-map v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62d24b640d803be960267205997822d91522af8f6a02779f037b02f4fafcba45 [INFO] running `Command { std: "docker" "start" "-a" "62d24b640d803be960267205997822d91522af8f6a02779f037b02f4fafcba45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62d24b640d803be960267205997822d91522af8f6a02779f037b02f4fafcba45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62d24b640d803be960267205997822d91522af8f6a02779f037b02f4fafcba45", kill_on_drop: false }` [INFO] [stdout] 62d24b640d803be960267205997822d91522af8f6a02779f037b02f4fafcba45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cf1bd72f47256e29b2f98d72553870874fc69046b93d6d682be90a144a175d3b [INFO] running `Command { std: "docker" "start" "-a" "cf1bd72f47256e29b2f98d72553870874fc69046b93d6d682be90a144a175d3b", kill_on_drop: false }` [INFO] [stderr] Compiling segment-map v0.1.1 [INFO] [stderr] Compiling finite-automata v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:150:35 [INFO] [stdout] | [INFO] [stdout] 150 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:386:26 [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:136:35 [INFO] [stdout] | [INFO] [stdout] 136 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:154:35 [INFO] [stdout] | [INFO] [stdout] 154 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 154 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:303:26 [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "cf1bd72f47256e29b2f98d72553870874fc69046b93d6d682be90a144a175d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf1bd72f47256e29b2f98d72553870874fc69046b93d6d682be90a144a175d3b", kill_on_drop: false }` [INFO] [stdout] cf1bd72f47256e29b2f98d72553870874fc69046b93d6d682be90a144a175d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3633b44c401c72277132ef096a3236a83820d3ff7a67f7f65eefcf273a563559 [INFO] running `Command { std: "docker" "start" "-a" "3633b44c401c72277132ef096a3236a83820d3ff7a67f7f65eefcf273a563559", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:150:35 [INFO] [stdout] | [INFO] [stdout] 150 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:386:26 [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling finite-automata v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:136:35 [INFO] [stdout] | [INFO] [stdout] 136 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:154:35 [INFO] [stdout] | [INFO] [stdout] 154 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 154 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:303:26 [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:150:35 [INFO] [stdout] | [INFO] [stdout] 150 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dfa.rs:386:26 [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:136:35 [INFO] [stdout] | [INFO] [stdout] 136 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/nfa.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:154:35 [INFO] [stdout] | [INFO] [stdout] 154 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 154 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enfa.rs:303:26 [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `Command { std: "docker" "inspect" "3633b44c401c72277132ef096a3236a83820d3ff7a67f7f65eefcf273a563559", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3633b44c401c72277132ef096a3236a83820d3ff7a67f7f65eefcf273a563559", kill_on_drop: false }` [INFO] [stdout] 3633b44c401c72277132ef096a3236a83820d3ff7a67f7f65eefcf273a563559 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 81b59708c19eade967f94e18ee76297df69cfe8483bbf63ea9f5719308411e11 [INFO] running `Command { std: "docker" "start" "-a" "81b59708c19eade967f94e18ee76297df69cfe8483bbf63ea9f5719308411e11", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 52 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a>; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/dfa.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/dfa.rs:150:35 [INFO] [stderr] | [INFO] [stderr] 150 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 150 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/dfa.rs:386:26 [INFO] [stderr] | [INFO] [stderr] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 386 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/nfa.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 80 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/nfa.rs:136:35 [INFO] [stderr] | [INFO] [stderr] 136 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 136 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/nfa.rs:311:26 [INFO] [stderr] | [INFO] [stderr] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 311 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/enfa.rs:79:30 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 79 | pub fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/enfa.rs:154:35 [INFO] [stderr] | [INFO] [stderr] 154 | ...>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ^^ ----------- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 154 | pub fn transitions_slice<'a>(&'a self, transition_indices: impl IntoIterator + 'a) -> Box, StateIndex)> + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/enfa.rs:303:26 [INFO] [stderr] | [INFO] [stderr] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ^^ -- -- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 303 | fn states_slice<'a>(&'a self, state_indices: impl IntoIterator + 'a) -> Box + 'a> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `finite-automata` (lib) generated 10 warnings (run `cargo fix --lib -p finite-automata` to apply 10 suggestions) [INFO] [stderr] warning: `finite-automata` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/finite_automata-c0a00e64bed4820d) [INFO] [stdout] running 36 tests [INFO] [stdout] test dfa::tests::test_epsilon ... ok [INFO] [stdout] test dfa::tests::test_concatenation ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_alternation ... ok [INFO] [stdout] test dfa::tests::test_alternation ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_symbol ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_repetition ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_alternation ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_nondeterministic ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_nondeterminism ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_epsilon ... ok [INFO] [stdout] test dfa::tests::test_symbol ... ok [INFO] [stdout] test dfa::tests::test_repetition ... ok [INFO] [stdout] test enfa::tests::test_epsilon ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_repetition ... ok [INFO] [stdout] test enfa::tests::test_symbol ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_concatenation ... ok [INFO] [stdout] test enfa::tests::test_alternation ... ok [INFO] [stdout] test dfa::tests::test_from_enfa_epsilon ... ok [INFO] [stdout] test nfa::tests::test_concatenation ... ok [INFO] [stdout] test nfa::tests::test_alternation ... ok [INFO] [stdout] test nfa::tests::test_epsilon ... ok [INFO] [stdout] test enfa::tests::test_concatenation ... ok [INFO] [stdout] test nfa::tests::test_from_enfa_alternation ... ok [INFO] [stdout] test nfa::tests::test_from_enfa_epsilon ... ok [INFO] [stdout] test nfa::tests::test_from_enfa_repetition ... ok [INFO] [stdout] test nfa::tests::test_from_enfa_concatenation ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_symbol ... ok [INFO] [stdout] test nfa::tests::test_from_enfa_symbol ... ok [INFO] [stdout] test nfa::tests::test_nondeterminism ... ok [INFO] [stdout] test nfa::tests::test_nondeterminism_segments ... ok [INFO] [stdout] test nfa::tests::test_repetition ... ok [INFO] [stdout] test nfa::tests::test_symbol ... ok [INFO] [stdout] test dfa::tests::test_from_nfa_concatenation ... ok [INFO] [stdout] test enfa::tests::test_repetition ... ok [INFO] [stdout] test dfa::tests::test_nondeterminism ... ok [INFO] [stdout] test dfa::tests::test_nondeterminism_segments ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "81b59708c19eade967f94e18ee76297df69cfe8483bbf63ea9f5719308411e11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81b59708c19eade967f94e18ee76297df69cfe8483bbf63ea9f5719308411e11", kill_on_drop: false }` [INFO] [stdout] 81b59708c19eade967f94e18ee76297df69cfe8483bbf63ea9f5719308411e11