Dec 15 17:04:50.133 INFO testing diesel-derive-more-1.1.3 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 17:04:50.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:50.339 INFO [stdout] c69e576109fd84dbc14409a12957bf88a25c0708f685ddaf5020b76bcb8756f8 Dec 15 17:04:50.341 INFO running `"docker" "start" "-a" "c69e576109fd84dbc14409a12957bf88a25c0708f685ddaf5020b76bcb8756f8"` Dec 15 17:04:50.785 INFO [stderr] usermod: no changes Dec 15 17:04:50.907 INFO [stderr] Compiling diesel v1.3.3 Dec 15 17:05:28.048 INFO [stderr] Compiling diesel-derive-more v1.1.3 (/source) Dec 15 17:05:29.745 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.94s Dec 15 17:05:29.751 INFO [stderr] su: No module specific data is present Dec 15 17:05:30.108 INFO running `"docker" "inspect" "c69e576109fd84dbc14409a12957bf88a25c0708f685ddaf5020b76bcb8756f8"` Dec 15 17:05:30.230 INFO running `"docker" "rm" "-f" "c69e576109fd84dbc14409a12957bf88a25c0708f685ddaf5020b76bcb8756f8"` Dec 15 17:05:30.452 INFO [stdout] c69e576109fd84dbc14409a12957bf88a25c0708f685ddaf5020b76bcb8756f8 Dec 15 17:05:30.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:30.671 INFO [stdout] 8c6a17c2fc7b864320a6b54ecdd4e31ca396d068d88cce6a52fa2ff74a580eb1 Dec 15 17:05:30.677 INFO running `"docker" "start" "-a" "8c6a17c2fc7b864320a6b54ecdd4e31ca396d068d88cce6a52fa2ff74a580eb1"` Dec 15 17:05:31.048 INFO [stderr] usermod: no changes Dec 15 17:05:31.202 INFO [stderr] Compiling diesel-derive-more v1.1.3 (/source) Dec 15 17:05:34.991 INFO [stderr] warning: cannot find type `table` in this scope Dec 15 17:05:34.991 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 15 17:05:34.991 INFO [stderr] | Dec 15 17:05:34.991 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 15 17:05:34.991 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.991 INFO [stderr] | Dec 15 17:05:34.991 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 15 17:05:34.991 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:34.991 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.991 INFO [stderr] Dec 15 17:05:34.991 INFO [stderr] warning: cannot find type `table` in this scope Dec 15 17:05:34.991 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 15 17:05:34.991 INFO [stderr] | Dec 15 17:05:34.991 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 15 17:05:34.991 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.991 INFO [stderr] | Dec 15 17:05:34.991 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:34.991 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.991 INFO [stderr] Dec 15 17:05:34.991 INFO [stderr] warning: cannot find type `id` in this scope Dec 15 17:05:34.992 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `num` in this scope Dec 15 17:05:34.992 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `my_enum` in this scope Dec 15 17:05:34.992 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:31:43 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `Text` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:31:55 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:31:55 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:39:10 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `TestTable` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:39:10 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `test_table` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `NewTestTable` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 15 17:05:34.992 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.992 INFO [stderr] | Dec 15 17:05:34.992 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:34.992 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.992 INFO [stderr] Dec 15 17:05:34.992 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 15 17:05:34.992 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 15 17:05:34.993 INFO [stderr] | Dec 15 17:05:34.993 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 15 17:05:34.993 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 15 17:05:34.993 INFO [stderr] | Dec 15 17:05:34.993 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:34.993 INFO [stderr] = note: for more information, see issue #50504 Dec 15 17:05:34.993 INFO [stderr] Dec 15 17:05:37.006 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.94s Dec 15 17:05:37.014 INFO [stderr] su: No module specific data is present Dec 15 17:05:37.466 INFO running `"docker" "inspect" "8c6a17c2fc7b864320a6b54ecdd4e31ca396d068d88cce6a52fa2ff74a580eb1"` Dec 15 17:05:37.565 INFO running `"docker" "rm" "-f" "8c6a17c2fc7b864320a6b54ecdd4e31ca396d068d88cce6a52fa2ff74a580eb1"` Dec 15 17:05:37.699 INFO [stdout] 8c6a17c2fc7b864320a6b54ecdd4e31ca396d068d88cce6a52fa2ff74a580eb1