[INFO] cloning repository hecal3/texcomplete-vim [INFO] running `"git" "clone" "--bare" "git://github.com/hecal3/texcomplete-vim.git" "work/cache/sources/gh/hecal3/texcomplete-vim"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/hecal3/texcomplete-vim'... [INFO] running `"git" "clone" "work/cache/sources/gh/hecal3/texcomplete-vim" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/hecal3/texcomplete-vim"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/hecal3/texcomplete-vim'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hecal3/texcomplete-vim" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/hecal3/texcomplete-vim"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/hecal3/texcomplete-vim'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b373e3ed90d142587c79394d767580c9173831e [INFO] sha for GitHub repo hecal3/texcomplete-vim: 7b373e3ed90d142587c79394d767580c9173831e [INFO] validating manifest of hecal3/texcomplete-vim on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hecal3/texcomplete-vim on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hecal3/texcomplete-vim [INFO] finished frobbing hecal3/texcomplete-vim [INFO] frobbed toml for hecal3/texcomplete-vim written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/hecal3/texcomplete-vim/Cargo.toml [INFO] started frobbing hecal3/texcomplete-vim [INFO] finished frobbing hecal3/texcomplete-vim [INFO] frobbed toml for hecal3/texcomplete-vim written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/hecal3/texcomplete-vim/Cargo.toml [INFO] crate hecal3/texcomplete-vim already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking hecal3/texcomplete-vim against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-0/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/hecal3/texcomplete-vim:/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=forbid" "-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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e98f74830284dfae76a6a82a0814473d5d435b3028c31452ad6c0a3009735a64 [INFO] running `"docker" "start" "-a" "e98f74830284dfae76a6a82a0814473d5d435b3028c31452ad6c0a3009735a64"` [INFO] [stderr] Checking term_size v0.2.2 [INFO] [stderr] Compiling syn v0.11.4 [INFO] [stderr] Checking serde_json v0.9.6 [INFO] [stderr] Checking clap v2.20.3 [INFO] [stderr] Compiling serde_codegen_internals v0.13.0 [INFO] [stderr] Compiling serde_derive v0.9.7 [INFO] [stderr] Checking texcomplete v1.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/parser.rs:340:5 [INFO] [stderr] | [INFO] [stderr] 340 | extern crate test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/parser.rs:359:31 [INFO] [stderr] | [INFO] [stderr] 359 | fn _large_bibfile(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/parser.rs:367:34 [INFO] [stderr] | [INFO] [stderr] 367 | fn bench_single_pass(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser.rs:131:41 [INFO] [stderr] | [INFO] [stderr] 131 | let typ = &rest[start..end].trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/parser.rs:146:31 [INFO] [stderr] | [INFO] [stderr] 146 | let mat = typ.trim_right_matches(STRIP_SEC_RIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/parser.rs:147:31 [INFO] [stderr] | [INFO] [stderr] 147 | let mat = mat.trim_left_matches(STRIP_SEC_LEFT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser.rs:158:56 [INFO] [stderr] | [INFO] [stderr] 158 | let (descr, _) = match_parens(rest.trim_left()); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser.rs:131:41 [INFO] [stderr] | [INFO] [stderr] 131 | let typ = &rest[start..end].trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/parser.rs:146:31 [INFO] [stderr] | [INFO] [stderr] 146 | let mat = typ.trim_right_matches(STRIP_SEC_RIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/parser.rs:147:31 [INFO] [stderr] | [INFO] [stderr] 147 | let mat = mat.trim_left_matches(STRIP_SEC_LEFT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser.rs:158:56 [INFO] [stderr] | [INFO] [stderr] 158 | let (descr, _) = match_parens(rest.trim_left()); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/parser.rs:361:11 [INFO] [stderr] | [INFO] [stderr] 361 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/parser.rs:376:11 [INFO] [stderr] | [INFO] [stderr] 376 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `texcomplete`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e98f74830284dfae76a6a82a0814473d5d435b3028c31452ad6c0a3009735a64"` [INFO] running `"docker" "rm" "-f" "e98f74830284dfae76a6a82a0814473d5d435b3028c31452ad6c0a3009735a64"` [INFO] [stdout] e98f74830284dfae76a6a82a0814473d5d435b3028c31452ad6c0a3009735a64