Nov 17 06:52:30.868 INFO testing cfcosta/poller against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 06:52:30.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:52:31.893 INFO [stdout] e14ec6c1777ac8ecd619d664608329cd114c5eced421aec40b8aa8b0401d8947 Nov 17 06:52:31.901 INFO running `"docker" "start" "-a" "e14ec6c1777ac8ecd619d664608329cd114c5eced421aec40b8aa8b0401d8947"` Nov 17 06:52:33.147 INFO [stderr] usermod: no changes Nov 17 06:52:33.595 INFO [stderr] Compiling pulldown-cmark v0.1.2 Nov 17 06:52:33.595 INFO [stderr] Compiling semver-parser v0.7.0 Nov 17 06:52:33.608 INFO [stderr] Compiling colored v1.6.1 Nov 17 06:52:33.608 INFO [stderr] Compiling actix_derive v0.2.0 Nov 17 06:52:33.608 INFO [stderr] Compiling actix-web v0.6.15 Nov 17 06:52:33.612 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 17 06:52:33.651 INFO [stderr] Compiling brotli-sys v0.3.2 Nov 17 06:52:33.651 INFO [stderr] Compiling url v1.7.1 Nov 17 06:52:34.931 INFO [stderr] Compiling flate2 v1.0.1 Nov 17 06:52:35.579 INFO [stderr] Compiling structopt-derive v0.2.10 Nov 17 06:52:36.369 INFO [stderr] Compiling brotli2 v0.3.2 Nov 17 06:52:36.647 INFO [stderr] Compiling error-chain v0.11.0 Nov 17 06:52:41.331 INFO [stderr] Compiling failure v0.1.1 Nov 17 06:52:41.593 INFO [stderr] Compiling semver v0.9.0 Nov 17 06:52:50.461 INFO [stderr] Compiling fern v0.5.6 Nov 17 06:52:50.489 INFO [stderr] Compiling mime_guess v2.0.0-alpha.5 Nov 17 06:52:50.503 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 17 06:52:50.531 INFO [stderr] Compiling diesel v1.3.2 Nov 17 06:52:50.644 INFO [stderr] Compiling dotenv v0.13.0 Nov 17 06:53:06.711 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 17 06:53:06.903 INFO [stderr] Compiling serde_urlencoded v0.5.2 Nov 17 06:53:06.911 INFO [stderr] Compiling cookie v0.10.1 Nov 17 06:53:06.923 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 17 06:53:06.955 INFO [stderr] Compiling structopt v0.2.10 Nov 17 06:53:10.646 INFO [stderr] Compiling clap-port-flag v0.3.0 Nov 17 06:53:19.804 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 06:53:27.315 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 17 06:53:30.119 INFO [stderr] Compiling actix v0.5.8 Nov 17 06:54:06.771 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 17 06:54:09.335 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 17 06:54:15.107 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 17 06:54:27.087 INFO [stderr] Compiling poller v0.1.0 (/source) Nov 17 06:54:32.439 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 17 06:54:32.440 INFO [stderr] --> src/models.rs:8:10 Nov 17 06:54:32.440 INFO [stderr] | Nov 17 06:54:32.441 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:32.441 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.441 INFO [stderr] | Nov 17 06:54:32.442 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 06:54:32.442 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 17 06:54:32.442 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.443 INFO [stderr] Nov 17 06:54:32.443 INFO [stderr] warning: cannot find type `PollResult` in this scope Nov 17 06:54:32.444 INFO [stderr] --> src/models.rs:15:10 Nov 17 06:54:32.444 INFO [stderr] | Nov 17 06:54:32.444 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:32.445 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.445 INFO [stderr] | Nov 17 06:54:32.445 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 17 06:54:32.446 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.446 INFO [stderr] Nov 17 06:54:32.447 INFO [stderr] warning: cannot find type `Vote` in this scope Nov 17 06:54:32.447 INFO [stderr] --> src/models.rs:23:10 Nov 17 06:54:32.448 INFO [stderr] | Nov 17 06:54:32.448 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:32.448 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.449 INFO [stderr] | Nov 17 06:54:32.449 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 17 06:54:32.449 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.450 INFO [stderr] Nov 17 06:54:32.450 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:54:32.450 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:54:32.451 INFO [stderr] | Nov 17 06:54:32.451 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:54:32.451 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.452 INFO [stderr] | Nov 17 06:54:32.452 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 17 06:54:32.452 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.453 INFO [stderr] Nov 17 06:54:32.453 INFO [stderr] warning: cannot find type `NewVote` in this scope Nov 17 06:54:32.453 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:54:32.454 INFO [stderr] | Nov 17 06:54:32.454 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:54:32.454 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.455 INFO [stderr] | Nov 17 06:54:32.455 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 17 06:54:32.455 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.455 INFO [stderr] Nov 17 06:54:32.455 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 06:54:32.455 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 06:54:32.455 INFO [stderr] | Nov 17 06:54:32.455 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 06:54:32.455 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.455 INFO [stderr] | Nov 17 06:54:32.455 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 17 06:54:32.455 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.455 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `image` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `entry_id` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `ip` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:32.456 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 06:54:32.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:32.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:32.456 INFO [stderr] | Nov 17 06:54:32.456 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 17 06:54:32.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:32.456 INFO [stderr] Nov 17 06:54:51.216 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s Nov 17 06:54:51.248 INFO [stderr] su: No module specific data is present Nov 17 06:54:53.025 INFO running `"docker" "inspect" "e14ec6c1777ac8ecd619d664608329cd114c5eced421aec40b8aa8b0401d8947"` Nov 17 06:54:53.375 INFO running `"docker" "rm" "-f" "e14ec6c1777ac8ecd619d664608329cd114c5eced421aec40b8aa8b0401d8947"` Nov 17 06:54:53.747 INFO [stdout] e14ec6c1777ac8ecd619d664608329cd114c5eced421aec40b8aa8b0401d8947 Nov 17 06:54:53.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:54:54.589 INFO [stdout] 3c2e57f58df40043557ab5f544d6582d83ca0263efb0f0ec757880ea47fa30e9 Nov 17 06:54:54.591 INFO running `"docker" "start" "-a" "3c2e57f58df40043557ab5f544d6582d83ca0263efb0f0ec757880ea47fa30e9"` Nov 17 06:54:56.464 INFO [stderr] usermod: no changes Nov 17 06:54:56.963 INFO [stderr] Compiling poller v0.1.0 (/source) Nov 17 06:55:02.052 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 17 06:55:02.053 INFO [stderr] --> src/models.rs:8:10 Nov 17 06:55:02.054 INFO [stderr] | Nov 17 06:55:02.054 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:02.055 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.056 INFO [stderr] | Nov 17 06:55:02.056 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 06:55:02.057 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 17 06:55:02.057 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.058 INFO [stderr] Nov 17 06:55:02.059 INFO [stderr] warning: cannot find type `PollResult` in this scope Nov 17 06:55:02.059 INFO [stderr] --> src/models.rs:15:10 Nov 17 06:55:02.060 INFO [stderr] | Nov 17 06:55:02.060 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:02.061 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.062 INFO [stderr] | Nov 17 06:55:02.062 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 17 06:55:02.063 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.063 INFO [stderr] Nov 17 06:55:02.063 INFO [stderr] warning: cannot find type `Vote` in this scope Nov 17 06:55:02.063 INFO [stderr] --> src/models.rs:23:10 Nov 17 06:55:02.063 INFO [stderr] | Nov 17 06:55:02.063 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:02.063 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.063 INFO [stderr] | Nov 17 06:55:02.063 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 17 06:55:02.063 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.063 INFO [stderr] Nov 17 06:55:02.063 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:55:02.063 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:55:02.063 INFO [stderr] | Nov 17 06:55:02.063 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:55:02.063 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.063 INFO [stderr] | Nov 17 06:55:02.063 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 17 06:55:02.063 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.063 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `NewVote` in this scope Nov 17 06:55:02.071 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:55:02.071 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 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 17 06:55:02.071 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.071 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 06:55:02.071 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 06:55:02.071 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 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 17 06:55:02.071 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.071 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 06:55:02.071 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.071 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 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 17 06:55:02.071 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.071 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 06:55:02.071 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.071 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 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 17 06:55:02.071 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.071 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `image` in this scope Nov 17 06:55:02.071 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.071 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.071 INFO [stderr] | Nov 17 06:55:02.071 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 17 06:55:02.071 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.071 INFO [stderr] Nov 17 06:55:02.071 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:55:02.072 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.072 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 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 17 06:55:02.072 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.072 INFO [stderr] Nov 17 06:55:02.072 INFO [stderr] warning: cannot find type `entry_id` in this scope Nov 17 06:55:02.072 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.072 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 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 17 06:55:02.072 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.072 INFO [stderr] Nov 17 06:55:02.072 INFO [stderr] warning: cannot find type `ip` in this scope Nov 17 06:55:02.072 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.072 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 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 17 06:55:02.072 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.072 INFO [stderr] Nov 17 06:55:02.072 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 06:55:02.072 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:02.072 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:02.072 INFO [stderr] | Nov 17 06:55:02.072 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 17 06:55:02.072 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:02.072 INFO [stderr] Nov 17 06:55:03.605 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.09s Nov 17 06:55:03.648 INFO [stderr] su: No module specific data is present Nov 17 06:55:04.783 INFO running `"docker" "inspect" "3c2e57f58df40043557ab5f544d6582d83ca0263efb0f0ec757880ea47fa30e9"` Nov 17 06:55:05.096 INFO running `"docker" "rm" "-f" "3c2e57f58df40043557ab5f544d6582d83ca0263efb0f0ec757880ea47fa30e9"` Nov 17 06:55:05.431 INFO [stdout] 3c2e57f58df40043557ab5f544d6582d83ca0263efb0f0ec757880ea47fa30e9 Nov 17 06:55:05.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:55:05.815 INFO [stdout] bddf8a6ab80a8a7485c1fad2bd6bb89902a730fc3563b771180eda4bb2f02ca8 Nov 17 06:55:05.821 INFO running `"docker" "start" "-a" "bddf8a6ab80a8a7485c1fad2bd6bb89902a730fc3563b771180eda4bb2f02ca8"` Nov 17 06:55:07.275 INFO [stderr] usermod: no changes Nov 17 06:55:07.657 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.35s Nov 17 06:55:07.669 INFO [stderr] Running /target/debug/deps/poller-00764fdbac5df2fe Nov 17 06:55:07.716 INFO [stdout] Nov 17 06:55:07.716 INFO [stdout] running 0 tests Nov 17 06:55:07.716 INFO [stdout] Nov 17 06:55:07.716 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:55:07.716 INFO [stdout] Nov 17 06:55:07.722 INFO [stderr] su: No module specific data is present Nov 17 06:55:08.317 INFO running `"docker" "inspect" "bddf8a6ab80a8a7485c1fad2bd6bb89902a730fc3563b771180eda4bb2f02ca8"` Nov 17 06:55:08.513 INFO running `"docker" "rm" "-f" "bddf8a6ab80a8a7485c1fad2bd6bb89902a730fc3563b771180eda4bb2f02ca8"` Nov 17 06:55:08.715 INFO [stdout] bddf8a6ab80a8a7485c1fad2bd6bb89902a730fc3563b771180eda4bb2f02ca8