[INFO] updating cached repository https://github.com/zacanger/lll
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2622aa54287635df0092a48936ff8264ff0cf29a
[INFO] checking zacanger/lll against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacanger%2Flll" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zacanger/lll on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/zacanger/lll
[INFO] finished tweaking git repo https://github.com/zacanger/lll
[INFO] tweaked toml for git repo https://github.com/zacanger/lll written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/zacanger/lll already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] bfc7e2fd711d5772ceb1525ee129623859f941dc69329430ac990e4d0606f659
[INFO] running `"docker" "start" "-a" "bfc7e2fd711d5772ceb1525ee129623859f941dc69329430ac990e4d0606f659"`
[INFO] [stderr]     Checking alphanumeric-sort v1.0.7
[INFO] [stderr]     Checking open v1.3.2
[INFO] [stderr]    Compiling ncurses v5.99.0
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking users v0.9.1
[INFO] [stderr]     Checking wordexp v0.1.0 (https://github.com/kamiyaa/wordexp-rs?branch=dev#92523f04)
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking toml v0.5.3
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]     Checking rustyline v5.0.2
[INFO] [stderr]     Checking lll v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]   --> src/window/page_state.rs:73:44
[INFO] [stderr]    |
[INFO] [stderr] 2  | pub struct LllPageState {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 73 |         let mut page_state = LllPageState::new();
[INFO] [stderr]    |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]   --> src/window/page_state.rs:91:44
[INFO] [stderr]    |
[INFO] [stderr] 2  | pub struct LllPageState {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 91 |         let mut page_state = LllPageState::new();
[INFO] [stderr]    |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]    --> src/window/page_state.rs:102:44
[INFO] [stderr]     |
[INFO] [stderr] 2   | pub struct LllPageState {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 102 |         let mut page_state = LllPageState::new();
[INFO] [stderr]     |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]             candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]    --> src/window/page_state.rs:113:44
[INFO] [stderr]     |
[INFO] [stderr] 2   | pub struct LllPageState {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 113 |         let mut page_state = LllPageState::new();
[INFO] [stderr]     |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]             candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]    --> src/window/page_state.rs:125:44
[INFO] [stderr]     |
[INFO] [stderr] 2   | pub struct LllPageState {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 125 |         let mut page_state = LllPageState::new();
[INFO] [stderr]     |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]             candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]    --> src/window/page_state.rs:137:44
[INFO] [stderr]     |
[INFO] [stderr] 2   | pub struct LllPageState {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 137 |         let mut page_state = LllPageState::new();
[INFO] [stderr]     |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]             candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `window::page_state::LllPageState` in the current scope
[INFO] [stderr]    --> src/window/page_state.rs:162:44
[INFO] [stderr]     |
[INFO] [stderr] 2   | pub struct LllPageState {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 162 |         let mut page_state = LllPageState::new();
[INFO] [stderr]     |                                            ^^^ function or associated item not found in `window::page_state::LllPageState`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stderr]             candidate #1: `rustyline::tty::Term`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `lll`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused `std::result::Result` that must be used
[INFO] [stderr]    --> src/commands/file_operations.rs:212:25
[INFO] [stderr]     |
[INFO] [stderr] 212 |                         tx.send(process_info);
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] 
[INFO] [stderr] warning: unused `std::result::Result` that must be used
[INFO] [stderr]    --> src/commands/file_operations.rs:262:25
[INFO] [stderr]     |
[INFO] [stderr] 262 |                         tx.send(process_info);
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] 
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "bfc7e2fd711d5772ceb1525ee129623859f941dc69329430ac990e4d0606f659"`
[INFO] running `"docker" "rm" "-f" "bfc7e2fd711d5772ceb1525ee129623859f941dc69329430ac990e4d0606f659"`
[INFO] [stdout] bfc7e2fd711d5772ceb1525ee129623859f941dc69329430ac990e4d0606f659
