Nov 17 06:52:21.807 INFO testing cfcosta/poller against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 06:52:21.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 06:52:24.912 INFO [stdout] b44aa305884e624c4fd9723d1ca40d1f7556b2a4264faabfb604d389df409d4b Nov 17 06:52:24.919 INFO running `"docker" "start" "-a" "b44aa305884e624c4fd9723d1ca40d1f7556b2a4264faabfb604d389df409d4b"` Nov 17 06:52:25.920 INFO [stderr] usermod: no changes Nov 17 06:52:26.418 INFO [stderr] Compiling fern v0.5.6 Nov 17 06:52:26.419 INFO [stderr] Compiling syn v0.11.11 Nov 17 06:52:26.419 INFO [stderr] Compiling tokio-io v0.1.7 Nov 17 06:52:26.419 INFO [stderr] Compiling mio-uds v0.6.6 Nov 17 06:52:26.419 INFO [stderr] Compiling tokio-threadpool v0.1.5 Nov 17 06:52:26.419 INFO [stderr] Compiling structopt-derive v0.2.10 Nov 17 06:52:26.419 INFO [stderr] Compiling serde_urlencoded v0.5.2 Nov 17 06:52:26.419 INFO [stderr] Compiling diesel v1.3.2 Nov 17 06:52:31.592 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 17 06:52:32.050 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 17 06:52:32.050 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 17 06:52:32.051 INFO [stderr] Compiling h2 v0.1.10 Nov 17 06:52:37.479 INFO [stderr] Compiling tokio-fs v0.1.2 Nov 17 06:52:39.235 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 17 06:52:39.329 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 17 06:52:43.447 INFO [stderr] Compiling structopt v0.2.10 Nov 17 06:52:47.371 INFO [stderr] Compiling clap-port-flag v0.3.0 Nov 17 06:52:55.331 INFO [stderr] Compiling tokio v0.1.7 Nov 17 06:52:58.715 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 06:53:00.079 INFO [stderr] Compiling synstructure v0.6.1 Nov 17 06:53:00.079 INFO [stderr] Compiling actix_derive v0.2.0 Nov 17 06:53:09.851 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 06:53:19.303 INFO [stderr] Compiling actix v0.5.8 Nov 17 06:53:20.043 INFO [stderr] Compiling failure_derive v0.1.1 Nov 17 06:53:23.115 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 17 06:53:23.115 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 17 06:53:29.786 INFO [stderr] Compiling failure v0.1.1 Nov 17 06:53:31.135 INFO [stderr] Compiling dotenv v0.13.0 Nov 17 06:53:37.799 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 17 06:53:59.643 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 17 06:54:01.998 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 17 06:54:07.422 INFO [stderr] Compiling actix-web v0.6.15 Nov 17 06:54:10.974 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 17 06:54:31.343 INFO [stderr] Compiling poller v0.1.0 (/source) Nov 17 06:54:37.016 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 17 06:54:37.016 INFO [stderr] --> src/models.rs:8:10 Nov 17 06:54:37.016 INFO [stderr] | Nov 17 06:54:37.016 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:37.016 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.016 INFO [stderr] | Nov 17 06:54:37.016 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 06:54:37.016 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:37.016 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.016 INFO [stderr] Nov 17 06:54:37.017 INFO [stderr] warning: cannot find type `PollResult` in this scope Nov 17 06:54:37.017 INFO [stderr] --> src/models.rs:15:10 Nov 17 06:54:37.017 INFO [stderr] | Nov 17 06:54:37.017 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:37.017 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.017 INFO [stderr] | Nov 17 06:54:37.017 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:37.017 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.017 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `Vote` in this scope Nov 17 06:54:37.020 INFO [stderr] --> src/models.rs:23:10 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:54:37.020 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `NewVote` in this scope Nov 17 06:54:37.020 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 06:54:37.020 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 06:54:37.020 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 06:54:37.020 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 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:37.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.020 INFO [stderr] Nov 17 06:54:37.020 INFO [stderr] warning: cannot find type `image` in this scope Nov 17 06:54:37.020 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.020 INFO [stderr] | Nov 17 06:54:37.020 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.020 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.021 INFO [stderr] | Nov 17 06:54:37.021 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:37.021 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.021 INFO [stderr] Nov 17 06:54:37.021 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:54:37.021 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.021 INFO [stderr] | Nov 17 06:54:37.021 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.021 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.028 INFO [stderr] | Nov 17 06:54:37.028 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:37.028 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.028 INFO [stderr] Nov 17 06:54:37.033 INFO [stderr] warning: cannot find type `entry_id` in this scope Nov 17 06:54:37.033 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.033 INFO [stderr] | Nov 17 06:54:37.033 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.033 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.033 INFO [stderr] | Nov 17 06:54:37.033 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:37.033 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.033 INFO [stderr] Nov 17 06:54:37.033 INFO [stderr] warning: cannot find type `ip` in this scope Nov 17 06:54:37.033 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.033 INFO [stderr] | Nov 17 06:54:37.033 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.033 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.034 INFO [stderr] | Nov 17 06:54:37.034 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:37.034 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.034 INFO [stderr] Nov 17 06:54:37.034 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 06:54:37.034 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:54:37.034 INFO [stderr] | Nov 17 06:54:37.034 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:54:37.034 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:54:37.034 INFO [stderr] | Nov 17 06:54:37.034 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:37.034 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:54:37.034 INFO [stderr] Nov 17 06:54:56.100 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 30s Nov 17 06:54:56.127 INFO [stderr] su: No module specific data is present Nov 17 06:54:57.199 INFO running `"docker" "inspect" "b44aa305884e624c4fd9723d1ca40d1f7556b2a4264faabfb604d389df409d4b"` Nov 17 06:54:57.459 INFO running `"docker" "rm" "-f" "b44aa305884e624c4fd9723d1ca40d1f7556b2a4264faabfb604d389df409d4b"` Nov 17 06:54:57.741 INFO [stdout] b44aa305884e624c4fd9723d1ca40d1f7556b2a4264faabfb604d389df409d4b Nov 17 06:54:57.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 06:54:58.127 INFO [stdout] 2142dbd4b48800c98dccc883a44f59c2a8e96b3c7614d1c824235565689650cb Nov 17 06:54:58.131 INFO running `"docker" "start" "-a" "2142dbd4b48800c98dccc883a44f59c2a8e96b3c7614d1c824235565689650cb"` Nov 17 06:54:59.607 INFO [stderr] usermod: no changes Nov 17 06:55:00.101 INFO [stderr] Compiling poller v0.1.0 (/source) Nov 17 06:55:05.131 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 17 06:55:05.131 INFO [stderr] --> src/models.rs:8:10 Nov 17 06:55:05.131 INFO [stderr] | Nov 17 06:55:05.131 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:05.132 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.132 INFO [stderr] | Nov 17 06:55:05.132 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 06:55:05.132 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:05.132 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.132 INFO [stderr] Nov 17 06:55:05.132 INFO [stderr] warning: cannot find type `PollResult` in this scope Nov 17 06:55:05.133 INFO [stderr] --> src/models.rs:15:10 Nov 17 06:55:05.133 INFO [stderr] | Nov 17 06:55:05.133 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:05.133 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.133 INFO [stderr] | Nov 17 06:55:05.133 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:05.133 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.134 INFO [stderr] Nov 17 06:55:05.134 INFO [stderr] warning: cannot find type `Vote` in this scope Nov 17 06:55:05.134 INFO [stderr] --> src/models.rs:23:10 Nov 17 06:55:05.134 INFO [stderr] | Nov 17 06:55:05.134 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Nov 17 06:55:05.134 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.135 INFO [stderr] | Nov 17 06:55:05.135 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:05.135 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.135 INFO [stderr] Nov 17 06:55:05.135 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:55:05.135 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:55:05.136 INFO [stderr] | Nov 17 06:55:05.136 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:55:05.136 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.136 INFO [stderr] | Nov 17 06:55:05.136 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:05.136 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.136 INFO [stderr] Nov 17 06:55:05.137 INFO [stderr] warning: cannot find type `NewVote` in this scope Nov 17 06:55:05.137 INFO [stderr] --> src/models.rs:30:10 Nov 17 06:55:05.137 INFO [stderr] | Nov 17 06:55:05.137 INFO [stderr] 30 | #[derive(Insertable)] Nov 17 06:55:05.137 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.137 INFO [stderr] | Nov 17 06:55:05.138 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:05.138 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.138 INFO [stderr] Nov 17 06:55:05.138 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 06:55:05.138 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 06:55:05.138 INFO [stderr] | Nov 17 06:55:05.139 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 06:55:05.139 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.139 INFO [stderr] | Nov 17 06:55:05.139 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:05.139 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.139 INFO [stderr] Nov 17 06:55:05.140 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 06:55:05.140 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.140 INFO [stderr] | Nov 17 06:55:05.140 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.140 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.140 INFO [stderr] | Nov 17 06:55:05.141 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:05.141 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.141 INFO [stderr] Nov 17 06:55:05.141 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 06:55:05.141 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.141 INFO [stderr] | Nov 17 06:55:05.141 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.142 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.142 INFO [stderr] | Nov 17 06:55:05.142 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:05.142 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.142 INFO [stderr] Nov 17 06:55:05.142 INFO [stderr] warning: cannot find type `image` in this scope Nov 17 06:55:05.143 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.143 INFO [stderr] | Nov 17 06:55:05.143 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.143 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.143 INFO [stderr] | Nov 17 06:55:05.143 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:05.144 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.144 INFO [stderr] Nov 17 06:55:05.144 INFO [stderr] warning: cannot find type `votes` in this scope Nov 17 06:55:05.144 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.144 INFO [stderr] | Nov 17 06:55:05.144 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.145 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.145 INFO [stderr] | Nov 17 06:55:05.145 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:05.145 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.145 INFO [stderr] Nov 17 06:55:05.145 INFO [stderr] warning: cannot find type `entry_id` in this scope Nov 17 06:55:05.146 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.146 INFO [stderr] | Nov 17 06:55:05.146 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.146 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.146 INFO [stderr] | Nov 17 06:55:05.146 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:05.147 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.147 INFO [stderr] Nov 17 06:55:05.147 INFO [stderr] warning: cannot find type `ip` in this scope Nov 17 06:55:05.147 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.147 INFO [stderr] | Nov 17 06:55:05.147 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.148 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.148 INFO [stderr] | Nov 17 06:55:05.148 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:05.148 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.148 INFO [stderr] Nov 17 06:55:05.148 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 06:55:05.148 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 06:55:05.149 INFO [stderr] | Nov 17 06:55:05.149 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 06:55:05.149 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 06:55:05.149 INFO [stderr] | Nov 17 06:55:05.149 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:05.149 INFO [stderr] = note: for more information, see issue #50504 Nov 17 06:55:05.150 INFO [stderr] Nov 17 06:55:06.866 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.22s Nov 17 06:55:06.891 INFO [stderr] su: No module specific data is present Nov 17 06:55:07.880 INFO running `"docker" "inspect" "2142dbd4b48800c98dccc883a44f59c2a8e96b3c7614d1c824235565689650cb"` Nov 17 06:55:08.048 INFO running `"docker" "rm" "-f" "2142dbd4b48800c98dccc883a44f59c2a8e96b3c7614d1c824235565689650cb"` Nov 17 06:55:08.213 INFO [stdout] 2142dbd4b48800c98dccc883a44f59c2a8e96b3c7614d1c824235565689650cb Nov 17 06:55:08.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 06:55:08.511 INFO [stdout] 337397d7b064d9dc0bf3d36fe7772d5cf4fb278d050422d00952c23c9dd1c328 Nov 17 06:55:08.512 INFO running `"docker" "start" "-a" "337397d7b064d9dc0bf3d36fe7772d5cf4fb278d050422d00952c23c9dd1c328"` Nov 17 06:55:09.679 INFO [stderr] usermod: no changes Nov 17 06:55:10.048 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s Nov 17 06:55:10.068 INFO [stderr] Running /target/debug/deps/poller-6884f3c6d3d14860 Nov 17 06:55:10.074 INFO [stdout] Nov 17 06:55:10.074 INFO [stdout] running 0 tests Nov 17 06:55:10.074 INFO [stdout] Nov 17 06:55:10.074 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:55:10.075 INFO [stdout] Nov 17 06:55:10.078 INFO [stderr] su: No module specific data is present Nov 17 06:55:10.661 INFO running `"docker" "inspect" "337397d7b064d9dc0bf3d36fe7772d5cf4fb278d050422d00952c23c9dd1c328"` Nov 17 06:55:10.758 INFO running `"docker" "rm" "-f" "337397d7b064d9dc0bf3d36fe7772d5cf4fb278d050422d00952c23c9dd1c328"` Nov 17 06:55:10.861 INFO [stdout] 337397d7b064d9dc0bf3d36fe7772d5cf4fb278d050422d00952c23c9dd1c328