[INFO] updating cached repository janalski8/habot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/janalski8/habot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/janalski8/habot" "work/ex/beta-1.38-1/sources/1.37.0/gh/janalski8/habot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/janalski8/habot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/janalski8/habot" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janalski8/habot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janalski8/habot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c489ad54421af955b246d39cdcf5647430890d94 [INFO] sha for GitHub repo janalski8/habot: c489ad54421af955b246d39cdcf5647430890d94 [INFO] validating manifest of janalski8/habot on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of janalski8/habot on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing janalski8/habot [INFO] finished frobbing janalski8/habot [INFO] frobbed toml for janalski8/habot written to work/ex/beta-1.38-1/sources/1.37.0/gh/janalski8/habot/Cargo.toml [INFO] started frobbing janalski8/habot [INFO] finished frobbing janalski8/habot [INFO] frobbed toml for janalski8/habot written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janalski8/habot/Cargo.toml [INFO] crate janalski8/habot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing janalski8/habot against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janalski8/habot:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b81f3a805a7a713fe6251b65507ef54257943653c89dc5ae336be05c0c475cfa [INFO] running `"docker" "start" "-a" "b81f3a805a7a713fe6251b65507ef54257943653c89dc5ae336be05c0c475cfa"` [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling chrono v0.4.4 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling mime_guess v1.8.5 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling diesel v1.3.2 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Compiling serenity v0.5.4 [INFO] [stderr] Compiling habot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(tool_attributes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models.rs:4:34 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NpcClass` in this scope [INFO] [stderr] --> src/models.rs:4:34 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models.rs:4:34 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models.rs:14:34 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NpcInstance` in this scope [INFO] [stderr] --> src/models.rs:14:34 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Alias` in this scope [INFO] [stderr] --> src/models.rs:21:34 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Constant` in this scope [INFO] [stderr] --> src/models.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Admin` in this scope [INFO] [stderr] --> src/models.rs:35:34 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Serialize, Deserialize, Queryable, Debug, Eq, PartialEq, Ord, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `npc_classes` in this scope [INFO] [stderr] --> src/models.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewNpcClass` in this scope [INFO] [stderr] --> src/models.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `npc_instances` in this scope [INFO] [stderr] --> src/models.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewNpcInstance` in this scope [INFO] [stderr] --> src/models.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `aliases` in this scope [INFO] [stderr] --> src/models.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewAlias` in this scope [INFO] [stderr] --> src/models.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `constants` in this scope [INFO] [stderr] --> src/models.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewConstant` in this scope [INFO] [stderr] --> src/models.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `admins` in this scope [INFO] [stderr] --> src/models.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewAdmin` in this scope [INFO] [stderr] --> src/models.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:192:41 [INFO] [stderr] | [INFO] [stderr] 192 | [derive (Debug , Clone , Copy , QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `user_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `alias` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `command` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `key` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `value` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `name` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `commonality` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `next_tick` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `active` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `unique` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `class` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `active_until` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `habot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b81f3a805a7a713fe6251b65507ef54257943653c89dc5ae336be05c0c475cfa"` [INFO] running `"docker" "rm" "-f" "b81f3a805a7a713fe6251b65507ef54257943653c89dc5ae336be05c0c475cfa"` [INFO] [stdout] b81f3a805a7a713fe6251b65507ef54257943653c89dc5ae336be05c0c475cfa