Dec 17 18:46:50.487 INFO checking nickbabcock/rrinlog against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 17 18:46:50.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/gh/nickbabcock/rrinlog:/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=forbid" "-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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 18:46:50.683 INFO [stdout] 4b5cbfe98e610ccdd2218eeb8ab49354bf2160bd2a62d9fbee9efd90f648ee7b Dec 17 18:46:50.685 INFO running `"docker" "start" "-a" "4b5cbfe98e610ccdd2218eeb8ab49354bf2160bd2a62d9fbee9efd90f648ee7b"` Dec 17 18:46:51.888 INFO [stderr] Compiling actix-web v0.7.16 Dec 17 18:46:51.889 INFO [stderr] Compiling backtrace-sys v0.1.24 Dec 17 18:46:51.893 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Dec 17 18:46:51.895 INFO [stderr] Checking itertools v0.8.0 Dec 17 18:46:51.904 INFO [stderr] Checking criterion-stats v0.2.5 Dec 17 18:46:51.905 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 17 18:46:51.906 INFO [stderr] Checking csv-core v0.1.4 Dec 17 18:46:51.907 INFO [stderr] Checking cookie v0.11.0 Dec 17 18:46:53.075 INFO [stderr] Checking chrono v0.4.6 Dec 17 18:46:53.188 INFO [stderr] Checking num-rational v0.2.1 Dec 17 18:46:53.268 INFO [stderr] Compiling structopt-derive v0.2.14 Dec 17 18:46:53.652 INFO [stderr] Compiling serde_derive v1.0.82 Dec 17 18:46:54.060 INFO [stderr] Checking csv v1.0.2 Dec 17 18:46:55.039 INFO [stderr] Checking handlebars v0.32.4 Dec 17 18:46:58.360 INFO [stderr] Checking tokio-threadpool v0.1.9 Dec 17 18:47:06.364 INFO [stderr] Checking uom v0.20.1 Dec 17 18:47:06.387 INFO [stderr] Checking tokio-signal v0.2.7 Dec 17 18:47:06.397 INFO [stderr] Checking simplelog v0.5.3 Dec 17 18:47:07.255 INFO [stderr] Checking tokio-fs v0.1.4 Dec 17 18:47:07.947 INFO [stderr] Checking backtrace v0.3.12 Dec 17 18:47:08.165 INFO [stderr] Checking crossbeam-channel v0.3.3 Dec 17 18:47:09.322 INFO [stderr] Checking structopt v0.2.14 Dec 17 18:47:10.168 INFO [stderr] Checking failure v0.1.3 Dec 17 18:47:10.530 INFO [stderr] Checking tokio v0.1.13 Dec 17 18:47:11.710 INFO [stderr] Checking trust-dns-proto v0.5.0 Dec 17 18:47:11.714 INFO [stderr] Checking assert_cli v0.6.3 Dec 17 18:47:21.343 INFO [stderr] Checking trust-dns-resolver v0.10.0 Dec 17 18:47:24.657 INFO [stderr] Checking criterion v0.2.5 Dec 17 18:47:25.732 INFO [stderr] Checking actix v0.7.9 Dec 17 18:47:29.914 INFO [stderr] Checking actix-net v0.2.5 Dec 17 18:47:41.580 INFO [stderr] Checking diesel v1.3.3 Dec 17 18:48:05.637 INFO [stderr] Checking rrinlog_core v0.1.0 (/opt/crater/workdir) Dec 17 18:48:06.440 INFO [stderr] warning: cannot find type `Log` in this scope Dec 17 18:48:06.441 INFO [stderr] --> src/models.rs:4:17 Dec 17 18:48:06.441 INFO [stderr] | Dec 17 18:48:06.441 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Dec 17 18:48:06.442 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.442 INFO [stderr] | Dec 17 18:48:06.442 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 18:48:06.443 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! Dec 17 18:48:06.443 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.443 INFO [stderr] Dec 17 18:48:06.443 INFO [stderr] warning: cannot find type `logs` in this scope Dec 17 18:48:06.444 INFO [stderr] --> src/models.rs:20:17 Dec 17 18:48:06.444 INFO [stderr] | Dec 17 18:48:06.444 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 17 18:48:06.444 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.444 INFO [stderr] | Dec 17 18:48:06.444 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! Dec 17 18:48:06.444 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.444 INFO [stderr] Dec 17 18:48:06.444 INFO [stderr] warning: cannot find type `NewLog` in this scope Dec 17 18:48:06.444 INFO [stderr] --> src/models.rs:20:17 Dec 17 18:48:06.444 INFO [stderr] | Dec 17 18:48:06.444 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 17 18:48:06.444 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.445 INFO [stderr] | Dec 17 18:48:06.445 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! Dec 17 18:48:06.445 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.445 INFO [stderr] Dec 17 18:48:06.460 INFO [stderr] warning: cannot find type `table` in this scope Dec 17 18:48:06.460 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 17 18:48:06.460 INFO [stderr] | Dec 17 18:48:06.461 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 17 18:48:06.461 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.461 INFO [stderr] | Dec 17 18:48:06.461 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! Dec 17 18:48:06.461 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.461 INFO [stderr] Dec 17 18:48:06.461 INFO [stderr] warning: cannot find type `ri` in this scope Dec 17 18:48:06.461 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.461 INFO [stderr] | Dec 17 18:48:06.461 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.461 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.461 INFO [stderr] | Dec 17 18:48:06.461 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! Dec 17 18:48:06.462 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.462 INFO [stderr] Dec 17 18:48:06.462 INFO [stderr] warning: cannot find type `epoch` in this scope Dec 17 18:48:06.462 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.462 INFO [stderr] | Dec 17 18:48:06.462 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.462 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.462 INFO [stderr] | Dec 17 18:48:06.462 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! Dec 17 18:48:06.463 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.463 INFO [stderr] Dec 17 18:48:06.463 INFO [stderr] warning: cannot find type `remote_addr` in this scope Dec 17 18:48:06.463 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.463 INFO [stderr] | Dec 17 18:48:06.463 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.463 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.463 INFO [stderr] | Dec 17 18:48:06.463 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! Dec 17 18:48:06.463 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.463 INFO [stderr] Dec 17 18:48:06.464 INFO [stderr] warning: cannot find type `remote_user` in this scope Dec 17 18:48:06.464 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.464 INFO [stderr] | Dec 17 18:48:06.464 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.464 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.464 INFO [stderr] | Dec 17 18:48:06.464 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! Dec 17 18:48:06.464 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.464 INFO [stderr] Dec 17 18:48:06.465 INFO [stderr] warning: cannot find type `status` in this scope Dec 17 18:48:06.465 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.465 INFO [stderr] | Dec 17 18:48:06.465 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.465 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.465 INFO [stderr] | Dec 17 18:48:06.465 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! Dec 17 18:48:06.465 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.465 INFO [stderr] Dec 17 18:48:06.465 INFO [stderr] warning: cannot find type `method` in this scope Dec 17 18:48:06.466 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.466 INFO [stderr] | Dec 17 18:48:06.466 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.466 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.466 INFO [stderr] | Dec 17 18:48:06.466 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! Dec 17 18:48:06.466 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.466 INFO [stderr] Dec 17 18:48:06.466 INFO [stderr] warning: cannot find type `path` in this scope Dec 17 18:48:06.466 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.467 INFO [stderr] | Dec 17 18:48:06.467 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.467 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.467 INFO [stderr] | Dec 17 18:48:06.467 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! Dec 17 18:48:06.467 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.467 INFO [stderr] Dec 17 18:48:06.467 INFO [stderr] warning: cannot find type `version` in this scope Dec 17 18:48:06.467 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.467 INFO [stderr] | Dec 17 18:48:06.468 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.468 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.468 INFO [stderr] | Dec 17 18:48:06.468 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! Dec 17 18:48:06.468 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.468 INFO [stderr] Dec 17 18:48:06.468 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Dec 17 18:48:06.468 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.468 INFO [stderr] | Dec 17 18:48:06.469 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.469 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.469 INFO [stderr] | Dec 17 18:48:06.469 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! Dec 17 18:48:06.469 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.469 INFO [stderr] Dec 17 18:48:06.469 INFO [stderr] warning: cannot find type `referer` in this scope Dec 17 18:48:06.469 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.469 INFO [stderr] | Dec 17 18:48:06.469 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.470 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.470 INFO [stderr] | Dec 17 18:48:06.470 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! Dec 17 18:48:06.470 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.470 INFO [stderr] Dec 17 18:48:06.470 INFO [stderr] warning: cannot find type `user_agent` in this scope Dec 17 18:48:06.470 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.470 INFO [stderr] | Dec 17 18:48:06.470 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.470 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.471 INFO [stderr] | Dec 17 18:48:06.471 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! Dec 17 18:48:06.471 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.471 INFO [stderr] Dec 17 18:48:06.471 INFO [stderr] warning: cannot find type `host` in this scope Dec 17 18:48:06.471 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.471 INFO [stderr] | Dec 17 18:48:06.471 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.471 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.471 INFO [stderr] | Dec 17 18:48:06.472 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! Dec 17 18:48:06.472 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.472 INFO [stderr] Dec 17 18:48:06.576 INFO [stderr] warning: cannot find type `Log` in this scope Dec 17 18:48:06.576 INFO [stderr] --> src/models.rs:4:17 Dec 17 18:48:06.576 INFO [stderr] | Dec 17 18:48:06.576 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Dec 17 18:48:06.576 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.577 INFO [stderr] | Dec 17 18:48:06.577 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 18:48:06.577 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! Dec 17 18:48:06.577 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.577 INFO [stderr] Dec 17 18:48:06.577 INFO [stderr] warning: cannot find type `logs` in this scope Dec 17 18:48:06.577 INFO [stderr] --> src/models.rs:20:17 Dec 17 18:48:06.577 INFO [stderr] | Dec 17 18:48:06.577 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 17 18:48:06.577 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.577 INFO [stderr] | Dec 17 18:48:06.577 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! Dec 17 18:48:06.577 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.577 INFO [stderr] Dec 17 18:48:06.577 INFO [stderr] warning: cannot find type `NewLog` in this scope Dec 17 18:48:06.577 INFO [stderr] --> src/models.rs:20:17 Dec 17 18:48:06.577 INFO [stderr] | Dec 17 18:48:06.577 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 17 18:48:06.578 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 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! Dec 17 18:48:06.578 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.578 INFO [stderr] Dec 17 18:48:06.578 INFO [stderr] warning: cannot find type `table` in this scope Dec 17 18:48:06.578 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 17 18:48:06.578 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 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! Dec 17 18:48:06.578 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.578 INFO [stderr] Dec 17 18:48:06.578 INFO [stderr] warning: cannot find type `ri` in this scope Dec 17 18:48:06.578 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.578 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 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! Dec 17 18:48:06.578 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.578 INFO [stderr] Dec 17 18:48:06.578 INFO [stderr] warning: cannot find type `epoch` in this scope Dec 17 18:48:06.578 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.578 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 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! Dec 17 18:48:06.578 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.578 INFO [stderr] Dec 17 18:48:06.578 INFO [stderr] warning: cannot find type `remote_addr` in this scope Dec 17 18:48:06.578 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.578 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.578 INFO [stderr] | Dec 17 18:48:06.578 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! Dec 17 18:48:06.578 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `remote_user` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 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! Dec 17 18:48:06.579 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `status` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 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! Dec 17 18:48:06.579 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `method` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 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! Dec 17 18:48:06.579 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `path` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 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! Dec 17 18:48:06.579 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `version` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 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! Dec 17 18:48:06.579 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.579 INFO [stderr] Dec 17 18:48:06.579 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Dec 17 18:48:06.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.579 INFO [stderr] | Dec 17 18:48:06.579 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 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! Dec 17 18:48:06.580 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.580 INFO [stderr] Dec 17 18:48:06.580 INFO [stderr] warning: cannot find type `referer` in this scope Dec 17 18:48:06.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 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! Dec 17 18:48:06.580 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.580 INFO [stderr] Dec 17 18:48:06.580 INFO [stderr] warning: cannot find type `user_agent` in this scope Dec 17 18:48:06.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 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! Dec 17 18:48:06.580 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.580 INFO [stderr] Dec 17 18:48:06.580 INFO [stderr] warning: cannot find type `host` in this scope Dec 17 18:48:06.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 17 18:48:06.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:06.580 INFO [stderr] | Dec 17 18:48:06.580 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! Dec 17 18:48:06.580 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:06.580 INFO [stderr] Dec 17 18:48:07.282 INFO [stderr] Checking rrinlog v0.1.0 (/opt/crater/workdir/rrinlog) Dec 17 18:48:07.285 INFO [stderr] Checking rrinlog-server v0.1.0 (/opt/crater/workdir/rrinlog-server) Dec 17 18:48:11.640 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.640 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.640 INFO [stderr] | Dec 17 18:48:11.640 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.640 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.640 INFO [stderr] | Dec 17 18:48:11.640 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 18:48:11.640 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! Dec 17 18:48:11.644 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.644 INFO [stderr] Dec 17 18:48:11.644 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.644 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.644 INFO [stderr] | Dec 17 18:48:11.644 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.644 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.644 INFO [stderr] | Dec 17 18:48:11.644 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! Dec 17 18:48:11.644 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.644 INFO [stderr] Dec 17 18:48:11.645 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 17 18:48:11.645 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.645 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 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! Dec 17 18:48:11.645 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.645 INFO [stderr] Dec 17 18:48:11.645 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.645 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.645 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 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! Dec 17 18:48:11.645 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.645 INFO [stderr] Dec 17 18:48:11.645 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 17 18:48:11.645 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.645 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 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! Dec 17 18:48:11.645 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.645 INFO [stderr] Dec 17 18:48:11.645 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.645 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.645 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 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! Dec 17 18:48:11.645 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.645 INFO [stderr] Dec 17 18:48:11.645 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.645 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.645 INFO [stderr] | Dec 17 18:48:11.645 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.645 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.646 INFO [stderr] | Dec 17 18:48:11.646 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! Dec 17 18:48:11.646 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.646 INFO [stderr] Dec 17 18:48:11.646 INFO [stderr] warning: cannot find type `Sites` in this scope Dec 17 18:48:11.646 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.646 INFO [stderr] | Dec 17 18:48:11.646 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.646 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.646 INFO [stderr] | Dec 17 18:48:11.646 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! Dec 17 18:48:11.646 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.646 INFO [stderr] Dec 17 18:48:11.646 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 17 18:48:11.646 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.646 INFO [stderr] | Dec 17 18:48:11.646 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.646 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.647 INFO [stderr] | Dec 17 18:48:11.647 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! Dec 17 18:48:11.647 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.647 INFO [stderr] Dec 17 18:48:11.647 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.647 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.647 INFO [stderr] | Dec 17 18:48:11.647 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.647 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.647 INFO [stderr] | Dec 17 18:48:11.647 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! Dec 17 18:48:11.647 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.647 INFO [stderr] Dec 17 18:48:11.647 INFO [stderr] warning: cannot find type `OutboundData` in this scope Dec 17 18:48:11.647 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.647 INFO [stderr] | Dec 17 18:48:11.647 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.647 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.647 INFO [stderr] | Dec 17 18:48:11.647 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! Dec 17 18:48:11.647 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.648 INFO [stderr] Dec 17 18:48:11.683 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.683 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.683 INFO [stderr] | Dec 17 18:48:11.683 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.683 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.683 INFO [stderr] | Dec 17 18:48:11.683 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 17 18:48:11.683 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! Dec 17 18:48:11.684 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.684 INFO [stderr] Dec 17 18:48:11.684 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.684 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.684 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 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! Dec 17 18:48:11.684 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.684 INFO [stderr] Dec 17 18:48:11.684 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 17 18:48:11.684 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.684 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 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! Dec 17 18:48:11.684 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.684 INFO [stderr] Dec 17 18:48:11.684 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.684 INFO [stderr] --> rrinlog-server/src/dao.rs:8:28 Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 INFO [stderr] 8 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.684 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 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! Dec 17 18:48:11.684 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.684 INFO [stderr] Dec 17 18:48:11.684 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 17 18:48:11.684 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.684 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 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! Dec 17 18:48:11.684 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.684 INFO [stderr] Dec 17 18:48:11.684 INFO [stderr] warning: cannot find type `Text` in this scope Dec 17 18:48:11.684 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.684 INFO [stderr] | Dec 17 18:48:11.684 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.684 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.696 INFO [stderr] | Dec 17 18:48:11.696 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! Dec 17 18:48:11.696 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.696 INFO [stderr] Dec 17 18:48:11.696 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.696 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.696 INFO [stderr] | Dec 17 18:48:11.696 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.696 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 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! Dec 17 18:48:11.697 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.697 INFO [stderr] Dec 17 18:48:11.697 INFO [stderr] warning: cannot find type `Sites` in this scope Dec 17 18:48:11.697 INFO [stderr] --> rrinlog-server/src/dao.rs:16:28 Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 INFO [stderr] 16 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.697 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 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! Dec 17 18:48:11.697 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.697 INFO [stderr] Dec 17 18:48:11.697 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 17 18:48:11.697 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.697 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 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! Dec 17 18:48:11.697 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.697 INFO [stderr] Dec 17 18:48:11.697 INFO [stderr] warning: cannot find type `Integer` in this scope Dec 17 18:48:11.697 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.697 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 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! Dec 17 18:48:11.697 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.697 INFO [stderr] Dec 17 18:48:11.697 INFO [stderr] warning: cannot find type `OutboundData` in this scope Dec 17 18:48:11.697 INFO [stderr] --> rrinlog-server/src/dao.rs:26:28 Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 INFO [stderr] 26 | #[derive(PartialEq, Debug, QueryableByName)] Dec 17 18:48:11.697 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 17 18:48:11.697 INFO [stderr] | Dec 17 18:48:11.697 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! Dec 17 18:48:11.697 INFO [stderr] = note: for more information, see issue #50504 Dec 17 18:48:11.697 INFO [stderr] Dec 17 18:48:13.676 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Dec 17 18:48:14.841 INFO running `"docker" "inspect" "4b5cbfe98e610ccdd2218eeb8ab49354bf2160bd2a62d9fbee9efd90f648ee7b"` Dec 17 18:48:15.092 INFO running `"docker" "rm" "-f" "4b5cbfe98e610ccdd2218eeb8ab49354bf2160bd2a62d9fbee9efd90f648ee7b"` Dec 17 18:48:15.484 INFO [stdout] 4b5cbfe98e610ccdd2218eeb8ab49354bf2160bd2a62d9fbee9efd90f648ee7b