[INFO] updating cached repository xicalango/rsed [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/xicalango/rsed [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/xicalango/rsed" "work/ex/beta-1.38-1/sources/1.37.0/gh/xicalango/rsed"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/xicalango/rsed'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xicalango/rsed" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xicalango/rsed"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xicalango/rsed'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3cf4128448b7776a91835ac20b913a115040ce98 [INFO] sha for GitHub repo xicalango/rsed: 3cf4128448b7776a91835ac20b913a115040ce98 [INFO] validating manifest of xicalango/rsed on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xicalango/rsed on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing xicalango/rsed [INFO] finished frobbing xicalango/rsed [INFO] frobbed toml for xicalango/rsed written to work/ex/beta-1.38-1/sources/1.37.0/gh/xicalango/rsed/Cargo.toml [INFO] started frobbing xicalango/rsed [INFO] finished frobbing xicalango/rsed [INFO] frobbed toml for xicalango/rsed written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xicalango/rsed/Cargo.toml [INFO] crate xicalango/rsed already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/xicalango/rsed/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xicalango/rsed against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xicalango/rsed:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 54eb6877aab91b95bd3a0c3000c5dd973d4a4161b17af7c156e5f21e26243aad [INFO] running `"docker" "start" "-a" "54eb6877aab91b95bd3a0c3000c5dd973d4a4161b17af7c156e5f21e26243aad"` [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling rsed v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/ui.rs:85:32 [INFO] [stderr] | [INFO] [stderr] 85 | let trim_input = input.trim_right(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse` found for type `regex::Match<'_>` in the current scope [INFO] [stderr] --> src/pos.rs:42:36 [INFO] [stderr] | [INFO] [stderr] 42 | return match line.parse() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse` found for type `regex::Match<'_>` in the current scope [INFO] [stderr] --> src/pos.rs:81:44 [INFO] [stderr] | [INFO] [stderr] 81 | let first_pos = try!(first.parse::()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse` found for type `regex::Match<'_>` in the current scope [INFO] [stderr] --> src/pos.rs:84:50 [INFO] [stderr] | [INFO] [stderr] 84 | let second_pos = try!(second.parse::()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse` found for type `regex::Match<'_>` in the current scope [INFO] [stderr] --> src/cmd.rs:110:67 [INFO] [stderr] | [INFO] [stderr] 110 | let cmd_range = try!(captures.name("range").map(|r| r.parse()).flip()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for type `regex::Match<'_>` in the current scope [INFO] [stderr] --> src/cmd.rs:112:64 [INFO] [stderr] | [INFO] [stderr] 112 | let cmd_char = captures.name("cmd").and_then(|c| c.chars().next()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/cmd.rs:114:48 [INFO] [stderr] | [INFO] [stderr] 114 | let cmd_arg = captures.name("arg").map(str::to_string); [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected signature of `fn(regex::Match<'_>) -> _` [INFO] [stderr] | found signature of `for<'r> fn(&'r str) -> _` [INFO] [stderr] [INFO] [stderr] warning: unused import: `util::FlipResultOption` [INFO] [stderr] --> src/cmd.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use util::FlipResultOption; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rsed`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "54eb6877aab91b95bd3a0c3000c5dd973d4a4161b17af7c156e5f21e26243aad"` [INFO] running `"docker" "rm" "-f" "54eb6877aab91b95bd3a0c3000c5dd973d4a4161b17af7c156e5f21e26243aad"` [INFO] [stdout] 54eb6877aab91b95bd3a0c3000c5dd973d4a4161b17af7c156e5f21e26243aad