Dec 05 14:37:55.162 INFO checking diesel-derive-newtype-0.1.2 against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 05 14:37:55.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-5/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/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 +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-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 05 14:37:55.360 INFO [stdout] 4017134a33bb294d531b54e467050e71ecac8b3748d848c8d4af7bdac0d787c0 Dec 05 14:37:55.366 INFO running `"docker" "start" "-a" "4017134a33bb294d531b54e467050e71ecac8b3748d848c8d4af7bdac0d787c0"` Dec 05 14:37:56.274 INFO [stderr] usermod: no changes Dec 05 14:37:56.414 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Dec 05 14:37:56.427 INFO [stderr] Checking diesel-derive-newtype v0.1.2 (/source) Dec 05 14:37:59.051 INFO [stderr] Compiling diesel v1.3.3 Dec 05 14:38:30.927 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:30.927 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.927 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 14:38:30.927 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 05 14:38:30.927 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.927 INFO [stderr] Dec 05 14:38:30.927 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 05 14:38:30.927 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.927 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 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 05 14:38:30.927 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.927 INFO [stderr] Dec 05 14:38:30.927 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:30.927 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.927 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 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 05 14:38:30.927 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.927 INFO [stderr] Dec 05 14:38:30.927 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:30.927 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.927 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.927 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.927 INFO [stderr] | Dec 05 14:38:30.934 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 05 14:38:30.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.935 INFO [stderr] Dec 05 14:38:30.935 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:30.935 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.935 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 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 05 14:38:30.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.935 INFO [stderr] Dec 05 14:38:30.935 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:30.935 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Dec 05 14:38:30.935 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 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 05 14:38:30.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.935 INFO [stderr] Dec 05 14:38:30.935 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 14:38:30.935 INFO [stderr] --> <::gasoline::macros::table_body macros>:165:33 Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 14:38:30.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 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 05 14:38:30.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.935 INFO [stderr] Dec 05 14:38:30.935 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 14:38:30.935 INFO [stderr] --> <::gasoline::macros::__diesel_column macros>:5:33 Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:38:30.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:30.935 INFO [stderr] | Dec 05 14:38:30.935 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 05 14:38:30.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:30.935 INFO [stderr] Dec 05 14:38:31.087 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.087 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 05 14:38:31.087 INFO [stderr] | Dec 05 14:38:31.087 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.087 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.088 INFO [stderr] | Dec 05 14:38:31.088 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 14:38:31.088 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 05 14:38:31.088 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.088 INFO [stderr] Dec 05 14:38:31.088 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 05 14:38:31.089 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 05 14:38:31.089 INFO [stderr] | Dec 05 14:38:31.089 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.089 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.094 INFO [stderr] | Dec 05 14:38:31.095 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 05 14:38:31.095 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.095 INFO [stderr] Dec 05 14:38:31.095 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.095 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.095 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 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 05 14:38:31.095 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.095 INFO [stderr] Dec 05 14:38:31.095 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.095 INFO [stderr] --> tests/should-not-compile.rs:18:35 Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.095 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 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 05 14:38:31.095 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.095 INFO [stderr] Dec 05 14:38:31.095 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 05 14:38:31.095 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.095 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 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 05 14:38:31.095 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.095 INFO [stderr] Dec 05 14:38:31.095 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.095 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.095 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 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 05 14:38:31.095 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.095 INFO [stderr] Dec 05 14:38:31.095 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.095 INFO [stderr] --> tests/should-not-compile.rs:18:49 Dec 05 14:38:31.095 INFO [stderr] | Dec 05 14:38:31.095 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.095 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.099 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.099 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.099 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.099 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.099 INFO [stderr] --> tests/should-not-compile.rs:18:61 Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.099 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.099 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 14:38:31.099 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 14:38:31.099 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.099 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 14:38:31.099 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:38:31.099 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.099 INFO [stderr] warning: cannot find type `val` in this scope Dec 05 14:38:31.099 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:38:31.099 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.099 INFO [stderr] | Dec 05 14:38:31.099 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 05 14:38:31.099 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.099 INFO [stderr] Dec 05 14:38:31.120 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.120 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 14:38:31.120 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 05 14:38:31.120 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.120 INFO [stderr] Dec 05 14:38:31.120 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 05 14:38:31.120 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 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 05 14:38:31.120 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.120 INFO [stderr] Dec 05 14:38:31.120 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.120 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.120 INFO [stderr] | Dec 05 14:38:31.120 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 05 14:38:31.120 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.120 INFO [stderr] Dec 05 14:38:31.126 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `my_entities` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `MyId` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `MyEntity` in this scope Dec 05 14:38:31.127 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 14:38:31.127 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.127 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 14:38:31.127 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:38:31.127 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.127 INFO [stderr] | Dec 05 14:38:31.127 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 05 14:38:31.127 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.127 INFO [stderr] Dec 05 14:38:31.128 INFO [stderr] warning: cannot find type `val` in this scope Dec 05 14:38:31.128 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:38:31.128 INFO [stderr] | Dec 05 14:38:31.128 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:38:31.128 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:38:31.128 INFO [stderr] | Dec 05 14:38:31.128 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 05 14:38:31.128 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:38:31.128 INFO [stderr] Dec 05 14:38:31.799 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.51s Dec 05 14:38:31.810 INFO [stderr] su: No module specific data is present Dec 05 14:38:32.906 INFO running `"docker" "inspect" "4017134a33bb294d531b54e467050e71ecac8b3748d848c8d4af7bdac0d787c0"` Dec 05 14:38:33.239 INFO running `"docker" "rm" "-f" "4017134a33bb294d531b54e467050e71ecac8b3748d848c8d4af7bdac0d787c0"` Dec 05 14:38:33.641 INFO [stdout] 4017134a33bb294d531b54e467050e71ecac8b3748d848c8d4af7bdac0d787c0