Dec 13 06:05:39.652 INFO testing rezlindvm/viber-alerts against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 06:05:39.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 06:05:40.160 INFO [stdout] 61bf40fd41e0566e66ada1cf0425fc41157116c58d975516b0fc8b18e11c0058 Dec 13 06:05:40.163 INFO running `"docker" "start" "-a" "61bf40fd41e0566e66ada1cf0425fc41157116c58d975516b0fc8b18e11c0058"` Dec 13 06:05:41.828 INFO [stderr] usermod: no changes Dec 13 06:05:42.480 INFO [stderr] Compiling encoding_rs v0.8.11 Dec 13 06:05:42.489 INFO [stderr] Compiling actix-web v0.7.14 Dec 13 06:05:42.490 INFO [stderr] Compiling curl-sys v0.4.15 Dec 13 06:05:42.492 INFO [stderr] Compiling want v0.0.6 Dec 13 06:05:42.494 INFO [stderr] Compiling tokio-io v0.1.10 Dec 13 06:05:42.504 INFO [stderr] Compiling uuid v0.5.1 Dec 13 06:05:42.505 INFO [stderr] Compiling syn v0.14.9 Dec 13 06:05:42.514 INFO [stderr] Compiling victoria-dom v0.1.2 Dec 13 06:05:48.491 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 13 06:05:48.491 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 13 06:05:48.491 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 13 06:05:48.491 INFO [stderr] Compiling h2 v0.1.13 Dec 13 06:05:50.689 INFO [stderr] Compiling tokio-openssl v0.2.1 Dec 13 06:05:51.051 INFO [stderr] Compiling curl v0.4.19 Dec 13 06:06:12.363 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 13 06:06:12.432 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 13 06:06:13.092 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 13 06:06:13.352 INFO [stderr] Compiling tokio-signal v0.2.6 Dec 13 06:06:13.412 INFO [stderr] Compiling oauth2 v2.0.0-alpha.2 Dec 13 06:06:26.503 INFO [stderr] Compiling pest_generator v2.0.0 Dec 13 06:06:26.504 INFO [stderr] Compiling trust-dns-proto v0.5.0 Dec 13 06:06:26.542 INFO [stderr] Compiling tokio v0.1.11 Dec 13 06:06:33.541 INFO [stderr] Compiling hyper v0.12.14 Dec 13 06:06:37.548 INFO [stderr] Compiling pest_derive v2.0.1 Dec 13 06:06:41.124 INFO [stderr] Compiling tera v0.11.20 Dec 13 06:06:46.469 INFO [stderr] Compiling trust-dns-resolver v0.10.0 Dec 13 06:06:54.375 INFO [stderr] Compiling hyper-tls v0.3.1 Dec 13 06:06:58.927 INFO [stderr] Compiling reqwest v0.9.5 Dec 13 06:07:04.867 INFO [stderr] Compiling actix v0.7.6 Dec 13 06:07:27.369 INFO [stderr] Compiling forecast v2.0.0 Dec 13 06:07:27.608 INFO [stderr] Compiling actix-net v0.2.2 Dec 13 06:08:00.112 INFO [stderr] Compiling viber_alerts v0.1.0 (/source) Dec 13 06:08:04.379 INFO [stderr] warning: unused import: `actix::Message` Dec 13 06:08:04.379 INFO [stderr] --> src/main.rs:38:5 Dec 13 06:08:04.379 INFO [stderr] | Dec 13 06:08:04.379 INFO [stderr] 38 | use actix::Message; Dec 13 06:08:04.379 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 13 06:08:04.379 INFO [stderr] | Dec 13 06:08:04.379 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 13 06:08:04.379 INFO [stderr] Dec 13 06:08:04.379 INFO [stderr] warning: unused import: `actix_web::*` Dec 13 06:08:04.379 INFO [stderr] --> src/api/mod.rs:3:5 Dec 13 06:08:04.379 INFO [stderr] | Dec 13 06:08:04.379 INFO [stderr] 3 | use actix_web::*; Dec 13 06:08:04.379 INFO [stderr] | ^^^^^^^^^^^^ Dec 13 06:08:04.379 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `users` in this scope Dec 13 06:08:04.383 INFO [stderr] --> src/models.rs:4:10 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] 4 | #[derive(Insertable)] Dec 13 06:08:04.383 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 06:08:04.383 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 13 06:08:04.383 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.383 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `NewUser` in this scope Dec 13 06:08:04.383 INFO [stderr] --> src/models.rs:4:10 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] 4 | #[derive(Insertable)] Dec 13 06:08:04.383 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 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 13 06:08:04.383 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.383 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `users` in this scope Dec 13 06:08:04.383 INFO [stderr] --> src/models.rs:4:10 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] 4 | #[derive(Insertable)] Dec 13 06:08:04.383 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 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 13 06:08:04.383 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.383 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `User` in this scope Dec 13 06:08:04.383 INFO [stderr] --> src/models.rs:12:10 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] 12 | #[derive(Queryable, Debug, Serialize)] Dec 13 06:08:04.383 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 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 13 06:08:04.383 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.383 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 06:08:04.383 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 06:08:04.383 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.383 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 13 06:08:04.383 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.383 INFO [stderr] Dec 13 06:08:04.383 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 06:08:04.383 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 06:08:04.383 INFO [stderr] | Dec 13 06:08:04.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 06:08:04.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 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 13 06:08:04.384 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.384 INFO [stderr] Dec 13 06:08:04.384 INFO [stderr] warning: cannot find type `email` in this scope Dec 13 06:08:04.384 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 06:08:04.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 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 13 06:08:04.384 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.384 INFO [stderr] Dec 13 06:08:04.384 INFO [stderr] warning: cannot find type `viber_id` in this scope Dec 13 06:08:04.384 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 06:08:04.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 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 13 06:08:04.384 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.384 INFO [stderr] Dec 13 06:08:04.384 INFO [stderr] warning: cannot find type `broadcast` in this scope Dec 13 06:08:04.384 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 06:08:04.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 06:08:04.384 INFO [stderr] | Dec 13 06:08:04.384 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 13 06:08:04.384 INFO [stderr] = note: for more information, see issue #50504 Dec 13 06:08:04.384 INFO [stderr] Dec 13 06:08:05.439 INFO [stderr] error[E0599]: no method named `send` found for type `std::result::Result` in the current scope Dec 13 06:08:05.439 INFO [stderr] --> src/viber/raw.rs:92:10 Dec 13 06:08:05.439 INFO [stderr] | Dec 13 06:08:05.439 INFO [stderr] 92 | .send() Dec 13 06:08:05.439 INFO [stderr] | ^^^^ Dec 13 06:08:05.439 INFO [stderr] Dec 13 06:08:05.505 INFO [stderr] error: aborting due to previous error Dec 13 06:08:05.505 INFO [stderr] Dec 13 06:08:05.505 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 13 06:08:05.571 INFO [stderr] error: Could not compile `viber_alerts`. Dec 13 06:08:05.571 INFO [stderr] Dec 13 06:08:05.571 INFO [stderr] To learn more, run the command again with --verbose. Dec 13 06:08:05.575 INFO [stderr] su: No module specific data is present Dec 13 06:08:06.321 INFO running `"docker" "inspect" "61bf40fd41e0566e66ada1cf0425fc41157116c58d975516b0fc8b18e11c0058"` Dec 13 06:08:06.591 INFO running `"docker" "rm" "-f" "61bf40fd41e0566e66ada1cf0425fc41157116c58d975516b0fc8b18e11c0058"` Dec 13 06:08:06.888 INFO [stdout] 61bf40fd41e0566e66ada1cf0425fc41157116c58d975516b0fc8b18e11c0058