Dec 05 12:50:26.796 INFO testing nickbabcock/rrinlog against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 12:50:26.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 12:50:27.147 INFO [stdout] 0eecabb728f5e3cbda5c2573a91ec8b6eb10ece1f3d4b85a1b1de738e92399a3 Dec 05 12:50:27.149 INFO running `"docker" "start" "-a" "0eecabb728f5e3cbda5c2573a91ec8b6eb10ece1f3d4b85a1b1de738e92399a3"` Dec 05 12:50:27.844 INFO [stderr] usermod: no changes Dec 05 12:50:28.128 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Dec 05 12:50:28.130 INFO [stderr] Compiling syn v0.15.4 Dec 05 12:50:28.131 INFO [stderr] Compiling regex v1.1.0 Dec 05 12:50:46.163 INFO [stderr] Compiling synstructure v0.10.0 Dec 05 12:50:50.766 INFO [stderr] Compiling diesel v1.3.3 Dec 05 12:50:50.816 INFO [stderr] Compiling failure_derive v0.1.3 Dec 05 12:50:53.748 INFO [stderr] Compiling failure v0.1.3 Dec 05 12:51:20.784 INFO [stderr] Compiling rrinlog_core v0.1.0 (/source) Dec 05 12:51:21.859 INFO [stderr] warning: cannot find type `Log` in this scope Dec 05 12:51:21.859 INFO [stderr] --> src/models.rs:4:17 Dec 05 12:51:21.860 INFO [stderr] | Dec 05 12:51:21.860 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Dec 05 12:51:21.860 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.860 INFO [stderr] | Dec 05 12:51:21.860 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 12:51:21.860 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 05 12:51:21.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.860 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `logs` in this scope Dec 05 12:51:21.866 INFO [stderr] --> src/models.rs:20:17 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `NewLog` in this scope Dec 05 12:51:21.866 INFO [stderr] --> src/models.rs:20:17 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 12:51:21.866 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `ri` in this scope Dec 05 12:51:21.866 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `epoch` in this scope Dec 05 12:51:21.866 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `remote_addr` in this scope Dec 05 12:51:21.866 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.866 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.866 INFO [stderr] | Dec 05 12:51:21.866 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 05 12:51:21.866 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.866 INFO [stderr] Dec 05 12:51:21.866 INFO [stderr] warning: cannot find type `remote_user` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `status` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `method` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `path` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `version` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `referer` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `user_agent` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:21.867 INFO [stderr] warning: cannot find type `host` in this scope Dec 05 12:51:21.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:51:21.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:51:21.867 INFO [stderr] | Dec 05 12:51:21.867 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 05 12:51:21.867 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:51:21.867 INFO [stderr] Dec 05 12:51:23.020 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.15s Dec 05 12:51:23.045 INFO [stderr] su: No module specific data is present Dec 05 12:51:23.594 INFO running `"docker" "inspect" "0eecabb728f5e3cbda5c2573a91ec8b6eb10ece1f3d4b85a1b1de738e92399a3"` Dec 05 12:51:23.960 INFO running `"docker" "rm" "-f" "0eecabb728f5e3cbda5c2573a91ec8b6eb10ece1f3d4b85a1b1de738e92399a3"` Dec 05 12:51:24.416 INFO [stdout] 0eecabb728f5e3cbda5c2573a91ec8b6eb10ece1f3d4b85a1b1de738e92399a3 Dec 05 12:51:24.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 12:51:24.840 INFO [stdout] f413f156fc1aaadaf4b039108e737494c71f480217b18ba9e9cf2349e5a32e27 Dec 05 12:51:24.856 INFO running `"docker" "start" "-a" "f413f156fc1aaadaf4b039108e737494c71f480217b18ba9e9cf2349e5a32e27"` Dec 05 12:51:26.012 INFO [stderr] usermod: no changes Dec 05 12:51:26.300 INFO [stderr] Compiling cast v0.2.2 Dec 05 12:51:26.309 INFO [stderr] Compiling thread-scoped v1.0.2 Dec 05 12:51:26.309 INFO [stderr] Compiling log v0.4.6 Dec 05 12:51:26.309 INFO [stderr] Compiling itertools-num v0.1.2 Dec 05 12:51:26.309 INFO [stderr] Compiling csv-core v0.1.4 Dec 05 12:51:26.309 INFO [stderr] Compiling serde_derive v1.0.80 Dec 05 12:51:27.313 INFO [stderr] Compiling criterion-plot v0.2.5 Dec 05 12:51:27.313 INFO [stderr] Compiling criterion-stats v0.2.5 Dec 05 12:51:27.859 INFO [stderr] Compiling handlebars v0.32.4 Dec 05 12:51:27.859 INFO [stderr] Compiling simplelog v0.5.2 Dec 05 12:51:29.136 INFO [stderr] Compiling csv v1.0.1 Dec 05 12:51:53.920 INFO [stderr] Compiling criterion v0.2.5 Dec 05 12:52:06.265 INFO [stderr] Compiling rrinlog_core v0.1.0 (/source) Dec 05 12:52:07.378 INFO [stderr] warning: cannot find type `Log` in this scope Dec 05 12:52:07.379 INFO [stderr] --> src/models.rs:4:17 Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Dec 05 12:52:07.379 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 12:52:07.379 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 05 12:52:07.379 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.379 INFO [stderr] Dec 05 12:52:07.379 INFO [stderr] warning: cannot find type `logs` in this scope Dec 05 12:52:07.379 INFO [stderr] --> src/models.rs:20:17 Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 05 12:52:07.379 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 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 05 12:52:07.379 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.379 INFO [stderr] Dec 05 12:52:07.379 INFO [stderr] warning: cannot find type `NewLog` in this scope Dec 05 12:52:07.379 INFO [stderr] --> src/models.rs:20:17 Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Dec 05 12:52:07.379 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.379 INFO [stderr] | Dec 05 12:52:07.379 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 05 12:52:07.379 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.379 INFO [stderr] Dec 05 12:52:07.380 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 12:52:07.380 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 12:52:07.380 INFO [stderr] | Dec 05 12:52:07.380 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 12:52:07.380 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.380 INFO [stderr] | Dec 05 12:52:07.380 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 05 12:52:07.380 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.380 INFO [stderr] Dec 05 12:52:07.380 INFO [stderr] warning: cannot find type `ri` in this scope Dec 05 12:52:07.380 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.380 INFO [stderr] | Dec 05 12:52:07.380 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.380 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.380 INFO [stderr] | Dec 05 12:52:07.380 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 05 12:52:07.380 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.380 INFO [stderr] Dec 05 12:52:07.381 INFO [stderr] warning: cannot find type `epoch` in this scope Dec 05 12:52:07.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 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 05 12:52:07.381 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.381 INFO [stderr] Dec 05 12:52:07.381 INFO [stderr] warning: cannot find type `remote_addr` in this scope Dec 05 12:52:07.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 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 05 12:52:07.381 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.381 INFO [stderr] Dec 05 12:52:07.381 INFO [stderr] warning: cannot find type `remote_user` in this scope Dec 05 12:52:07.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.381 INFO [stderr] | Dec 05 12:52:07.381 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 05 12:52:07.381 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.381 INFO [stderr] Dec 05 12:52:07.382 INFO [stderr] warning: cannot find type `status` in this scope Dec 05 12:52:07.382 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.382 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 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 05 12:52:07.382 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.382 INFO [stderr] Dec 05 12:52:07.382 INFO [stderr] warning: cannot find type `method` in this scope Dec 05 12:52:07.382 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.382 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 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 05 12:52:07.382 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.382 INFO [stderr] Dec 05 12:52:07.382 INFO [stderr] warning: cannot find type `path` in this scope Dec 05 12:52:07.382 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.382 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 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 05 12:52:07.382 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.382 INFO [stderr] Dec 05 12:52:07.382 INFO [stderr] warning: cannot find type `version` in this scope Dec 05 12:52:07.382 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.382 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.382 INFO [stderr] | Dec 05 12:52:07.382 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 05 12:52:07.382 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.383 INFO [stderr] Dec 05 12:52:07.383 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Dec 05 12:52:07.383 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.383 INFO [stderr] | Dec 05 12:52:07.383 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.383 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.383 INFO [stderr] | Dec 05 12:52:07.383 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 05 12:52:07.383 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.383 INFO [stderr] Dec 05 12:52:07.384 INFO [stderr] warning: cannot find type `referer` in this scope Dec 05 12:52:07.384 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.384 INFO [stderr] | Dec 05 12:52:07.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.384 INFO [stderr] | Dec 05 12:52:07.384 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 05 12:52:07.384 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.384 INFO [stderr] Dec 05 12:52:07.384 INFO [stderr] warning: cannot find type `user_agent` in this scope Dec 05 12:52:07.384 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.384 INFO [stderr] | Dec 05 12:52:07.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.384 INFO [stderr] | Dec 05 12:52:07.384 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 05 12:52:07.384 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.385 INFO [stderr] Dec 05 12:52:07.385 INFO [stderr] warning: cannot find type `host` in this scope Dec 05 12:52:07.385 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 12:52:07.385 INFO [stderr] | Dec 05 12:52:07.385 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 12:52:07.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 12:52:07.385 INFO [stderr] | Dec 05 12:52:07.385 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 05 12:52:07.385 INFO [stderr] = note: for more information, see issue #50504 Dec 05 12:52:07.385 INFO [stderr] Dec 05 12:52:09.751 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.72s Dec 05 12:52:09.768 INFO [stderr] su: No module specific data is present Dec 05 12:52:10.132 INFO running `"docker" "inspect" "f413f156fc1aaadaf4b039108e737494c71f480217b18ba9e9cf2349e5a32e27"` Dec 05 12:52:10.564 INFO running `"docker" "rm" "-f" "f413f156fc1aaadaf4b039108e737494c71f480217b18ba9e9cf2349e5a32e27"` Dec 05 12:52:10.752 INFO [stdout] f413f156fc1aaadaf4b039108e737494c71f480217b18ba9e9cf2349e5a32e27 Dec 05 12:52:10.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --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"` Dec 05 12:52:11.060 INFO [stdout] fbf1de16532940f08e506198d6e5f99c7fb3836a665462b89ce0ef9265f26103 Dec 05 12:52:11.066 INFO running `"docker" "start" "-a" "fbf1de16532940f08e506198d6e5f99c7fb3836a665462b89ce0ef9265f26103"` Dec 05 12:52:11.729 INFO [stderr] usermod: no changes Dec 05 12:52:12.068 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s Dec 05 12:52:12.080 INFO [stderr] Running /target/debug/deps/rrinlog_core-dc0180f9147fd1aa Dec 05 12:52:12.080 INFO [stdout] Dec 05 12:52:12.080 INFO [stdout] running 3 tests Dec 05 12:52:12.092 INFO [stdout] test parser::tests::test_parse_date ... ok Dec 05 12:52:12.092 INFO [stdout] test parser::tests::test_parse_bad_date ... ok Dec 05 12:52:12.127 INFO [stdout] test parser::tests::test_parse_nginx ... ok Dec 05 12:52:12.127 INFO [stdout] Dec 05 12:52:12.127 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:52:12.127 INFO [stdout] Dec 05 12:52:12.127 INFO [stderr] Doc-tests rrinlog_core Dec 05 12:52:13.384 INFO [stdout] Dec 05 12:52:13.384 INFO [stdout] running 0 tests Dec 05 12:52:13.384 INFO [stdout] Dec 05 12:52:13.384 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:52:13.384 INFO [stdout] Dec 05 12:52:13.400 INFO [stderr] su: No module specific data is present Dec 05 12:52:14.372 INFO running `"docker" "inspect" "fbf1de16532940f08e506198d6e5f99c7fb3836a665462b89ce0ef9265f26103"` Dec 05 12:52:14.714 INFO running `"docker" "rm" "-f" "fbf1de16532940f08e506198d6e5f99c7fb3836a665462b89ce0ef9265f26103"` Dec 05 12:52:15.044 INFO [stdout] fbf1de16532940f08e506198d6e5f99c7fb3836a665462b89ce0ef9265f26103