Nov 27 17:12:15.481 INFO checking werkshy/hello-rust against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 17:12:15.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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"` Nov 27 17:12:16.033 INFO [stdout] 134d53f59b046a5670d35d737868d3a73fc0c1b300fa04b67b4ba739ce7a881c Nov 27 17:12:16.035 INFO running `"docker" "start" "-a" "134d53f59b046a5670d35d737868d3a73fc0c1b300fa04b67b4ba739ce7a881c"` Nov 27 17:12:18.543 INFO [stderr] usermod: no changes Nov 27 17:12:19.162 INFO [stderr] Compiling ring v0.13.2 Nov 27 17:12:19.206 INFO [stderr] Compiling syn v0.11.11 Nov 27 17:12:19.207 INFO [stderr] Checking r2d2 v0.8.3 Nov 27 17:12:19.215 INFO [stderr] Compiling syn v0.15.18 Nov 27 17:12:19.216 INFO [stderr] Checking error-chain v0.10.0 Nov 27 17:12:19.217 INFO [stderr] Checking env_logger v0.5.13 Nov 27 17:12:20.808 INFO [stderr] Checking diesel v1.3.3 Nov 27 17:12:42.005 INFO [stderr] Checking cookie v0.11.0 Nov 27 17:12:46.472 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 27 17:12:57.150 INFO [stderr] Checking dotenv v0.10.1 Nov 27 17:13:16.100 INFO [stderr] Compiling synstructure v0.10.1 Nov 27 17:13:16.100 INFO [stderr] Compiling actix_derive v0.3.2 Nov 27 17:13:16.100 INFO [stderr] Compiling serde_derive v1.0.80 Nov 27 17:13:31.796 INFO [stderr] Compiling failure_derive v0.1.3 Nov 27 17:13:39.498 INFO [stderr] Checking failure v0.1.3 Nov 27 17:13:40.786 INFO [stderr] Checking trust-dns-proto v0.5.0 Nov 27 17:13:40.788 INFO [stderr] Checking actix v0.7.5 Nov 27 17:14:00.704 INFO [stderr] Checking trust-dns-resolver v0.10.0 Nov 27 17:14:06.538 INFO [stderr] Checking actix-net v0.1.1 Nov 27 17:14:11.756 INFO [stderr] Checking actix-web v0.7.13 Nov 27 17:14:29.927 INFO [stderr] Checking hello-rust v0.1.0 (/source) Nov 27 17:14:31.560 INFO [stderr] warning: cannot find type `SystemTime` in this scope Nov 27 17:14:31.560 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.560 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 17:14:31.560 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 27 17:14:31.560 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.560 INFO [stderr] Nov 27 17:14:31.560 INFO [stderr] warning: cannot find type `SystemTime` in this scope Nov 27 17:14:31.560 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.560 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 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 27 17:14:31.560 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.560 INFO [stderr] Nov 27 17:14:31.560 INFO [stderr] warning: cannot find type `Thing` in this scope Nov 27 17:14:31.560 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.560 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 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 27 17:14:31.560 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.560 INFO [stderr] Nov 27 17:14:31.560 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 17:14:31.560 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 17:14:31.560 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.560 INFO [stderr] | Nov 27 17:14:31.560 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 27 17:14:31.560 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.560 INFO [stderr] Nov 27 17:14:31.560 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 17:14:31.560 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.564 INFO [stderr] | Nov 27 17:14:31.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.564 INFO [stderr] | Nov 27 17:14:31.564 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 27 17:14:31.564 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.564 INFO [stderr] Nov 27 17:14:31.564 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 17:14:31.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.564 INFO [stderr] | Nov 27 17:14:31.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.564 INFO [stderr] | Nov 27 17:14:31.564 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 27 17:14:31.564 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.564 INFO [stderr] Nov 27 17:14:31.564 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 27 17:14:31.564 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.564 INFO [stderr] | Nov 27 17:14:31.564 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.564 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.565 INFO [stderr] | Nov 27 17:14:31.565 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 27 17:14:31.565 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.565 INFO [stderr] Nov 27 17:14:31.565 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 27 17:14:31.565 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.565 INFO [stderr] | Nov 27 17:14:31.565 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.565 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.565 INFO [stderr] | Nov 27 17:14:31.565 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 27 17:14:31.565 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.565 INFO [stderr] Nov 27 17:14:31.712 INFO [stderr] warning: cannot find type `SystemTime` in this scope Nov 27 17:14:31.712 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.712 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 17:14:31.712 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 27 17:14:31.712 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.712 INFO [stderr] Nov 27 17:14:31.712 INFO [stderr] warning: cannot find type `SystemTime` in this scope Nov 27 17:14:31.712 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.712 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 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 27 17:14:31.712 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.712 INFO [stderr] Nov 27 17:14:31.712 INFO [stderr] warning: cannot find type `Thing` in this scope Nov 27 17:14:31.712 INFO [stderr] --> src/models/thing.rs:3:21 Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] 3 | #[derive(Serialize, Queryable)] Nov 27 17:14:31.712 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 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 27 17:14:31.712 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.712 INFO [stderr] Nov 27 17:14:31.712 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 17:14:31.712 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 17:14:31.712 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 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 27 17:14:31.712 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.712 INFO [stderr] Nov 27 17:14:31.712 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 17:14:31.712 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.712 INFO [stderr] | Nov 27 17:14:31.712 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.712 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.713 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 27 17:14:31.713 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.713 INFO [stderr] Nov 27 17:14:31.713 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 17:14:31.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.713 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 27 17:14:31.713 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.713 INFO [stderr] Nov 27 17:14:31.713 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 27 17:14:31.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.713 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 27 17:14:31.713 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.713 INFO [stderr] Nov 27 17:14:31.713 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 27 17:14:31.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 17:14:31.713 INFO [stderr] | Nov 27 17:14:31.724 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 17:14:31.724 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 17:14:31.724 INFO [stderr] | Nov 27 17:14:31.724 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 27 17:14:31.724 INFO [stderr] = note: for more information, see issue #50504 Nov 27 17:14:31.724 INFO [stderr] Nov 27 17:14:32.236 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 13s Nov 27 17:14:32.276 INFO [stderr] su: No module specific data is present Nov 27 17:14:33.205 INFO running `"docker" "inspect" "134d53f59b046a5670d35d737868d3a73fc0c1b300fa04b67b4ba739ce7a881c"` Nov 27 17:14:33.433 INFO running `"docker" "rm" "-f" "134d53f59b046a5670d35d737868d3a73fc0c1b300fa04b67b4ba739ce7a881c"` Nov 27 17:14:33.820 INFO [stdout] 134d53f59b046a5670d35d737868d3a73fc0c1b300fa04b67b4ba739ce7a881c