[INFO] crate termwiz 0.4.0 is already in cache
[INFO] extracting crate termwiz 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/termwiz/0.4.0
[INFO] extracting crate termwiz 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/termwiz/0.4.0
[INFO] validating manifest of termwiz-0.4.0 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 termwiz-0.4.0 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 termwiz-0.4.0
[INFO] finished frobbing termwiz-0.4.0
[INFO] frobbed toml for termwiz-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/termwiz/0.4.0/Cargo.toml
[INFO] started frobbing termwiz-0.4.0
[INFO] finished frobbing termwiz-0.4.0
[INFO] frobbed toml for termwiz-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/termwiz/0.4.0/Cargo.toml
[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 termwiz-0.4.0 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-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/termwiz/0.4.0:/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] b3fe755caed8d8df886d0135a6a3bb8edc0791765693d8d24f7f97896b627e19
[INFO] running `"docker" "start" "-a" "b3fe755caed8d8df886d0135a6a3bb8edc0791765693d8d24f7f97896b627e19"`
[INFO] [stderr] Compiling num-derive v0.2.5
[INFO] [stderr] Compiling vtparse v0.1.0
[INFO] [stderr] Compiling utf8parse v0.1.1
[INFO] [stderr] Compiling cassowary v0.3.0
[INFO] [stderr] Compiling memmem v0.1.1
[INFO] [stderr] Compiling inflate v0.4.5
[INFO] [stderr] Compiling gif v0.10.2
[INFO] [stderr] Compiling serde v1.0.99
[INFO] [stderr] Compiling syn v0.14.9
[INFO] [stderr] Compiling ordered-float v1.0.2
[INFO] [stderr] Compiling darling_core v0.9.0
[INFO] [stderr] Compiling num-iter v0.1.39
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stderr] Compiling png v0.14.1
[INFO] [stderr] Compiling num v0.2.0
[INFO] [stderr] Compiling terminfo v0.6.1
[INFO] [stderr] Compiling palette v0.4.1
[INFO] [stderr] Compiling filedescriptor v0.4.0
[INFO] [stderr] Compiling jpeg-decoder v0.1.15
[INFO] [stderr] Compiling tiff v0.2.2
[INFO] [stderr] Compiling image v0.21.3
[INFO] [stderr] Compiling darling_macro v0.9.0
[INFO] [stderr] Compiling palette_derive v0.4.1
[INFO] [stderr] Compiling darling v0.9.0
[INFO] [stderr] Compiling derive_builder_core v0.5.0
[INFO] [stderr] Compiling derive_builder v0.7.2
[INFO] [stderr] Compiling termwiz v0.4.0 (/opt/crater/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lineedit/host.rs:65:35
[INFO] [stderr] |
[INFO] [stderr] 65 | fn history(&mut self) -> &mut History;
[INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn History`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lineedit/host.rs:94:35
[INFO] [stderr] |
[INFO] [stderr] 94 | fn history(&mut self) -> &mut History {
[INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn History`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lineedit/mod.rs:147:37
[INFO] [stderr] |
[INFO] [stderr] 147 | fn render(&mut self, host: &mut LineEditorHost) -> Fallible<()> {
[INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LineEditorHost`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lineedit/mod.rs:195:44
[INFO] [stderr] |
[INFO] [stderr] 195 | pub fn read_line(&mut self, host: &mut LineEditorHost) -> Fallible