Oct 11 16:01:51.861 INFO testing notnow-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:01:51.861 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:01:51.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:01:52.204 INFO blam! 6fec9c5aa73ee3ffbd16df4226858f3001626f398937f92b7671a64d66b42d7a Oct 11 16:01:52.209 INFO running `"docker" "start" "-a" "6fec9c5aa73ee3ffbd16df4226858f3001626f398937f92b7671a64d66b42d7a"` Oct 11 16:01:53.145 INFO kablam! usermod: no changes Oct 11 16:01:53.257 INFO kablam! Compiling gui v0.2.0 Oct 11 16:01:54.783 INFO kablam! Compiling gui-derive v0.2.0 Oct 11 16:01:58.476 INFO kablam! Compiling notnow v0.1.2 (/source) Oct 11 16:01:58.556 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 11 16:01:58.556 INFO kablam! --> src/main.rs:43:3 Oct 11 16:01:58.556 INFO kablam! | Oct 11 16:01:58.556 INFO kablam! 43 | private_no_mangle_fns, Oct 11 16:01:58.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:01:58.556 INFO kablam! | Oct 11 16:01:58.556 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 11 16:01:58.556 INFO kablam! Oct 11 16:01:58.556 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 11 16:01:58.556 INFO kablam! --> src/main.rs:44:3 Oct 11 16:01:58.556 INFO kablam! | Oct 11 16:01:58.556 INFO kablam! 44 | private_no_mangle_statics, Oct 11 16:01:58.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:01:58.556 INFO kablam! Oct 11 16:01:58.556 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 11 16:01:58.556 INFO kablam! --> src/main.rs:56:3 Oct 11 16:01:58.557 INFO kablam! | Oct 11 16:01:58.557 INFO kablam! 56 | unnameable_test_functions, Oct 11 16:01:58.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:01:58.557 INFO kablam! | Oct 11 16:01:58.557 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 11 16:01:58.557 INFO kablam! Oct 11 16:01:59.270 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.270 INFO kablam! --> src/event.rs:28:5 Oct 11 16:01:59.270 INFO kablam! | Oct 11 16:01:59.270 INFO kablam! 28 | use termui::TermUiEvent; Oct 11 16:01:59.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 11 16:01:59.270 INFO kablam! | Oct 11 16:01:59.270 INFO kablam! note: lint level defined here Oct 11 16:01:59.270 INFO kablam! --> src/main.rs:47:3 Oct 11 16:01:59.270 INFO kablam! | Oct 11 16:01:59.270 INFO kablam! 47 | rust_2018_compatibility, Oct 11 16:01:59.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:01:59.270 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 11 16:01:59.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.270 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.270 INFO kablam! Oct 11 16:01:59.270 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.270 INFO kablam! --> src/id.rs:28:5 Oct 11 16:01:59.270 INFO kablam! | Oct 11 16:01:59.270 INFO kablam! 28 | use ser::id::Id as SerId; Oct 11 16:01:59.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 11 16:01:59.270 INFO kablam! | Oct 11 16:01:59.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.270 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.270 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/in_out.rs:31:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 31 | use event::EventUpdated; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/in_out.rs:32:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 32 | use termui::TermUiEvent; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:28:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:29:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:30:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 30 | use tags::Tag; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:31:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 31 | use tags::TagMap; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:32:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 32 | use tags::Templates; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.271 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.271 INFO kablam! Oct 11 16:01:59.271 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.271 INFO kablam! --> src/query.rs:33:5 Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! 33 | use tasks::Task; Oct 11 16:01:59.271 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 11 16:01:59.271 INFO kablam! | Oct 11 16:01:59.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/query.rs:34:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 34 | use tasks::Tasks; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/resize.rs:67:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 67 | use Event; Oct 11 16:01:59.272 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/ser/query.rs:20:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 20 | use ser::tags::Id; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/ser/query.rs:21:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 21 | use ser::tags::Tag; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/ser/state.rs:20:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 20 | use ser::query::Query; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/ser/state.rs:21:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 21 | use ser::tags::Templates; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.272 INFO kablam! --> src/ser/state.rs:22:5 Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! 22 | use ser::tasks::Tasks; Oct 11 16:01:59.272 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 11 16:01:59.272 INFO kablam! | Oct 11 16:01:59.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.272 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.272 INFO kablam! Oct 11 16:01:59.274 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.274 INFO kablam! --> src/ser/tags.rs:20:5 Oct 11 16:01:59.274 INFO kablam! | Oct 11 16:01:59.274 INFO kablam! 20 | use ser::id::Id as IdT; Oct 11 16:01:59.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 11 16:01:59.274 INFO kablam! | Oct 11 16:01:59.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.274 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.274 INFO kablam! Oct 11 16:01:59.277 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 20 | use ser::tags::Tag; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:35:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 35 | use query::Query; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:36:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 36 | use query::QueryBuilder; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:37:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:38:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:39:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 39 | use tags::Templates; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/state.rs:40:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 40 | use tasks::Tasks; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/tab_bar.rs:36:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 36 | use event::EventUpdated; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/tab_bar.rs:37:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 37 | use in_out::InOut; Oct 11 16:01:59.278 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.278 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.278 INFO kablam! Oct 11 16:01:59.278 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.278 INFO kablam! --> src/tab_bar.rs:38:5 Oct 11 16:01:59.278 INFO kablam! | Oct 11 16:01:59.278 INFO kablam! 38 | use state::State; Oct 11 16:01:59.279 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.279 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.279 INFO kablam! Oct 11 16:01:59.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.279 INFO kablam! --> src/tab_bar.rs:39:5 Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 11 16:01:59.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.279 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.279 INFO kablam! Oct 11 16:01:59.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.279 INFO kablam! --> src/tab_bar.rs:40:5 Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! 40 | use termui::TermUiEvent; Oct 11 16:01:59.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.279 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.279 INFO kablam! Oct 11 16:01:59.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.279 INFO kablam! --> src/tags.rs:27:5 Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! 27 | use id::Id as IdT; Oct 11 16:01:59.279 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 11 16:01:59.279 INFO kablam! | Oct 11 16:01:59.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.279 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.279 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/tags.rs:28:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 11 16:01:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.283 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.283 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/tags.rs:29:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 11 16:01:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.283 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.283 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/tags.rs:30:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 11 16:01:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.283 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.283 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/tags.rs:31:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 11 16:01:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.283 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.283 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/task_list_box.rs:35:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 35 | use event::EventUpdated; Oct 11 16:01:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.283 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.283 INFO kablam! Oct 11 16:01:59.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.283 INFO kablam! --> src/task_list_box.rs:36:5 Oct 11 16:01:59.283 INFO kablam! | Oct 11 16:01:59.283 INFO kablam! 36 | use in_out::InOut; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:37:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 37 | use query::Query; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:38:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 38 | use tab_bar::SearchState; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:39:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 39 | use tab_bar::SelectionState; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:40:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 40 | use tasks::Id as TaskId; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:41:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 41 | use tasks::Task; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:42:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 42 | use tasks::Tasks; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/task_list_box.rs:43:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 43 | use termui::TermUiEvent; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/tasks.rs:28:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 28 | use id::Id as IdT; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.284 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.284 INFO kablam! --> src/tasks.rs:29:5 Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 11 16:01:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 11 16:01:59.284 INFO kablam! | Oct 11 16:01:59.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.284 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.284 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/tasks.rs:30:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.285 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/tasks.rs:31:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 31 | use tags::Id as TagId; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.285 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/tasks.rs:32:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 32 | use tags::Tag; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.285 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/tasks.rs:33:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 33 | use tags::TagMap; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.285 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/tasks.rs:34:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 34 | use tags::Templates; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.285 INFO kablam! Oct 11 16:01:59.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.285 INFO kablam! --> src/term_renderer.rs:47:5 Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! 47 | use in_out::InOut; Oct 11 16:01:59.285 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 11 16:01:59.285 INFO kablam! | Oct 11 16:01:59.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.285 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/term_renderer.rs:48:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 48 | use in_out::InOutArea; Oct 11 16:01:59.286 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.286 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/term_renderer.rs:49:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 49 | use tab_bar::TabBar; Oct 11 16:01:59.286 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.286 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/term_renderer.rs:50:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 11 16:01:59.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.286 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/term_renderer.rs:51:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 51 | use termui::TermUi; Oct 11 16:01:59.286 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.286 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/termui.rs:31:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 31 | use in_out::InOut; Oct 11 16:01:59.286 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.286 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.286 INFO kablam! Oct 11 16:01:59.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.286 INFO kablam! --> src/termui.rs:32:5 Oct 11 16:01:59.286 INFO kablam! | Oct 11 16:01:59.286 INFO kablam! 32 | use in_out::InOutArea; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/termui.rs:33:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 33 | use state::State; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/termui.rs:34:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 34 | use tab_bar::SearchState; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/termui.rs:35:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 35 | use tab_bar::SelectionState; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/termui.rs:36:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 36 | use tab_bar::TabBar; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/termui.rs:37:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 37 | use tasks::Id as TaskId; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/main.rs:132:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 132 | use event::convert; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/main.rs:133:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 133 | use resize::receive_window_resizes; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/main.rs:134:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 134 | use state::State; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.287 INFO kablam! Oct 11 16:01:59.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.287 INFO kablam! --> src/main.rs:135:5 Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 11 16:01:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 11 16:01:59.287 INFO kablam! | Oct 11 16:01:59.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.287 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.288 INFO kablam! Oct 11 16:01:59.288 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.288 INFO kablam! --> src/main.rs:136:5 Oct 11 16:01:59.288 INFO kablam! | Oct 11 16:01:59.288 INFO kablam! 136 | use termui::TermUi; Oct 11 16:01:59.288 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 11 16:01:59.288 INFO kablam! | Oct 11 16:01:59.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.288 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.288 INFO kablam! Oct 11 16:01:59.288 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 16:01:59.288 INFO kablam! --> src/main.rs:137:5 Oct 11 16:01:59.288 INFO kablam! | Oct 11 16:01:59.288 INFO kablam! 137 | use termui::TermUiEvent; Oct 11 16:01:59.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 11 16:01:59.288 INFO kablam! | Oct 11 16:01:59.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 16:01:59.296 INFO kablam! = note: for more information, see issue TBD Oct 11 16:01:59.296 INFO kablam! Oct 11 16:01:59.975 INFO kablam! error: aborting due to 69 previous errors Oct 11 16:01:59.975 INFO kablam! Oct 11 16:01:59.984 INFO kablam! error: Could not compile `notnow`. Oct 11 16:01:59.984 INFO kablam! Oct 11 16:01:59.984 INFO kablam! To learn more, run the command again with --verbose. Oct 11 16:01:59.985 INFO kablam! su: No module specific data is present Oct 11 16:02:00.361 INFO running `"docker" "rm" "-f" "6fec9c5aa73ee3ffbd16df4226858f3001626f398937f92b7671a64d66b42d7a"` Oct 11 16:02:00.527 INFO blam! 6fec9c5aa73ee3ffbd16df4226858f3001626f398937f92b7671a64d66b42d7a