Dec 12 00:39:50.613 INFO checking RalfNorthman/diesel-test against master#3a75e80557a103497cffbcab395a2f37061a77ea for pr-56677 Dec 12 00:39:50.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-0/master#3a75e80557a103497cffbcab395a2f37061a77ea:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56677/master#3a75e80557a103497cffbcab395a2f37061a77ea:/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 +3a75e80557a103497cffbcab395a2f37061a77ea-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"` Dec 12 00:39:51.103 INFO [stdout] 498bc297c0bc601d5ff8df210b9195ec34c5a7705eca2fad93b47a3ac45734a4 Dec 12 00:39:51.105 INFO running `"docker" "start" "-a" "498bc297c0bc601d5ff8df210b9195ec34c5a7705eca2fad93b47a3ac45734a4"` Dec 12 00:39:52.583 INFO [stderr] usermod: no changes Dec 12 00:39:52.765 INFO [stderr] Compiling mysqlclient-sys v0.2.3 Dec 12 00:39:52.776 INFO [stderr] Checking failure v0.1.3 Dec 12 00:39:53.156 INFO [stderr] Checking dotenv v0.13.0 Dec 12 00:39:55.273 INFO [stderr] Checking diesel v1.3.3 Dec 12 00:40:20.531 INFO [stderr] Checking diesel_mini v0.1.0 (/source) Dec 12 00:40:23.372 INFO [stderr] warning: cannot find type `Measurement` in this scope Dec 12 00:40:23.372 INFO [stderr] --> src/models.rs:3:10 Dec 12 00:40:23.372 INFO [stderr] | Dec 12 00:40:23.372 INFO [stderr] 3 | #[derive(Queryable, Debug)] Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `measurements` in this scope Dec 12 00:40:23.373 INFO [stderr] --> src/models.rs:12:10 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 12 | #[derive(Insertable)] Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `NewMeasurement` in this scope Dec 12 00:40:23.373 INFO [stderr] --> src/models.rs:12:10 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 12 | #[derive(Insertable)] Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `table` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `id` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `temperature` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `humidity` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `pressure` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: cannot find type `comment` in this scope Dec 12 00:40:23.373 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 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 12 00:40:23.373 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.373 INFO [stderr] warning: unused import: `Measurement` Dec 12 00:40:23.373 INFO [stderr] --> src/lib.rs:8:20 Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] 8 | use self::models::{Measurement, NewMeasurement}; Dec 12 00:40:23.373 INFO [stderr] | ^^^^^^^^^^^ Dec 12 00:40:23.373 INFO [stderr] | Dec 12 00:40:23.373 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 12 00:40:23.373 INFO [stderr] Dec 12 00:40:23.536 INFO [stderr] warning: cannot find type `Measurement` in this scope Dec 12 00:40:23.537 INFO [stderr] --> src/models.rs:3:10 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 3 | #[derive(Queryable, Debug)] Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `measurements` in this scope Dec 12 00:40:23.537 INFO [stderr] --> src/models.rs:12:10 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 12 | #[derive(Insertable)] Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `NewMeasurement` in this scope Dec 12 00:40:23.537 INFO [stderr] --> src/models.rs:12:10 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 12 | #[derive(Insertable)] Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `table` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `id` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `temperature` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `humidity` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `pressure` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: cannot find type `comment` in this scope Dec 12 00:40:23.537 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 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 12 00:40:23.537 INFO [stderr] = note: for more information, see issue #50504 Dec 12 00:40:23.537 INFO [stderr] Dec 12 00:40:23.537 INFO [stderr] warning: unused import: `Measurement` Dec 12 00:40:23.537 INFO [stderr] --> src/lib.rs:8:20 Dec 12 00:40:23.537 INFO [stderr] | Dec 12 00:40:23.537 INFO [stderr] 8 | use self::models::{Measurement, NewMeasurement}; Dec 12 00:40:23.537 INFO [stderr] | ^^^^^^^^^^^ Dec 12 00:40:23.538 INFO [stderr] | Dec 12 00:40:23.538 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 12 00:40:23.538 INFO [stderr] Dec 12 00:40:26.037 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.43s Dec 12 00:40:26.061 INFO [stderr] su: No module specific data is present Dec 12 00:40:26.606 INFO running `"docker" "inspect" "498bc297c0bc601d5ff8df210b9195ec34c5a7705eca2fad93b47a3ac45734a4"` Dec 12 00:40:27.028 INFO running `"docker" "rm" "-f" "498bc297c0bc601d5ff8df210b9195ec34c5a7705eca2fad93b47a3ac45734a4"` Dec 12 00:40:27.272 INFO [stdout] 498bc297c0bc601d5ff8df210b9195ec34c5a7705eca2fad93b47a3ac45734a4