[INFO] updating cached repository https://github.com/souvik1997/radish [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] 398b7f0bba49ff0789344013632e1b4886e9f620 [INFO] checking souvik1997/radish against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsouvik1997%2Fradish" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/souvik1997/radish on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/souvik1997/radish [INFO] finished tweaking git repo https://github.com/souvik1997/radish [INFO] tweaked toml for git repo https://github.com/souvik1997/radish written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/souvik1997/radish already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 856ba0678ddac7d288455eebe76d12951fe5026adc7d1885f1e345b3ba8d668a [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" "856ba0678ddac7d288455eebe76d12951fe5026adc7d1885f1e345b3ba8d668a"` [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking users v0.6.0 [INFO] [stderr] Compiling rlua v0.10.2 [INFO] [stderr] Compiling libsqlite3-sys v0.8.1 [INFO] [stderr] Compiling diesel_derives v1.0.0 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking diesel v1.0.0 [INFO] [stderr] Checking radish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `context` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use context; [INFO] [stderr] | ^^^^^^^ no `context` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `CursorPosition` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | use CursorPosition::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a similar path exists: `self::CursorPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `History` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | let mut h = History::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `History` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `History` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | let mut h = History::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `History` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `History` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | let mut h = History::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `History` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `History` [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | let mut h = History::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `History` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OnWordLeftEdge` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | ("hi", 0, OnWordLeftEdge(0)), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::OnWordLeftEdge; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `InWord` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | ("hi", 1, InWord(0)), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::InWord; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OnWordRightEdge` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | ("hi", 2, OnWordRightEdge(0)), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::OnWordRightEdge; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `InSpace` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | ("abc abc", 4, InSpace(Some(0), Some(1))), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::InSpace; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OnWordLeftEdge` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:30:25 [INFO] [stderr] | [INFO] [stderr] 30 | ("abc abc", 5, OnWordLeftEdge(1)), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::OnWordLeftEdge; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `InWord` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | ("abc abc", 6, InWord(1)), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::InWord; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OnWordRightEdge` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | ("abc abc", 8, OnWordRightEdge(1)), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::OnWordRightEdge; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `InSpace` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:33:19 [INFO] [stderr] | [INFO] [stderr] 33 | (" a", 0, InSpace(None, Some(0))), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::InSpace; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `InSpace` in this scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/test.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | ("a ", 2, InSpace(Some(0), None)), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use shell::readline::line_editor::liner::editor::CursorPosition::InSpace; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `print_rest` found for type `shell::readline::line_editor::liner::buffer::Buffer` in the current scope [INFO] [stderr] --> src/shell/readline/line_editor/liner/buffer.rs:474:13 [INFO] [stderr] | [INFO] [stderr] 40 | pub struct Buffer { [INFO] [stderr] | ----------------- method `print_rest` not found for this [INFO] [stderr] ... [INFO] [stderr] 474 | buf.print_rest(&mut out, buf2.data.len()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `shell::readline::line_editor::liner::buffer::Buffer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `radish`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0004]: non-exhaustive patterns: `Ok(PtraceSyscall(_))` not covered [INFO] [stderr] --> src/shell/jobs/mod.rs:83:120 [INFO] [stderr] | [INFO] [stderr] 83 | ... nix::sys::wait::WaitStatus::StillAlive | nix::sys::wait::WaitStatus::Continued(_) => match job.wait(Some(nix::sys::wait::WUNTRACED)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern `Ok(PtraceSyscall(_))` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `PtraceSyscall(_)` not covered [INFO] [stderr] --> src/shell/jobs/mod.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | match status { [INFO] [stderr] | ^^^^^^ pattern `PtraceSyscall(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0004`. [INFO] [stderr] error: could not compile `radish`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "856ba0678ddac7d288455eebe76d12951fe5026adc7d1885f1e345b3ba8d668a"` [INFO] running `"docker" "rm" "-f" "856ba0678ddac7d288455eebe76d12951fe5026adc7d1885f1e345b3ba8d668a"` [INFO] [stdout] 856ba0678ddac7d288455eebe76d12951fe5026adc7d1885f1e345b3ba8d668a