Oct 22 03:40:57.382 INFO checking deuterium-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:40:57.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 03:40:57.832 INFO blam! 91de212c0893a0b8a05aaa0650aed7589bbffefa84b643f15066f84039581b61 Oct 22 03:40:57.840 INFO running `"docker" "start" "-a" "91de212c0893a0b8a05aaa0650aed7589bbffefa84b643f15066f84039581b61"` Oct 22 03:40:58.972 INFO kablam! usermod: no changes Oct 22 03:40:58.992 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 22 03:40:58.992 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 22 03:40:58.992 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 03:40:58.992 INFO kablam! files will be included as a test target: Oct 22 03:40:58.992 INFO kablam! Oct 22 03:40:58.992 INFO kablam! * /source/tests/join.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/placeholder.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/insert.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/delete.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/select.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/group_by.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/order.rs Oct 22 03:40:58.992 INFO kablam! * /source/tests/update.rs Oct 22 03:40:58.993 INFO kablam! * /source/tests/where_.rs Oct 22 03:40:58.993 INFO kablam! Oct 22 03:40:58.993 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 03:40:58.993 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 22 03:40:58.993 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 22 03:40:58.993 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 03:40:58.993 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 03:40:58.993 INFO kablam! Oct 22 03:40:58.993 INFO kablam! For more information on this warning you can consult Oct 22 03:40:58.993 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 03:40:59.080 INFO kablam! Checking postgres-shared v0.4.2 Oct 22 03:41:02.833 INFO kablam! Checking postgres v0.15.2 Oct 22 03:41:06.720 INFO kablam! Checking deuterium v0.5.0 (/source) Oct 22 03:41:09.962 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.962 INFO kablam! --> src/lib.rs:15:13 Oct 22 03:41:09.962 INFO kablam! | Oct 22 03:41:09.962 INFO kablam! 15 | pub use { Oct 22 03:41:09.962 INFO kablam! | _____________^ Oct 22 03:41:09.962 INFO kablam! 16 | | ToIsPredicate, Oct 22 03:41:09.962 INFO kablam! 17 | | ToOrPredicate, Oct 22 03:41:09.962 INFO kablam! 18 | | ToAndPredicate, Oct 22 03:41:09.962 INFO kablam! ... | Oct 22 03:41:09.962 INFO kablam! 34 | | ToListExpression Oct 22 03:41:09.962 INFO kablam! 35 | | }; Oct 22 03:41:09.962 INFO kablam! | |_____^ Oct 22 03:41:09.963 INFO kablam! | Oct 22 03:41:09.963 INFO kablam! note: lint level defined here Oct 22 03:41:09.963 INFO kablam! --> src/lib.rs:5:17 Oct 22 03:41:09.963 INFO kablam! | Oct 22 03:41:09.963 INFO kablam! 5 | unused, future_incompatible)] Oct 22 03:41:09.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:41:09.963 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 22 03:41:09.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.963 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.963 INFO kablam! help: use `crate` Oct 22 03:41:09.963 INFO kablam! | Oct 22 03:41:09.963 INFO kablam! 15 | pub use crate::{ Oct 22 03:41:09.963 INFO kablam! 16 | ToIsPredicate, Oct 22 03:41:09.963 INFO kablam! 17 | ToOrPredicate, Oct 22 03:41:09.963 INFO kablam! 18 | ToAndPredicate, Oct 22 03:41:09.963 INFO kablam! 19 | ToInPredicate, Oct 22 03:41:09.963 INFO kablam! 20 | ToInRangePredicate, Oct 22 03:41:09.963 INFO kablam! ... Oct 22 03:41:09.963 INFO kablam! Oct 22 03:41:09.963 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.963 INFO kablam! --> src/lib.rs:38:9 Oct 22 03:41:09.963 INFO kablam! | Oct 22 03:41:09.963 INFO kablam! 38 | pub use field::{ Oct 22 03:41:09.963 INFO kablam! | _________^ Oct 22 03:41:09.964 INFO kablam! 39 | | Field, Oct 22 03:41:09.964 INFO kablam! 40 | | BoxedField, Oct 22 03:41:09.964 INFO kablam! 41 | | SharedField, Oct 22 03:41:09.964 INFO kablam! ... | Oct 22 03:41:09.964 INFO kablam! 68 | | OptionalUuidField, Oct 22 03:41:09.964 INFO kablam! 69 | | }; Oct 22 03:41:09.964 INFO kablam! | |_^ Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.964 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.964 INFO kablam! help: use `crate` Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! 38 | pub use crate::field::{ Oct 22 03:41:09.964 INFO kablam! 39 | Field, Oct 22 03:41:09.964 INFO kablam! 40 | BoxedField, Oct 22 03:41:09.964 INFO kablam! 41 | SharedField, Oct 22 03:41:09.964 INFO kablam! 42 | NamedField, Oct 22 03:41:09.964 INFO kablam! 43 | Oct 22 03:41:09.964 INFO kablam! ... Oct 22 03:41:09.964 INFO kablam! Oct 22 03:41:09.964 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.964 INFO kablam! --> src/lib.rs:71:9 Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! 71 | pub use predicate::{ Oct 22 03:41:09.964 INFO kablam! | _________^ Oct 22 03:41:09.964 INFO kablam! 72 | | Predicate, Oct 22 03:41:09.964 INFO kablam! 73 | | SharedPredicate, Oct 22 03:41:09.964 INFO kablam! 74 | | IsPredicate, ToIsPredicate, Oct 22 03:41:09.964 INFO kablam! ... | Oct 22 03:41:09.964 INFO kablam! 83 | | RawPredicate Oct 22 03:41:09.964 INFO kablam! 84 | | }; Oct 22 03:41:09.964 INFO kablam! | |_^ Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.964 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.964 INFO kablam! help: use `crate` Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! 71 | pub use crate::predicate::{ Oct 22 03:41:09.964 INFO kablam! 72 | Predicate, Oct 22 03:41:09.964 INFO kablam! 73 | SharedPredicate, Oct 22 03:41:09.964 INFO kablam! 74 | IsPredicate, ToIsPredicate, Oct 22 03:41:09.964 INFO kablam! 75 | OrPredicate, ToOrPredicate, Oct 22 03:41:09.964 INFO kablam! 76 | AndPredicate, ToAndPredicate, Oct 22 03:41:09.964 INFO kablam! ... Oct 22 03:41:09.964 INFO kablam! Oct 22 03:41:09.964 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.964 INFO kablam! --> src/lib.rs:86:9 Oct 22 03:41:09.964 INFO kablam! | Oct 22 03:41:09.964 INFO kablam! 86 | pub use select_query::{ Oct 22 03:41:09.964 INFO kablam! | _________^ Oct 22 03:41:09.964 INFO kablam! 87 | | Selectable, Oct 22 03:41:09.964 INFO kablam! 88 | | Queryable, Oct 22 03:41:09.964 INFO kablam! 89 | | Orderable, Oct 22 03:41:09.964 INFO kablam! ... | Oct 22 03:41:09.964 INFO kablam! 97 | | LimitMany Oct 22 03:41:09.964 INFO kablam! 98 | | }; Oct 22 03:41:09.965 INFO kablam! | |_^ Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.965 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.965 INFO kablam! help: use `crate` Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 86 | pub use crate::select_query::{ Oct 22 03:41:09.965 INFO kablam! 87 | Selectable, Oct 22 03:41:09.965 INFO kablam! 88 | Queryable, Oct 22 03:41:09.965 INFO kablam! 89 | Orderable, Oct 22 03:41:09.965 INFO kablam! 90 | SelectQuery, Oct 22 03:41:09.965 INFO kablam! 91 | SharedSelectQuery, Oct 22 03:41:09.965 INFO kablam! ... Oct 22 03:41:09.965 INFO kablam! Oct 22 03:41:09.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.965 INFO kablam! --> src/lib.rs:100:9 Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 100 | pub use update_query::{ Oct 22 03:41:09.965 INFO kablam! | _________^ Oct 22 03:41:09.965 INFO kablam! 101 | | UpdateQuery, Oct 22 03:41:09.965 INFO kablam! 102 | | FieldUpdate, Oct 22 03:41:09.965 INFO kablam! 103 | | FieldUpd, Oct 22 03:41:09.965 INFO kablam! 104 | | Updatable, Oct 22 03:41:09.965 INFO kablam! 105 | | ToFieldUpdate, Oct 22 03:41:09.965 INFO kablam! 106 | | }; Oct 22 03:41:09.965 INFO kablam! | |_^ Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.965 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.965 INFO kablam! help: use `crate` Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 100 | pub use crate::update_query::{ Oct 22 03:41:09.965 INFO kablam! 101 | UpdateQuery, Oct 22 03:41:09.965 INFO kablam! 102 | FieldUpdate, Oct 22 03:41:09.965 INFO kablam! 103 | FieldUpd, Oct 22 03:41:09.965 INFO kablam! 104 | Updatable, Oct 22 03:41:09.965 INFO kablam! 105 | ToFieldUpdate, Oct 22 03:41:09.965 INFO kablam! ... Oct 22 03:41:09.965 INFO kablam! Oct 22 03:41:09.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.965 INFO kablam! --> src/lib.rs:108:9 Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 108 | pub use insert_query::{ Oct 22 03:41:09.965 INFO kablam! | _________^ Oct 22 03:41:09.965 INFO kablam! 109 | | InsertQuery, Oct 22 03:41:09.965 INFO kablam! 110 | | Insertable, Oct 22 03:41:09.965 INFO kablam! 111 | | ToInsertValue, Oct 22 03:41:09.965 INFO kablam! 112 | | InsertValue, Oct 22 03:41:09.965 INFO kablam! 113 | | }; Oct 22 03:41:09.965 INFO kablam! | |_^ Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.965 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.965 INFO kablam! help: use `crate` Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 108 | pub use crate::insert_query::{ Oct 22 03:41:09.965 INFO kablam! 109 | InsertQuery, Oct 22 03:41:09.965 INFO kablam! 110 | Insertable, Oct 22 03:41:09.965 INFO kablam! 111 | ToInsertValue, Oct 22 03:41:09.965 INFO kablam! 112 | InsertValue, Oct 22 03:41:09.965 INFO kablam! 113 | }; Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! Oct 22 03:41:09.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.965 INFO kablam! --> src/lib.rs:115:9 Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 115 | pub use delete_query::{ Oct 22 03:41:09.965 INFO kablam! | _________^ Oct 22 03:41:09.965 INFO kablam! 116 | | DeleteQuery, Oct 22 03:41:09.965 INFO kablam! 117 | | Deletable, Oct 22 03:41:09.965 INFO kablam! 118 | | }; Oct 22 03:41:09.965 INFO kablam! | |_^ Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.965 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.965 INFO kablam! help: use `crate` Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 115 | pub use crate::delete_query::{ Oct 22 03:41:09.965 INFO kablam! 116 | DeleteQuery, Oct 22 03:41:09.965 INFO kablam! 117 | Deletable, Oct 22 03:41:09.965 INFO kablam! 118 | }; Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! Oct 22 03:41:09.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.965 INFO kablam! --> src/lib.rs:120:9 Oct 22 03:41:09.965 INFO kablam! | Oct 22 03:41:09.965 INFO kablam! 120 | pub use expression::{ Oct 22 03:41:09.965 INFO kablam! | _________^ Oct 22 03:41:09.966 INFO kablam! 121 | | BoxedExpression, Oct 22 03:41:09.966 INFO kablam! 122 | | UntypedExpression, Oct 22 03:41:09.966 INFO kablam! 123 | | Expression, Oct 22 03:41:09.966 INFO kablam! ... | Oct 22 03:41:09.966 INFO kablam! 128 | | ToListExpression Oct 22 03:41:09.966 INFO kablam! 129 | | }; Oct 22 03:41:09.966 INFO kablam! | |_^ Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! help: use `crate` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 120 | pub use crate::expression::{ Oct 22 03:41:09.966 INFO kablam! 121 | BoxedExpression, Oct 22 03:41:09.966 INFO kablam! 122 | UntypedExpression, Oct 22 03:41:09.966 INFO kablam! 123 | Expression, Oct 22 03:41:09.966 INFO kablam! 124 | SharedExpression, Oct 22 03:41:09.966 INFO kablam! 125 | RawExpression, Oct 22 03:41:09.966 INFO kablam! ... Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.966 INFO kablam! --> src/lib.rs:131:9 Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 131 | pub use sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}; Oct 22 03:41:09.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.966 INFO kablam! --> src/lib.rs:132:38 Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 132 | #[cfg(feature = "postgres")] pub use sql::AsPostgresValue; Oct 22 03:41:09.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::AsPostgresValue` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.966 INFO kablam! --> src/lib.rs:133:9 Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 133 | pub use from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}; Oct 22 03:41:09.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.966 INFO kablam! --> src/lib.rs:135:9 Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 135 | pub use function::{ Oct 22 03:41:09.966 INFO kablam! | _________^ Oct 22 03:41:09.966 INFO kablam! 136 | | Sum, SumArg, Oct 22 03:41:09.966 INFO kablam! 137 | | Min, MinArg, Oct 22 03:41:09.966 INFO kablam! 138 | | Max, MaxArg, Oct 22 03:41:09.966 INFO kablam! ... | Oct 22 03:41:09.966 INFO kablam! 141 | | CountAll Oct 22 03:41:09.966 INFO kablam! 142 | | }; Oct 22 03:41:09.966 INFO kablam! | |_^ Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! help: use `crate` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 135 | pub use crate::function::{ Oct 22 03:41:09.966 INFO kablam! 136 | Sum, SumArg, Oct 22 03:41:09.966 INFO kablam! 137 | Min, MinArg, Oct 22 03:41:09.966 INFO kablam! 138 | Max, MaxArg, Oct 22 03:41:09.966 INFO kablam! 139 | Avg, AvgArg, Oct 22 03:41:09.966 INFO kablam! 140 | Count, CountArg, Oct 22 03:41:09.966 INFO kablam! ... Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.966 INFO kablam! --> src/lib.rs:144:9 Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! 144 | pub use placeholder::Placeholder; Oct 22 03:41:09.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::placeholder::Placeholder` Oct 22 03:41:09.966 INFO kablam! | Oct 22 03:41:09.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.966 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.966 INFO kablam! Oct 22 03:41:09.967 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.967 INFO kablam! --> src/sql/function.rs:2:5 Oct 22 03:41:09.967 INFO kablam! | Oct 22 03:41:09.967 INFO kablam! 2 | use function::{ Oct 22 03:41:09.967 INFO kablam! | _____^ Oct 22 03:41:09.967 INFO kablam! 3 | | Sum, SumArg, Oct 22 03:41:09.967 INFO kablam! 4 | | Min, MinArg, Oct 22 03:41:09.967 INFO kablam! 5 | | Max, MaxArg, Oct 22 03:41:09.967 INFO kablam! ... | Oct 22 03:41:09.967 INFO kablam! 8 | | CountAll Oct 22 03:41:09.967 INFO kablam! 9 | | }; Oct 22 03:41:09.967 INFO kablam! | |_^ Oct 22 03:41:09.967 INFO kablam! | Oct 22 03:41:09.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.967 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.967 INFO kablam! help: use `crate` Oct 22 03:41:09.967 INFO kablam! | Oct 22 03:41:09.967 INFO kablam! 2 | use crate::function::{ Oct 22 03:41:09.967 INFO kablam! 3 | Sum, SumArg, Oct 22 03:41:09.967 INFO kablam! 4 | Min, MinArg, Oct 22 03:41:09.967 INFO kablam! 5 | Max, MaxArg, Oct 22 03:41:09.967 INFO kablam! 6 | Avg, AvgArg, Oct 22 03:41:09.967 INFO kablam! 7 | Count, CountArg, Oct 22 03:41:09.967 INFO kablam! ... Oct 22 03:41:09.967 INFO kablam! Oct 22 03:41:09.967 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.967 INFO kablam! --> src/sql/value.rs:7:5 Oct 22 03:41:09.967 INFO kablam! | Oct 22 03:41:09.967 INFO kablam! 7 | use expression; Oct 22 03:41:09.967 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:09.967 INFO kablam! | Oct 22 03:41:09.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:09.967 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.967 INFO kablam! Oct 22 03:41:09.968 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.968 INFO kablam! --> src/sql/value.rs:8:5 Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.968 INFO kablam! 8 | use field; Oct 22 03:41:09.968 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.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 22 03:41:09.968 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.968 INFO kablam! Oct 22 03:41:09.968 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.968 INFO kablam! --> src/order_by.rs:1:5 Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.968 INFO kablam! 1 | use expression; Oct 22 03:41:09.968 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.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 22 03:41:09.968 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.968 INFO kablam! Oct 22 03:41:09.968 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.968 INFO kablam! --> src/function/mod.rs:5:5 Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.968 INFO kablam! 5 | use expression; Oct 22 03:41:09.968 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.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 22 03:41:09.968 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.968 INFO kablam! Oct 22 03:41:09.968 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.968 INFO kablam! --> src/function/mod.rs:6:5 Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.968 INFO kablam! 6 | use field; Oct 22 03:41:09.968 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.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 22 03:41:09.968 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.968 INFO kablam! Oct 22 03:41:09.968 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:09.968 INFO kablam! --> src/function/mod.rs:7:5 Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.968 INFO kablam! 7 | use sql; Oct 22 03:41:09.968 INFO kablam! | ^^^ help: use `crate`: `crate::sql` Oct 22 03:41:09.968 INFO kablam! | Oct 22 03:41:09.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 22 03:41:09.968 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:09.968 INFO kablam! Oct 22 03:41:10.208 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.208 INFO kablam! --> src/lib.rs:15:13 Oct 22 03:41:10.208 INFO kablam! | Oct 22 03:41:10.208 INFO kablam! 15 | pub use { Oct 22 03:41:10.208 INFO kablam! | _____________^ Oct 22 03:41:10.208 INFO kablam! 16 | | ToIsPredicate, Oct 22 03:41:10.208 INFO kablam! 17 | | ToOrPredicate, Oct 22 03:41:10.208 INFO kablam! 18 | | ToAndPredicate, Oct 22 03:41:10.209 INFO kablam! ... | Oct 22 03:41:10.209 INFO kablam! 34 | | ToListExpression Oct 22 03:41:10.209 INFO kablam! 35 | | }; Oct 22 03:41:10.209 INFO kablam! | |_____^ Oct 22 03:41:10.209 INFO kablam! | Oct 22 03:41:10.209 INFO kablam! note: lint level defined here Oct 22 03:41:10.209 INFO kablam! --> src/lib.rs:5:17 Oct 22 03:41:10.209 INFO kablam! | Oct 22 03:41:10.209 INFO kablam! 5 | unused, future_incompatible)] Oct 22 03:41:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:41:10.209 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 22 03:41:10.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.209 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.209 INFO kablam! help: use `crate` Oct 22 03:41:10.209 INFO kablam! | Oct 22 03:41:10.209 INFO kablam! 15 | pub use crate::{ Oct 22 03:41:10.209 INFO kablam! 16 | ToIsPredicate, Oct 22 03:41:10.209 INFO kablam! 17 | ToOrPredicate, Oct 22 03:41:10.209 INFO kablam! 18 | ToAndPredicate, Oct 22 03:41:10.209 INFO kablam! 19 | ToInPredicate, Oct 22 03:41:10.209 INFO kablam! 20 | ToInRangePredicate, Oct 22 03:41:10.209 INFO kablam! ... Oct 22 03:41:10.210 INFO kablam! Oct 22 03:41:10.210 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.210 INFO kablam! --> src/lib.rs:38:9 Oct 22 03:41:10.210 INFO kablam! | Oct 22 03:41:10.210 INFO kablam! 38 | pub use field::{ Oct 22 03:41:10.210 INFO kablam! | _________^ Oct 22 03:41:10.210 INFO kablam! 39 | | Field, Oct 22 03:41:10.210 INFO kablam! 40 | | BoxedField, Oct 22 03:41:10.210 INFO kablam! 41 | | SharedField, Oct 22 03:41:10.210 INFO kablam! ... | Oct 22 03:41:10.210 INFO kablam! 68 | | OptionalUuidField, Oct 22 03:41:10.210 INFO kablam! 69 | | }; Oct 22 03:41:10.210 INFO kablam! | |_^ Oct 22 03:41:10.210 INFO kablam! | Oct 22 03:41:10.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.210 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.210 INFO kablam! help: use `crate` Oct 22 03:41:10.210 INFO kablam! | Oct 22 03:41:10.210 INFO kablam! 38 | pub use crate::field::{ Oct 22 03:41:10.210 INFO kablam! 39 | Field, Oct 22 03:41:10.210 INFO kablam! 40 | BoxedField, Oct 22 03:41:10.210 INFO kablam! 41 | SharedField, Oct 22 03:41:10.210 INFO kablam! 42 | NamedField, Oct 22 03:41:10.211 INFO kablam! 43 | Oct 22 03:41:10.211 INFO kablam! ... Oct 22 03:41:10.211 INFO kablam! Oct 22 03:41:10.211 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.211 INFO kablam! --> src/lib.rs:71:9 Oct 22 03:41:10.211 INFO kablam! | Oct 22 03:41:10.211 INFO kablam! 71 | pub use predicate::{ Oct 22 03:41:10.211 INFO kablam! | _________^ Oct 22 03:41:10.211 INFO kablam! 72 | | Predicate, Oct 22 03:41:10.211 INFO kablam! 73 | | SharedPredicate, Oct 22 03:41:10.211 INFO kablam! 74 | | IsPredicate, ToIsPredicate, Oct 22 03:41:10.211 INFO kablam! ... | Oct 22 03:41:10.211 INFO kablam! 83 | | RawPredicate Oct 22 03:41:10.211 INFO kablam! 84 | | }; Oct 22 03:41:10.211 INFO kablam! | |_^ Oct 22 03:41:10.211 INFO kablam! | Oct 22 03:41:10.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.211 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.211 INFO kablam! help: use `crate` Oct 22 03:41:10.211 INFO kablam! | Oct 22 03:41:10.211 INFO kablam! 71 | pub use crate::predicate::{ Oct 22 03:41:10.211 INFO kablam! 72 | Predicate, Oct 22 03:41:10.211 INFO kablam! 73 | SharedPredicate, Oct 22 03:41:10.211 INFO kablam! 74 | IsPredicate, ToIsPredicate, Oct 22 03:41:10.212 INFO kablam! 75 | OrPredicate, ToOrPredicate, Oct 22 03:41:10.212 INFO kablam! 76 | AndPredicate, ToAndPredicate, Oct 22 03:41:10.212 INFO kablam! ... Oct 22 03:41:10.212 INFO kablam! Oct 22 03:41:10.212 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.212 INFO kablam! --> src/lib.rs:86:9 Oct 22 03:41:10.212 INFO kablam! | Oct 22 03:41:10.212 INFO kablam! 86 | pub use select_query::{ Oct 22 03:41:10.212 INFO kablam! | _________^ Oct 22 03:41:10.212 INFO kablam! 87 | | Selectable, Oct 22 03:41:10.212 INFO kablam! 88 | | Queryable, Oct 22 03:41:10.212 INFO kablam! 89 | | Orderable, Oct 22 03:41:10.212 INFO kablam! ... | Oct 22 03:41:10.212 INFO kablam! 97 | | LimitMany Oct 22 03:41:10.212 INFO kablam! 98 | | }; Oct 22 03:41:10.212 INFO kablam! | |_^ Oct 22 03:41:10.212 INFO kablam! | Oct 22 03:41:10.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.212 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.212 INFO kablam! help: use `crate` Oct 22 03:41:10.212 INFO kablam! | Oct 22 03:41:10.212 INFO kablam! 86 | pub use crate::select_query::{ Oct 22 03:41:10.212 INFO kablam! 87 | Selectable, Oct 22 03:41:10.213 INFO kablam! 88 | Queryable, Oct 22 03:41:10.213 INFO kablam! 89 | Orderable, Oct 22 03:41:10.213 INFO kablam! 90 | SelectQuery, Oct 22 03:41:10.213 INFO kablam! 91 | SharedSelectQuery, Oct 22 03:41:10.213 INFO kablam! ... Oct 22 03:41:10.213 INFO kablam! Oct 22 03:41:10.213 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.213 INFO kablam! --> src/lib.rs:100:9 Oct 22 03:41:10.213 INFO kablam! | Oct 22 03:41:10.213 INFO kablam! 100 | pub use update_query::{ Oct 22 03:41:10.213 INFO kablam! | _________^ Oct 22 03:41:10.213 INFO kablam! 101 | | UpdateQuery, Oct 22 03:41:10.213 INFO kablam! 102 | | FieldUpdate, Oct 22 03:41:10.213 INFO kablam! 103 | | FieldUpd, Oct 22 03:41:10.213 INFO kablam! 104 | | Updatable, Oct 22 03:41:10.213 INFO kablam! 105 | | ToFieldUpdate, Oct 22 03:41:10.213 INFO kablam! 106 | | }; Oct 22 03:41:10.213 INFO kablam! | |_^ Oct 22 03:41:10.213 INFO kablam! | Oct 22 03:41:10.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.213 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.213 INFO kablam! help: use `crate` Oct 22 03:41:10.214 INFO kablam! | Oct 22 03:41:10.214 INFO kablam! 100 | pub use crate::update_query::{ Oct 22 03:41:10.214 INFO kablam! 101 | UpdateQuery, Oct 22 03:41:10.214 INFO kablam! 102 | FieldUpdate, Oct 22 03:41:10.214 INFO kablam! 103 | FieldUpd, Oct 22 03:41:10.214 INFO kablam! 104 | Updatable, Oct 22 03:41:10.214 INFO kablam! 105 | ToFieldUpdate, Oct 22 03:41:10.214 INFO kablam! ... Oct 22 03:41:10.220 INFO kablam! Oct 22 03:41:10.220 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.220 INFO kablam! --> src/lib.rs:108:9 Oct 22 03:41:10.220 INFO kablam! | Oct 22 03:41:10.220 INFO kablam! 108 | pub use insert_query::{ Oct 22 03:41:10.220 INFO kablam! | _________^ Oct 22 03:41:10.220 INFO kablam! 109 | | InsertQuery, Oct 22 03:41:10.220 INFO kablam! 110 | | Insertable, Oct 22 03:41:10.220 INFO kablam! 111 | | ToInsertValue, Oct 22 03:41:10.220 INFO kablam! 112 | | InsertValue, Oct 22 03:41:10.221 INFO kablam! 113 | | }; Oct 22 03:41:10.221 INFO kablam! | |_^ Oct 22 03:41:10.221 INFO kablam! | Oct 22 03:41:10.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.221 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.221 INFO kablam! help: use `crate` Oct 22 03:41:10.221 INFO kablam! | Oct 22 03:41:10.221 INFO kablam! 108 | pub use crate::insert_query::{ Oct 22 03:41:10.221 INFO kablam! 109 | InsertQuery, Oct 22 03:41:10.221 INFO kablam! 110 | Insertable, Oct 22 03:41:10.221 INFO kablam! 111 | ToInsertValue, Oct 22 03:41:10.221 INFO kablam! 112 | InsertValue, Oct 22 03:41:10.221 INFO kablam! 113 | }; Oct 22 03:41:10.221 INFO kablam! | Oct 22 03:41:10.221 INFO kablam! Oct 22 03:41:10.221 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.221 INFO kablam! --> src/lib.rs:115:9 Oct 22 03:41:10.221 INFO kablam! | Oct 22 03:41:10.221 INFO kablam! 115 | pub use delete_query::{ Oct 22 03:41:10.221 INFO kablam! | _________^ Oct 22 03:41:10.221 INFO kablam! 116 | | DeleteQuery, Oct 22 03:41:10.221 INFO kablam! 117 | | Deletable, Oct 22 03:41:10.222 INFO kablam! 118 | | }; Oct 22 03:41:10.222 INFO kablam! | |_^ Oct 22 03:41:10.222 INFO kablam! | Oct 22 03:41:10.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.222 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.222 INFO kablam! help: use `crate` Oct 22 03:41:10.222 INFO kablam! | Oct 22 03:41:10.222 INFO kablam! 115 | pub use crate::delete_query::{ Oct 22 03:41:10.222 INFO kablam! 116 | DeleteQuery, Oct 22 03:41:10.222 INFO kablam! 117 | Deletable, Oct 22 03:41:10.222 INFO kablam! 118 | }; Oct 22 03:41:10.222 INFO kablam! | Oct 22 03:41:10.222 INFO kablam! Oct 22 03:41:10.222 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.222 INFO kablam! --> src/lib.rs:120:9 Oct 22 03:41:10.222 INFO kablam! | Oct 22 03:41:10.222 INFO kablam! 120 | pub use expression::{ Oct 22 03:41:10.222 INFO kablam! | _________^ Oct 22 03:41:10.222 INFO kablam! 121 | | BoxedExpression, Oct 22 03:41:10.222 INFO kablam! 122 | | UntypedExpression, Oct 22 03:41:10.222 INFO kablam! 123 | | Expression, Oct 22 03:41:10.222 INFO kablam! ... | Oct 22 03:41:10.222 INFO kablam! 128 | | ToListExpression Oct 22 03:41:10.223 INFO kablam! 129 | | }; Oct 22 03:41:10.223 INFO kablam! | |_^ Oct 22 03:41:10.223 INFO kablam! | Oct 22 03:41:10.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.223 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.223 INFO kablam! help: use `crate` Oct 22 03:41:10.223 INFO kablam! | Oct 22 03:41:10.223 INFO kablam! 120 | pub use crate::expression::{ Oct 22 03:41:10.223 INFO kablam! 121 | BoxedExpression, Oct 22 03:41:10.223 INFO kablam! 122 | UntypedExpression, Oct 22 03:41:10.223 INFO kablam! 123 | Expression, Oct 22 03:41:10.223 INFO kablam! 124 | SharedExpression, Oct 22 03:41:10.223 INFO kablam! 125 | RawExpression, Oct 22 03:41:10.223 INFO kablam! ... Oct 22 03:41:10.223 INFO kablam! Oct 22 03:41:10.223 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.223 INFO kablam! --> src/lib.rs:131:9 Oct 22 03:41:10.223 INFO kablam! | Oct 22 03:41:10.223 INFO kablam! 131 | pub use sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}; Oct 22 03:41:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::{SqlContext, ToSql, QueryToSql, FromToSql, ToPredicateValue}` Oct 22 03:41:10.223 INFO kablam! | Oct 22 03:41:10.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.224 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.224 INFO kablam! Oct 22 03:41:10.224 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.224 INFO kablam! --> src/lib.rs:132:38 Oct 22 03:41:10.224 INFO kablam! | Oct 22 03:41:10.224 INFO kablam! 132 | #[cfg(feature = "postgres")] pub use sql::AsPostgresValue; Oct 22 03:41:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::sql::AsPostgresValue` Oct 22 03:41:10.224 INFO kablam! | Oct 22 03:41:10.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.224 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.224 INFO kablam! Oct 22 03:41:10.224 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.224 INFO kablam! --> src/lib.rs:133:9 Oct 22 03:41:10.224 INFO kablam! | Oct 22 03:41:10.224 INFO kablam! 133 | pub use from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}; Oct 22 03:41:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::from::{TableDef, Table, BoxedTable, SharedTable, From, BoxedFrom, SharedFrom}` Oct 22 03:41:10.224 INFO kablam! | Oct 22 03:41:10.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.224 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.224 INFO kablam! Oct 22 03:41:10.224 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.224 INFO kablam! --> src/lib.rs:135:9 Oct 22 03:41:10.225 INFO kablam! | Oct 22 03:41:10.225 INFO kablam! 135 | pub use function::{ Oct 22 03:41:10.225 INFO kablam! | _________^ Oct 22 03:41:10.225 INFO kablam! 136 | | Sum, SumArg, Oct 22 03:41:10.225 INFO kablam! 137 | | Min, MinArg, Oct 22 03:41:10.225 INFO kablam! 138 | | Max, MaxArg, Oct 22 03:41:10.225 INFO kablam! ... | Oct 22 03:41:10.225 INFO kablam! 141 | | CountAll Oct 22 03:41:10.225 INFO kablam! 142 | | }; Oct 22 03:41:10.225 INFO kablam! | |_^ Oct 22 03:41:10.225 INFO kablam! | Oct 22 03:41:10.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.225 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.225 INFO kablam! help: use `crate` Oct 22 03:41:10.225 INFO kablam! | Oct 22 03:41:10.225 INFO kablam! 135 | pub use crate::function::{ Oct 22 03:41:10.225 INFO kablam! 136 | Sum, SumArg, Oct 22 03:41:10.225 INFO kablam! 137 | Min, MinArg, Oct 22 03:41:10.225 INFO kablam! 138 | Max, MaxArg, Oct 22 03:41:10.225 INFO kablam! 139 | Avg, AvgArg, Oct 22 03:41:10.225 INFO kablam! 140 | Count, CountArg, Oct 22 03:41:10.225 INFO kablam! ... Oct 22 03:41:10.225 INFO kablam! Oct 22 03:41:10.226 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.226 INFO kablam! --> src/lib.rs:144:9 Oct 22 03:41:10.226 INFO kablam! | Oct 22 03:41:10.226 INFO kablam! 144 | pub use placeholder::Placeholder; Oct 22 03:41:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::placeholder::Placeholder` Oct 22 03:41:10.226 INFO kablam! | Oct 22 03:41:10.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.226 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.226 INFO kablam! Oct 22 03:41:10.226 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.226 INFO kablam! --> src/sql/function.rs:2:5 Oct 22 03:41:10.226 INFO kablam! | Oct 22 03:41:10.226 INFO kablam! 2 | use function::{ Oct 22 03:41:10.226 INFO kablam! | _____^ Oct 22 03:41:10.226 INFO kablam! 3 | | Sum, SumArg, Oct 22 03:41:10.226 INFO kablam! 4 | | Min, MinArg, Oct 22 03:41:10.226 INFO kablam! 5 | | Max, MaxArg, Oct 22 03:41:10.226 INFO kablam! ... | Oct 22 03:41:10.226 INFO kablam! 8 | | CountAll Oct 22 03:41:10.226 INFO kablam! 9 | | }; Oct 22 03:41:10.226 INFO kablam! | |_^ Oct 22 03:41:10.226 INFO kablam! | Oct 22 03:41:10.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.227 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.227 INFO kablam! help: use `crate` Oct 22 03:41:10.227 INFO kablam! | Oct 22 03:41:10.227 INFO kablam! 2 | use crate::function::{ Oct 22 03:41:10.227 INFO kablam! 3 | Sum, SumArg, Oct 22 03:41:10.227 INFO kablam! 4 | Min, MinArg, Oct 22 03:41:10.227 INFO kablam! 5 | Max, MaxArg, Oct 22 03:41:10.227 INFO kablam! 6 | Avg, AvgArg, Oct 22 03:41:10.227 INFO kablam! 7 | Count, CountArg, Oct 22 03:41:10.227 INFO kablam! ... Oct 22 03:41:10.227 INFO kablam! Oct 22 03:41:10.227 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.227 INFO kablam! --> src/sql/value.rs:7:5 Oct 22 03:41:10.227 INFO kablam! | Oct 22 03:41:10.227 INFO kablam! 7 | use expression; Oct 22 03:41:10.227 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:10.227 INFO kablam! | Oct 22 03:41:10.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.227 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.227 INFO kablam! Oct 22 03:41:10.227 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.227 INFO kablam! --> src/sql/value.rs:8:5 Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.228 INFO kablam! 8 | use field; Oct 22 03:41:10.228 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.228 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.228 INFO kablam! Oct 22 03:41:10.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.228 INFO kablam! --> src/order_by.rs:1:5 Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.228 INFO kablam! 1 | use expression; Oct 22 03:41:10.228 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.228 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.228 INFO kablam! Oct 22 03:41:10.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.228 INFO kablam! --> src/function/mod.rs:5:5 Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.228 INFO kablam! 5 | use expression; Oct 22 03:41:10.228 INFO kablam! | ^^^^^^^^^^ help: use `crate`: `crate::expression` Oct 22 03:41:10.228 INFO kablam! | Oct 22 03:41:10.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.229 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.229 INFO kablam! Oct 22 03:41:10.229 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.229 INFO kablam! --> src/function/mod.rs:6:5 Oct 22 03:41:10.229 INFO kablam! | Oct 22 03:41:10.229 INFO kablam! 6 | use field; Oct 22 03:41:10.229 INFO kablam! | ^^^^^ help: use `crate`: `crate::field` Oct 22 03:41:10.229 INFO kablam! | Oct 22 03:41:10.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.229 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.229 INFO kablam! Oct 22 03:41:10.229 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 03:41:10.229 INFO kablam! --> src/function/mod.rs:7:5 Oct 22 03:41:10.229 INFO kablam! | Oct 22 03:41:10.229 INFO kablam! 7 | use sql; Oct 22 03:41:10.229 INFO kablam! | ^^^ help: use `crate`: `crate::sql` Oct 22 03:41:10.229 INFO kablam! | Oct 22 03:41:10.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 22 03:41:10.229 INFO kablam! = note: for more information, see issue TBD Oct 22 03:41:10.229 INFO kablam! Oct 22 03:41:11.084 INFO kablam! error: aborting due to 20 previous errors Oct 22 03:41:11.084 INFO kablam! Oct 22 03:41:11.090 INFO kablam! error: Could not compile `deuterium`. Oct 22 03:41:11.090 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 03:41:11.228 INFO kablam! error: aborting due to 20 previous errors Oct 22 03:41:11.228 INFO kablam! Oct 22 03:41:11.243 INFO kablam! error: Could not compile `deuterium`. Oct 22 03:41:11.243 INFO kablam! Oct 22 03:41:11.243 INFO kablam! To learn more, run the command again with --verbose. Oct 22 03:41:11.243 INFO kablam! su: No module specific data is present Oct 22 03:41:11.896 INFO running `"docker" "rm" "-f" "91de212c0893a0b8a05aaa0650aed7589bbffefa84b643f15066f84039581b61"` Oct 22 03:41:12.208 INFO blam! 91de212c0893a0b8a05aaa0650aed7589bbffefa84b643f15066f84039581b61