[INFO] cloning repository https://github.com/ealmloff/fast-bpe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ealmloff/fast-bpe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fealmloff%2Ffast-bpe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fealmloff%2Ffast-bpe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c01fc31fa799ff57ab7a5aa2c2f01eeaf8033bfb [INFO] checking ealmloff/fast-bpe against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fealmloff%2Ffast-bpe" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ealmloff/fast-bpe [INFO] finished tweaking git repo https://github.com/ealmloff/fast-bpe [INFO] tweaked toml for git repo https://github.com/ealmloff/fast-bpe written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ealmloff/fast-bpe on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ealmloff/fast-bpe already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.205 [INFO] [stderr] Downloaded louds-rs v0.7.0 [INFO] [stderr] Downloaded plotters-svg v0.3.6 [INFO] [stderr] Downloaded plotters v0.3.6 [INFO] [stderr] Downloaded oorandom v11.1.4 [INFO] [stderr] Downloaded plotters-backend v0.3.6 [INFO] [stderr] Downloaded tokenizers v0.20.0 [INFO] [stderr] Downloaded serde v1.0.205 [INFO] [stderr] Downloaded fid-rs v0.2.0 [INFO] [stderr] Downloaded reqwest v0.12.7 [INFO] [stderr] Downloaded rustix v0.38.36 [INFO] [stderr] Downloaded trie-rs v0.4.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d25390a776b43f0835233ffda5742d9fcb76cbac4702d8091d3251621ea781ac [INFO] running `Command { std: "docker" "start" "-a" "d25390a776b43f0835233ffda5742d9fcb76cbac4702d8091d3251621ea781ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d25390a776b43f0835233ffda5742d9fcb76cbac4702d8091d3251621ea781ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d25390a776b43f0835233ffda5742d9fcb76cbac4702d8091d3251621ea781ac", kill_on_drop: false }` [INFO] [stdout] d25390a776b43f0835233ffda5742d9fcb76cbac4702d8091d3251621ea781ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0877ab73528c0fbdbe218b4cedef1a5477bda4c5c32ad47d9b38491747e7df37 [INFO] running `Command { std: "docker" "start" "-a" "0877ab73528c0fbdbe218b4cedef1a5477bda4c5c32ad47d9b38491747e7df37", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling serde v1.0.205 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking plotters-backend v0.3.6 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking plotters-svg v0.3.6 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking rustls-pemfile v2.1.3 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling macro_rules_attribute-proc_macro v0.2.0 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking indicatif v0.17.8 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking unicode-normalization-alignments v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling esaxx-rs v0.1.10 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking macro_rules_attribute v0.2.0 [INFO] [stderr] Checking plotters v0.3.6 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Checking oorandom v11.1.4 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking fid-rs v0.2.0 [INFO] [stderr] Checking criterion-plot v0.4.5 [INFO] [stderr] Checking louds-rs v0.7.0 [INFO] [stderr] Checking rayon-cond v0.3.0 [INFO] [stderr] Checking trie-rs v0.4.2 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking tokio-util v0.7.12 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling serde_derive v1.0.205 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling monostate-impl v0.1.13 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking onig v6.4.0 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking indexmap v2.5.0 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.1 [INFO] [stderr] Checking h2 v0.4.6 [INFO] [stderr] Compiling derive_builder_macro v0.20.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking derive_builder v0.20.1 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking spm_precompiled v0.1.4 [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking serde-big-array v0.5.1 [INFO] [stderr] Checking monostate v0.1.13 [INFO] [stderr] Checking postcard v1.0.10 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking tokenizers v0.20.0 [INFO] [stderr] Checking hyper-util v0.1.7 [INFO] [stderr] Checking criterion v0.3.6 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.7 [INFO] [stderr] Checking fast-bpe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:233:31 [INFO] [stdout] | [INFO] [stdout] 231 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 232 | tokens: impl IntoIterator + 'a, [INFO] [stdout] 233 | ) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 233 | ) -> impl Iterator + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:233:31 [INFO] [stdout] | [INFO] [stdout] 231 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 232 | tokens: impl IntoIterator + 'a, [INFO] [stdout] 233 | ) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 233 | ) -> impl Iterator + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.91s [INFO] running `Command { std: "docker" "inspect" "0877ab73528c0fbdbe218b4cedef1a5477bda4c5c32ad47d9b38491747e7df37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0877ab73528c0fbdbe218b4cedef1a5477bda4c5c32ad47d9b38491747e7df37", kill_on_drop: false }` [INFO] [stdout] 0877ab73528c0fbdbe218b4cedef1a5477bda4c5c32ad47d9b38491747e7df37