Dec 15 17:04:45.415 INFO testing diesel-derive-newtype-0.1.2 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 17:04:45.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 17:04:45.643 INFO [stdout] 5a824b83de35858c68dbe688f776f12c0e9f30d68fd1274517fdd56e25030c3a Dec 15 17:04:45.648 INFO running `"docker" "start" "-a" "5a824b83de35858c68dbe688f776f12c0e9f30d68fd1274517fdd56e25030c3a"` Dec 15 17:04:46.141 INFO [stderr] usermod: no changes Dec 15 17:04:46.198 INFO [stderr] Compiling diesel v1.3.3 Dec 15 17:05:11.747 INFO [stderr] Compiling diesel-derive-newtype v0.1.2 (/source) Dec 15 17:05:13.743 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.58s Dec 15 17:05:13.747 INFO [stderr] su: No module specific data is present Dec 15 17:05:14.036 INFO running `"docker" "inspect" "5a824b83de35858c68dbe688f776f12c0e9f30d68fd1274517fdd56e25030c3a"` Dec 15 17:05:14.145 INFO running `"docker" "rm" "-f" "5a824b83de35858c68dbe688f776f12c0e9f30d68fd1274517fdd56e25030c3a"` Dec 15 17:05:14.240 INFO [stdout] 5a824b83de35858c68dbe688f776f12c0e9f30d68fd1274517fdd56e25030c3a Dec 15 17:05:14.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 17:05:14.404 INFO [stdout] 723b1fcbd6937578f12caa242f9d22dd04b509814aaceb72e06655e0a83dc78c Dec 15 17:05:14.406 INFO running `"docker" "start" "-a" "723b1fcbd6937578f12caa242f9d22dd04b509814aaceb72e06655e0a83dc78c"` Dec 15 17:05:14.925 INFO [stderr] usermod: no changes Dec 15 17:05:14.974 INFO [stderr] Compiling diesel-derive-newtype v0.1.2 (/source) Dec 15 17:05:16.879 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:16.879 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.879 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 15 17:05:16.879 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 15 17:05:16.879 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.879 INFO [stderr] Dec 15 17:05:16.879 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 15 17:05:16.879 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.879 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 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 15 17:05:16.879 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.879 INFO [stderr] Dec 15 17:05:16.879 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:16.879 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.879 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.879 INFO [stderr] | Dec 15 17:05:16.879 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 15 17:05:16.879 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.879 INFO [stderr] Dec 15 17:05:16.879 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:16.879 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.880 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 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 15 17:05:16.880 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.880 INFO [stderr] Dec 15 17:05:16.880 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:16.880 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.880 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 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 15 17:05:16.880 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.880 INFO [stderr] Dec 15 17:05:16.880 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:16.880 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 15 17:05:16.880 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 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 15 17:05:16.880 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.880 INFO [stderr] Dec 15 17:05:16.880 INFO [stderr] warning: cannot find type `table` in this scope Dec 15 17:05:16.880 INFO [stderr] --> <::gasoline::macros::table_body macros>:165:33 Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 15 17:05:16.880 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 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 15 17:05:16.880 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.880 INFO [stderr] Dec 15 17:05:16.880 INFO [stderr] warning: cannot find type `id` in this scope Dec 15 17:05:16.880 INFO [stderr] --> <::gasoline::macros::__diesel_column macros>:5:33 Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:16.880 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:16.880 INFO [stderr] | Dec 15 17:05:16.880 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 15 17:05:16.880 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:16.880 INFO [stderr] Dec 15 17:05:17.195 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.195 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 15 17:05:17.195 INFO [stderr] | Dec 15 17:05:17.195 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.195 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 15 17:05:17.196 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 15 17:05:17.196 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.196 INFO [stderr] Dec 15 17:05:17.196 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 15 17:05:17.196 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.196 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 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 15 17:05:17.196 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.196 INFO [stderr] Dec 15 17:05:17.196 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.196 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.196 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 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 15 17:05:17.196 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.196 INFO [stderr] Dec 15 17:05:17.196 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.196 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.196 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 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 15 17:05:17.196 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.196 INFO [stderr] Dec 15 17:05:17.196 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 15 17:05:17.196 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 15 17:05:17.196 INFO [stderr] | Dec 15 17:05:17.196 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.196 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.208 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.208 INFO [stderr] Dec 15 17:05:17.208 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.208 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.208 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.208 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.208 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.208 INFO [stderr] Dec 15 17:05:17.208 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.208 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.208 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.208 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.208 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.208 INFO [stderr] Dec 15 17:05:17.208 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.208 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.208 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.208 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.208 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.208 INFO [stderr] Dec 15 17:05:17.208 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.208 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.208 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.208 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.208 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.208 INFO [stderr] Dec 15 17:05:17.208 INFO [stderr] warning: cannot find type `table` in this scope Dec 15 17:05:17.208 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 15 17:05:17.208 INFO [stderr] | Dec 15 17:05:17.209 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 15 17:05:17.209 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.209 INFO [stderr] | Dec 15 17:05:17.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! Dec 15 17:05:17.212 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.212 INFO [stderr] Dec 15 17:05:17.212 INFO [stderr] warning: cannot find type `id` in this scope Dec 15 17:05:17.212 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:17.212 INFO [stderr] | Dec 15 17:05:17.212 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:17.212 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.212 INFO [stderr] | Dec 15 17:05:17.212 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 15 17:05:17.212 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.213 INFO [stderr] Dec 15 17:05:17.213 INFO [stderr] warning: cannot find type `val` in this scope Dec 15 17:05:17.213 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:17.213 INFO [stderr] | Dec 15 17:05:17.213 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:17.213 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.213 INFO [stderr] | Dec 15 17:05:17.213 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 15 17:05:17.213 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.213 INFO [stderr] Dec 15 17:05:17.257 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.257 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 15 17:05:17.257 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.258 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 15 17:05:17.258 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.258 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.258 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.258 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.258 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.258 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 15 17:05:17.258 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.258 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.258 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.258 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.258 INFO [stderr] | Dec 15 17:05:17.258 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 15 17:05:17.258 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.258 INFO [stderr] Dec 15 17:05:17.260 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.260 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 15 17:05:17.260 INFO [stderr] | Dec 15 17:05:17.260 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.260 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.260 INFO [stderr] | Dec 15 17:05:17.260 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 15 17:05:17.260 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.260 INFO [stderr] Dec 15 17:05:17.260 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 15 17:05:17.260 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 15 17:05:17.260 INFO [stderr] | Dec 15 17:05:17.260 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.260 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.260 INFO [stderr] | Dec 15 17:05:17.260 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 15 17:05:17.260 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.260 INFO [stderr] Dec 15 17:05:17.260 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 15 17:05:17.260 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 15 17:05:17.260 INFO [stderr] | Dec 15 17:05:17.261 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 15 17:05:17.261 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.261 INFO [stderr] | Dec 15 17:05:17.261 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 15 17:05:17.261 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.261 INFO [stderr] Dec 15 17:05:17.267 INFO [stderr] warning: cannot find type `table` in this scope Dec 15 17:05:17.267 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 15 17:05:17.267 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 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 15 17:05:17.267 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.267 INFO [stderr] Dec 15 17:05:17.267 INFO [stderr] warning: cannot find type `id` in this scope Dec 15 17:05:17.267 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:17.267 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 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 15 17:05:17.267 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.267 INFO [stderr] Dec 15 17:05:17.267 INFO [stderr] warning: cannot find type `val` in this scope Dec 15 17:05:17.267 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:17.267 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:17.267 INFO [stderr] | Dec 15 17:05:17.267 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 15 17:05:17.267 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:17.267 INFO [stderr] Dec 15 17:05:18.926 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.98s Dec 15 17:05:18.932 INFO [stderr] su: No module specific data is present Dec 15 17:05:19.331 INFO running `"docker" "inspect" "723b1fcbd6937578f12caa242f9d22dd04b509814aaceb72e06655e0a83dc78c"` Dec 15 17:05:19.691 INFO running `"docker" "rm" "-f" "723b1fcbd6937578f12caa242f9d22dd04b509814aaceb72e06655e0a83dc78c"` Dec 15 17:05:20.019 INFO [stdout] 723b1fcbd6937578f12caa242f9d22dd04b509814aaceb72e06655e0a83dc78c Dec 15 17:05:20.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 17:05:20.287 INFO [stdout] 9ed58a4ab08fd98992decfe8f2d9f60b4d8144d35bb2c517b7d43b298ba36071 Dec 15 17:05:20.289 INFO running `"docker" "start" "-a" "9ed58a4ab08fd98992decfe8f2d9f60b4d8144d35bb2c517b7d43b298ba36071"` Dec 15 17:05:20.795 INFO [stderr] usermod: no changes Dec 15 17:05:20.808 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 15 17:05:20.821 INFO [stderr] Running /target/debug/deps/diesel_derive_newtype-3ea822e5c84d6240 Dec 15 17:05:20.825 INFO [stdout] Dec 15 17:05:20.825 INFO [stdout] running 0 tests Dec 15 17:05:20.825 INFO [stdout] Dec 15 17:05:20.825 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 17:05:20.825 INFO [stdout] Dec 15 17:05:20.825 INFO [stderr] Running /target/debug/deps/compile_weird_diesel_imports-cb223017943e0067 Dec 15 17:05:20.828 INFO [stdout] Dec 15 17:05:20.828 INFO [stdout] running 0 tests Dec 15 17:05:20.828 INFO [stdout] Dec 15 17:05:20.828 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 17:05:20.828 INFO [stdout] Dec 15 17:05:20.829 INFO [stderr] Running /target/debug/deps/db_roundtrips-4b27cde24e97df8b Dec 15 17:05:20.832 INFO [stdout] Dec 15 17:05:20.832 INFO [stdout] running 5 tests Dec 15 17:05:20.840 INFO [stdout] test does_roundtrip ... ok Dec 15 17:05:20.841 INFO [stdout] test query_as_id ... ok Dec 15 17:05:20.842 INFO [stdout] test queryable ... ok Dec 15 17:05:20.842 INFO [stdout] test query_as_underlying_type ... ok Dec 15 17:05:20.843 INFO [stdout] test set ... ok Dec 15 17:05:20.843 INFO [stdout] Dec 15 17:05:20.843 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 17:05:20.843 INFO [stdout] Dec 15 17:05:20.847 INFO [stderr] Running /target/debug/deps/should_not_compile-8263623a505e1686 Dec 15 17:05:20.852 INFO [stdout] Dec 15 17:05:20.852 INFO [stdout] running 2 tests Dec 15 17:05:20.853 INFO [stdout] test set ... ok Dec 15 17:05:20.854 INFO [stdout] test query_as_id ... ok Dec 15 17:05:20.854 INFO [stdout] Dec 15 17:05:20.854 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 17:05:20.854 INFO [stdout] Dec 15 17:05:20.855 INFO [stderr] Doc-tests diesel-derive-newtype Dec 15 17:05:22.370 INFO [stdout] Dec 15 17:05:22.370 INFO [stdout] running 3 tests Dec 15 17:05:22.371 INFO [stdout] test src/lib.rs - (line 83) ... ignored Dec 15 17:05:24.512 INFO [stdout] test src/lib.rs - (line 24) ... ok Dec 15 17:05:24.602 INFO [stdout] test src/lib.rs - (line 37) ... ok Dec 15 17:05:24.603 INFO [stdout] Dec 15 17:05:24.603 INFO [stdout] test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Dec 15 17:05:24.603 INFO [stdout] Dec 15 17:05:24.615 INFO [stderr] su: No module specific data is present Dec 15 17:05:24.884 INFO running `"docker" "inspect" "9ed58a4ab08fd98992decfe8f2d9f60b4d8144d35bb2c517b7d43b298ba36071"` Dec 15 17:05:25.016 INFO running `"docker" "rm" "-f" "9ed58a4ab08fd98992decfe8f2d9f60b4d8144d35bb2c517b7d43b298ba36071"` Dec 15 17:05:25.125 INFO [stdout] 9ed58a4ab08fd98992decfe8f2d9f60b4d8144d35bb2c517b7d43b298ba36071