Dec 12 15:54:11.349 INFO checking diesel-derive-newtype-0.1.2 against try#aa9aa79c3c583aab59ac9134542d60a780c35e2e for pr-56677 Dec 12 15:54:11.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-7/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56677/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/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 +aa9aa79c3c583aab59ac9134542d60a780c35e2e-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 15:54:11.800 INFO [stdout] 83eedfb72d85029dd673f85cb81bc3662d7a68fa86fc2794072bc199a8223d92 Dec 12 15:54:11.806 INFO running `"docker" "start" "-a" "83eedfb72d85029dd673f85cb81bc3662d7a68fa86fc2794072bc199a8223d92"` Dec 12 15:54:12.813 INFO [stderr] usermod: no changes Dec 12 15:54:12.940 INFO [stderr] Compiling diesel v1.3.3 Dec 12 15:54:49.832 INFO [stderr] Compiling diesel-derive-newtype v0.1.2 (/source) Dec 12 15:54:56.924 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.925 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 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 15:54:56.925 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.925 INFO [stderr] Dec 12 15:54:56.925 INFO [stderr] warning: cannot find type `table` in this scope Dec 12 15:54:56.925 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 12 15:54:56.925 INFO [stderr] | Dec 12 15:54:56.925 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 12 15:54:56.925 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.926 INFO [stderr] | Dec 12 15:54:56.926 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 15:54:56.926 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.926 INFO [stderr] Dec 12 15:54:56.926 INFO [stderr] warning: cannot find type `id` in this scope Dec 12 15:54:56.926 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 15:54:56.926 INFO [stderr] | Dec 12 15:54:56.926 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 15:54:56.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.926 INFO [stderr] | Dec 12 15:54:56.932 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 15:54:56.932 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.932 INFO [stderr] Dec 12 15:54:56.932 INFO [stderr] warning: cannot find type `val` in this scope Dec 12 15:54:56.932 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 15:54:56.932 INFO [stderr] | Dec 12 15:54:56.932 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 15:54:56.932 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.932 INFO [stderr] | Dec 12 15:54:56.932 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 15:54:56.932 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.932 INFO [stderr] Dec 12 15:54:56.940 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.940 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 12 15:54:56.940 INFO [stderr] | Dec 12 15:54:56.940 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.940 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.940 INFO [stderr] | Dec 12 15:54:56.940 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 12 15:54:56.940 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 15:54:56.940 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.940 INFO [stderr] Dec 12 15:54:56.940 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 12 15:54:56.941 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.941 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:56.941 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:56.941 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:56.941 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `table` in this scope Dec 12 15:54:56.941 INFO [stderr] --> <::gasoline::macros::table_body macros>:165:33 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:56.941 INFO [stderr] warning: cannot find type `id` in this scope Dec 12 15:54:56.941 INFO [stderr] --> <::gasoline::macros::__diesel_column macros>:5:33 Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 15:54:56.941 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:56.941 INFO [stderr] | Dec 12 15:54:56.941 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 15:54:56.941 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:56.941 INFO [stderr] Dec 12 15:54:57.614 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:57.614 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.614 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 12 15:54:57.614 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 15:54:57.614 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.614 INFO [stderr] Dec 12 15:54:57.614 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 12 15:54:57.614 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.614 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 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 15:54:57.614 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.614 INFO [stderr] Dec 12 15:54:57.614 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:57.614 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.614 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.614 INFO [stderr] | Dec 12 15:54:57.614 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.615 INFO [stderr] Dec 12 15:54:57.615 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:57.615 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.615 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.615 INFO [stderr] Dec 12 15:54:57.615 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 12 15:54:57.615 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.615 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.615 INFO [stderr] Dec 12 15:54:57.615 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:57.615 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.615 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.615 INFO [stderr] Dec 12 15:54:57.615 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:57.615 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.615 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.615 INFO [stderr] Dec 12 15:54:57.615 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 12 15:54:57.615 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.615 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.615 INFO [stderr] | Dec 12 15:54:57.615 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 15:54:57.615 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.616 INFO [stderr] Dec 12 15:54:57.616 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 12 15:54:57.616 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 12 15:54:57.616 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 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 15:54:57.616 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.616 INFO [stderr] Dec 12 15:54:57.616 INFO [stderr] warning: cannot find type `table` in this scope Dec 12 15:54:57.616 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 12 15:54:57.616 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 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 15:54:57.616 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.616 INFO [stderr] Dec 12 15:54:57.616 INFO [stderr] warning: cannot find type `id` in this scope Dec 12 15:54:57.616 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 15:54:57.616 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 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 15:54:57.616 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.616 INFO [stderr] Dec 12 15:54:57.616 INFO [stderr] warning: cannot find type `val` in this scope Dec 12 15:54:57.616 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.616 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 12 15:54:57.616 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 12 15:54:57.616 INFO [stderr] | Dec 12 15:54:57.617 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 15:54:57.617 INFO [stderr] = note: for more information, see issue #50504 Dec 12 15:54:57.617 INFO [stderr] Dec 12 15:54:57.892 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.03s Dec 12 15:54:57.901 INFO [stderr] su: No module specific data is present Dec 12 15:54:58.840 INFO running `"docker" "inspect" "83eedfb72d85029dd673f85cb81bc3662d7a68fa86fc2794072bc199a8223d92"` Dec 12 15:54:59.042 INFO running `"docker" "rm" "-f" "83eedfb72d85029dd673f85cb81bc3662d7a68fa86fc2794072bc199a8223d92"` Dec 12 15:54:59.220 INFO [stdout] 83eedfb72d85029dd673f85cb81bc3662d7a68fa86fc2794072bc199a8223d92