Oct 16 01:35:24.489 INFO testing notnow-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 01:35:24.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 01:35:24.823 INFO blam! 96751409d71ea9f6eacf6cdbdc87ae272ce8af831d80c423e004ce75aaa55a69 Oct 16 01:35:24.827 INFO running `"docker" "start" "-a" "96751409d71ea9f6eacf6cdbdc87ae272ce8af831d80c423e004ce75aaa55a69"` Oct 16 01:35:25.677 INFO kablam! usermod: no changes Oct 16 01:35:25.778 INFO kablam! Compiling gui v0.2.0 Oct 16 01:35:27.623 INFO kablam! Compiling gui-derive v0.2.0 Oct 16 01:35:32.871 INFO kablam! Compiling notnow v0.1.2 (/source) Oct 16 01:35:32.954 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 16 01:35:32.954 INFO kablam! --> src/main.rs:43:3 Oct 16 01:35:32.954 INFO kablam! | Oct 16 01:35:32.954 INFO kablam! 43 | private_no_mangle_fns, Oct 16 01:35:32.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:35:32.954 INFO kablam! | Oct 16 01:35:32.954 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 16 01:35:32.954 INFO kablam! Oct 16 01:35:32.954 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 16 01:35:32.954 INFO kablam! --> src/main.rs:44:3 Oct 16 01:35:32.954 INFO kablam! | Oct 16 01:35:32.954 INFO kablam! 44 | private_no_mangle_statics, Oct 16 01:35:32.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:35:32.954 INFO kablam! Oct 16 01:35:32.954 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 16 01:35:32.954 INFO kablam! --> src/main.rs:56:3 Oct 16 01:35:32.954 INFO kablam! | Oct 16 01:35:32.954 INFO kablam! 56 | unnameable_test_functions, Oct 16 01:35:32.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:35:32.955 INFO kablam! | Oct 16 01:35:32.955 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 16 01:35:32.955 INFO kablam! Oct 16 01:35:33.975 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.975 INFO kablam! --> src/event.rs:28:5 Oct 16 01:35:33.975 INFO kablam! | Oct 16 01:35:33.975 INFO kablam! 28 | use termui::TermUiEvent; Oct 16 01:35:33.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 16 01:35:33.975 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! note: lint level defined here Oct 16 01:35:33.976 INFO kablam! --> src/main.rs:47:3 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 47 | rust_2018_compatibility, Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:35:33.976 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/id.rs:28:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 28 | use ser::id::Id as SerId; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/in_out.rs:31:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 31 | use event::EventUpdated; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/in_out.rs:32:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 32 | use termui::TermUiEvent; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:28:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:29:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:30:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 30 | use tags::Tag; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:31:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 31 | use tags::TagMap; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:32:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 32 | use tags::Templates; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 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 16 01:35:33.976 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.976 INFO kablam! Oct 16 01:35:33.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.976 INFO kablam! --> src/query.rs:33:5 Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.976 INFO kablam! 33 | use tasks::Task; Oct 16 01:35:33.976 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 16 01:35:33.976 INFO kablam! | Oct 16 01:35:33.977 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 16 01:35:33.977 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.977 INFO kablam! Oct 16 01:35:33.977 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:33.977 INFO kablam! --> src/query.rs:34:5 Oct 16 01:35:33.977 INFO kablam! | Oct 16 01:35:33.977 INFO kablam! 34 | use tasks::Tasks; Oct 16 01:35:33.977 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 16 01:35:33.977 INFO kablam! | Oct 16 01:35:33.977 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 16 01:35:33.977 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:33.977 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/resize.rs:67:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 67 | use Event; Oct 16 01:35:34.003 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/query.rs:20:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 20 | use ser::tags::Id; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/query.rs:21:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 21 | use ser::tags::Tag; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/state.rs:20:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 20 | use ser::query::Query; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/state.rs:21:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 21 | use ser::tags::Templates; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/state.rs:22:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 22 | use ser::tasks::Tasks; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.003 INFO kablam! --> src/ser/tags.rs:20:5 Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 INFO kablam! 20 | use ser::id::Id as IdT; Oct 16 01:35:34.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 16 01:35:34.003 INFO kablam! | Oct 16 01:35:34.003 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 16 01:35:34.003 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.003 INFO kablam! Oct 16 01:35:34.003 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 20 | use ser::tags::Tag; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:35:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 35 | use query::Query; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:36:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 36 | use query::QueryBuilder; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:37:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:38:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:39:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 39 | use tags::Templates; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/state.rs:40:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 40 | use tasks::Tasks; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/tab_bar.rs:36:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 36 | use event::EventUpdated; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/tab_bar.rs:37:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 37 | use in_out::InOut; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 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 16 01:35:34.004 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.004 INFO kablam! Oct 16 01:35:34.004 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.004 INFO kablam! --> src/tab_bar.rs:38:5 Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.004 INFO kablam! 38 | use state::State; Oct 16 01:35:34.004 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 16 01:35:34.004 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tab_bar.rs:39:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tab_bar.rs:40:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 40 | use termui::TermUiEvent; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tags.rs:27:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 27 | use id::Id as IdT; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tags.rs:28:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tags.rs:29:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tags.rs:30:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/tags.rs:31:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/task_list_box.rs:35:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 35 | use event::EventUpdated; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 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 16 01:35:34.005 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.005 INFO kablam! Oct 16 01:35:34.005 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.005 INFO kablam! --> src/task_list_box.rs:36:5 Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.005 INFO kablam! 36 | use in_out::InOut; Oct 16 01:35:34.005 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 16 01:35:34.005 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:37:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 37 | use query::Query; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:38:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 38 | use tab_bar::SearchState; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:39:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 39 | use tab_bar::SelectionState; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:40:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 40 | use tasks::Id as TaskId; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:41:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 41 | use tasks::Task; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:42:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 42 | use tasks::Tasks; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/task_list_box.rs:43:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 43 | use termui::TermUiEvent; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.006 INFO kablam! --> src/tasks.rs:28:5 Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 INFO kablam! 28 | use id::Id as IdT; Oct 16 01:35:34.006 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 16 01:35:34.006 INFO kablam! | Oct 16 01:35:34.006 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 16 01:35:34.006 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.006 INFO kablam! Oct 16 01:35:34.006 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:29:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:30:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:31:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 31 | use tags::Id as TagId; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:32:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 32 | use tags::Tag; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:33:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 33 | use tags::TagMap; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/tasks.rs:34:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 34 | use tags::Templates; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/term_renderer.rs:47:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 47 | use in_out::InOut; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/term_renderer.rs:48:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 48 | use in_out::InOutArea; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.007 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.007 INFO kablam! --> src/term_renderer.rs:49:5 Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 INFO kablam! 49 | use tab_bar::TabBar; Oct 16 01:35:34.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 16 01:35:34.007 INFO kablam! | Oct 16 01:35:34.007 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 16 01:35:34.007 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.007 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/term_renderer.rs:50:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/term_renderer.rs:51:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 51 | use termui::TermUi; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:31:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 31 | use in_out::InOut; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:32:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 32 | use in_out::InOutArea; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:33:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 33 | use state::State; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:34:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 34 | use tab_bar::SearchState; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:35:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 35 | use tab_bar::SelectionState; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:36:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 36 | use tab_bar::TabBar; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/termui.rs:37:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 37 | use tasks::Id as TaskId; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.008 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.008 INFO kablam! Oct 16 01:35:34.008 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.008 INFO kablam! --> src/main.rs:132:5 Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 INFO kablam! 132 | use event::convert; Oct 16 01:35:34.008 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 16 01:35:34.008 INFO kablam! | Oct 16 01:35:34.008 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 16 01:35:34.009 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.009 INFO kablam! Oct 16 01:35:34.009 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.009 INFO kablam! --> src/main.rs:133:5 Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 INFO kablam! 133 | use resize::receive_window_resizes; Oct 16 01:35:34.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 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 16 01:35:34.009 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.009 INFO kablam! Oct 16 01:35:34.009 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.009 INFO kablam! --> src/main.rs:134:5 Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 INFO kablam! 134 | use state::State; Oct 16 01:35:34.009 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 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 16 01:35:34.009 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.009 INFO kablam! Oct 16 01:35:34.009 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.009 INFO kablam! --> src/main.rs:135:5 Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 16 01:35:34.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 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 16 01:35:34.009 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.009 INFO kablam! Oct 16 01:35:34.009 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.009 INFO kablam! --> src/main.rs:136:5 Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.009 INFO kablam! 136 | use termui::TermUi; Oct 16 01:35:34.009 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 16 01:35:34.009 INFO kablam! | Oct 16 01:35:34.014 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 16 01:35:34.015 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.015 INFO kablam! Oct 16 01:35:34.015 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 01:35:34.015 INFO kablam! --> src/main.rs:137:5 Oct 16 01:35:34.015 INFO kablam! | Oct 16 01:35:34.015 INFO kablam! 137 | use termui::TermUiEvent; Oct 16 01:35:34.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 16 01:35:34.015 INFO kablam! | Oct 16 01:35:34.015 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 16 01:35:34.015 INFO kablam! = note: for more information, see issue TBD Oct 16 01:35:34.015 INFO kablam! Oct 16 01:35:34.827 INFO kablam! error: aborting due to 69 previous errors Oct 16 01:35:34.827 INFO kablam! Oct 16 01:35:34.831 INFO kablam! error: Could not compile `notnow`. Oct 16 01:35:34.831 INFO kablam! Oct 16 01:35:34.831 INFO kablam! To learn more, run the command again with --verbose. Oct 16 01:35:34.831 INFO kablam! su: No module specific data is present Oct 16 01:35:35.357 INFO running `"docker" "rm" "-f" "96751409d71ea9f6eacf6cdbdc87ae272ce8af831d80c423e004ce75aaa55a69"` Oct 16 01:35:35.658 INFO blam! 96751409d71ea9f6eacf6cdbdc87ae272ce8af831d80c423e004ce75aaa55a69