[INFO] cloning repository https://github.com/Yucklys/rumoc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yucklys/rumoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYucklys%2Frumoc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYucklys%2Frumoc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4be8eee72b235dc9bc6ed24b7c955b5903b62bc6
[INFO] checking Yucklys/rumoc against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYucklys%2Frumoc" "/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/Yucklys/rumoc
[INFO] finished tweaking git repo https://github.com/Yucklys/rumoc
[INFO] tweaked toml for git repo https://github.com/Yucklys/rumoc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Yucklys/rumoc 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/Yucklys/rumoc 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] 3c85bba3a63e73cf192691a720e273d9805083fa4a18174d6142ff32d631bc27
[INFO] running `Command { std: "docker" "start" "-a" "3c85bba3a63e73cf192691a720e273d9805083fa4a18174d6142ff32d631bc27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c85bba3a63e73cf192691a720e273d9805083fa4a18174d6142ff32d631bc27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c85bba3a63e73cf192691a720e273d9805083fa4a18174d6142ff32d631bc27", kill_on_drop: false }`
[INFO] [stdout] 3c85bba3a63e73cf192691a720e273d9805083fa4a18174d6142ff32d631bc27
[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] f07506de104fa628ab40b67a3401976555de41b78b926bcabfd644dbc955e62d
[INFO] running `Command { std: "docker" "start" "-a" "f07506de104fa628ab40b67a3401976555de41b78b926bcabfd644dbc955e62d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling lock_api v0.4.8
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling include_dir_macros v0.7.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking include_dir v0.7.2
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking rayon-core v1.9.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking fraction v0.10.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking zip v0.6.2
[INFO] [stderr]     Checking rayon v1.5.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking itertools v0.10.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking lingua-chinese-language-model v1.0.1
[INFO] [stderr]     Checking lingua-english-language-model v1.0.1
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking x11rb v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking arboard v2.1.1
[INFO] [stderr]     Checking stop-words v0.6.2
[INFO] [stderr]     Checking lingua v1.4.0
[INFO] [stderr]     Checking rumoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated items `new` and `get_lang` are never used
[INFO] [stdout]   --> src/summarizer.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Summarizer {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(lang: Language) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn get_lang(&self) -> &Option<Language> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]    --> src/summarizer.rs:173:4
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn print_matrix<T: std::fmt::Display>(m: &Vec<Vec<T>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/summarizer.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Summarizer {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(lang: Language) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]    --> src/summarizer.rs:173:4
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn print_matrix<T: std::fmt::Display>(m: &Vec<Vec<T>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.13s
[INFO] running `Command { std: "docker" "inspect" "f07506de104fa628ab40b67a3401976555de41b78b926bcabfd644dbc955e62d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f07506de104fa628ab40b67a3401976555de41b78b926bcabfd644dbc955e62d", kill_on_drop: false }`
[INFO] [stdout] f07506de104fa628ab40b67a3401976555de41b78b926bcabfd644dbc955e62d
