Oct 12 16:33:38.256 INFO checking nickbabcock/rrinlog against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 16:33:38.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 16:33:38.696 INFO blam! 007b94af7cabaff9ef093b996025d48148389a8f598e3474863733372734a7f4 Oct 12 16:33:38.700 INFO running `"docker" "start" "-a" "007b94af7cabaff9ef093b996025d48148389a8f598e3474863733372734a7f4"` Oct 12 16:33:39.485 INFO kablam! usermod: no changes Oct 12 16:33:40.000 INFO kablam! Compiling actix-web v0.7.8 Oct 12 16:33:40.001 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 12 16:33:40.012 INFO kablam! Checking criterion-plot v0.2.5 Oct 12 16:33:40.020 INFO kablam! Checking num-integer v0.1.39 Oct 12 16:33:40.021 INFO kablam! Checking criterion-stats v0.2.5 Oct 12 16:33:40.021 INFO kablam! Checking itertools-num v0.1.2 Oct 12 16:33:40.021 INFO kablam! Checking crossbeam-epoch v0.6.0 Oct 12 16:33:40.022 INFO kablam! Checking csv-core v0.1.4 Oct 12 16:33:41.521 INFO kablam! Checking h2 v0.1.12 Oct 12 16:33:42.129 INFO kablam! Compiling syn v0.14.9 Oct 12 16:33:42.388 INFO kablam! Checking backtrace v0.2.3 Oct 12 16:33:43.332 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 16:33:43.745 INFO kablam! Checking cookie v0.11.0 Oct 12 16:33:43.861 INFO kablam! Checking chrono v0.4.6 Oct 12 16:33:43.933 INFO kablam! Checking num-rational v0.2.1 Oct 12 16:33:44.582 INFO kablam! Compiling structopt-derive v0.2.11 Oct 12 16:33:45.824 INFO kablam! Checking csv v1.0.1 Oct 12 16:33:45.996 INFO kablam! Checking handlebars v0.32.4 Oct 12 16:33:46.958 INFO kablam! Checking error-chain v0.1.12 Oct 12 16:33:48.414 INFO kablam! Checking tokio-reactor v0.1.5 Oct 12 16:33:54.608 INFO kablam! Checking crossbeam-channel v0.2.6 Oct 12 16:33:54.608 INFO kablam! Checking uom v0.20.1 Oct 12 16:33:54.795 INFO kablam! Checking simplelog v0.5.2 Oct 12 16:33:56.012 INFO kablam! Checking tokio-uds v0.2.1 Oct 12 16:33:57.616 INFO kablam! Checking tokio-tcp v0.1.1 Oct 12 16:33:58.472 INFO kablam! Checking tokio-udp v0.1.2 Oct 12 16:33:58.897 INFO kablam! Checking tokio-signal v0.2.5 Oct 12 16:34:01.804 INFO kablam! Checking structopt v0.2.11 Oct 12 16:34:02.663 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 12 16:34:02.663 INFO kablam! Checking tokio v0.1.8 Oct 12 16:34:17.486 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 12 16:34:17.860 INFO kablam! Checking diesel v1.3.3 Oct 12 16:34:37.881 INFO kablam! Compiling synstructure v0.9.0 Oct 12 16:34:37.888 INFO kablam! Compiling actix_derive v0.3.0 Oct 12 16:34:52.173 INFO kablam! Compiling failure_derive v0.1.2 Oct 12 16:34:56.636 INFO kablam! Checking failure v0.1.2 Oct 12 16:34:57.536 INFO kablam! Checking actix v0.7.4 Oct 12 16:34:57.536 INFO kablam! Checking criterion v0.2.5 Oct 12 16:34:57.537 INFO kablam! Checking assert_cli v0.6.3 Oct 12 16:35:14.772 INFO kablam! Checking rrinlog_core v0.1.0 (/source) Oct 12 16:35:16.104 INFO kablam! warning: cannot find type `Log` in this scope Oct 12 16:35:16.105 INFO kablam! --> src/models.rs:4:17 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 4 | #[derive(Debug, Queryable, PartialEq)] Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `logs` in this scope Oct 12 16:35:16.105 INFO kablam! --> src/models.rs:20:17 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 20 | #[derive(Debug, Insertable, PartialEq)] Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `NewLog` in this scope Oct 12 16:35:16.105 INFO kablam! --> src/models.rs:20:17 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 20 | #[derive(Debug, Insertable, PartialEq)] Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `table` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `ri` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `epoch` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `remote_addr` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `remote_user` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.105 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.105 INFO kablam! Oct 12 16:35:16.105 INFO kablam! warning: cannot find type `status` in this scope Oct 12 16:35:16.105 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.105 INFO kablam! | Oct 12 16:35:16.105 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.106 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.106 INFO kablam! | Oct 12 16:35:16.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.106 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.106 INFO kablam! Oct 12 16:35:16.106 INFO kablam! warning: cannot find type `method` in this scope Oct 12 16:35:16.106 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.106 INFO kablam! | Oct 12 16:35:16.106 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.106 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.106 INFO kablam! | Oct 12 16:35:16.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.106 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.106 INFO kablam! Oct 12 16:35:16.106 INFO kablam! warning: cannot find type `path` in this scope Oct 12 16:35:16.106 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.106 INFO kablam! | Oct 12 16:35:16.106 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.106 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.106 INFO kablam! | Oct 12 16:35:16.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.106 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.106 INFO kablam! Oct 12 16:35:16.112 INFO kablam! warning: cannot find type `version` in this scope Oct 12 16:35:16.112 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.112 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.112 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.112 INFO kablam! Oct 12 16:35:16.112 INFO kablam! warning: cannot find type `body_bytes_sent` in this scope Oct 12 16:35:16.112 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.112 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.112 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.112 INFO kablam! Oct 12 16:35:16.112 INFO kablam! warning: cannot find type `referer` in this scope Oct 12 16:35:16.112 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.112 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.112 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.112 INFO kablam! Oct 12 16:35:16.112 INFO kablam! warning: cannot find type `user_agent` in this scope Oct 12 16:35:16.112 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.112 INFO kablam! | Oct 12 16:35:16.112 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.112 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.132 INFO kablam! | Oct 12 16:35:16.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.132 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.132 INFO kablam! Oct 12 16:35:16.132 INFO kablam! warning: cannot find type `host` in this scope Oct 12 16:35:16.132 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.132 INFO kablam! | Oct 12 16:35:16.132 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.132 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.132 INFO kablam! | Oct 12 16:35:16.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.132 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.132 INFO kablam! Oct 12 16:35:16.356 INFO kablam! warning: cannot find type `Log` in this scope Oct 12 16:35:16.356 INFO kablam! --> src/models.rs:4:17 Oct 12 16:35:16.356 INFO kablam! | Oct 12 16:35:16.356 INFO kablam! 4 | #[derive(Debug, Queryable, PartialEq)] Oct 12 16:35:16.356 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.356 INFO kablam! | Oct 12 16:35:16.356 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 16:35:16.356 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.356 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.356 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `logs` in this scope Oct 12 16:35:16.368 INFO kablam! --> src/models.rs:20:17 Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! 20 | #[derive(Debug, Insertable, PartialEq)] Oct 12 16:35:16.368 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.368 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `NewLog` in this scope Oct 12 16:35:16.368 INFO kablam! --> src/models.rs:20:17 Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! 20 | #[derive(Debug, Insertable, PartialEq)] Oct 12 16:35:16.368 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.368 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `table` in this scope Oct 12 16:35:16.368 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 16:35:16.368 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.368 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `ri` in this scope Oct 12 16:35:16.368 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.368 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.368 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `epoch` in this scope Oct 12 16:35:16.368 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.368 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.368 INFO kablam! | Oct 12 16:35:16.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.368 INFO kablam! Oct 12 16:35:16.368 INFO kablam! warning: cannot find type `remote_addr` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `remote_user` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `status` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `method` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `path` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `version` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `body_bytes_sent` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `referer` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `user_agent` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:16.369 INFO kablam! warning: cannot find type `host` in this scope Oct 12 16:35:16.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 16:35:16.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:16.369 INFO kablam! | Oct 12 16:35:16.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:16.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:16.369 INFO kablam! Oct 12 16:35:17.461 INFO kablam! Checking rrinlog v0.1.0 (/source/rrinlog) Oct 12 16:35:20.936 INFO kablam! Checking rrinlog-server v0.1.0 (/source/rrinlog-server) Oct 12 16:35:24.532 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.532 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.532 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 16:35:24.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.532 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.532 INFO kablam! Oct 12 16:35:24.532 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.532 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.532 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.532 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.532 INFO kablam! Oct 12 16:35:24.532 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 16:35:24.532 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.532 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.532 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.532 INFO kablam! Oct 12 16:35:24.532 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.532 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.532 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.532 INFO kablam! | Oct 12 16:35:24.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.532 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.532 INFO kablam! Oct 12 16:35:24.540 INFO kablam! warning: cannot find type `BigInt` in this scope Oct 12 16:35:24.540 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.540 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.540 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.540 INFO kablam! Oct 12 16:35:24.540 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.540 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.540 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.540 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.540 INFO kablam! Oct 12 16:35:24.540 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.540 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.540 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.540 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.540 INFO kablam! Oct 12 16:35:24.540 INFO kablam! warning: cannot find type `Sites` in this scope Oct 12 16:35:24.540 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.540 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.541 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.541 INFO kablam! Oct 12 16:35:24.541 INFO kablam! warning: cannot find type `BigInt` in this scope Oct 12 16:35:24.541 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.541 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.541 INFO kablam! Oct 12 16:35:24.541 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.541 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.541 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.541 INFO kablam! Oct 12 16:35:24.541 INFO kablam! warning: cannot find type `OutboundData` in this scope Oct 12 16:35:24.541 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.541 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.541 INFO kablam! | Oct 12 16:35:24.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.541 INFO kablam! Oct 12 16:35:24.605 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.605 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.605 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 16:35:24.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.605 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.605 INFO kablam! Oct 12 16:35:24.605 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.605 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.605 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.605 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.605 INFO kablam! Oct 12 16:35:24.605 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 16:35:24.605 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.605 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.605 INFO kablam! | Oct 12 16:35:24.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.605 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.605 INFO kablam! Oct 12 16:35:24.605 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.605 INFO kablam! --> rrinlog-server/src/dao.rs:8:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 8 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `BigInt` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `Text` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `Sites` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:16:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 16 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `BigInt` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.606 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.606 INFO kablam! Oct 12 16:35:24.606 INFO kablam! warning: cannot find type `Integer` in this scope Oct 12 16:35:24.606 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.606 INFO kablam! | Oct 12 16:35:24.606 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.606 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.612 INFO kablam! | Oct 12 16:35:24.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.612 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.612 INFO kablam! Oct 12 16:35:24.612 INFO kablam! warning: cannot find type `OutboundData` in this scope Oct 12 16:35:24.612 INFO kablam! --> rrinlog-server/src/dao.rs:26:28 Oct 12 16:35:24.612 INFO kablam! | Oct 12 16:35:24.612 INFO kablam! 26 | #[derive(PartialEq, Debug, QueryableByName)] Oct 12 16:35:24.612 INFO kablam! | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 16:35:24.612 INFO kablam! | Oct 12 16:35:24.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 16:35:24.612 INFO kablam! = note: for more information, see issue #50504 Oct 12 16:35:24.612 INFO kablam! Oct 12 16:35:26.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 46s Oct 12 16:35:26.300 INFO kablam! su: No module specific data is present Oct 12 16:35:27.335 INFO running `"docker" "rm" "-f" "007b94af7cabaff9ef093b996025d48148389a8f598e3474863733372734a7f4"` Oct 12 16:35:27.672 INFO blam! 007b94af7cabaff9ef093b996025d48148389a8f598e3474863733372734a7f4