[INFO] updating cached repository https://github.com/euclio/seventeen [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 241200cc673fda4456a1f6c67c1520a7be1c4255 [INFO] testing euclio/seventeen against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuclio%2Fseventeen" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/euclio/seventeen on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/euclio/seventeen [INFO] finished tweaking git repo https://github.com/euclio/seventeen [INFO] tweaked toml for git repo https://github.com/euclio/seventeen written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/euclio/seventeen already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 37d7f4aaa9894983c6662cf6dd2825c63b65561862ef040c3df40c58b3332eee [INFO] running `"docker" "start" "-a" "37d7f4aaa9894983c6662cf6dd2825c63b65561862ef040c3df40c58b3332eee"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling serde v1.0.65 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling lock_api v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.65 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling euclid v0.19.2 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.2.8 [INFO] [stderr] Compiling structopt v0.2.8 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling serde_yaml v0.7.4 [INFO] [stderr] Compiling serde-value v0.5.2 [INFO] [stderr] Compiling log-panics v2.0.0 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling seventeen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/editor/window.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | .trim_right_matches('\n') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.72s [INFO] running `"docker" "inspect" "37d7f4aaa9894983c6662cf6dd2825c63b65561862ef040c3df40c58b3332eee"` [INFO] running `"docker" "rm" "-f" "37d7f4aaa9894983c6662cf6dd2825c63b65561862ef040c3df40c58b3332eee"` [INFO] [stdout] 37d7f4aaa9894983c6662cf6dd2825c63b65561862ef040c3df40c58b3332eee [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f93a7ff3cbb360ba30ac3b3aba6ebfd45148006beb36b1f7b1dcc3b57754f2b4 [INFO] running `"docker" "start" "-a" "f93a7ff3cbb360ba30ac3b3aba6ebfd45148006beb36b1f7b1dcc3b57754f2b4"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling seventeen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/editor/window.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | .trim_right_matches('\n') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.76s [INFO] running `"docker" "inspect" "f93a7ff3cbb360ba30ac3b3aba6ebfd45148006beb36b1f7b1dcc3b57754f2b4"` [INFO] running `"docker" "rm" "-f" "f93a7ff3cbb360ba30ac3b3aba6ebfd45148006beb36b1f7b1dcc3b57754f2b4"` [INFO] [stdout] f93a7ff3cbb360ba30ac3b3aba6ebfd45148006beb36b1f7b1dcc3b57754f2b4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 0e928ef66e27fbb95e6528dcc3631f85a74046f1daf37781b70b654b385807d9 [INFO] running `"docker" "start" "-a" "0e928ef66e27fbb95e6528dcc3631f85a74046f1daf37781b70b654b385807d9"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/seventeen-e1b51c1e486b8997 [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test editor::line_cache::tests::is_eol ... ok [INFO] [stdout] test editor::line_cache::tests::invalidate ... ok [INFO] [stdout] test editor::line_cache::tests::iter_invalid_lines_before ... ok [INFO] [stdout] test editor::line_cache::tests::copy ... ok [INFO] [stdout] test editor::line_cache::tests::iter_short_cache ... ok [INFO] [stdout] test editor::line_cache::tests::copy_invalid_before ... ok [INFO] [stdout] test editor::line_cache::tests::insert ... ok [INFO] [stdout] test editor::line_cache::tests::iter_invalid_lines_after ... ok [INFO] [stdout] test editor::window::test::window_smaller_than_cache ... ok [INFO] [stdout] test editor::window::test::cache_smaller_than_window ... ok [INFO] [stdout] test editor::line_cache::tests::style_spans ... ok [INFO] [stdout] test editor::window::test::scroll_to ... ok [INFO] [stdout] test screen::color::tests::display ... ok [INFO] [stdout] test screen::color::tests::argb_conversion ... ok [INFO] [stdout] test protocol::tests::client_started ... ok [INFO] [stdout] test protocol::tests::new_view ... ok [INFO] [stdout] test protocol::tests::scroll ... ok [INFO] [stdout] test protocol::tests::config_changed ... ok [INFO] [stdout] test screen::tests::end_to_end_spans ... ok [INFO] [stdout] test screen::tests::refresh ... ok [INFO] [stdout] test screen::tests::styles ... ok [INFO] [stdout] test screen::tests::cursor_on_empty_cell ... ok [INFO] [stdout] test screen::tests::color_change ... ok [INFO] [stdout] test screen::tests::simple_span ... ok [INFO] [stdout] test screen::tests::write_str ... ok [INFO] [stdout] test screen::tests::disjoint_spans ... ok [INFO] [stdout] test screen::tests::write_with_gap ... ok [INFO] [stdout] test screen::tests::style_length_too_long ... ok [INFO] [stdout] test screen::tests::style_coordinate_out_of_bounds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sev-f5df0bec5eae51f2 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests seventeen [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0e928ef66e27fbb95e6528dcc3631f85a74046f1daf37781b70b654b385807d9"` [INFO] running `"docker" "rm" "-f" "0e928ef66e27fbb95e6528dcc3631f85a74046f1daf37781b70b654b385807d9"` [INFO] [stdout] 0e928ef66e27fbb95e6528dcc3631f85a74046f1daf37781b70b654b385807d9