[INFO] updating cached repository bryal/tedwm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bryal/tedwm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bryal/tedwm" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bryal/tedwm"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bryal/tedwm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bryal/tedwm" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bryal/tedwm"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bryal/tedwm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b0b0374d305c53acd1f9f171c95cb53900850ca4 [INFO] sha for GitHub repo bryal/tedwm: b0b0374d305c53acd1f9f171c95cb53900850ca4 [INFO] validating manifest of bryal/tedwm on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bryal/tedwm on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bryal/tedwm [INFO] finished frobbing bryal/tedwm [INFO] frobbed toml for bryal/tedwm written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bryal/tedwm/Cargo.toml [INFO] started frobbing bryal/tedwm [INFO] finished frobbing bryal/tedwm [INFO] frobbed toml for bryal/tedwm written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bryal/tedwm/Cargo.toml [INFO] crate bryal/tedwm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bryal/tedwm against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bryal/tedwm:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ee68bb21caebfdf3513d94ca897a9f107837f743b6c46e89ed4920ecdf04daab [INFO] running `"docker" "start" "-a" "ee68bb21caebfdf3513d94ca897a9f107837f743b6c46e89ed4920ecdf04daab"` [INFO] [stderr] Checking bitflags v0.8.0 [INFO] [stderr] Checking sequence_trie v0.3.0 [INFO] [stderr] Checking termion v1.2.0 [INFO] [stderr] Checking tokio-timer v0.1.0 [INFO] [stderr] Checking clap v2.21.1 [INFO] [stderr] Checking tedwm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | [Key::Char('\t'), ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | [Key::Char('\n'), ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | [Key::Char(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | [Key::Char(c), ref rest..] => (format!("{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | [Key::Ctrl(c), ref rest..] => (format!("C-{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:21:52 [INFO] [stderr] | [INFO] [stderr] 21 | [Key::Alt(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | [Key::Alt(c), ref rest..] => (format!("M-{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:25:29 [INFO] [stderr] | [INFO] [stderr] 25 | [Key::F(n), ref rest..] => (format!("", n), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | [Key::Backspace, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | [Key::Delete, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:28:27 [INFO] [stderr] | [INFO] [stderr] 28 | [Key::Up, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:29:29 [INFO] [stderr] | [INFO] [stderr] 29 | [Key::Down, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | [Key::Left, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | [Key::Right, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | [Key::Home, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | [Key::End, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:34:31 [INFO] [stderr] | [INFO] [stderr] 34 | [Key::Insert, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | [Key::PageDown, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | [Key::PageUp, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:37:46 [INFO] [stderr] | [INFO] [stderr] 37 | [Key::Esc, k @ Key::Char(_), ref rest..] | [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:38:46 [INFO] [stderr] | [INFO] [stderr] 38 | [Key::Esc, k @ Key::Ctrl(_), ref rest..] => (format!("M-{}", key_seq_to_string(&[k])), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | [Key::Esc, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | [Key::Null, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:42:40 [INFO] [stderr] | [INFO] [stderr] 42 | [Key::__IsNotComplete, ref rest..] => ("UNSUPPORTED".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | [Key::Char('\t'), ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | [Key::Char('\n'), ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | [Key::Char(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | [Key::Char(c), ref rest..] => (format!("{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | [Key::Ctrl(c), ref rest..] => (format!("C-{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:21:52 [INFO] [stderr] | [INFO] [stderr] 21 | [Key::Alt(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | [Key::Alt(c), ref rest..] => (format!("M-{}", c), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:25:29 [INFO] [stderr] | [INFO] [stderr] 25 | [Key::F(n), ref rest..] => (format!("", n), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | [Key::Backspace, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | [Key::Delete, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:28:27 [INFO] [stderr] | [INFO] [stderr] 28 | [Key::Up, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:29:29 [INFO] [stderr] | [INFO] [stderr] 29 | [Key::Down, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | [Key::Left, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | [Key::Right, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | [Key::Home, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | [Key::End, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:34:31 [INFO] [stderr] | [INFO] [stderr] 34 | [Key::Insert, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | [Key::PageDown, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | [Key::PageUp, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:37:46 [INFO] [stderr] | [INFO] [stderr] 37 | [Key::Esc, k @ Key::Char(_), ref rest..] | [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:38:46 [INFO] [stderr] | [INFO] [stderr] 38 | [Key::Esc, k @ Key::Ctrl(_), ref rest..] => (format!("M-{}", key_seq_to_string(&[k])), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | [Key::Esc, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | [Key::Null, ref rest..] => ("".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, or `]`, found `..` [INFO] [stderr] --> src/lib/input.rs:42:40 [INFO] [stderr] | [INFO] [stderr] 42 | [Key::__IsNotComplete, ref rest..] => ("UNSUPPORTED".to_string(), rest), [INFO] [stderr] | ^^ expected one of `,`, `@`, or `]` here [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> src/lib/frame.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> src/lib/tui.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/window.rs:121:54 [INFO] [stderr] | [INFO] [stderr] 121 | .chain(once(line.len()))) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [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/lib/window.rs:127:36 [INFO] [stderr] | [INFO] [stderr] 127 | .rev()) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/frame.rs:366:23 [INFO] [stderr] | [INFO] [stderr] 366 | pub callback: Box FnBox(&'t mut Tui, &'i str)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn for<'t, 'i> FnBox(&'t mut Tui, &'i str)` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | [Key::Char(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | [Key::Alt(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:127:59 [INFO] [stderr] | [INFO] [stderr] 127 | Key::Alt(c @ '\u{0}'...'\u{1F}') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/input.rs:156:19 [INFO] [stderr] | [INFO] [stderr] 156 | event_it: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/input.rs:179:54 [INFO] [stderr] | [INFO] [stderr] 179 | Events { event_it: Box::new(event_it) as Box> } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / macro_rules! println_err { [INFO] [stderr] 25 | | ($fmt:expr $(, $args:expr )*) => { [INFO] [stderr] 26 | | write!(io::stderr(), "{}\n\r", format!($fmt, $($args),*)) [INFO] [stderr] 27 | | .expect("Failed to write to stderr") [INFO] [stderr] 28 | | }; [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> src/lib/frame.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> src/lib/tui.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tedwm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/window.rs:121:54 [INFO] [stderr] | [INFO] [stderr] 121 | .chain(once(line.len()))) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [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/lib/window.rs:127:36 [INFO] [stderr] | [INFO] [stderr] 127 | .rev()) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/frame.rs:366:23 [INFO] [stderr] | [INFO] [stderr] 366 | pub callback: Box FnBox(&'t mut Tui, &'i str)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn for<'t, 'i> FnBox(&'t mut Tui, &'i str)` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | [Key::Char(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | [Key::Alt(c @ '\u{0}'...'\u{1F}'), ref rest..] => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib/input.rs:127:59 [INFO] [stderr] | [INFO] [stderr] 127 | Key::Alt(c @ '\u{0}'...'\u{1F}') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/input.rs:156:19 [INFO] [stderr] | [INFO] [stderr] 156 | event_it: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/input.rs:179:54 [INFO] [stderr] | [INFO] [stderr] 179 | Events { event_it: Box::new(event_it) as Box> } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / macro_rules! println_err { [INFO] [stderr] 25 | | ($fmt:expr $(, $args:expr )*) => { [INFO] [stderr] 26 | | write!(io::stderr(), "{}\n\r", format!($fmt, $($args),*)) [INFO] [stderr] 27 | | .expect("Failed to write to stderr") [INFO] [stderr] 28 | | }; [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref COLOR_BG: color::Bg = color::Bg(color::Rgb(0x10, 0x20, 0x26)); [INFO] [stderr] 14 | | pub static ref COLOR_TEXT: color::Fg = color::Fg(color::Rgb(0xF0, 0xE6, 0xD6)); [INFO] [stderr] 15 | | pub static ref COLOR_BG_SELECTION: color::Bg = color::Bg(color::Rgb(0xFF, 0x10, 0x50)); [INFO] [stderr] ... | [INFO] [stderr] 20 | | color::Bg(color::Rgb(0x20, 0x34, 0x30)); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tedwm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ee68bb21caebfdf3513d94ca897a9f107837f743b6c46e89ed4920ecdf04daab"` [INFO] running `"docker" "rm" "-f" "ee68bb21caebfdf3513d94ca897a9f107837f743b6c46e89ed4920ecdf04daab"` [INFO] [stdout] ee68bb21caebfdf3513d94ca897a9f107837f743b6c46e89ed4920ecdf04daab