Dec 05 14:37:55.200 INFO checking diesel-derive-more-1.1.3 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 14:37:55.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-1/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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.531 INFO [stdout] 3af7af1ce62f04ed914e4106b95f523848bd623bb091f3e67d140e77a9932373 Dec 05 14:37:55.537 INFO running `"docker" "start" "-a" "3af7af1ce62f04ed914e4106b95f523848bd623bb091f3e67d140e77a9932373"` Dec 05 14:37:56.283 INFO [stderr] usermod: no changes Dec 05 14:37:56.415 INFO [stderr] Compiling chrono v0.4.6 Dec 05 14:37:56.427 INFO [stderr] Checking diesel v1.3.3 Dec 05 14:38:48.599 INFO [stderr] Checking diesel-derive-more v1.1.3 (/source) Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 14:39:03.283 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 14:39:03.283 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 14:39:03.283 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `num` in this scope Dec 05 14:39:03.283 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `my_enum` in this scope Dec 05 14:39:03.283 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 05 14:39:03.283 INFO [stderr] --> tests/default_insertable.rs:31:43 Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 05 14:39:03.283 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.283 INFO [stderr] | Dec 05 14:39:03.283 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:39:03.283 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.283 INFO [stderr] Dec 05 14:39:03.283 INFO [stderr] warning: cannot find type `Text` in this scope Dec 05 14:39:03.283 INFO [stderr] --> tests/default_insertable.rs:31:55 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:31:55 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 31 | #[derive(Clone, Debug, PartialEq, DBEnum, FromSqlRow, AsExpression)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:39:10 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `TestTable` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:39:10 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `test_table` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `NewTestTable` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.284 INFO [stderr] warning: cannot find type `MyEnum` in this scope Dec 05 14:39:03.284 INFO [stderr] --> tests/default_insertable.rs:39:21 Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 INFO [stderr] 39 | #[derive(Queryable, DefaultInsertable)] Dec 05 14:39:03.284 INFO [stderr] | ^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 14:39:03.284 INFO [stderr] | Dec 05 14:39:03.284 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:39:03.284 INFO [stderr] = note: for more information, see issue #50504 Dec 05 14:39:03.284 INFO [stderr] Dec 05 14:39:03.547 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Dec 05 14:39:03.557 INFO [stderr] su: No module specific data is present Dec 05 14:39:04.289 INFO running `"docker" "inspect" "3af7af1ce62f04ed914e4106b95f523848bd623bb091f3e67d140e77a9932373"` Dec 05 14:39:04.561 INFO running `"docker" "rm" "-f" "3af7af1ce62f04ed914e4106b95f523848bd623bb091f3e67d140e77a9932373"` Dec 05 14:39:04.971 INFO [stdout] 3af7af1ce62f04ed914e4106b95f523848bd623bb091f3e67d140e77a9932373