[INFO] cloning repository https://github.com/mooreniemi/lucky
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mooreniemi/lucky" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreniemi%2Flucky", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreniemi%2Flucky'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18cd88048bd602d9af15eb07e13da100c7380529
[INFO] checking mooreniemi/lucky against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreniemi%2Flucky" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mooreniemi/lucky
[INFO] finished tweaking git repo https://github.com/mooreniemi/lucky
[INFO] tweaked toml for git repo https://github.com/mooreniemi/lucky written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mooreniemi/lucky on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mooreniemi/lucky 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cec695be82a66ad062828238fc019776ae5c31294abe8784c4286bf836e315c4
[INFO] running `Command { std: "docker" "start" "-a" "cec695be82a66ad062828238fc019776ae5c31294abe8784c4286bf836e315c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cec695be82a66ad062828238fc019776ae5c31294abe8784c4286bf836e315c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cec695be82a66ad062828238fc019776ae5c31294abe8784c4286bf836e315c4", kill_on_drop: false }`
[INFO] [stdout] cec695be82a66ad062828238fc019776ae5c31294abe8784c4286bf836e315c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1ceba5ab7e9eb4ff3366cd72cb56156093fc17c45f8b03012978cda294ea0af
[INFO] running `Command { std: "docker" "start" "-a" "b1ceba5ab7e9eb4ff3366cd72cb56156093fc17c45f8b03012978cda294ea0af", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.78
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling getrandom v0.2.0
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking getrandom v0.1.15
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]     Checking ahash v0.4.6
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]     Checking futures-sink v0.3.15
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling dirs-sys v0.3.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling num-iter v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]     Checking unicode-xid v0.2.1
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling java-locator v0.1.2
[INFO] [stderr]    Compiling sha2 v0.9.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling dirs v3.0.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling ahash v0.6.3
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]    Compiling cc v1.0.61
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]     Checking twox-hash v1.6.0
[INFO] [stderr]    Compiling j4rs v0.13.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking num-rational v0.3.0
[INFO] [stderr]     Checking num-complex v0.3.0
[INFO] [stderr]     Checking combine v4.5.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking array-macro v1.0.5
[INFO] [stderr]    Compiling ncurses v5.99.0
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]     Checking regex-syntax v0.4.2
[INFO] [stderr]    Compiling signal-hook v0.3.9
[INFO] [stderr]    Compiling anyhow v1.0.41
[INFO] [stderr]     Checking num v0.3.0
[INFO] [stderr]     Checking fail v0.4.0
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]     Checking bitpacking v0.8.4
[INFO] [stderr]     Checking lz4_flex v0.8.2
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]     Checking murmurhash32 v0.2.0
[INFO] [stderr]     Checking tantivy-fst v0.3.0
[INFO] [stderr]     Checking textwrap v0.12.1
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking lru v0.6.5
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]     Checking census v0.4.0
[INFO] [stderr]     Checking htmlescape v0.3.1
[INFO] [stderr]     Checking fastdivide v0.3.0
[INFO] [stderr]     Checking levenshtein_automata v0.2.1
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking tantivy-bitpacker v0.1.0
[INFO] [stderr]     Checking os_str_bytes v2.4.0
[INFO] [stderr]    Compiling suntan v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling enum-map-derive v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.25
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]     Checking enum-map v0.6.3
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking thiserror v1.0.25
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]     Checking clap v3.0.0-beta.2
[INFO] [stderr]    Compiling wasmer_enumset_derive v0.5.0
[INFO] [stderr]     Checking wasmer_enumset v1.0.1
[INFO] [stderr]     Checking cursive_core v0.2.2
[INFO] [stderr]     Checking tantivy-query-grammar v0.15.0
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking cursive v0.16.3
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking tantivy v0.15.0
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/main.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 | ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tantivy::fastfield::FastValue`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tantivy::fastfield::FastValue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/main.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 | ) -> Result<(), Box<Error>> {
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | ) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tantivy::fastfield::FastValue`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tantivy::fastfield::FastValue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "b1ceba5ab7e9eb4ff3366cd72cb56156093fc17c45f8b03012978cda294ea0af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1ceba5ab7e9eb4ff3366cd72cb56156093fc17c45f8b03012978cda294ea0af", kill_on_drop: false }`
[INFO] [stdout] b1ceba5ab7e9eb4ff3366cd72cb56156093fc17c45f8b03012978cda294ea0af
