Nov 17 04:17:34.061 INFO testing drklee3/twittex against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 04:17:34.061 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-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"` Nov 17 04:17:34.518 INFO [stdout] 853aeab0e7b0c0282c8414c741ef975b7ea1d92117e216bc99678b4556a5a436 Nov 17 04:17:34.521 INFO running `"docker" "start" "-a" "853aeab0e7b0c0282c8414c741ef975b7ea1d92117e216bc99678b4556a5a436"` Nov 17 04:17:36.419 INFO [stderr] usermod: no changes Nov 17 04:17:36.963 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 17 04:17:36.967 INFO [stderr] Compiling fern v0.5.6 Nov 17 04:17:36.975 INFO [stderr] Compiling digest v0.6.2 Nov 17 04:17:36.975 INFO [stderr] Compiling crypto-mac v0.4.0 Nov 17 04:17:37.752 INFO [stderr] Compiling sha-1 v0.4.1 Nov 17 04:17:37.789 INFO [stderr] Compiling hmac v0.4.2 Nov 17 04:17:39.151 INFO [stderr] Compiling egg-mode v0.12.0 Nov 17 04:17:41.759 INFO [stderr] Compiling diesel v1.3.2 Nov 17 04:18:30.598 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 17 04:18:32.347 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 17 04:18:36.668 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 17 04:18:37.455 INFO [stderr] Compiling twittex v0.1.0 (/source) Nov 17 04:18:41.830 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 04:18:41.831 INFO [stderr] --> src/lib.rs:11:1 Nov 17 04:18:41.831 INFO [stderr] | Nov 17 04:18:41.831 INFO [stderr] 11 | #[macro_use] Nov 17 04:18:41.831 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 04:18:41.831 INFO [stderr] | Nov 17 04:18:41.831 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 04:18:41.831 INFO [stderr] Nov 17 04:18:41.833 INFO [stderr] warning: cannot find type `BigInt` in this scope Nov 17 04:18:41.833 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:18:41.833 INFO [stderr] | Nov 17 04:18:41.833 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:18:41.833 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.833 INFO [stderr] | Nov 17 04:18:41.833 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 04:18:41.833 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! Nov 17 04:18:41.833 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.833 INFO [stderr] Nov 17 04:18:41.835 INFO [stderr] warning: cannot find type `UserCount` in this scope Nov 17 04:18:41.835 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:18:41.835 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 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! Nov 17 04:18:41.835 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.835 INFO [stderr] Nov 17 04:18:41.835 INFO [stderr] warning: cannot find type `BigInt` in this scope Nov 17 04:18:41.835 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:18:41.835 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 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! Nov 17 04:18:41.835 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.835 INFO [stderr] Nov 17 04:18:41.835 INFO [stderr] warning: cannot find type `Tweet` in this scope Nov 17 04:18:41.835 INFO [stderr] --> src/models.rs:14:10 Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 INFO [stderr] 14 | #[derive(Queryable, Debug)] Nov 17 04:18:41.835 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.835 INFO [stderr] | Nov 17 04:18:41.835 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! Nov 17 04:18:41.835 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.835 INFO [stderr] Nov 17 04:18:41.835 INFO [stderr] warning: cannot find type `tweets` in this scope Nov 17 04:18:41.840 INFO [stderr] --> src/models.rs:22:10 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 22 | #[derive(Insertable, Debug)] Nov 17 04:18:41.840 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 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! Nov 17 04:18:41.840 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.840 INFO [stderr] Nov 17 04:18:41.840 INFO [stderr] warning: cannot find type `NewTweet` in this scope Nov 17 04:18:41.840 INFO [stderr] --> src/models.rs:22:10 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 22 | #[derive(Insertable, Debug)] Nov 17 04:18:41.840 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 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! Nov 17 04:18:41.840 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.840 INFO [stderr] Nov 17 04:18:41.840 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 04:18:41.840 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 04:18:41.840 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 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! Nov 17 04:18:41.840 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.840 INFO [stderr] Nov 17 04:18:41.840 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 04:18:41.840 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:18:41.840 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 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! Nov 17 04:18:41.840 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.840 INFO [stderr] Nov 17 04:18:41.840 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 17 04:18:41.840 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:18:41.840 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 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! Nov 17 04:18:41.840 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.840 INFO [stderr] Nov 17 04:18:41.840 INFO [stderr] warning: cannot find type `screen_name` in this scope Nov 17 04:18:41.840 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:18:41.840 INFO [stderr] | Nov 17 04:18:41.840 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:18:41.841 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:18:41.841 INFO [stderr] | Nov 17 04:18:41.841 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! Nov 17 04:18:41.841 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:18:41.841 INFO [stderr] Nov 17 04:18:41.901 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 04:18:41.902 INFO [stderr] --> src/config.rs:72:23 Nov 17 04:18:41.902 INFO [stderr] | Nov 17 04:18:41.902 INFO [stderr] 72 | let mut dir = match std::env::home_dir() { Nov 17 04:18:41.902 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 04:18:41.902 INFO [stderr] | Nov 17 04:18:41.902 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 04:18:41.902 INFO [stderr] Nov 17 04:18:41.902 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 04:18:41.904 INFO [stderr] --> src/lib.rs:66:33 Nov 17 04:18:41.904 INFO [stderr] | Nov 17 04:18:41.904 INFO [stderr] 66 | } else if let Some(mut dir) = env::home_dir() { Nov 17 04:18:41.904 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 04:18:41.904 INFO [stderr] Nov 17 04:19:03.211 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Nov 17 04:19:03.235 INFO [stderr] su: No module specific data is present Nov 17 04:19:04.731 INFO running `"docker" "inspect" "853aeab0e7b0c0282c8414c741ef975b7ea1d92117e216bc99678b4556a5a436"` Nov 17 04:19:05.002 INFO running `"docker" "rm" "-f" "853aeab0e7b0c0282c8414c741ef975b7ea1d92117e216bc99678b4556a5a436"` Nov 17 04:19:05.233 INFO [stdout] 853aeab0e7b0c0282c8414c741ef975b7ea1d92117e216bc99678b4556a5a436 Nov 17 04:19:05.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-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"` Nov 17 04:19:05.655 INFO [stdout] 58df566b22fde3bf54ce31482666a47dafff99cdb06572bb747f5d7cd996b621 Nov 17 04:19:05.658 INFO running `"docker" "start" "-a" "58df566b22fde3bf54ce31482666a47dafff99cdb06572bb747f5d7cd996b621"` Nov 17 04:19:07.103 INFO [stderr] usermod: no changes Nov 17 04:19:07.529 INFO [stderr] Compiling twittex v0.1.0 (/source) Nov 17 04:19:15.503 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 04:19:15.503 INFO [stderr] --> tests/test.rs:244:18 Nov 17 04:19:15.503 INFO [stderr] | Nov 17 04:19:15.503 INFO [stderr] 244 | let home_dir = env::home_dir().unwrap(); Nov 17 04:19:15.503 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 04:19:15.503 INFO [stderr] | Nov 17 04:19:15.503 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 04:19:15.503 INFO [stderr] Nov 17 04:19:16.923 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 04:19:16.923 INFO [stderr] --> src/lib.rs:11:1 Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] 11 | #[macro_use] Nov 17 04:19:16.923 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 04:19:16.923 INFO [stderr] Nov 17 04:19:16.923 INFO [stderr] warning: cannot find type `BigInt` in this scope Nov 17 04:19:16.923 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:19:16.923 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 04:19:16.923 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! Nov 17 04:19:16.923 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.923 INFO [stderr] Nov 17 04:19:16.923 INFO [stderr] warning: cannot find type `UserCount` in this scope Nov 17 04:19:16.923 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:19:16.923 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 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! Nov 17 04:19:16.923 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.923 INFO [stderr] Nov 17 04:19:16.923 INFO [stderr] warning: cannot find type `BigInt` in this scope Nov 17 04:19:16.923 INFO [stderr] --> src/models.rs:7:10 Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] 7 | #[derive(QueryableByName)] Nov 17 04:19:16.923 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 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! Nov 17 04:19:16.923 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.923 INFO [stderr] Nov 17 04:19:16.923 INFO [stderr] warning: cannot find type `Tweet` in this scope Nov 17 04:19:16.923 INFO [stderr] --> src/models.rs:14:10 Nov 17 04:19:16.923 INFO [stderr] | Nov 17 04:19:16.923 INFO [stderr] 14 | #[derive(Queryable, Debug)] Nov 17 04:19:16.924 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.924 INFO [stderr] | Nov 17 04:19:16.924 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! Nov 17 04:19:16.924 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.924 INFO [stderr] Nov 17 04:19:16.924 INFO [stderr] warning: cannot find type `tweets` in this scope Nov 17 04:19:16.924 INFO [stderr] --> src/models.rs:22:10 Nov 17 04:19:16.924 INFO [stderr] | Nov 17 04:19:16.924 INFO [stderr] 22 | #[derive(Insertable, Debug)] Nov 17 04:19:16.924 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.924 INFO [stderr] | Nov 17 04:19:16.924 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! Nov 17 04:19:16.924 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.924 INFO [stderr] Nov 17 04:19:16.924 INFO [stderr] warning: cannot find type `NewTweet` in this scope Nov 17 04:19:16.924 INFO [stderr] --> src/models.rs:22:10 Nov 17 04:19:16.924 INFO [stderr] | Nov 17 04:19:16.924 INFO [stderr] 22 | #[derive(Insertable, Debug)] Nov 17 04:19:16.924 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.924 INFO [stderr] | Nov 17 04:19:16.924 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! Nov 17 04:19:16.924 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.924 INFO [stderr] Nov 17 04:19:16.935 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 04:19:16.935 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 04:19:16.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 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! Nov 17 04:19:16.935 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.935 INFO [stderr] Nov 17 04:19:16.935 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 04:19:16.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:19:16.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 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! Nov 17 04:19:16.935 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.935 INFO [stderr] Nov 17 04:19:16.935 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 17 04:19:16.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:19:16.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 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! Nov 17 04:19:16.935 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.935 INFO [stderr] Nov 17 04:19:16.935 INFO [stderr] warning: cannot find type `screen_name` in this scope Nov 17 04:19:16.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 04:19:16.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 04:19:16.935 INFO [stderr] | Nov 17 04:19:16.935 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! Nov 17 04:19:16.935 INFO [stderr] = note: for more information, see issue #50504 Nov 17 04:19:16.935 INFO [stderr] Nov 17 04:19:17.075 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 04:19:17.075 INFO [stderr] --> src/config.rs:72:23 Nov 17 04:19:17.075 INFO [stderr] | Nov 17 04:19:17.075 INFO [stderr] 72 | let mut dir = match std::env::home_dir() { Nov 17 04:19:17.075 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 04:19:17.075 INFO [stderr] | Nov 17 04:19:17.075 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 04:19:17.075 INFO [stderr] Nov 17 04:19:17.075 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 04:19:17.075 INFO [stderr] --> src/lib.rs:66:33 Nov 17 04:19:17.075 INFO [stderr] | Nov 17 04:19:17.075 INFO [stderr] 66 | } else if let Some(mut dir) = env::home_dir() { Nov 17 04:19:17.075 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 04:19:17.075 INFO [stderr] Nov 17 04:19:23.701 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.57s Nov 17 04:19:23.720 INFO [stderr] su: No module specific data is present Nov 17 04:19:24.369 INFO running `"docker" "inspect" "58df566b22fde3bf54ce31482666a47dafff99cdb06572bb747f5d7cd996b621"` Nov 17 04:19:24.669 INFO running `"docker" "rm" "-f" "58df566b22fde3bf54ce31482666a47dafff99cdb06572bb747f5d7cd996b621"` Nov 17 04:19:25.007 INFO [stdout] 58df566b22fde3bf54ce31482666a47dafff99cdb06572bb747f5d7cd996b621