[INFO] cloning repository https://github.com/zacanger/lll [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zacanger/lll" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacanger%2Flll"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacanger%2Flll'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2622aa54287635df0092a48936ff8264ff0cf29a [INFO] testing zacanger/lll against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzacanger%2Flll" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zacanger/lll on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-8/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a3c122d78882786a896d9fd7d12487aea7a2498b5ee806a3033623ae73a8abf0 [INFO] running `"docker" "start" "-a" "a3c122d78882786a896d9fd7d12487aea7a2498b5ee806a3033623ae73a8abf0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v1.0.4 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling open v1.3.2 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling alphanumeric-sort v1.0.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling wordexp v0.1.0 (https://github.com/kamiyaa/wordexp-rs?branch=dev#92523f04) [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rustyline v5.0.2 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling lll v0.1.2 (/opt/rustwide/workdir) [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "a3c122d78882786a896d9fd7d12487aea7a2498b5ee806a3033623ae73a8abf0"` [INFO] running `"docker" "rm" "-f" "a3c122d78882786a896d9fd7d12487aea7a2498b5ee806a3033623ae73a8abf0"` [INFO] [stdout] a3c122d78882786a896d9fd7d12487aea7a2498b5ee806a3033623ae73a8abf0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eca4bbb593ccccfc007073780cd6e36796e18f2097939ce61e877509c89b21b0 [INFO] running `"docker" "start" "-a" "eca4bbb593ccccfc007073780cd6e36796e18f2097939ce61e877509c89b21b0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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] running `"docker" "inspect" "eca4bbb593ccccfc007073780cd6e36796e18f2097939ce61e877509c89b21b0"` [INFO] running `"docker" "rm" "-f" "eca4bbb593ccccfc007073780cd6e36796e18f2097939ce61e877509c89b21b0"` [INFO] [stdout] eca4bbb593ccccfc007073780cd6e36796e18f2097939ce61e877509c89b21b0