[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] [stderr] From https://github.com/zacanger/lll [INFO] [stderr] + a79463c...2622aa5 master -> master (forced update) [INFO] [stderr] * [new tag] v0.1.2 -> v0.1.2 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2622aa54287635df0092a48936ff8264ff0cf29a [INFO] checking zacanger/lll against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacanger%2Flll" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zacanger/lll on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-4/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/kamiyaa/wordexp-rs` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alphanumeric-sort v1.0.7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8f0e46554526154e5e8a74e15752be476874495a0216ff0ab9e6cfd20d269684 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8f0e46554526154e5e8a74e15752be476874495a0216ff0ab9e6cfd20d269684"` [INFO] [stderr] Compiling syn v1.0.4 [INFO] [stderr] Checking unicode-segmentation v1.3.0 [INFO] [stderr] Checking alphanumeric-sort v1.0.7 [INFO] [stderr] Checking fs_extra v1.1.0 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking dirs-sys v0.3.4 [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] Checking toml v0.5.3 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.99 [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 type `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 type `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 type `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 type `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 type `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 type `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 type `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] 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" "8f0e46554526154e5e8a74e15752be476874495a0216ff0ab9e6cfd20d269684"` [INFO] running `"docker" "rm" "-f" "8f0e46554526154e5e8a74e15752be476874495a0216ff0ab9e6cfd20d269684"` [INFO] [stdout] 8f0e46554526154e5e8a74e15752be476874495a0216ff0ab9e6cfd20d269684