Nov 27 23:07:00.919 INFO checking pandaman64/how-to-count-distinct against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 27 23:07:00.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-1/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 27 23:07:01.286 INFO [stdout] caf23d4fd67dd268b57a2ca3707223659298ee2322977e06d0a0a18450c3d57c Nov 27 23:07:01.290 INFO running `"docker" "start" "-a" "caf23d4fd67dd268b57a2ca3707223659298ee2322977e06d0a0a18450c3d57c"` Nov 27 23:07:02.696 INFO [stderr] usermod: no changes Nov 27 23:07:02.947 INFO [stderr] Compiling syn v0.14.8 Nov 27 23:07:02.947 INFO [stderr] Checking diesel v1.3.2 Nov 27 23:07:02.947 INFO [stderr] Checking regex v1.0.2 Nov 27 23:07:20.777 INFO [stderr] Compiling synstructure v0.9.0 Nov 27 23:07:25.266 INFO [stderr] Compiling failure_derive v0.1.2 Nov 27 23:07:28.075 INFO [stderr] Checking failure v0.1.2 Nov 27 23:07:28.341 INFO [stderr] Checking dotenv v0.13.0 Nov 27 23:07:51.284 INFO [stderr] Checking how-to-count-distinct v0.1.0 (/source) Nov 27 23:07:52.195 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 23:07:52.196 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 23:07:52.196 INFO [stderr] | Nov 27 23:07:52.196 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 23:07:52.197 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.197 INFO [stderr] | Nov 27 23:07:52.197 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 23:07:52.198 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 27 23:07:52.198 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.198 INFO [stderr] Nov 27 23:07:52.198 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 23:07:52.199 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 23:07:52.199 INFO [stderr] | Nov 27 23:07:52.199 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 23:07:52.200 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.200 INFO [stderr] | Nov 27 23:07:52.200 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 27 23:07:52.200 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.201 INFO [stderr] Nov 27 23:07:52.201 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 23:07:52.202 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 23:07:52.202 INFO [stderr] | Nov 27 23:07:52.202 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 23:07:52.202 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.203 INFO [stderr] | Nov 27 23:07:52.203 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 27 23:07:52.203 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.204 INFO [stderr] Nov 27 23:07:52.204 INFO [stderr] warning: cannot find type `labels` in this scope Nov 27 23:07:52.204 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 23:07:52.204 INFO [stderr] | Nov 27 23:07:52.205 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 23:07:52.205 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.205 INFO [stderr] | Nov 27 23:07:52.206 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 27 23:07:52.206 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.206 INFO [stderr] Nov 27 23:07:52.206 INFO [stderr] warning: cannot find type `t` in this scope Nov 27 23:07:52.207 INFO [stderr] --> src/main.rs:18:14 Nov 27 23:07:52.207 INFO [stderr] | Nov 27 23:07:52.207 INFO [stderr] 18 | #[derive(Insertable)] Nov 27 23:07:52.208 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.208 INFO [stderr] | Nov 27 23:07:52.208 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 27 23:07:52.208 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.209 INFO [stderr] Nov 27 23:07:52.209 INFO [stderr] warning: cannot find type `NewRow` in this scope Nov 27 23:07:52.209 INFO [stderr] --> src/main.rs:18:14 Nov 27 23:07:52.210 INFO [stderr] | Nov 27 23:07:52.210 INFO [stderr] 18 | #[derive(Insertable)] Nov 27 23:07:52.210 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.210 INFO [stderr] | Nov 27 23:07:52.211 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 27 23:07:52.211 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.211 INFO [stderr] Nov 27 23:07:52.468 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 23:07:52.468 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 23:07:52.468 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 23:07:52.468 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 23:07:52.468 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.468 INFO [stderr] Nov 27 23:07:52.468 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 23:07:52.468 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 23:07:52.468 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 23:07:52.468 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.468 INFO [stderr] Nov 27 23:07:52.468 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 23:07:52.468 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 23:07:52.468 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 23:07:52.468 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.468 INFO [stderr] Nov 27 23:07:52.468 INFO [stderr] warning: cannot find type `labels` in this scope Nov 27 23:07:52.468 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 23:07:52.468 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.468 INFO [stderr] | Nov 27 23:07:52.468 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 23:07:52.468 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.468 INFO [stderr] Nov 27 23:07:52.475 INFO [stderr] warning: cannot find type `t` in this scope Nov 27 23:07:52.475 INFO [stderr] --> src/main.rs:18:14 Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 INFO [stderr] 18 | #[derive(Insertable)] Nov 27 23:07:52.475 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 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 27 23:07:52.475 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.475 INFO [stderr] Nov 27 23:07:52.475 INFO [stderr] warning: cannot find type `NewRow` in this scope Nov 27 23:07:52.475 INFO [stderr] --> src/main.rs:18:14 Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 INFO [stderr] 18 | #[derive(Insertable)] Nov 27 23:07:52.475 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 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 27 23:07:52.475 INFO [stderr] = note: for more information, see issue #50504 Nov 27 23:07:52.475 INFO [stderr] Nov 27 23:07:52.475 INFO [stderr] warning: unused variable: `conn` Nov 27 23:07:52.475 INFO [stderr] --> src/main.rs:25:26 Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 INFO [stderr] 25 | fn count_distinct_labels(conn: &PgConnection) -> i64 { Nov 27 23:07:52.475 INFO [stderr] | ^^^^ help: consider using `_conn` instead Nov 27 23:07:52.475 INFO [stderr] | Nov 27 23:07:52.475 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 23:07:52.475 INFO [stderr] Nov 27 23:07:52.714 INFO [stderr] warning: unused variable: `conn` Nov 27 23:07:52.715 INFO [stderr] --> src/main.rs:25:26 Nov 27 23:07:52.715 INFO [stderr] | Nov 27 23:07:52.715 INFO [stderr] 25 | fn count_distinct_labels(conn: &PgConnection) -> i64 { Nov 27 23:07:52.716 INFO [stderr] | ^^^^ help: consider using `_conn` instead Nov 27 23:07:52.716 INFO [stderr] | Nov 27 23:07:52.716 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 23:07:52.717 INFO [stderr] Nov 27 23:07:52.794 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.06s Nov 27 23:07:52.809 INFO [stderr] su: No module specific data is present Nov 27 23:07:53.572 INFO running `"docker" "inspect" "caf23d4fd67dd268b57a2ca3707223659298ee2322977e06d0a0a18450c3d57c"` Nov 27 23:07:53.926 INFO running `"docker" "rm" "-f" "caf23d4fd67dd268b57a2ca3707223659298ee2322977e06d0a0a18450c3d57c"` Nov 27 23:07:54.332 INFO [stdout] caf23d4fd67dd268b57a2ca3707223659298ee2322977e06d0a0a18450c3d57c