Nov 16 18:11:55.495 INFO testing nickbabcock/rrinlog against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 18:11:55.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 16 18:11:55.908 INFO [stdout] 4d759f3d334476ea70000cdb1e9f7355d37e1b58c869a798b55d0aec2a20239e Nov 16 18:11:55.910 INFO running `"docker" "start" "-a" "4d759f3d334476ea70000cdb1e9f7355d37e1b58c869a798b55d0aec2a20239e"` Nov 16 18:11:57.192 INFO [stderr] usermod: no changes Nov 16 18:11:57.543 INFO [stderr] Compiling regex v1.0.6 Nov 16 18:11:57.543 INFO [stderr] Compiling lazy_static v1.2.0 Nov 16 18:11:57.555 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 16 18:11:57.555 INFO [stderr] Compiling syn v0.15.4 Nov 16 18:11:58.331 INFO [stderr] Compiling thread_local v0.3.6 Nov 16 18:12:16.871 INFO [stderr] Compiling diesel v1.3.3 Nov 16 18:12:18.875 INFO [stderr] Compiling synstructure v0.10.0 Nov 16 18:12:23.235 INFO [stderr] Compiling failure_derive v0.1.3 Nov 16 18:12:28.155 INFO [stderr] Compiling failure v0.1.3 Nov 16 18:12:50.127 INFO [stderr] Compiling rrinlog_core v0.1.0 (/source) Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `Log` in this scope Nov 16 18:12:51.035 INFO [stderr] --> src/models.rs:4:17 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `logs` in this scope Nov 16 18:12:51.035 INFO [stderr] --> src/models.rs:20:17 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `NewLog` in this scope Nov 16 18:12:51.035 INFO [stderr] --> src/models.rs:20:17 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `ri` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `epoch` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `remote_addr` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `remote_user` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.035 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.035 INFO [stderr] Nov 16 18:12:51.035 INFO [stderr] warning: cannot find type `status` in this scope Nov 16 18:12:51.035 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.035 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.035 INFO [stderr] | Nov 16 18:12:51.035 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 16 18:12:51.036 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.036 INFO [stderr] Nov 16 18:12:51.036 INFO [stderr] warning: cannot find type `method` in this scope Nov 16 18:12:51.036 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.036 INFO [stderr] | Nov 16 18:12:51.036 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.036 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.036 INFO [stderr] | Nov 16 18:12:51.036 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 16 18:12:51.036 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.036 INFO [stderr] Nov 16 18:12:51.036 INFO [stderr] warning: cannot find type `path` in this scope Nov 16 18:12:51.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.064 INFO [stderr] | Nov 16 18:12:51.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.064 INFO [stderr] | Nov 16 18:12:51.064 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 16 18:12:51.065 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.065 INFO [stderr] Nov 16 18:12:51.065 INFO [stderr] warning: cannot find type `version` in this scope Nov 16 18:12:51.065 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.065 INFO [stderr] | Nov 16 18:12:51.065 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.066 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.066 INFO [stderr] | Nov 16 18:12:51.066 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 16 18:12:51.066 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.066 INFO [stderr] Nov 16 18:12:51.066 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Nov 16 18:12:51.066 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.067 INFO [stderr] | Nov 16 18:12:51.067 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.067 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.067 INFO [stderr] | Nov 16 18:12:51.067 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 16 18:12:51.067 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.067 INFO [stderr] Nov 16 18:12:51.067 INFO [stderr] warning: cannot find type `referer` in this scope Nov 16 18:12:51.067 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.068 INFO [stderr] | Nov 16 18:12:51.068 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.068 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.068 INFO [stderr] | Nov 16 18:12:51.068 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 16 18:12:51.068 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.068 INFO [stderr] Nov 16 18:12:51.068 INFO [stderr] warning: cannot find type `user_agent` in this scope Nov 16 18:12:51.068 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.069 INFO [stderr] | Nov 16 18:12:51.069 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.069 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.069 INFO [stderr] | Nov 16 18:12:51.069 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 16 18:12:51.069 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.070 INFO [stderr] Nov 16 18:12:51.070 INFO [stderr] warning: cannot find type `host` in this scope Nov 16 18:12:51.070 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:12:51.070 INFO [stderr] | Nov 16 18:12:51.070 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:12:51.070 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:12:51.070 INFO [stderr] | Nov 16 18:12:51.070 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 16 18:12:51.070 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:12:51.070 INFO [stderr] Nov 16 18:12:52.159 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.91s Nov 16 18:12:52.188 INFO [stderr] su: No module specific data is present Nov 16 18:12:52.873 INFO running `"docker" "inspect" "4d759f3d334476ea70000cdb1e9f7355d37e1b58c869a798b55d0aec2a20239e"` Nov 16 18:12:53.203 INFO running `"docker" "rm" "-f" "4d759f3d334476ea70000cdb1e9f7355d37e1b58c869a798b55d0aec2a20239e"` Nov 16 18:12:53.407 INFO [stdout] 4d759f3d334476ea70000cdb1e9f7355d37e1b58c869a798b55d0aec2a20239e Nov 16 18:12:53.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 16 18:12:53.909 INFO [stdout] d534b4c907897dfb93bfc3064d598e2d2d0a2a05d20a5fb32e44e70c10c4e3fa Nov 16 18:12:53.912 INFO running `"docker" "start" "-a" "d534b4c907897dfb93bfc3064d598e2d2d0a2a05d20a5fb32e44e70c10c4e3fa"` Nov 16 18:12:54.887 INFO [stderr] usermod: no changes Nov 16 18:12:55.203 INFO [stderr] Compiling log v0.4.6 Nov 16 18:12:55.203 INFO [stderr] Compiling criterion-plot v0.2.5 Nov 16 18:12:55.203 INFO [stderr] Compiling csv-core v0.1.4 Nov 16 18:12:55.211 INFO [stderr] Compiling serde_derive v1.0.80 Nov 16 18:12:56.944 INFO [stderr] Compiling simplelog v0.5.2 Nov 16 18:12:56.945 INFO [stderr] Compiling handlebars v0.32.4 Nov 16 18:12:58.867 INFO [stderr] Compiling csv v1.0.1 Nov 16 18:13:25.247 INFO [stderr] Compiling criterion v0.2.5 Nov 16 18:13:36.063 INFO [stderr] Compiling rrinlog_core v0.1.0 (/source) Nov 16 18:13:37.047 INFO [stderr] warning: cannot find type `Log` in this scope Nov 16 18:13:37.047 INFO [stderr] --> src/models.rs:4:17 Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] 4 | #[derive(Debug, Queryable, PartialEq)] Nov 16 18:13:37.047 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:13:37.047 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 16 18:13:37.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.047 INFO [stderr] Nov 16 18:13:37.047 INFO [stderr] warning: cannot find type `logs` in this scope Nov 16 18:13:37.047 INFO [stderr] --> src/models.rs:20:17 Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Nov 16 18:13:37.047 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 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 16 18:13:37.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.047 INFO [stderr] Nov 16 18:13:37.047 INFO [stderr] warning: cannot find type `NewLog` in this scope Nov 16 18:13:37.047 INFO [stderr] --> src/models.rs:20:17 Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] 20 | #[derive(Debug, Insertable, PartialEq)] Nov 16 18:13:37.047 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 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 16 18:13:37.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.047 INFO [stderr] Nov 16 18:13:37.047 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:13:37.047 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:13:37.047 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 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 16 18:13:37.047 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.047 INFO [stderr] Nov 16 18:13:37.047 INFO [stderr] warning: cannot find type `ri` in this scope Nov 16 18:13:37.047 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.047 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.047 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.047 INFO [stderr] | Nov 16 18:13:37.048 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 16 18:13:37.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.048 INFO [stderr] Nov 16 18:13:37.048 INFO [stderr] warning: cannot find type `epoch` in this scope Nov 16 18:13:37.048 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.048 INFO [stderr] | Nov 16 18:13:37.048 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.048 INFO [stderr] | Nov 16 18:13:37.048 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 16 18:13:37.048 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.048 INFO [stderr] Nov 16 18:13:37.063 INFO [stderr] warning: cannot find type `remote_addr` in this scope Nov 16 18:13:37.063 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.063 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 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 16 18:13:37.063 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.063 INFO [stderr] Nov 16 18:13:37.063 INFO [stderr] warning: cannot find type `remote_user` in this scope Nov 16 18:13:37.063 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.063 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 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 16 18:13:37.063 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.063 INFO [stderr] Nov 16 18:13:37.063 INFO [stderr] warning: cannot find type `status` in this scope Nov 16 18:13:37.063 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.063 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.063 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 16 18:13:37.063 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.063 INFO [stderr] Nov 16 18:13:37.063 INFO [stderr] warning: cannot find type `method` in this scope Nov 16 18:13:37.063 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.063 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `path` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `version` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `body_bytes_sent` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `referer` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `user_agent` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:37.064 INFO [stderr] warning: cannot find type `host` in this scope Nov 16 18:13:37.064 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:13:37.064 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:13:37.064 INFO [stderr] | Nov 16 18:13:37.064 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 16 18:13:37.064 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:13:37.064 INFO [stderr] Nov 16 18:13:38.905 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.00s Nov 16 18:13:38.922 INFO [stderr] su: No module specific data is present Nov 16 18:13:39.736 INFO running `"docker" "inspect" "d534b4c907897dfb93bfc3064d598e2d2d0a2a05d20a5fb32e44e70c10c4e3fa"` Nov 16 18:13:39.971 INFO running `"docker" "rm" "-f" "d534b4c907897dfb93bfc3064d598e2d2d0a2a05d20a5fb32e44e70c10c4e3fa"` Nov 16 18:13:40.222 INFO [stdout] d534b4c907897dfb93bfc3064d598e2d2d0a2a05d20a5fb32e44e70c10c4e3fa Nov 16 18:13:40.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 18:13:40.670 INFO [stdout] f511bd32dc13b89bb76339b73aa4530190b5a68a989baa55c44b7d1214f8919c Nov 16 18:13:40.676 INFO running `"docker" "start" "-a" "f511bd32dc13b89bb76339b73aa4530190b5a68a989baa55c44b7d1214f8919c"` Nov 16 18:13:41.515 INFO [stderr] usermod: no changes Nov 16 18:13:41.811 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s Nov 16 18:13:41.835 INFO [stderr] Running /target/debug/deps/rrinlog_core-7764735999a0a8a1 Nov 16 18:13:41.859 INFO [stdout] Nov 16 18:13:41.859 INFO [stdout] running 3 tests Nov 16 18:13:41.867 INFO [stdout] test parser::tests::test_parse_date ... ok Nov 16 18:13:41.867 INFO [stdout] test parser::tests::test_parse_bad_date ... ok Nov 16 18:13:41.887 INFO [stdout] test parser::tests::test_parse_nginx ... ok Nov 16 18:13:41.887 INFO [stdout] Nov 16 18:13:41.887 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:13:41.887 INFO [stdout] Nov 16 18:13:41.888 INFO [stderr] Doc-tests rrinlog_core Nov 16 18:13:43.003 INFO [stdout] Nov 16 18:13:43.003 INFO [stdout] running 0 tests Nov 16 18:13:43.003 INFO [stdout] Nov 16 18:13:43.003 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:13:43.003 INFO [stdout] Nov 16 18:13:43.014 INFO [stderr] su: No module specific data is present Nov 16 18:13:43.329 INFO running `"docker" "inspect" "f511bd32dc13b89bb76339b73aa4530190b5a68a989baa55c44b7d1214f8919c"` Nov 16 18:13:43.419 INFO running `"docker" "rm" "-f" "f511bd32dc13b89bb76339b73aa4530190b5a68a989baa55c44b7d1214f8919c"` Nov 16 18:13:43.533 INFO [stdout] f511bd32dc13b89bb76339b73aa4530190b5a68a989baa55c44b7d1214f8919c