Nov 18 16:11:47.973 INFO testing diesel-derive-newtype-0.1.2 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 16:11:47.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:11:48.140 INFO [stdout] eac2bfc84e9c803bcb2426f63fd8d04d7b8222b5e0569f856a7d8b6ed566fc77 Nov 18 16:11:48.144 INFO running `"docker" "start" "-a" "eac2bfc84e9c803bcb2426f63fd8d04d7b8222b5e0569f856a7d8b6ed566fc77"` Nov 18 16:11:48.819 INFO [stderr] usermod: no changes Nov 18 16:11:48.880 INFO [stderr] Compiling diesel v1.3.3 Nov 18 16:12:17.619 INFO [stderr] Compiling diesel-derive-newtype v0.1.2 (/source) Nov 18 16:12:22.628 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.79s Nov 18 16:12:22.632 INFO [stderr] su: No module specific data is present Nov 18 16:12:23.525 INFO running `"docker" "inspect" "eac2bfc84e9c803bcb2426f63fd8d04d7b8222b5e0569f856a7d8b6ed566fc77"` Nov 18 16:12:23.861 INFO running `"docker" "rm" "-f" "eac2bfc84e9c803bcb2426f63fd8d04d7b8222b5e0569f856a7d8b6ed566fc77"` Nov 18 16:12:23.987 INFO [stdout] eac2bfc84e9c803bcb2426f63fd8d04d7b8222b5e0569f856a7d8b6ed566fc77 Nov 18 16:12:23.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:12:24.195 INFO [stdout] 7ef369bbb915b223801361afc5b8dad565046bac6ddb97b36961bfa77d38afae Nov 18 16:12:24.198 INFO running `"docker" "start" "-a" "7ef369bbb915b223801361afc5b8dad565046bac6ddb97b36961bfa77d38afae"` Nov 18 16:12:24.628 INFO [stderr] usermod: no changes Nov 18 16:12:24.691 INFO [stderr] Compiling diesel-derive-newtype v0.1.2 (/source) Nov 18 16:12:25.732 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:25.733 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Nov 18 16:12:25.733 INFO [stderr] | Nov 18 16:12:25.734 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.735 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.735 INFO [stderr] | Nov 18 16:12:25.736 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:12:25.737 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.737 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.738 INFO [stderr] Nov 18 16:12:25.739 INFO [stderr] warning: cannot find type `my_entities` in this scope Nov 18 16:12:25.739 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Nov 18 16:12:25.739 INFO [stderr] | Nov 18 16:12:25.739 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.739 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.740 INFO [stderr] | Nov 18 16:12:25.740 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.740 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.740 INFO [stderr] Nov 18 16:12:25.740 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:25.740 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Nov 18 16:12:25.740 INFO [stderr] | Nov 18 16:12:25.740 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.740 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.740 INFO [stderr] | Nov 18 16:12:25.740 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.740 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.740 INFO [stderr] Nov 18 16:12:25.740 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:25.740 INFO [stderr] --> tests/db-roundtrips.rs:11:35 Nov 18 16:12:25.740 INFO [stderr] | Nov 18 16:12:25.740 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.740 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.740 INFO [stderr] | Nov 18 16:12:25.740 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.740 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.740 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `my_entities` in this scope Nov 18 16:12:25.744 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.744 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.744 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.744 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:25.744 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.744 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.744 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.744 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:25.744 INFO [stderr] --> tests/db-roundtrips.rs:11:49 Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.744 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.744 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.744 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:25.744 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.744 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.744 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.744 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:25.744 INFO [stderr] --> tests/db-roundtrips.rs:11:61 Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] 11 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:25.744 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.744 INFO [stderr] | Nov 18 16:12:25.744 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.744 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.744 INFO [stderr] Nov 18 16:12:25.744 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 16:12:25.745 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 16:12:25.745 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.745 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.745 INFO [stderr] Nov 18 16:12:25.745 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 16:12:25.745 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:12:25.745 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.745 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.745 INFO [stderr] Nov 18 16:12:25.745 INFO [stderr] warning: cannot find type `val` in this scope Nov 18 16:12:25.745 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:12:25.745 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:25.745 INFO [stderr] | Nov 18 16:12:25.745 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:25.745 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:25.745 INFO [stderr] Nov 18 16:12:26.404 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:26.404 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Nov 18 16:12:26.404 INFO [stderr] | Nov 18 16:12:26.404 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.404 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.404 INFO [stderr] | Nov 18 16:12:26.404 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:12:26.404 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.404 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.406 INFO [stderr] Nov 18 16:12:26.406 INFO [stderr] warning: cannot find type `my_entities` in this scope Nov 18 16:12:26.406 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.406 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.406 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.406 INFO [stderr] Nov 18 16:12:26.406 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:26.406 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.406 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.406 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.406 INFO [stderr] Nov 18 16:12:26.406 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:26.406 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.406 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.406 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.406 INFO [stderr] Nov 18 16:12:26.406 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:26.406 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.406 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.406 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.406 INFO [stderr] Nov 18 16:12:26.406 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:26.406 INFO [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 Nov 18 16:12:26.406 INFO [stderr] | Nov 18 16:12:26.406 INFO [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] Nov 18 16:12:26.406 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.411 INFO [stderr] | Nov 18 16:12:26.411 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.411 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.411 INFO [stderr] Nov 18 16:12:26.411 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 16:12:26.411 INFO [stderr] --> <::gasoline::macros::table_body macros>:165:33 Nov 18 16:12:26.411 INFO [stderr] | Nov 18 16:12:26.411 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 16:12:26.411 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.411 INFO [stderr] | Nov 18 16:12:26.411 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.411 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.411 INFO [stderr] Nov 18 16:12:26.411 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 16:12:26.411 INFO [stderr] --> <::gasoline::macros::__diesel_column macros>:5:33 Nov 18 16:12:26.412 INFO [stderr] | Nov 18 16:12:26.412 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:12:26.412 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:26.412 INFO [stderr] | Nov 18 16:12:26.412 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:26.412 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:26.412 INFO [stderr] Nov 18 16:12:27.546 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:27.547 INFO [stderr] --> tests/should-not-compile.rs:18:35 Nov 18 16:12:27.548 INFO [stderr] | Nov 18 16:12:27.548 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.549 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.579 INFO [stderr] | Nov 18 16:12:27.580 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:12:27.581 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.581 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.582 INFO [stderr] Nov 18 16:12:27.582 INFO [stderr] warning: cannot find type `my_entities` in this scope Nov 18 16:12:27.583 INFO [stderr] --> tests/should-not-compile.rs:18:35 Nov 18 16:12:27.584 INFO [stderr] | Nov 18 16:12:27.584 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.585 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.585 INFO [stderr] | Nov 18 16:12:27.586 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.587 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.587 INFO [stderr] Nov 18 16:12:27.588 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:27.588 INFO [stderr] --> tests/should-not-compile.rs:18:35 Nov 18 16:12:27.589 INFO [stderr] | Nov 18 16:12:27.589 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.590 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.591 INFO [stderr] | Nov 18 16:12:27.591 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.592 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.592 INFO [stderr] Nov 18 16:12:27.593 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:27.594 INFO [stderr] --> tests/should-not-compile.rs:18:35 Nov 18 16:12:27.594 INFO [stderr] | Nov 18 16:12:27.595 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.596 INFO [stderr] | Nov 18 16:12:27.596 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.597 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.597 INFO [stderr] Nov 18 16:12:27.598 INFO [stderr] warning: cannot find type `my_entities` in this scope Nov 18 16:12:27.598 INFO [stderr] --> tests/should-not-compile.rs:18:49 Nov 18 16:12:27.598 INFO [stderr] | Nov 18 16:12:27.598 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.598 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.599 INFO [stderr] | Nov 18 16:12:27.599 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.599 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.599 INFO [stderr] Nov 18 16:12:27.599 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:27.599 INFO [stderr] --> tests/should-not-compile.rs:18:49 Nov 18 16:12:27.599 INFO [stderr] | Nov 18 16:12:27.599 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.599 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.601 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.601 INFO [stderr] Nov 18 16:12:27.601 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:27.601 INFO [stderr] --> tests/should-not-compile.rs:18:49 Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.601 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.601 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.601 INFO [stderr] Nov 18 16:12:27.601 INFO [stderr] warning: cannot find type `MyId` in this scope Nov 18 16:12:27.601 INFO [stderr] --> tests/should-not-compile.rs:18:61 Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.601 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.601 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.601 INFO [stderr] Nov 18 16:12:27.601 INFO [stderr] warning: cannot find type `MyEntity` in this scope Nov 18 16:12:27.601 INFO [stderr] --> tests/should-not-compile.rs:18:61 Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] 18 | #[derive(Debug, Clone, PartialEq, Identifiable, Insertable, Queryable)] Nov 18 16:12:27.601 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.601 INFO [stderr] | Nov 18 16:12:27.601 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.601 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.601 INFO [stderr] Nov 18 16:12:27.606 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 16:12:27.606 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 16:12:27.606 INFO [stderr] | Nov 18 16:12:27.606 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 16:12:27.606 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.606 INFO [stderr] | Nov 18 16:12:27.606 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.606 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.606 INFO [stderr] Nov 18 16:12:27.606 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 16:12:27.606 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:12:27.606 INFO [stderr] | Nov 18 16:12:27.606 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:12:27.607 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.607 INFO [stderr] | Nov 18 16:12:27.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.607 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.607 INFO [stderr] Nov 18 16:12:27.607 INFO [stderr] warning: cannot find type `val` in this scope Nov 18 16:12:27.607 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:12:27.607 INFO [stderr] | Nov 18 16:12:27.607 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:12:27.607 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:12:27.607 INFO [stderr] | Nov 18 16:12:27.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 18 16:12:27.607 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:12:27.607 INFO [stderr] Nov 18 16:12:33.309 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.65s Nov 18 16:12:33.315 INFO [stderr] su: No module specific data is present Nov 18 16:12:34.189 INFO running `"docker" "inspect" "7ef369bbb915b223801361afc5b8dad565046bac6ddb97b36961bfa77d38afae"` Nov 18 16:12:34.299 INFO running `"docker" "rm" "-f" "7ef369bbb915b223801361afc5b8dad565046bac6ddb97b36961bfa77d38afae"` Nov 18 16:12:34.433 INFO [stdout] 7ef369bbb915b223801361afc5b8dad565046bac6ddb97b36961bfa77d38afae Nov 18 16:12:34.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:12:34.644 INFO [stdout] d4d0eb9dfa598778e7efafb5cbb3868afd2e5a75572383876223b9735f572818 Nov 18 16:12:34.649 INFO running `"docker" "start" "-a" "d4d0eb9dfa598778e7efafb5cbb3868afd2e5a75572383876223b9735f572818"` Nov 18 16:12:35.157 INFO [stderr] usermod: no changes Nov 18 16:12:35.225 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 18 16:12:35.237 INFO [stderr] Running /target/debug/deps/diesel_derive_newtype-e7f337a3d4746275 Nov 18 16:12:35.240 INFO [stdout] Nov 18 16:12:35.240 INFO [stdout] running 0 tests Nov 18 16:12:35.240 INFO [stdout] Nov 18 16:12:35.240 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:12:35.240 INFO [stdout] Nov 18 16:12:35.242 INFO [stderr] Running /target/debug/deps/compile_weird_diesel_imports-79482adb4cbf9c2b Nov 18 16:12:35.244 INFO [stdout] Nov 18 16:12:35.244 INFO [stdout] running 0 tests Nov 18 16:12:35.244 INFO [stdout] Nov 18 16:12:35.245 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:12:35.245 INFO [stdout] Nov 18 16:12:35.247 INFO [stderr] Running /target/debug/deps/db_roundtrips-b8d05c257654ff3a Nov 18 16:12:35.249 INFO [stdout] Nov 18 16:12:35.249 INFO [stdout] running 5 tests Nov 18 16:12:35.254 INFO [stdout] test queryable ... ok Nov 18 16:12:35.256 INFO [stdout] test query_as_id ... ok Nov 18 16:12:35.257 INFO [stdout] test does_roundtrip ... ok Nov 18 16:12:35.258 INFO [stdout] test set ... ok Nov 18 16:12:35.259 INFO [stdout] test query_as_underlying_type ... ok Nov 18 16:12:35.260 INFO [stdout] Nov 18 16:12:35.260 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:12:35.260 INFO [stdout] Nov 18 16:12:35.262 INFO [stderr] Running /target/debug/deps/should_not_compile-e4d437123268b835 Nov 18 16:12:35.264 INFO [stdout] Nov 18 16:12:35.264 INFO [stdout] running 2 tests Nov 18 16:12:35.266 INFO [stdout] test set ... ok Nov 18 16:12:35.267 INFO [stdout] test query_as_id ... ok Nov 18 16:12:35.268 INFO [stdout] Nov 18 16:12:35.268 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:12:35.268 INFO [stdout] Nov 18 16:12:35.270 INFO [stderr] Doc-tests diesel-derive-newtype Nov 18 16:12:41.093 INFO [stdout] Nov 18 16:12:41.093 INFO [stdout] running 3 tests Nov 18 16:12:41.093 INFO [stdout] test src/lib.rs - (line 83) ... ignored Nov 18 16:12:43.699 INFO [stdout] test src/lib.rs - (line 24) ... ok Nov 18 16:12:44.139 INFO [stdout] test src/lib.rs - (line 37) ... ok Nov 18 16:12:44.139 INFO [stdout] Nov 18 16:12:44.139 INFO [stdout] test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Nov 18 16:12:44.139 INFO [stdout] Nov 18 16:12:44.171 INFO [stderr] su: No module specific data is present Nov 18 16:12:44.713 INFO running `"docker" "inspect" "d4d0eb9dfa598778e7efafb5cbb3868afd2e5a75572383876223b9735f572818"` Nov 18 16:12:45.003 INFO running `"docker" "rm" "-f" "d4d0eb9dfa598778e7efafb5cbb3868afd2e5a75572383876223b9735f572818"` Nov 18 16:12:45.251 INFO [stdout] d4d0eb9dfa598778e7efafb5cbb3868afd2e5a75572383876223b9735f572818