[INFO] cloning repository https://github.com/czipperz/ted [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/czipperz/ted" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczipperz%2Fted", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczipperz%2Fted'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 901786dfa351e45335a76d279147bea995220c59 [INFO] testing czipperz/ted against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczipperz%2Fted" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/czipperz/ted on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/czipperz/ted [INFO] finished tweaking git repo https://github.com/czipperz/ted [INFO] tweaked toml for git repo https://github.com/czipperz/ted written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/czipperz/ted already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ncurses v5.98.0 [INFO] [stderr] Downloaded by_address v1.0.4 [INFO] [stderr] Downloaded curl-sys v0.4.15 [INFO] [stderr] Downloaded pdcurses-sys v0.7.0 [INFO] [stderr] Downloaded pancurses-result v0.5.1 [INFO] [stderr] Downloaded pancurses v0.16.1 [INFO] [stderr] Downloaded git2 v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5222bb6f52d2e82654108051d02f044fa025cd3160b3bead871593784ccfe3b [INFO] running `Command { std: "docker" "start" "-a" "b5222bb6f52d2e82654108051d02f044fa025cd3160b3bead871593784ccfe3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5222bb6f52d2e82654108051d02f044fa025cd3160b3bead871593784ccfe3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5222bb6f52d2e82654108051d02f044fa025cd3160b3bead871593784ccfe3b", kill_on_drop: false }` [INFO] [stdout] b5222bb6f52d2e82654108051d02f044fa025cd3160b3bead871593784ccfe3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee5239ab3c1affaf0dcb80d2dcf2290ce91db940b741d88197b7d5b8b2d1b193 [INFO] running `Command { std: "docker" "start" "-a" "ee5239ab3c1affaf0dcb80d2dcf2290ce91db940b741d88197b7d5b8b2d1b193", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling by_address v1.0.4 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling curl-sys v0.4.15 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling ncurses v5.98.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling ted_core v0.1.0 (/opt/rustwide/workdir/ted_core) [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/display.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/frame.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | pub renderer: Box, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/frame.rs:18:67 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/debug_renderer.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | pub unsafe fn debug_renderer(renderer: &mut Renderer) -> &mut DebugRenderer { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/debug_renderer.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | &mut *((renderer as *mut Renderer) as *mut DebugRenderer) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/command.rs:113:31 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn blank_command() -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/insert_command.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn insert_command(key: char) -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | Command(Arc), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | ) -> Result, LookupError> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:103:61 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn bind(&mut self, inputs: Vec, command: Arc) { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/state.rs:45:70 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn lookup(&self, inputs: &mut VecDeque) -> Result, Result<(), ()>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/state.rs:91:52 [INFO] [stdout] | [INFO] [stdout] 91 | fn insert_key_behavior(input: Input) -> Result, Result<(), ()>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> ted_core/src/draw.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let mut iter = buffer.iter(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pancurses-result v0.5.1 [INFO] [stderr] Compiling ted_common_commands v0.1.0 (/opt/rustwide/workdir/ted_common_commands) [INFO] [stderr] Compiling ted_mark v0.1.0 (/opt/rustwide/workdir/ted_mark) [INFO] [stderr] Compiling ted_renderers v0.1.0 (/opt/rustwide/workdir/ted_renderers) [INFO] [stderr] Compiling ted_kill_ring v0.1.0 (/opt/rustwide/workdir/ted_kill_ring) [INFO] [stderr] Compiling ted_other_window v0.1.0 (/opt/rustwide/workdir/ted_other_window) [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling git2 v0.8.0 [INFO] [stderr] Compiling ted_git v0.1.0 (/opt/rustwide/workdir/ted_git) [INFO] [stderr] Compiling ted_user_cfg v0.1.0 (/opt/rustwide/workdir/ted_user_cfg) [INFO] [stderr] Compiling ted v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | let mut state = state.lock(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.50s [INFO] running `Command { std: "docker" "inspect" "ee5239ab3c1affaf0dcb80d2dcf2290ce91db940b741d88197b7d5b8b2d1b193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee5239ab3c1affaf0dcb80d2dcf2290ce91db940b741d88197b7d5b8b2d1b193", kill_on_drop: false }` [INFO] [stdout] ee5239ab3c1affaf0dcb80d2dcf2290ce91db940b741d88197b7d5b8b2d1b193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69d3493f96cebdc13f1ca61765dc77d304ddd229283c2b676664096ad6f1b131 [INFO] running `Command { std: "docker" "start" "-a" "69d3493f96cebdc13f1ca61765dc77d304ddd229283c2b676664096ad6f1b131", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/display.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/frame.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | pub renderer: Box, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/frame.rs:18:67 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/debug_renderer.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | pub unsafe fn debug_renderer(renderer: &mut Renderer) -> &mut DebugRenderer { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/debug_renderer.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | &mut *((renderer as *mut Renderer) as *mut DebugRenderer) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/command.rs:113:31 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn blank_command() -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/insert_command.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn insert_command(key: char) -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | Command(Arc), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | ) -> Result, LookupError> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ted v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/key_map.rs:103:61 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn bind(&mut self, inputs: Vec, command: Arc) { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/state.rs:45:70 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn lookup(&self, inputs: &mut VecDeque) -> Result, Result<(), ()>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ted_core/src/state.rs:91:52 [INFO] [stdout] | [INFO] [stdout] 91 | fn insert_key_behavior(input: Input) -> Result, Result<(), ()>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> ted_core/src/draw.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let mut iter = buffer.iter(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | let mut state = state.lock(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `Command { std: "docker" "inspect" "69d3493f96cebdc13f1ca61765dc77d304ddd229283c2b676664096ad6f1b131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69d3493f96cebdc13f1ca61765dc77d304ddd229283c2b676664096ad6f1b131", kill_on_drop: false }` [INFO] [stdout] 69d3493f96cebdc13f1ca61765dc77d304ddd229283c2b676664096ad6f1b131 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ff602492d8b1928cd12e87e728a83b252c3947a12c3d3ef364c9a8fbe43c7e2 [INFO] running `Command { std: "docker" "start" "-a" "7ff602492d8b1928cd12e87e728a83b252c3947a12c3d3ef364c9a8fbe43c7e2", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/display.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/frame.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | pub renderer: Box, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/frame.rs:18:67 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(selected_window: Arc>, renderer: Box) -> Self { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/debug_renderer.rs:92:45 [INFO] [stderr] | [INFO] [stderr] 92 | pub unsafe fn debug_renderer(renderer: &mut Renderer) -> &mut DebugRenderer { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/debug_renderer.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | &mut *((renderer as *mut Renderer) as *mut DebugRenderer) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/command.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn blank_command() -> Arc { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/insert_command.rs:8:41 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn insert_command(key: char) -> Arc { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/key_map.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | Command(Arc), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/key_map.rs:58:21 [INFO] [stderr] | [INFO] [stderr] 58 | ) -> Result, LookupError> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/key_map.rs:103:61 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn bind(&mut self, inputs: Vec, command: Arc) { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/state.rs:45:70 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn lookup(&self, inputs: &mut VecDeque) -> Result, Result<(), ()>> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> ted_core/src/state.rs:91:52 [INFO] [stderr] | [INFO] [stderr] 91 | fn insert_key_behavior(input: Input) -> Result, Result<(), ()>> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> ted_core/src/draw.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | let mut iter = buffer.iter(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | let mut state = state.lock(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ted-ac629d7d62a7e064) [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::increment_new_line ... ok [INFO] [stdout] test tests::increment_1 ... ok [INFO] [stdout] test tests::increment_double_bind ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ff602492d8b1928cd12e87e728a83b252c3947a12c3d3ef364c9a8fbe43c7e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ff602492d8b1928cd12e87e728a83b252c3947a12c3d3ef364c9a8fbe43c7e2", kill_on_drop: false }` [INFO] [stdout] 7ff602492d8b1928cd12e87e728a83b252c3947a12c3d3ef364c9a8fbe43c7e2