[INFO] cloning repository https://github.com/damonsmith/shoey
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/damonsmith/shoey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamonsmith%2Fshoey", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamonsmith%2Fshoey'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d6dc59b000e2b468489e3bbe77d54ebc7d1d8e2
[INFO] checking damonsmith/shoey against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamonsmith%2Fshoey" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/damonsmith/shoey
[INFO] finished tweaking git repo https://github.com/damonsmith/shoey
[INFO] tweaked toml for git repo https://github.com/damonsmith/shoey written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/damonsmith/shoey 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/damonsmith/shoey 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a3ed6f09a911380e1a3bd859fee4517e7d62782b65ba98b86cb36678959126b7
[INFO] running `Command { std: "docker" "start" "-a" "a3ed6f09a911380e1a3bd859fee4517e7d62782b65ba98b86cb36678959126b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a3ed6f09a911380e1a3bd859fee4517e7d62782b65ba98b86cb36678959126b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3ed6f09a911380e1a3bd859fee4517e7d62782b65ba98b86cb36678959126b7", kill_on_drop: false }`
[INFO] [stdout] a3ed6f09a911380e1a3bd859fee4517e7d62782b65ba98b86cb36678959126b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e1748c4c234306214799a2a1f30f3de65004e48b1e271b30ec6edccca896c1de
[INFO] running `Command { std: "docker" "start" "-a" "e1748c4c234306214799a2a1f30f3de65004e48b1e271b30ec6edccca896c1de", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.16
[INFO] [stderr]    Compiling libc v0.2.64
[INFO] [stderr]    Compiling gio v0.6.0
[INFO] [stderr]     Checking fragile v0.3.0
[INFO] [stderr]    Compiling cairo-rs v0.6.0
[INFO] [stderr]    Compiling pango v0.6.0
[INFO] [stderr]    Compiling gdk-pixbuf v0.6.0
[INFO] [stderr]    Compiling gdk v0.10.0
[INFO] [stderr]    Compiling atk v0.6.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling gtk v0.6.0
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.3.0
[INFO] [stderr]     Checking utf8parse v0.1.1
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]    Compiling glib-sys v0.8.0
[INFO] [stderr]    Compiling gobject-sys v0.8.0
[INFO] [stderr]    Compiling gio-sys v0.8.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.8.0
[INFO] [stderr]    Compiling pango-sys v0.8.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.8.0
[INFO] [stderr]    Compiling atk-sys v0.8.0
[INFO] [stderr]    Compiling gdk-sys v0.8.0
[INFO] [stderr]    Compiling gtk-sys v0.8.0
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking glib v0.7.1
[INFO] [stderr]     Checking rustyline v5.0.3
[INFO] [stderr]    Compiling relm-gen-widget v0.16.0
[INFO] [stderr]    Compiling relm-derive-common v0.16.0
[INFO] [stderr]    Compiling relm-derive v0.16.0
[INFO] [stderr]     Checking relm-core v0.16.0
[INFO] [stderr]     Checking relm-state v0.16.0
[INFO] [stderr]     Checking relm v0.16.0
[INFO] [stderr]     Checking shoey v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::cell::RefCell`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cell::RefCell;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Entry`, `Label`, `WindowType`, and `Window`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use gtk::{Window, WindowType, Label, Entry};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^^^  ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cell::RefCell`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cell::RefCell;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Entry`, `Label`, `WindowType`, and `Window`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use gtk::{Window, WindowType, Label, Entry};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^^^  ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gtk::prelude`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use gtk::prelude::*; // Import all the basic things
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandLine` is never constructed
[INFO] [stdout]  --> src/command_window.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct CommandLine {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Model` is never constructed
[INFO] [stdout]   --> src/command_window.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Model {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `command_line`, `command_output`, and `command_history` are never read
[INFO] [stdout]   --> src/command_window.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CommandWindow {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 19 |     window: gtk::Window,
[INFO] [stdout] 20 |     command_line: gtk::Entry,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 21 |     command_output: gtk::TextView,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     command_history: gtk::ListBox,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `HOME_DIR` should have a snake case name
[INFO] [stdout]   --> src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let HOME_DIR = home_string.as_str();
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `home_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentCommand` should have a snake case name
[INFO] [stdout]   --> src/command_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     currentCommand: CommandLine,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gtk::prelude`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use gtk::prelude::*; // Import all the basic things
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandLine` is never constructed
[INFO] [stdout]  --> src/command_window.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct CommandLine {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Model` is never constructed
[INFO] [stdout]   --> src/command_window.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Model {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `command_line`, `command_output`, and `command_history` are never read
[INFO] [stdout]   --> src/command_window.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CommandWindow {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 19 |     window: gtk::Window,
[INFO] [stdout] 20 |     command_line: gtk::Entry,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 21 |     command_output: gtk::TextView,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     command_history: gtk::ListBox,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `HOME_DIR` should have a snake case name
[INFO] [stdout]   --> src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let HOME_DIR = home_string.as_str();
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `home_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentCommand` should have a snake case name
[INFO] [stdout]   --> src/command_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     currentCommand: CommandLine,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.79s
[INFO] running `Command { std: "docker" "inspect" "e1748c4c234306214799a2a1f30f3de65004e48b1e271b30ec6edccca896c1de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1748c4c234306214799a2a1f30f3de65004e48b1e271b30ec6edccca896c1de", kill_on_drop: false }`
[INFO] [stdout] e1748c4c234306214799a2a1f30f3de65004e48b1e271b30ec6edccca896c1de
