Oct 27 23:13:54.057 INFO checking deuterium-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:13:54.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:13:54.272 INFO blam! f03429c6d0dd290e8f2448961132aae1bdc9a6cdcefa0e9d99e02b0394536f8a Oct 27 23:13:54.273 INFO running `"docker" "start" "-a" "f03429c6d0dd290e8f2448961132aae1bdc9a6cdcefa0e9d99e02b0394536f8a"` Oct 27 23:13:55.707 INFO kablam! usermod: no changes Oct 27 23:13:55.751 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 23:13:55.751 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 23:13:55.751 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:13:55.751 INFO kablam! files will be included as a test target: Oct 27 23:13:55.751 INFO kablam! Oct 27 23:13:55.751 INFO kablam! * /source/tests/group_by.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/where_.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/order.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/update.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/delete.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/select.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/insert.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/join.rs Oct 27 23:13:55.751 INFO kablam! * /source/tests/placeholder.rs Oct 27 23:13:55.751 INFO kablam! Oct 27 23:13:55.751 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:13:55.751 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 23:13:55.751 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 23:13:55.751 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:13:55.751 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:13:55.751 INFO kablam! Oct 27 23:13:55.751 INFO kablam! For more information on this warning you can consult Oct 27 23:13:55.751 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:13:55.895 INFO kablam! Checking postgres-shared v0.4.2 Oct 27 23:13:59.911 INFO kablam! Checking postgres v0.15.2 Oct 27 23:14:03.512 INFO kablam! Checking deuterium v0.5.0 (/source) Oct 27 23:14:07.192 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.192 INFO kablam! --> src/lib.rs:15:13 Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 15 | pub use { Oct 27 23:14:07.192 INFO kablam! | _____________^ Oct 27 23:14:07.192 INFO kablam! 16 | | ToIsPredicate, Oct 27 23:14:07.192 INFO kablam! 17 | | ToOrPredicate, Oct 27 23:14:07.192 INFO kablam! 18 | | ToAndPredicate, Oct 27 23:14:07.192 INFO kablam! ... | Oct 27 23:14:07.192 INFO kablam! 34 | | ToListExpression Oct 27 23:14:07.192 INFO kablam! 35 | | }; Oct 27 23:14:07.192 INFO kablam! | |_____^ Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! note: lint level defined here Oct 27 23:14:07.192 INFO kablam! --> src/lib.rs:5:17 Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 5 | unused, future_incompatible)] Oct 27 23:14:07.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 23:14:07.192 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 27 23:14:07.192 INFO kablam! = 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 23:14:07.192 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.192 INFO kablam! help: use `crate` Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 15 | pub use crate::{ Oct 27 23:14:07.192 INFO kablam! 16 | ToIsPredicate, Oct 27 23:14:07.192 INFO kablam! 17 | ToOrPredicate, Oct 27 23:14:07.192 INFO kablam! 18 | ToAndPredicate, Oct 27 23:14:07.192 INFO kablam! 19 | ToInPredicate, Oct 27 23:14:07.192 INFO kablam! 20 | ToInRangePredicate, Oct 27 23:14:07.192 INFO kablam! ... Oct 27 23:14:07.192 INFO kablam! Oct 27 23:14:07.192 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.192 INFO kablam! --> src/lib.rs:38:9 Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 38 | pub use field::{ Oct 27 23:14:07.192 INFO kablam! | _________^ Oct 27 23:14:07.192 INFO kablam! 39 | | Field, Oct 27 23:14:07.192 INFO kablam! 40 | | BoxedField, Oct 27 23:14:07.192 INFO kablam! 41 | | SharedField, Oct 27 23:14:07.192 INFO kablam! ... | Oct 27 23:14:07.192 INFO kablam! 68 | | OptionalUuidField, Oct 27 23:14:07.192 INFO kablam! 69 | | }; Oct 27 23:14:07.192 INFO kablam! | |_^ Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! = 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 23:14:07.192 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.192 INFO kablam! help: use `crate` Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 38 | pub use crate::field::{ Oct 27 23:14:07.192 INFO kablam! 39 | Field, Oct 27 23:14:07.192 INFO kablam! 40 | BoxedField, Oct 27 23:14:07.192 INFO kablam! 41 | SharedField, Oct 27 23:14:07.192 INFO kablam! 42 | NamedField, Oct 27 23:14:07.192 INFO kablam! 43 | Oct 27 23:14:07.192 INFO kablam! ... Oct 27 23:14:07.192 INFO kablam! Oct 27 23:14:07.192 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.192 INFO kablam! --> src/lib.rs:71:9 Oct 27 23:14:07.192 INFO kablam! | Oct 27 23:14:07.192 INFO kablam! 71 | pub use predicate::{ Oct 27 23:14:07.192 INFO kablam! | _________^ Oct 27 23:14:07.192 INFO kablam! 72 | | Predicate, Oct 27 23:14:07.192 INFO kablam! 73 | | SharedPredicate, Oct 27 23:14:07.193 INFO kablam! 74 | | IsPredicate, ToIsPredicate, Oct 27 23:14:07.193 INFO kablam! ... | Oct 27 23:14:07.193 INFO kablam! 83 | | RawPredicate Oct 27 23:14:07.193 INFO kablam! 84 | | }; Oct 27 23:14:07.193 INFO kablam! | |_^ Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! = 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 23:14:07.193 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.193 INFO kablam! help: use `crate` Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 71 | pub use crate::predicate::{ Oct 27 23:14:07.193 INFO kablam! 72 | Predicate, Oct 27 23:14:07.193 INFO kablam! 73 | SharedPredicate, Oct 27 23:14:07.193 INFO kablam! 74 | IsPredicate, ToIsPredicate, Oct 27 23:14:07.193 INFO kablam! 75 | OrPredicate, ToOrPredicate, Oct 27 23:14:07.193 INFO kablam! 76 | AndPredicate, ToAndPredicate, Oct 27 23:14:07.193 INFO kablam! ... Oct 27 23:14:07.193 INFO kablam! Oct 27 23:14:07.193 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.193 INFO kablam! --> src/lib.rs:86:9 Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 86 | pub use select_query::{ Oct 27 23:14:07.193 INFO kablam! | _________^ Oct 27 23:14:07.193 INFO kablam! 87 | | Selectable, Oct 27 23:14:07.193 INFO kablam! 88 | | Queryable, Oct 27 23:14:07.193 INFO kablam! 89 | | Orderable, Oct 27 23:14:07.193 INFO kablam! ... | Oct 27 23:14:07.193 INFO kablam! 97 | | LimitMany Oct 27 23:14:07.193 INFO kablam! 98 | | }; Oct 27 23:14:07.193 INFO kablam! | |_^ Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! = 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 23:14:07.193 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.193 INFO kablam! help: use `crate` Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 86 | pub use crate::select_query::{ Oct 27 23:14:07.193 INFO kablam! 87 | Selectable, Oct 27 23:14:07.193 INFO kablam! 88 | Queryable, Oct 27 23:14:07.193 INFO kablam! 89 | Orderable, Oct 27 23:14:07.193 INFO kablam! 90 | SelectQuery, Oct 27 23:14:07.193 INFO kablam! 91 | SharedSelectQuery, Oct 27 23:14:07.193 INFO kablam! ... Oct 27 23:14:07.193 INFO kablam! Oct 27 23:14:07.193 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.193 INFO kablam! --> src/lib.rs:100:9 Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 100 | pub use update_query::{ Oct 27 23:14:07.193 INFO kablam! | _________^ Oct 27 23:14:07.193 INFO kablam! 101 | | UpdateQuery, Oct 27 23:14:07.193 INFO kablam! 102 | | FieldUpdate, Oct 27 23:14:07.193 INFO kablam! 103 | | FieldUpd, Oct 27 23:14:07.193 INFO kablam! 104 | | Updatable, Oct 27 23:14:07.193 INFO kablam! 105 | | ToFieldUpdate, Oct 27 23:14:07.193 INFO kablam! 106 | | }; Oct 27 23:14:07.193 INFO kablam! | |_^ Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! = 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 23:14:07.193 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.193 INFO kablam! help: use `crate` Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 100 | pub use crate::update_query::{ Oct 27 23:14:07.193 INFO kablam! 101 | UpdateQuery, Oct 27 23:14:07.193 INFO kablam! 102 | FieldUpdate, Oct 27 23:14:07.193 INFO kablam! 103 | FieldUpd, Oct 27 23:14:07.193 INFO kablam! 104 | Updatable, Oct 27 23:14:07.193 INFO kablam! 105 | ToFieldUpdate, Oct 27 23:14:07.193 INFO kablam! ... Oct 27 23:14:07.193 INFO kablam! Oct 27 23:14:07.193 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.193 INFO kablam! --> src/lib.rs:108:9 Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 108 | pub use insert_query::{ Oct 27 23:14:07.193 INFO kablam! | _________^ Oct 27 23:14:07.193 INFO kablam! 109 | | InsertQuery, Oct 27 23:14:07.193 INFO kablam! 110 | | Insertable, Oct 27 23:14:07.193 INFO kablam! 111 | | ToInsertValue, Oct 27 23:14:07.193 INFO kablam! 112 | | InsertValue, Oct 27 23:14:07.193 INFO kablam! 113 | | }; Oct 27 23:14:07.193 INFO kablam! | |_^ Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! = 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 23:14:07.193 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.193 INFO kablam! help: use `crate` Oct 27 23:14:07.193 INFO kablam! | Oct 27 23:14:07.193 INFO kablam! 108 | pub use crate::insert_query::{ Oct 27 23:14:07.193 INFO kablam! 109 | InsertQuery, Oct 27 23:14:07.194 INFO kablam! 110 | Insertable, Oct 27 23:14:07.194 INFO kablam! 111 | ToInsertValue, Oct 27 23:14:07.194 INFO kablam! 112 | InsertValue, Oct 27 23:14:07.194 INFO kablam! 113 | }; Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! Oct 27 23:14:07.194 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.194 INFO kablam! --> src/lib.rs:115:9 Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 115 | pub use delete_query::{ Oct 27 23:14:07.194 INFO kablam! | _________^ Oct 27 23:14:07.194 INFO kablam! 116 | | DeleteQuery, Oct 27 23:14:07.194 INFO kablam! 117 | | Deletable, Oct 27 23:14:07.194 INFO kablam! 118 | | }; Oct 27 23:14:07.194 INFO kablam! | |_^ Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! = 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 23:14:07.194 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.194 INFO kablam! help: use `crate` Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 115 | pub use crate::delete_query::{ Oct 27 23:14:07.194 INFO kablam! 116 | DeleteQuery, Oct 27 23:14:07.194 INFO kablam! 117 | Deletable, Oct 27 23:14:07.194 INFO kablam! 118 | }; Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! Oct 27 23:14:07.194 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.194 INFO kablam! --> src/lib.rs:120:9 Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 120 | pub use expression::{ Oct 27 23:14:07.194 INFO kablam! | _________^ Oct 27 23:14:07.194 INFO kablam! 121 | | BoxedExpression, Oct 27 23:14:07.194 INFO kablam! 122 | | UntypedExpression, Oct 27 23:14:07.194 INFO kablam! 123 | | Expression, Oct 27 23:14:07.194 INFO kablam! ... | Oct 27 23:14:07.194 INFO kablam! 128 | | ToListExpression Oct 27 23:14:07.194 INFO kablam! 129 | | }; Oct 27 23:14:07.194 INFO kablam! | |_^ Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! = 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 23:14:07.194 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.194 INFO kablam! help: use `crate` Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 120 | pub use crate::expression::{ Oct 27 23:14:07.194 INFO kablam! 121 | BoxedExpression, Oct 27 23:14:07.194 INFO kablam! 122 | UntypedExpression, Oct 27 23:14:07.194 INFO kablam! 123 | Expression, Oct 27 23:14:07.194 INFO kablam! 124 | SharedExpression, Oct 27 23:14:07.194 INFO kablam! 125 | RawExpression, Oct 27 23:14:07.194 INFO kablam! ... Oct 27 23:14:07.194 INFO kablam! Oct 27 23:14:07.194 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.194 INFO kablam! --> src/lib.rs:131:9 Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 131 | pub use sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}; Oct 27 23:14:07.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}` Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! = 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 23:14:07.194 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.194 INFO kablam! Oct 27 23:14:07.194 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.194 INFO kablam! --> src/lib.rs:132:38 Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 132 | #[cfg(feature = "postgres")] pub use sql::AsPostgresValue; Oct 27 23:14:07.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::AsPostgresValue` Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! = 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 23:14:07.194 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.194 INFO kablam! Oct 27 23:14:07.194 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.194 INFO kablam! --> src/lib.rs:133:9 Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! 133 | pub use from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}; Oct 27 23:14:07.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}` Oct 27 23:14:07.194 INFO kablam! | Oct 27 23:14:07.194 INFO kablam! = 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 23:14:07.194 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.198 INFO kablam! Oct 27 23:14:07.198 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.198 INFO kablam! --> src/lib.rs:135:9 Oct 27 23:14:07.198 INFO kablam! | Oct 27 23:14:07.199 INFO kablam! 135 | pub use function::{ Oct 27 23:14:07.199 INFO kablam! | _________^ Oct 27 23:14:07.199 INFO kablam! 136 | | Sum, SumArg, Oct 27 23:14:07.199 INFO kablam! 137 | | Min, MinArg, Oct 27 23:14:07.199 INFO kablam! 138 | | Max, MaxArg, Oct 27 23:14:07.199 INFO kablam! ... | Oct 27 23:14:07.199 INFO kablam! 141 | | CountAll Oct 27 23:14:07.199 INFO kablam! 142 | | }; Oct 27 23:14:07.199 INFO kablam! | |_^ Oct 27 23:14:07.199 INFO kablam! | Oct 27 23:14:07.199 INFO kablam! = 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 23:14:07.199 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.199 INFO kablam! help: use `crate` Oct 27 23:14:07.199 INFO kablam! | Oct 27 23:14:07.199 INFO kablam! 135 | pub use crate::function::{ Oct 27 23:14:07.199 INFO kablam! 136 | Sum, SumArg, Oct 27 23:14:07.199 INFO kablam! 137 | Min, MinArg, Oct 27 23:14:07.200 INFO kablam! 138 | Max, MaxArg, Oct 27 23:14:07.200 INFO kablam! 139 | Avg, AvgArg, Oct 27 23:14:07.200 INFO kablam! 140 | Count, CountArg, Oct 27 23:14:07.200 INFO kablam! ... Oct 27 23:14:07.200 INFO kablam! Oct 27 23:14:07.200 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.200 INFO kablam! --> src/lib.rs:144:9 Oct 27 23:14:07.200 INFO kablam! | Oct 27 23:14:07.200 INFO kablam! 144 | pub use placeholder::Placeholder; Oct 27 23:14:07.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::placeholder::Placeholder` Oct 27 23:14:07.200 INFO kablam! | Oct 27 23:14:07.200 INFO kablam! = 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 23:14:07.200 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.200 INFO kablam! Oct 27 23:14:07.200 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.201 INFO kablam! --> src/sql/function.rs:2:5 Oct 27 23:14:07.201 INFO kablam! | Oct 27 23:14:07.201 INFO kablam! 2 | use function::{ Oct 27 23:14:07.201 INFO kablam! | _____^ Oct 27 23:14:07.201 INFO kablam! 3 | | Sum, SumArg, Oct 27 23:14:07.201 INFO kablam! 4 | | Min, MinArg, Oct 27 23:14:07.201 INFO kablam! 5 | | Max, MaxArg, Oct 27 23:14:07.201 INFO kablam! ... | Oct 27 23:14:07.201 INFO kablam! 8 | | CountAll Oct 27 23:14:07.201 INFO kablam! 9 | | }; Oct 27 23:14:07.201 INFO kablam! | |_^ Oct 27 23:14:07.201 INFO kablam! | Oct 27 23:14:07.201 INFO kablam! = 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 23:14:07.201 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.201 INFO kablam! help: use `crate` Oct 27 23:14:07.201 INFO kablam! | Oct 27 23:14:07.201 INFO kablam! 2 | use crate::function::{ Oct 27 23:14:07.201 INFO kablam! 3 | Sum, SumArg, Oct 27 23:14:07.201 INFO kablam! 4 | Min, MinArg, Oct 27 23:14:07.202 INFO kablam! 5 | Max, MaxArg, Oct 27 23:14:07.202 INFO kablam! 6 | Avg, AvgArg, Oct 27 23:14:07.202 INFO kablam! 7 | Count, CountArg, Oct 27 23:14:07.202 INFO kablam! ... Oct 27 23:14:07.202 INFO kablam! Oct 27 23:14:07.202 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.202 INFO kablam! --> src/sql/value.rs:7:5 Oct 27 23:14:07.202 INFO kablam! | Oct 27 23:14:07.202 INFO kablam! 7 | use expression; Oct 27 23:14:07.202 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.202 INFO kablam! | Oct 27 23:14:07.202 INFO kablam! = 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 23:14:07.202 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.202 INFO kablam! Oct 27 23:14:07.202 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.202 INFO kablam! --> src/sql/value.rs:8:5 Oct 27 23:14:07.202 INFO kablam! | Oct 27 23:14:07.202 INFO kablam! 8 | use field; Oct 27 23:14:07.203 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 27 23:14:07.203 INFO kablam! | Oct 27 23:14:07.203 INFO kablam! = 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 23:14:07.203 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.203 INFO kablam! Oct 27 23:14:07.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.203 INFO kablam! --> src/order_by.rs:1:5 Oct 27 23:14:07.203 INFO kablam! | Oct 27 23:14:07.203 INFO kablam! 1 | use expression; Oct 27 23:14:07.203 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.203 INFO kablam! | Oct 27 23:14:07.203 INFO kablam! = 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 23:14:07.203 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.203 INFO kablam! Oct 27 23:14:07.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.203 INFO kablam! --> src/function/mod.rs:5:5 Oct 27 23:14:07.203 INFO kablam! | Oct 27 23:14:07.203 INFO kablam! 5 | use expression; Oct 27 23:14:07.203 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.204 INFO kablam! | Oct 27 23:14:07.204 INFO kablam! = 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 23:14:07.204 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.204 INFO kablam! Oct 27 23:14:07.204 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.204 INFO kablam! --> src/function/mod.rs:6:5 Oct 27 23:14:07.204 INFO kablam! | Oct 27 23:14:07.204 INFO kablam! 6 | use field; Oct 27 23:14:07.204 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 27 23:14:07.204 INFO kablam! | Oct 27 23:14:07.204 INFO kablam! = 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 23:14:07.204 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.204 INFO kablam! Oct 27 23:14:07.204 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.204 INFO kablam! --> src/function/mod.rs:7:5 Oct 27 23:14:07.204 INFO kablam! | Oct 27 23:14:07.204 INFO kablam! 7 | use sql; Oct 27 23:14:07.204 INFO kablam! | ^^^ help: use `crate`: `crate::sql` Oct 27 23:14:07.205 INFO kablam! | Oct 27 23:14:07.205 INFO kablam! = 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 23:14:07.205 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.205 INFO kablam! Oct 27 23:14:07.952 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.952 INFO kablam! --> src/lib.rs:15:13 Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 15 | pub use { Oct 27 23:14:07.952 INFO kablam! | _____________^ Oct 27 23:14:07.952 INFO kablam! 16 | | ToIsPredicate, Oct 27 23:14:07.952 INFO kablam! 17 | | ToOrPredicate, Oct 27 23:14:07.952 INFO kablam! 18 | | ToAndPredicate, Oct 27 23:14:07.952 INFO kablam! ... | Oct 27 23:14:07.952 INFO kablam! 34 | | ToListExpression Oct 27 23:14:07.952 INFO kablam! 35 | | }; Oct 27 23:14:07.952 INFO kablam! | |_____^ Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! note: lint level defined here Oct 27 23:14:07.952 INFO kablam! --> src/lib.rs:5:17 Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 5 | unused, future_incompatible)] Oct 27 23:14:07.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 23:14:07.952 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 27 23:14:07.952 INFO kablam! = 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 23:14:07.952 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.952 INFO kablam! help: use `crate` Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 15 | pub use crate::{ Oct 27 23:14:07.952 INFO kablam! 16 | ToIsPredicate, Oct 27 23:14:07.952 INFO kablam! 17 | ToOrPredicate, Oct 27 23:14:07.952 INFO kablam! 18 | ToAndPredicate, Oct 27 23:14:07.952 INFO kablam! 19 | ToInPredicate, Oct 27 23:14:07.952 INFO kablam! 20 | ToInRangePredicate, Oct 27 23:14:07.952 INFO kablam! ... Oct 27 23:14:07.952 INFO kablam! Oct 27 23:14:07.952 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.952 INFO kablam! --> src/lib.rs:38:9 Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 38 | pub use field::{ Oct 27 23:14:07.952 INFO kablam! | _________^ Oct 27 23:14:07.952 INFO kablam! 39 | | Field, Oct 27 23:14:07.952 INFO kablam! 40 | | BoxedField, Oct 27 23:14:07.952 INFO kablam! 41 | | SharedField, Oct 27 23:14:07.952 INFO kablam! ... | Oct 27 23:14:07.952 INFO kablam! 68 | | OptionalUuidField, Oct 27 23:14:07.952 INFO kablam! 69 | | }; Oct 27 23:14:07.952 INFO kablam! | |_^ Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! = 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 23:14:07.952 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.952 INFO kablam! help: use `crate` Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 38 | pub use crate::field::{ Oct 27 23:14:07.952 INFO kablam! 39 | Field, Oct 27 23:14:07.952 INFO kablam! 40 | BoxedField, Oct 27 23:14:07.952 INFO kablam! 41 | SharedField, Oct 27 23:14:07.952 INFO kablam! 42 | NamedField, Oct 27 23:14:07.952 INFO kablam! 43 | Oct 27 23:14:07.952 INFO kablam! ... Oct 27 23:14:07.952 INFO kablam! Oct 27 23:14:07.952 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.952 INFO kablam! --> src/lib.rs:71:9 Oct 27 23:14:07.952 INFO kablam! | Oct 27 23:14:07.952 INFO kablam! 71 | pub use predicate::{ Oct 27 23:14:07.952 INFO kablam! | _________^ Oct 27 23:14:07.952 INFO kablam! 72 | | Predicate, Oct 27 23:14:07.952 INFO kablam! 73 | | SharedPredicate, Oct 27 23:14:07.952 INFO kablam! 74 | | IsPredicate, ToIsPredicate, Oct 27 23:14:07.952 INFO kablam! ... | Oct 27 23:14:07.953 INFO kablam! 83 | | RawPredicate Oct 27 23:14:07.953 INFO kablam! 84 | | }; Oct 27 23:14:07.953 INFO kablam! | |_^ Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! = 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 23:14:07.953 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.953 INFO kablam! help: use `crate` Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 71 | pub use crate::predicate::{ Oct 27 23:14:07.953 INFO kablam! 72 | Predicate, Oct 27 23:14:07.953 INFO kablam! 73 | SharedPredicate, Oct 27 23:14:07.953 INFO kablam! 74 | IsPredicate, ToIsPredicate, Oct 27 23:14:07.953 INFO kablam! 75 | OrPredicate, ToOrPredicate, Oct 27 23:14:07.953 INFO kablam! 76 | AndPredicate, ToAndPredicate, Oct 27 23:14:07.953 INFO kablam! ... Oct 27 23:14:07.953 INFO kablam! Oct 27 23:14:07.953 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.953 INFO kablam! --> src/lib.rs:86:9 Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 86 | pub use select_query::{ Oct 27 23:14:07.953 INFO kablam! | _________^ Oct 27 23:14:07.953 INFO kablam! 87 | | Selectable, Oct 27 23:14:07.953 INFO kablam! 88 | | Queryable, Oct 27 23:14:07.953 INFO kablam! 89 | | Orderable, Oct 27 23:14:07.953 INFO kablam! ... | Oct 27 23:14:07.953 INFO kablam! 97 | | LimitMany Oct 27 23:14:07.953 INFO kablam! 98 | | }; Oct 27 23:14:07.953 INFO kablam! | |_^ Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! = 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 23:14:07.953 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.953 INFO kablam! help: use `crate` Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 86 | pub use crate::select_query::{ Oct 27 23:14:07.953 INFO kablam! 87 | Selectable, Oct 27 23:14:07.953 INFO kablam! 88 | Queryable, Oct 27 23:14:07.953 INFO kablam! 89 | Orderable, Oct 27 23:14:07.953 INFO kablam! 90 | SelectQuery, Oct 27 23:14:07.953 INFO kablam! 91 | SharedSelectQuery, Oct 27 23:14:07.953 INFO kablam! ... Oct 27 23:14:07.953 INFO kablam! Oct 27 23:14:07.953 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.953 INFO kablam! --> src/lib.rs:100:9 Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 100 | pub use update_query::{ Oct 27 23:14:07.953 INFO kablam! | _________^ Oct 27 23:14:07.953 INFO kablam! 101 | | UpdateQuery, Oct 27 23:14:07.953 INFO kablam! 102 | | FieldUpdate, Oct 27 23:14:07.953 INFO kablam! 103 | | FieldUpd, Oct 27 23:14:07.953 INFO kablam! 104 | | Updatable, Oct 27 23:14:07.953 INFO kablam! 105 | | ToFieldUpdate, Oct 27 23:14:07.953 INFO kablam! 106 | | }; Oct 27 23:14:07.953 INFO kablam! | |_^ Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! = 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 23:14:07.953 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.953 INFO kablam! help: use `crate` Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 100 | pub use crate::update_query::{ Oct 27 23:14:07.953 INFO kablam! 101 | UpdateQuery, Oct 27 23:14:07.953 INFO kablam! 102 | FieldUpdate, Oct 27 23:14:07.953 INFO kablam! 103 | FieldUpd, Oct 27 23:14:07.953 INFO kablam! 104 | Updatable, Oct 27 23:14:07.953 INFO kablam! 105 | ToFieldUpdate, Oct 27 23:14:07.953 INFO kablam! ... Oct 27 23:14:07.953 INFO kablam! Oct 27 23:14:07.953 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.953 INFO kablam! --> src/lib.rs:108:9 Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 108 | pub use insert_query::{ Oct 27 23:14:07.953 INFO kablam! | _________^ Oct 27 23:14:07.953 INFO kablam! 109 | | InsertQuery, Oct 27 23:14:07.953 INFO kablam! 110 | | Insertable, Oct 27 23:14:07.953 INFO kablam! 111 | | ToInsertValue, Oct 27 23:14:07.953 INFO kablam! 112 | | InsertValue, Oct 27 23:14:07.953 INFO kablam! 113 | | }; Oct 27 23:14:07.953 INFO kablam! | |_^ Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! = 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 23:14:07.953 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.953 INFO kablam! help: use `crate` Oct 27 23:14:07.953 INFO kablam! | Oct 27 23:14:07.953 INFO kablam! 108 | pub use crate::insert_query::{ Oct 27 23:14:07.954 INFO kablam! 109 | InsertQuery, Oct 27 23:14:07.954 INFO kablam! 110 | Insertable, Oct 27 23:14:07.954 INFO kablam! 111 | ToInsertValue, Oct 27 23:14:07.954 INFO kablam! 112 | InsertValue, Oct 27 23:14:07.954 INFO kablam! 113 | }; Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! Oct 27 23:14:07.954 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.954 INFO kablam! --> src/lib.rs:115:9 Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 115 | pub use delete_query::{ Oct 27 23:14:07.954 INFO kablam! | _________^ Oct 27 23:14:07.954 INFO kablam! 116 | | DeleteQuery, Oct 27 23:14:07.954 INFO kablam! 117 | | Deletable, Oct 27 23:14:07.954 INFO kablam! 118 | | }; Oct 27 23:14:07.954 INFO kablam! | |_^ Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! = 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 23:14:07.954 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.954 INFO kablam! help: use `crate` Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 115 | pub use crate::delete_query::{ Oct 27 23:14:07.954 INFO kablam! 116 | DeleteQuery, Oct 27 23:14:07.954 INFO kablam! 117 | Deletable, Oct 27 23:14:07.954 INFO kablam! 118 | }; Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! Oct 27 23:14:07.954 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.954 INFO kablam! --> src/lib.rs:120:9 Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 120 | pub use expression::{ Oct 27 23:14:07.954 INFO kablam! | _________^ Oct 27 23:14:07.954 INFO kablam! 121 | | BoxedExpression, Oct 27 23:14:07.954 INFO kablam! 122 | | UntypedExpression, Oct 27 23:14:07.954 INFO kablam! 123 | | Expression, Oct 27 23:14:07.954 INFO kablam! ... | Oct 27 23:14:07.954 INFO kablam! 128 | | ToListExpression Oct 27 23:14:07.954 INFO kablam! 129 | | }; Oct 27 23:14:07.954 INFO kablam! | |_^ Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! = 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 23:14:07.954 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.954 INFO kablam! help: use `crate` Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 120 | pub use crate::expression::{ Oct 27 23:14:07.954 INFO kablam! 121 | BoxedExpression, Oct 27 23:14:07.954 INFO kablam! 122 | UntypedExpression, Oct 27 23:14:07.954 INFO kablam! 123 | Expression, Oct 27 23:14:07.954 INFO kablam! 124 | SharedExpression, Oct 27 23:14:07.954 INFO kablam! 125 | RawExpression, Oct 27 23:14:07.954 INFO kablam! ... Oct 27 23:14:07.954 INFO kablam! Oct 27 23:14:07.954 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.954 INFO kablam! --> src/lib.rs:131:9 Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 131 | pub use sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}; Oct 27 23:14:07.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}` Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! = 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 23:14:07.954 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.954 INFO kablam! Oct 27 23:14:07.954 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.954 INFO kablam! --> src/lib.rs:132:38 Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 132 | #[cfg(feature = "postgres")] pub use sql::AsPostgresValue; Oct 27 23:14:07.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::AsPostgresValue` Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! = 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 23:14:07.954 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.954 INFO kablam! Oct 27 23:14:07.954 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.954 INFO kablam! --> src/lib.rs:133:9 Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.954 INFO kablam! 133 | pub use from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}; Oct 27 23:14:07.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}` Oct 27 23:14:07.954 INFO kablam! | Oct 27 23:14:07.958 INFO kablam! = 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 23:14:07.958 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.958 INFO kablam! Oct 27 23:14:07.959 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.959 INFO kablam! --> src/lib.rs:135:9 Oct 27 23:14:07.959 INFO kablam! | Oct 27 23:14:07.959 INFO kablam! 135 | pub use function::{ Oct 27 23:14:07.959 INFO kablam! | _________^ Oct 27 23:14:07.959 INFO kablam! 136 | | Sum, SumArg, Oct 27 23:14:07.959 INFO kablam! 137 | | Min, MinArg, Oct 27 23:14:07.959 INFO kablam! 138 | | Max, MaxArg, Oct 27 23:14:07.959 INFO kablam! ... | Oct 27 23:14:07.959 INFO kablam! 141 | | CountAll Oct 27 23:14:07.959 INFO kablam! 142 | | }; Oct 27 23:14:07.959 INFO kablam! | |_^ Oct 27 23:14:07.959 INFO kablam! | Oct 27 23:14:07.959 INFO kablam! = 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 23:14:07.959 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.959 INFO kablam! help: use `crate` Oct 27 23:14:07.959 INFO kablam! | Oct 27 23:14:07.959 INFO kablam! 135 | pub use crate::function::{ Oct 27 23:14:07.959 INFO kablam! 136 | Sum, SumArg, Oct 27 23:14:07.959 INFO kablam! 137 | Min, MinArg, Oct 27 23:14:07.959 INFO kablam! 138 | Max, MaxArg, Oct 27 23:14:07.959 INFO kablam! 139 | Avg, AvgArg, Oct 27 23:14:07.959 INFO kablam! 140 | Count, CountArg, Oct 27 23:14:07.959 INFO kablam! ... Oct 27 23:14:07.960 INFO kablam! Oct 27 23:14:07.960 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.960 INFO kablam! --> src/lib.rs:144:9 Oct 27 23:14:07.960 INFO kablam! | Oct 27 23:14:07.960 INFO kablam! 144 | pub use placeholder::Placeholder; Oct 27 23:14:07.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::placeholder::Placeholder` Oct 27 23:14:07.960 INFO kablam! | Oct 27 23:14:07.960 INFO kablam! = 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 23:14:07.960 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.960 INFO kablam! Oct 27 23:14:07.967 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.967 INFO kablam! --> src/sql/function.rs:2:5 Oct 27 23:14:07.967 INFO kablam! | Oct 27 23:14:07.967 INFO kablam! 2 | use function::{ Oct 27 23:14:07.967 INFO kablam! | _____^ Oct 27 23:14:07.967 INFO kablam! 3 | | Sum, SumArg, Oct 27 23:14:07.967 INFO kablam! 4 | | Min, MinArg, Oct 27 23:14:07.967 INFO kablam! 5 | | Max, MaxArg, Oct 27 23:14:07.967 INFO kablam! ... | Oct 27 23:14:07.967 INFO kablam! 8 | | CountAll Oct 27 23:14:07.967 INFO kablam! 9 | | }; Oct 27 23:14:07.967 INFO kablam! | |_^ Oct 27 23:14:07.968 INFO kablam! | Oct 27 23:14:07.968 INFO kablam! = 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 23:14:07.968 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.968 INFO kablam! help: use `crate` Oct 27 23:14:07.968 INFO kablam! | Oct 27 23:14:07.968 INFO kablam! 2 | use crate::function::{ Oct 27 23:14:07.968 INFO kablam! 3 | Sum, SumArg, Oct 27 23:14:07.968 INFO kablam! 4 | Min, MinArg, Oct 27 23:14:07.968 INFO kablam! 5 | Max, MaxArg, Oct 27 23:14:07.968 INFO kablam! 6 | Avg, AvgArg, Oct 27 23:14:07.968 INFO kablam! 7 | Count, CountArg, Oct 27 23:14:07.968 INFO kablam! ... Oct 27 23:14:07.968 INFO kablam! Oct 27 23:14:07.975 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.975 INFO kablam! --> src/sql/value.rs:7:5 Oct 27 23:14:07.975 INFO kablam! | Oct 27 23:14:07.975 INFO kablam! 7 | use expression; Oct 27 23:14:07.975 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.975 INFO kablam! | Oct 27 23:14:07.975 INFO kablam! = 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 23:14:07.975 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.975 INFO kablam! Oct 27 23:14:07.975 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.975 INFO kablam! --> src/sql/value.rs:8:5 Oct 27 23:14:07.975 INFO kablam! | Oct 27 23:14:07.975 INFO kablam! 8 | use field; Oct 27 23:14:07.975 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 27 23:14:07.975 INFO kablam! | Oct 27 23:14:07.975 INFO kablam! = 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 23:14:07.975 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.975 INFO kablam! Oct 27 23:14:07.976 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.976 INFO kablam! --> src/order_by.rs:1:5 Oct 27 23:14:07.976 INFO kablam! | Oct 27 23:14:07.976 INFO kablam! 1 | use expression; Oct 27 23:14:07.976 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.976 INFO kablam! | Oct 27 23:14:07.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 27 23:14:07.976 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.976 INFO kablam! Oct 27 23:14:07.980 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.980 INFO kablam! --> src/function/mod.rs:5:5 Oct 27 23:14:07.980 INFO kablam! | Oct 27 23:14:07.980 INFO kablam! 5 | use expression; Oct 27 23:14:07.980 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 27 23:14:07.980 INFO kablam! | Oct 27 23:14:07.980 INFO kablam! = 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 23:14:07.980 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.980 INFO kablam! Oct 27 23:14:07.980 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.980 INFO kablam! --> src/function/mod.rs:6:5 Oct 27 23:14:07.980 INFO kablam! | Oct 27 23:14:07.981 INFO kablam! 6 | use field; Oct 27 23:14:07.981 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 27 23:14:07.981 INFO kablam! | Oct 27 23:14:07.981 INFO kablam! = 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 23:14:07.981 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.981 INFO kablam! Oct 27 23:14:07.981 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 23:14:07.981 INFO kablam! --> src/function/mod.rs:7:5 Oct 27 23:14:07.981 INFO kablam! | Oct 27 23:14:07.981 INFO kablam! 7 | use sql; Oct 27 23:14:07.981 INFO kablam! | ^^^ help: use `crate`: `crate::sql` Oct 27 23:14:07.981 INFO kablam! | Oct 27 23:14:07.981 INFO kablam! = 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 23:14:07.981 INFO kablam! = note: for more information, see issue TBD Oct 27 23:14:07.981 INFO kablam! Oct 27 23:14:08.187 INFO kablam! error: aborting due to 20 previous errors Oct 27 23:14:08.187 INFO kablam! Oct 27 23:14:08.203 INFO kablam! error: Could not compile `deuterium`. Oct 27 23:14:08.203 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 23:14:08.865 INFO kablam! error: aborting due to 20 previous errors Oct 27 23:14:08.865 INFO kablam! Oct 27 23:14:08.867 INFO kablam! error: Could not compile `deuterium`. Oct 27 23:14:08.867 INFO kablam! Oct 27 23:14:08.867 INFO kablam! To learn more, run the command again with --verbose. Oct 27 23:14:08.868 INFO kablam! su: No module specific data is present Oct 27 23:14:09.414 INFO running `"docker" "rm" "-f" "f03429c6d0dd290e8f2448961132aae1bdc9a6cdcefa0e9d99e02b0394536f8a"` Oct 27 23:14:09.647 INFO blam! f03429c6d0dd290e8f2448961132aae1bdc9a6cdcefa0e9d99e02b0394536f8a