Oct 27 18:41:11.658 INFO checking notnow-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:41:11.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:41:12.175 INFO blam! d29bf63a8ff8b04317dc785045f01bbea1371463628d386e7ab0d3b24244ab9c Oct 27 18:41:12.195 INFO running `"docker" "start" "-a" "d29bf63a8ff8b04317dc785045f01bbea1371463628d386e7ab0d3b24244ab9c"` Oct 27 18:41:13.442 INFO kablam! usermod: no changes Oct 27 18:41:13.604 INFO kablam! Compiling gui v0.2.0 Oct 27 18:41:13.663 INFO kablam! Compiling syn v0.14.9 Oct 27 18:41:26.722 INFO kablam! Compiling gui-derive v0.2.0 Oct 27 18:41:31.641 INFO kablam! Checking notnow v0.1.2 (/source) Oct 27 18:41:31.763 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 27 18:41:31.763 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:43:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 43 | private_no_mangle_fns, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:31.763 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:44:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 44 | private_no_mangle_statics, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:31.763 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:56:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 56 | unnameable_test_functions, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:43:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 43 | private_no_mangle_fns, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:31.763 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:44:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 44 | private_no_mangle_statics, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:31.763 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 27 18:41:31.763 INFO kablam! --> src/main.rs:56:3 Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! 56 | unnameable_test_functions, Oct 27 18:41:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:31.763 INFO kablam! | Oct 27 18:41:31.763 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 18:41:31.763 INFO kablam! Oct 27 18:41:33.219 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.220 INFO kablam! --> src/event.rs:28:5 Oct 27 18:41:33.220 INFO kablam! | Oct 27 18:41:33.220 INFO kablam! 28 | use termui::TermUiEvent; Oct 27 18:41:33.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.221 INFO kablam! | Oct 27 18:41:33.221 INFO kablam! note: lint level defined here Oct 27 18:41:33.221 INFO kablam! --> src/main.rs:47:3 Oct 27 18:41:33.222 INFO kablam! | Oct 27 18:41:33.222 INFO kablam! 47 | rust_2018_compatibility, Oct 27 18:41:33.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:33.223 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 27 18:41:33.223 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 27 18:41:33.223 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.223 INFO kablam! Oct 27 18:41:33.224 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.224 INFO kablam! --> src/id.rs:28:5 Oct 27 18:41:33.224 INFO kablam! | Oct 27 18:41:33.224 INFO kablam! 28 | use ser::id::Id as SerId; Oct 27 18:41:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 27 18:41:33.225 INFO kablam! | Oct 27 18:41:33.225 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 27 18:41:33.225 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.226 INFO kablam! Oct 27 18:41:33.226 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.226 INFO kablam! --> src/in_out.rs:31:5 Oct 27 18:41:33.226 INFO kablam! | Oct 27 18:41:33.227 INFO kablam! 31 | use event::EventUpdated; Oct 27 18:41:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.227 INFO kablam! | Oct 27 18:41:33.228 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 27 18:41:33.228 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.228 INFO kablam! Oct 27 18:41:33.229 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.229 INFO kablam! --> src/in_out.rs:32:5 Oct 27 18:41:33.229 INFO kablam! | Oct 27 18:41:33.230 INFO kablam! 32 | use termui::TermUiEvent; Oct 27 18:41:33.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.230 INFO kablam! | Oct 27 18:41:33.230 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 27 18:41:33.231 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.231 INFO kablam! Oct 27 18:41:33.231 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.232 INFO kablam! --> src/query.rs:28:5 Oct 27 18:41:33.232 INFO kablam! | Oct 27 18:41:33.232 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 27 18:41:33.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 27 18:41:33.233 INFO kablam! | Oct 27 18:41:33.233 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 27 18:41:33.233 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.233 INFO kablam! Oct 27 18:41:33.234 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.234 INFO kablam! --> src/query.rs:29:5 Oct 27 18:41:33.234 INFO kablam! | Oct 27 18:41:33.234 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 27 18:41:33.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 27 18:41:33.235 INFO kablam! | Oct 27 18:41:33.235 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 27 18:41:33.236 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.236 INFO kablam! Oct 27 18:41:33.236 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.236 INFO kablam! --> src/query.rs:30:5 Oct 27 18:41:33.237 INFO kablam! | Oct 27 18:41:33.237 INFO kablam! 30 | use tags::Tag; Oct 27 18:41:33.237 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 27 18:41:33.237 INFO kablam! | Oct 27 18:41:33.238 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 27 18:41:33.238 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.238 INFO kablam! Oct 27 18:41:33.238 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.239 INFO kablam! --> src/query.rs:31:5 Oct 27 18:41:33.239 INFO kablam! | Oct 27 18:41:33.239 INFO kablam! 31 | use tags::TagMap; Oct 27 18:41:33.239 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 27 18:41:33.240 INFO kablam! | Oct 27 18:41:33.240 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 27 18:41:33.240 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.240 INFO kablam! Oct 27 18:41:33.241 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.241 INFO kablam! --> src/query.rs:32:5 Oct 27 18:41:33.241 INFO kablam! | Oct 27 18:41:33.241 INFO kablam! 32 | use tags::Templates; Oct 27 18:41:33.242 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.242 INFO kablam! | Oct 27 18:41:33.242 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 27 18:41:33.247 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.247 INFO kablam! Oct 27 18:41:33.247 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.247 INFO kablam! --> src/query.rs:33:5 Oct 27 18:41:33.248 INFO kablam! | Oct 27 18:41:33.248 INFO kablam! 33 | use tasks::Task; Oct 27 18:41:33.248 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 27 18:41:33.249 INFO kablam! | Oct 27 18:41:33.249 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 27 18:41:33.249 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.249 INFO kablam! Oct 27 18:41:33.249 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.250 INFO kablam! --> src/query.rs:34:5 Oct 27 18:41:33.250 INFO kablam! | Oct 27 18:41:33.250 INFO kablam! 34 | use tasks::Tasks; Oct 27 18:41:33.250 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.251 INFO kablam! | Oct 27 18:41:33.251 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 27 18:41:33.251 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.251 INFO kablam! Oct 27 18:41:33.252 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.252 INFO kablam! --> src/resize.rs:67:5 Oct 27 18:41:33.252 INFO kablam! | Oct 27 18:41:33.252 INFO kablam! 67 | use Event; Oct 27 18:41:33.253 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 27 18:41:33.253 INFO kablam! | Oct 27 18:41:33.253 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 27 18:41:33.253 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.254 INFO kablam! Oct 27 18:41:33.254 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.254 INFO kablam! --> src/ser/query.rs:20:5 Oct 27 18:41:33.254 INFO kablam! | Oct 27 18:41:33.255 INFO kablam! 20 | use ser::tags::Id; Oct 27 18:41:33.255 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 27 18:41:33.255 INFO kablam! | Oct 27 18:41:33.256 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 27 18:41:33.256 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.256 INFO kablam! Oct 27 18:41:33.256 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.257 INFO kablam! --> src/ser/query.rs:21:5 Oct 27 18:41:33.257 INFO kablam! | Oct 27 18:41:33.257 INFO kablam! 21 | use ser::tags::Tag; Oct 27 18:41:33.257 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 27 18:41:33.257 INFO kablam! | Oct 27 18:41:33.258 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 27 18:41:33.258 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.258 INFO kablam! Oct 27 18:41:33.259 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.259 INFO kablam! --> src/ser/state.rs:20:5 Oct 27 18:41:33.259 INFO kablam! | Oct 27 18:41:33.259 INFO kablam! 20 | use ser::query::Query; Oct 27 18:41:33.260 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 27 18:41:33.260 INFO kablam! | Oct 27 18:41:33.260 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 27 18:41:33.260 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.261 INFO kablam! Oct 27 18:41:33.261 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.261 INFO kablam! --> src/ser/state.rs:21:5 Oct 27 18:41:33.261 INFO kablam! | Oct 27 18:41:33.262 INFO kablam! 21 | use ser::tags::Templates; Oct 27 18:41:33.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 27 18:41:33.262 INFO kablam! | Oct 27 18:41:33.262 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 27 18:41:33.262 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.263 INFO kablam! Oct 27 18:41:33.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.263 INFO kablam! --> src/ser/state.rs:22:5 Oct 27 18:41:33.264 INFO kablam! | Oct 27 18:41:33.264 INFO kablam! 22 | use ser::tasks::Tasks; Oct 27 18:41:33.264 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 27 18:41:33.264 INFO kablam! | Oct 27 18:41:33.264 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 27 18:41:33.265 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.265 INFO kablam! Oct 27 18:41:33.265 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.266 INFO kablam! --> src/ser/tags.rs:20:5 Oct 27 18:41:33.266 INFO kablam! | Oct 27 18:41:33.266 INFO kablam! 20 | use ser::id::Id as IdT; Oct 27 18:41:33.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 27 18:41:33.266 INFO kablam! | Oct 27 18:41:33.267 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 27 18:41:33.267 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.267 INFO kablam! Oct 27 18:41:33.267 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.268 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 27 18:41:33.268 INFO kablam! | Oct 27 18:41:33.268 INFO kablam! 20 | use ser::tags::Tag; Oct 27 18:41:33.268 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 27 18:41:33.269 INFO kablam! | Oct 27 18:41:33.269 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 27 18:41:33.269 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.269 INFO kablam! Oct 27 18:41:33.270 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.270 INFO kablam! --> src/state.rs:35:5 Oct 27 18:41:33.270 INFO kablam! | Oct 27 18:41:33.270 INFO kablam! 35 | use query::Query; Oct 27 18:41:33.271 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 27 18:41:33.271 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.271 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.272 INFO kablam! Oct 27 18:41:33.272 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.272 INFO kablam! --> src/state.rs:36:5 Oct 27 18:41:33.272 INFO kablam! | Oct 27 18:41:33.273 INFO kablam! 36 | use query::QueryBuilder; Oct 27 18:41:33.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 27 18:41:33.273 INFO kablam! | Oct 27 18:41:33.273 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 27 18:41:33.274 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.274 INFO kablam! Oct 27 18:41:33.274 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.274 INFO kablam! --> src/state.rs:37:5 Oct 27 18:41:33.274 INFO kablam! | Oct 27 18:41:33.274 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 27 18:41:33.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 27 18:41:33.274 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.274 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.274 INFO kablam! Oct 27 18:41:33.274 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.274 INFO kablam! --> src/state.rs:38:5 Oct 27 18:41:33.274 INFO kablam! | Oct 27 18:41:33.274 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 27 18:41:33.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 27 18:41:33.274 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.274 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.274 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/state.rs:39:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 39 | use tags::Templates; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/state.rs:40:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 40 | use tasks::Tasks; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/tab_bar.rs:36:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 36 | use event::EventUpdated; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/tab_bar.rs:37:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 37 | use in_out::InOut; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/tab_bar.rs:38:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 38 | use state::State; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/tab_bar.rs:39:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.279 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.279 INFO kablam! Oct 27 18:41:33.279 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.279 INFO kablam! --> src/tab_bar.rs:40:5 Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.279 INFO kablam! 40 | use termui::TermUiEvent; Oct 27 18:41:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.279 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.280 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.280 INFO kablam! --> src/tags.rs:27:5 Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 INFO kablam! 27 | use id::Id as IdT; Oct 27 18:41:33.280 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.280 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.280 INFO kablam! --> src/tags.rs:28:5 Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 27 18:41:33.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.280 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.280 INFO kablam! --> src/tags.rs:29:5 Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 27 18:41:33.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.280 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.280 INFO kablam! --> src/tags.rs:30:5 Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 27 18:41:33.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.280 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.280 INFO kablam! --> src/tags.rs:31:5 Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.280 INFO kablam! | Oct 27 18:41:33.280 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 27 18:41:33.280 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.280 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:35:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 35 | use event::EventUpdated; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:36:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 36 | use in_out::InOut; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:37:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 37 | use query::Query; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:38:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 38 | use tab_bar::SearchState; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:39:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 39 | use tab_bar::SelectionState; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:40:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 40 | use tasks::Id as TaskId; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:41:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 41 | use tasks::Task; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 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 27 18:41:33.281 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.281 INFO kablam! Oct 27 18:41:33.281 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.281 INFO kablam! --> src/task_list_box.rs:42:5 Oct 27 18:41:33.281 INFO kablam! | Oct 27 18:41:33.281 INFO kablam! 42 | use tasks::Tasks; Oct 27 18:41:33.281 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/task_list_box.rs:43:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 43 | use termui::TermUiEvent; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:28:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 28 | use id::Id as IdT; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:29:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:30:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:31:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 31 | use tags::Id as TagId; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:32:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 32 | use tags::Tag; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:33:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 33 | use tags::TagMap; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/tasks.rs:34:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 34 | use tags::Templates; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.282 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.282 INFO kablam! --> src/term_renderer.rs:47:5 Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 INFO kablam! 47 | use in_out::InOut; Oct 27 18:41:33.282 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.282 INFO kablam! | Oct 27 18:41:33.282 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 27 18:41:33.282 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.282 INFO kablam! Oct 27 18:41:33.283 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.283 INFO kablam! --> src/term_renderer.rs:48:5 Oct 27 18:41:33.283 INFO kablam! | Oct 27 18:41:33.283 INFO kablam! 48 | use in_out::InOutArea; Oct 27 18:41:33.283 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 27 18:41:33.283 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.285 INFO kablam! --> src/term_renderer.rs:49:5 Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.285 INFO kablam! 49 | use tab_bar::TabBar; Oct 27 18:41:33.285 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.285 INFO kablam! --> src/term_renderer.rs:50:5 Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.285 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 27 18:41:33.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.285 INFO kablam! --> src/term_renderer.rs:51:5 Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.285 INFO kablam! 51 | use termui::TermUi; Oct 27 18:41:33.285 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.285 INFO kablam! --> src/termui.rs:31:5 Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.285 INFO kablam! 31 | use in_out::InOut; Oct 27 18:41:33.285 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.285 INFO kablam! --> src/termui.rs:32:5 Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.285 INFO kablam! 32 | use in_out::InOutArea; Oct 27 18:41:33.285 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 27 18:41:33.285 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.285 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.285 INFO kablam! Oct 27 18:41:33.285 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/termui.rs:33:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 33 | use state::State; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/termui.rs:34:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 34 | use tab_bar::SearchState; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/termui.rs:35:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 35 | use tab_bar::SelectionState; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/termui.rs:36:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 36 | use tab_bar::TabBar; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/termui.rs:37:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 37 | use tasks::Id as TaskId; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/main.rs:132:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 132 | use event::convert; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/main.rs:133:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 133 | use resize::receive_window_resizes; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/main.rs:134:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 134 | use state::State; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.286 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.286 INFO kablam! Oct 27 18:41:33.286 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.286 INFO kablam! --> src/main.rs:135:5 Oct 27 18:41:33.286 INFO kablam! | Oct 27 18:41:33.286 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 27 18:41:33.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 27 18:41:33.287 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.287 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.287 INFO kablam! Oct 27 18:41:33.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.287 INFO kablam! --> src/main.rs:136:5 Oct 27 18:41:33.287 INFO kablam! | Oct 27 18:41:33.287 INFO kablam! 136 | use termui::TermUi; Oct 27 18:41:33.287 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 27 18:41:33.287 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.287 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.287 INFO kablam! Oct 27 18:41:33.287 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.287 INFO kablam! --> src/main.rs:137:5 Oct 27 18:41:33.287 INFO kablam! | Oct 27 18:41:33.287 INFO kablam! 137 | use termui::TermUiEvent; Oct 27 18:41:33.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.287 INFO kablam! | Oct 27 18:41:33.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 27 18:41:33.287 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.287 INFO kablam! Oct 27 18:41:33.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.654 INFO kablam! --> src/event.rs:28:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 28 | use termui::TermUiEvent; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! note: lint level defined here Oct 27 18:41:33.655 INFO kablam! --> src/main.rs:47:3 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 47 | rust_2018_compatibility, Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:33.655 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/id.rs:28:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 28 | use ser::id::Id as SerId; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/in_out.rs:31:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 31 | use event::EventUpdated; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/in_out.rs:32:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 32 | use termui::TermUiEvent; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/query.rs:28:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/query.rs:29:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/query.rs:30:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 30 | use tags::Tag; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/query.rs:31:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 31 | use tags::TagMap; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.655 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.655 INFO kablam! --> src/query.rs:32:5 Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 INFO kablam! 32 | use tags::Templates; Oct 27 18:41:33.655 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.655 INFO kablam! | Oct 27 18:41:33.655 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 27 18:41:33.655 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.655 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:33:5 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 33 | use tasks::Task; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:34:5 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 34 | use tasks::Tasks; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:375:7 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 375 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:376:7 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 376 | use ser::tasks::Tasks as SerTasks; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:377:7 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 377 | use tags::Templates; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:378:7 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 378 | use test::make_tasks; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/query.rs:379:7 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 379 | use test::make_tasks_with_tags; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks_with_tags` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/resize.rs:67:5 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 67 | use Event; Oct 27 18:41:33.656 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/ser/query.rs:20:5 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 20 | use ser::tags::Id; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.656 INFO kablam! Oct 27 18:41:33.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.656 INFO kablam! --> src/ser/query.rs:21:5 Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 INFO kablam! 21 | use ser::tags::Tag; Oct 27 18:41:33.656 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 27 18:41:33.656 INFO kablam! | Oct 27 18:41:33.656 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 27 18:41:33.656 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/query.rs:57:7 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 57 | use ser::id::Id; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/state.rs:20:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 20 | use ser::query::Query; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/state.rs:21:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 21 | use ser::tags::Templates; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/state.rs:22:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 22 | use ser::tasks::Tasks; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/tags.rs:20:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 20 | use ser::id::Id as IdT; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 20 | use ser::tags::Tag; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/ser/tasks.rs:44:7 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 44 | use ser::tags::Id as TagId; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as TagId` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/state.rs:35:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 35 | use query::Query; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/state.rs:36:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 36 | use query::QueryBuilder; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.657 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.657 INFO kablam! --> src/state.rs:37:5 Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 27 18:41:33.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 27 18:41:33.657 INFO kablam! | Oct 27 18:41:33.657 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 27 18:41:33.657 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.657 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:38:5 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:39:5 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 39 | use tags::Templates; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:40:5 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 40 | use tasks::Tasks; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:174:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 174 | use ser::tags::Id as SerId; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerId` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:175:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 175 | use ser::tags::Tag as SerTag; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:176:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 176 | use ser::tags::Template as SerTemplate; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:177:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 177 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:178:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 178 | use ser::tasks::Task as SerTask; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:179:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 179 | use ser::tasks::Tasks as SerTasks; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 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 27 18:41:33.658 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.658 INFO kablam! Oct 27 18:41:33.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.658 INFO kablam! --> src/state.rs:180:7 Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.658 INFO kablam! 180 | use test::make_tasks; Oct 27 18:41:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 27 18:41:33.658 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/state.rs:181:7 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 181 | use test::NamedTempFile; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::NamedTempFile` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tab_bar.rs:36:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 36 | use event::EventUpdated; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tab_bar.rs:37:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 37 | use in_out::InOut; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tab_bar.rs:38:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 38 | use state::State; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tab_bar.rs:39:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tab_bar.rs:40:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 40 | use termui::TermUiEvent; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tags.rs:27:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 27 | use id::Id as IdT; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tags.rs:28:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.659 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.659 INFO kablam! --> src/tags.rs:29:5 Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 27 18:41:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 27 18:41:33.659 INFO kablam! | Oct 27 18:41:33.659 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 27 18:41:33.659 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.659 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/tags.rs:30:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 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 27 18:41:33.660 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.660 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/tags.rs:31:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 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 27 18:41:33.660 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.660 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/task_list_box.rs:35:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 35 | use event::EventUpdated; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 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 27 18:41:33.660 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.660 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/task_list_box.rs:36:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 36 | use in_out::InOut; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 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 27 18:41:33.660 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.660 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/task_list_box.rs:37:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 37 | use query::Query; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 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 27 18:41:33.660 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.660 INFO kablam! Oct 27 18:41:33.660 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.660 INFO kablam! --> src/task_list_box.rs:38:5 Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.660 INFO kablam! 38 | use tab_bar::SearchState; Oct 27 18:41:33.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 27 18:41:33.660 INFO kablam! | Oct 27 18:41:33.662 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 27 18:41:33.663 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.663 INFO kablam! Oct 27 18:41:33.663 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.663 INFO kablam! --> src/task_list_box.rs:39:5 Oct 27 18:41:33.663 INFO kablam! | Oct 27 18:41:33.663 INFO kablam! 39 | use tab_bar::SelectionState; Oct 27 18:41:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 27 18:41:33.670 INFO kablam! | Oct 27 18:41:33.670 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 27 18:41:33.671 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.671 INFO kablam! Oct 27 18:41:33.671 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.671 INFO kablam! --> src/task_list_box.rs:40:5 Oct 27 18:41:33.671 INFO kablam! | Oct 27 18:41:33.671 INFO kablam! 40 | use tasks::Id as TaskId; Oct 27 18:41:33.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 27 18:41:33.671 INFO kablam! | Oct 27 18:41:33.671 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 27 18:41:33.671 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.671 INFO kablam! Oct 27 18:41:33.671 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.671 INFO kablam! --> src/task_list_box.rs:41:5 Oct 27 18:41:33.671 INFO kablam! | Oct 27 18:41:33.671 INFO kablam! 41 | use tasks::Task; Oct 27 18:41:33.671 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 27 18:41:33.671 INFO kablam! | Oct 27 18:41:33.674 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 27 18:41:33.674 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.675 INFO kablam! Oct 27 18:41:33.675 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.675 INFO kablam! --> src/task_list_box.rs:42:5 Oct 27 18:41:33.675 INFO kablam! | Oct 27 18:41:33.675 INFO kablam! 42 | use tasks::Tasks; Oct 27 18:41:33.675 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 27 18:41:33.675 INFO kablam! | Oct 27 18:41:33.675 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 27 18:41:33.675 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.675 INFO kablam! Oct 27 18:41:33.675 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.675 INFO kablam! --> src/task_list_box.rs:43:5 Oct 27 18:41:33.675 INFO kablam! | Oct 27 18:41:33.675 INFO kablam! 43 | use termui::TermUiEvent; Oct 27 18:41:33.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.675 INFO kablam! | Oct 27 18:41:33.675 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 27 18:41:33.675 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.675 INFO kablam! Oct 27 18:41:33.675 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.675 INFO kablam! --> src/tasks.rs:28:5 Oct 27 18:41:33.678 INFO kablam! | Oct 27 18:41:33.678 INFO kablam! 28 | use id::Id as IdT; Oct 27 18:41:33.679 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 27 18:41:33.679 INFO kablam! | Oct 27 18:41:33.679 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 27 18:41:33.679 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.679 INFO kablam! Oct 27 18:41:33.679 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.679 INFO kablam! --> src/tasks.rs:29:5 Oct 27 18:41:33.679 INFO kablam! | Oct 27 18:41:33.679 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 27 18:41:33.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 27 18:41:33.679 INFO kablam! | Oct 27 18:41:33.679 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 27 18:41:33.679 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.679 INFO kablam! Oct 27 18:41:33.679 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.679 INFO kablam! --> src/tasks.rs:30:5 Oct 27 18:41:33.679 INFO kablam! | Oct 27 18:41:33.679 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 27 18:41:33.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 27 18:41:33.679 INFO kablam! | Oct 27 18:41:33.679 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 27 18:41:33.679 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.679 INFO kablam! Oct 27 18:41:33.682 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.682 INFO kablam! --> src/tasks.rs:31:5 Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 INFO kablam! 31 | use tags::Id as TagId; Oct 27 18:41:33.683 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 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 27 18:41:33.683 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.683 INFO kablam! Oct 27 18:41:33.683 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.683 INFO kablam! --> src/tasks.rs:32:5 Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 INFO kablam! 32 | use tags::Tag; Oct 27 18:41:33.683 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 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 27 18:41:33.683 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.683 INFO kablam! Oct 27 18:41:33.683 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.683 INFO kablam! --> src/tasks.rs:33:5 Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 INFO kablam! 33 | use tags::TagMap; Oct 27 18:41:33.683 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 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 27 18:41:33.683 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.683 INFO kablam! Oct 27 18:41:33.683 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.683 INFO kablam! --> src/tasks.rs:34:5 Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 INFO kablam! 34 | use tags::Templates; Oct 27 18:41:33.683 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 27 18:41:33.683 INFO kablam! | Oct 27 18:41:33.683 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 27 18:41:33.683 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.683 INFO kablam! Oct 27 18:41:33.686 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.686 INFO kablam! --> src/tasks.rs:256:7 Oct 27 18:41:33.686 INFO kablam! | Oct 27 18:41:33.687 INFO kablam! 256 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.687 INFO kablam! | Oct 27 18:41:33.687 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 27 18:41:33.687 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.687 INFO kablam! Oct 27 18:41:33.687 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.687 INFO kablam! --> src/tasks.rs:257:7 Oct 27 18:41:33.687 INFO kablam! | Oct 27 18:41:33.687 INFO kablam! 257 | use test::make_tasks; Oct 27 18:41:33.687 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 27 18:41:33.687 INFO kablam! | Oct 27 18:41:33.687 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 27 18:41:33.687 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.687 INFO kablam! Oct 27 18:41:33.690 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.690 INFO kablam! --> src/term_renderer.rs:47:5 Oct 27 18:41:33.690 INFO kablam! | Oct 27 18:41:33.691 INFO kablam! 47 | use in_out::InOut; Oct 27 18:41:33.691 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.691 INFO kablam! | Oct 27 18:41:33.691 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 27 18:41:33.691 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.691 INFO kablam! Oct 27 18:41:33.691 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.691 INFO kablam! --> src/term_renderer.rs:48:5 Oct 27 18:41:33.691 INFO kablam! | Oct 27 18:41:33.691 INFO kablam! 48 | use in_out::InOutArea; Oct 27 18:41:33.691 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 27 18:41:33.691 INFO kablam! | Oct 27 18:41:33.691 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 27 18:41:33.691 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.691 INFO kablam! Oct 27 18:41:33.691 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.694 INFO kablam! --> src/term_renderer.rs:49:5 Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 INFO kablam! 49 | use tab_bar::TabBar; Oct 27 18:41:33.695 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 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 27 18:41:33.695 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.695 INFO kablam! Oct 27 18:41:33.695 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.695 INFO kablam! --> src/term_renderer.rs:50:5 Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 27 18:41:33.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 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 27 18:41:33.695 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.695 INFO kablam! Oct 27 18:41:33.695 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.695 INFO kablam! --> src/term_renderer.rs:51:5 Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 INFO kablam! 51 | use termui::TermUi; Oct 27 18:41:33.695 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 27 18:41:33.695 INFO kablam! | Oct 27 18:41:33.695 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 27 18:41:33.695 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.695 INFO kablam! Oct 27 18:41:33.698 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.698 INFO kablam! --> src/termui.rs:31:5 Oct 27 18:41:33.699 INFO kablam! | Oct 27 18:41:33.699 INFO kablam! 31 | use in_out::InOut; Oct 27 18:41:33.699 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 27 18:41:33.699 INFO kablam! | Oct 27 18:41:33.699 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 27 18:41:33.699 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.699 INFO kablam! Oct 27 18:41:33.699 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.699 INFO kablam! --> src/termui.rs:32:5 Oct 27 18:41:33.699 INFO kablam! | Oct 27 18:41:33.699 INFO kablam! 32 | use in_out::InOutArea; Oct 27 18:41:33.699 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 27 18:41:33.699 INFO kablam! | Oct 27 18:41:33.702 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 27 18:41:33.702 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.702 INFO kablam! Oct 27 18:41:33.703 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.703 INFO kablam! --> src/termui.rs:33:5 Oct 27 18:41:33.703 INFO kablam! | Oct 27 18:41:33.703 INFO kablam! 33 | use state::State; Oct 27 18:41:33.703 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.703 INFO kablam! | Oct 27 18:41:33.703 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 27 18:41:33.703 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.703 INFO kablam! Oct 27 18:41:33.703 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.703 INFO kablam! --> src/termui.rs:34:5 Oct 27 18:41:33.703 INFO kablam! | Oct 27 18:41:33.703 INFO kablam! 34 | use tab_bar::SearchState; Oct 27 18:41:33.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 27 18:41:33.703 INFO kablam! | Oct 27 18:41:33.703 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 27 18:41:33.703 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.703 INFO kablam! Oct 27 18:41:33.703 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.706 INFO kablam! --> src/termui.rs:35:5 Oct 27 18:41:33.706 INFO kablam! | Oct 27 18:41:33.707 INFO kablam! 35 | use tab_bar::SelectionState; Oct 27 18:41:33.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 27 18:41:33.707 INFO kablam! | Oct 27 18:41:33.707 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 27 18:41:33.707 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.707 INFO kablam! Oct 27 18:41:33.707 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.707 INFO kablam! --> src/termui.rs:36:5 Oct 27 18:41:33.707 INFO kablam! | Oct 27 18:41:33.707 INFO kablam! 36 | use tab_bar::TabBar; Oct 27 18:41:33.707 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 27 18:41:33.707 INFO kablam! | Oct 27 18:41:33.707 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 27 18:41:33.707 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.707 INFO kablam! Oct 27 18:41:33.707 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.707 INFO kablam! --> src/termui.rs:37:5 Oct 27 18:41:33.707 INFO kablam! | Oct 27 18:41:33.707 INFO kablam! 37 | use tasks::Id as TaskId; Oct 27 18:41:33.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 27 18:41:33.707 INFO kablam! | Oct 27 18:41:33.710 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 27 18:41:33.710 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.710 INFO kablam! Oct 27 18:41:33.711 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.711 INFO kablam! --> src/termui.rs:39:5 Oct 27 18:41:33.711 INFO kablam! | Oct 27 18:41:33.711 INFO kablam! 39 | use tasks::Task; Oct 27 18:41:33.711 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 27 18:41:33.711 INFO kablam! | Oct 27 18:41:33.711 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 27 18:41:33.711 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.711 INFO kablam! Oct 27 18:41:33.711 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.711 INFO kablam! --> src/termui.rs:182:7 Oct 27 18:41:33.711 INFO kablam! | Oct 27 18:41:33.711 INFO kablam! 182 | use event::tests::CustomEvent; Oct 27 18:41:33.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::tests::CustomEvent` Oct 27 18:41:33.711 INFO kablam! | Oct 27 18:41:33.711 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 27 18:41:33.714 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.714 INFO kablam! Oct 27 18:41:33.714 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.715 INFO kablam! --> src/termui.rs:183:7 Oct 27 18:41:33.715 INFO kablam! | Oct 27 18:41:33.715 INFO kablam! 183 | use ser::query::Query as SerQuery; Oct 27 18:41:33.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 27 18:41:33.715 INFO kablam! | Oct 27 18:41:33.715 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 27 18:41:33.715 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.715 INFO kablam! Oct 27 18:41:33.715 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.715 INFO kablam! --> src/termui.rs:184:7 Oct 27 18:41:33.715 INFO kablam! | Oct 27 18:41:33.715 INFO kablam! 184 | use ser::query::TagLit as SerTagLit; Oct 27 18:41:33.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 27 18:41:33.715 INFO kablam! | Oct 27 18:41:33.715 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 27 18:41:33.716 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.716 INFO kablam! Oct 27 18:41:33.716 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.716 INFO kablam! --> src/termui.rs:185:7 Oct 27 18:41:33.716 INFO kablam! | Oct 27 18:41:33.716 INFO kablam! 185 | use ser::state::ProgState as SerProgState; Oct 27 18:41:33.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 27 18:41:33.717 INFO kablam! | Oct 27 18:41:33.717 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 27 18:41:33.717 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.717 INFO kablam! Oct 27 18:41:33.717 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.717 INFO kablam! --> src/termui.rs:186:7 Oct 27 18:41:33.718 INFO kablam! | Oct 27 18:41:33.718 INFO kablam! 186 | use ser::state::TaskState as SerTaskState; Oct 27 18:41:33.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 27 18:41:33.718 INFO kablam! | Oct 27 18:41:33.718 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 27 18:41:33.718 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.718 INFO kablam! Oct 27 18:41:33.719 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:187:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 187 | use ser::tags::Templates as SerTemplates; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:188:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 188 | use ser::tasks::Task as SerTask; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:189:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 189 | use ser::tasks::Tasks as SerTasks; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:190:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 190 | use test::make_tasks; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:191:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 191 | use test::make_tasks_with_tags; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks_with_tags` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.723 INFO kablam! --> src/termui.rs:192:7 Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 INFO kablam! 192 | use test::NamedTempFile; Oct 27 18:41:33.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::NamedTempFile` Oct 27 18:41:33.723 INFO kablam! | Oct 27 18:41:33.723 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 27 18:41:33.723 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.723 INFO kablam! Oct 27 18:41:33.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.727 INFO kablam! --> src/test.rs:28:5 Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 INFO kablam! 28 | use ser::tags::Id as SerId; Oct 27 18:41:33.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerId` Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 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 27 18:41:33.727 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.727 INFO kablam! Oct 27 18:41:33.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.727 INFO kablam! --> src/test.rs:29:5 Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 27 18:41:33.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 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 27 18:41:33.727 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.727 INFO kablam! Oct 27 18:41:33.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.727 INFO kablam! --> src/test.rs:30:5 Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 27 18:41:33.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 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 27 18:41:33.727 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.727 INFO kablam! Oct 27 18:41:33.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.727 INFO kablam! --> src/test.rs:31:5 Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 INFO kablam! 31 | use ser::tasks::Task as SerTask; Oct 27 18:41:33.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 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 27 18:41:33.727 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.727 INFO kablam! Oct 27 18:41:33.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.727 INFO kablam! --> src/test.rs:32:5 Oct 27 18:41:33.727 INFO kablam! | Oct 27 18:41:33.727 INFO kablam! 32 | use tags::COMPLETE_TAG; Oct 27 18:41:33.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::COMPLETE_TAG` Oct 27 18:41:33.731 INFO kablam! | Oct 27 18:41:33.731 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 27 18:41:33.731 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.731 INFO kablam! Oct 27 18:41:33.731 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.731 INFO kablam! --> src/main.rs:132:5 Oct 27 18:41:33.731 INFO kablam! | Oct 27 18:41:33.731 INFO kablam! 132 | use event::convert; Oct 27 18:41:33.731 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 27 18:41:33.731 INFO kablam! | Oct 27 18:41:33.731 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 27 18:41:33.731 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.731 INFO kablam! Oct 27 18:41:33.731 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.731 INFO kablam! --> src/main.rs:133:5 Oct 27 18:41:33.731 INFO kablam! | Oct 27 18:41:33.731 INFO kablam! 133 | use resize::receive_window_resizes; Oct 27 18:41:33.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 27 18:41:33.731 INFO kablam! | Oct 27 18:41:33.731 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 27 18:41:33.731 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.731 INFO kablam! Oct 27 18:41:33.731 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.733 INFO kablam! --> src/main.rs:134:5 Oct 27 18:41:33.733 INFO kablam! | Oct 27 18:41:33.733 INFO kablam! 134 | use state::State; Oct 27 18:41:33.733 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 27 18:41:33.733 INFO kablam! | Oct 27 18:41:33.733 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 27 18:41:33.733 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.733 INFO kablam! Oct 27 18:41:33.733 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.733 INFO kablam! --> src/main.rs:135:5 Oct 27 18:41:33.733 INFO kablam! | Oct 27 18:41:33.733 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 27 18:41:33.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 27 18:41:33.733 INFO kablam! | Oct 27 18:41:33.733 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 27 18:41:33.734 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.735 INFO kablam! Oct 27 18:41:33.735 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.735 INFO kablam! --> src/main.rs:136:5 Oct 27 18:41:33.735 INFO kablam! | Oct 27 18:41:33.735 INFO kablam! 136 | use termui::TermUi; Oct 27 18:41:33.735 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 27 18:41:33.735 INFO kablam! | Oct 27 18:41:33.735 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 27 18:41:33.735 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.735 INFO kablam! Oct 27 18:41:33.735 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 18:41:33.735 INFO kablam! --> src/main.rs:137:5 Oct 27 18:41:33.735 INFO kablam! | Oct 27 18:41:33.735 INFO kablam! 137 | use termui::TermUiEvent; Oct 27 18:41:33.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 27 18:41:33.735 INFO kablam! | Oct 27 18:41:33.735 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 27 18:41:33.735 INFO kablam! = note: for more information, see issue TBD Oct 27 18:41:33.735 INFO kablam! Oct 27 18:41:34.651 INFO kablam! error: aborting due to 69 previous errors Oct 27 18:41:34.651 INFO kablam! Oct 27 18:41:34.663 INFO kablam! error: Could not compile `notnow`. Oct 27 18:41:34.663 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:41:35.171 INFO kablam! error: aborting due to 103 previous errors Oct 27 18:41:35.171 INFO kablam! Oct 27 18:41:35.187 INFO kablam! error: Could not compile `notnow`. Oct 27 18:41:35.187 INFO kablam! Oct 27 18:41:35.187 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:41:35.187 INFO kablam! su: No module specific data is present Oct 27 18:41:36.127 INFO running `"docker" "rm" "-f" "d29bf63a8ff8b04317dc785045f01bbea1371463628d386e7ab0d3b24244ab9c"` Oct 27 18:41:36.476 INFO blam! d29bf63a8ff8b04317dc785045f01bbea1371463628d386e7ab0d3b24244ab9c