Aug 10 18:37:59.035 INFO checking mozilla-services/megaphone against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 10 18:37:59.035 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 10 18:37:59.035 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 10 18:37:59.035 INFO running `"docker" "create" "-v" "/tmp/crater.3w1heccj6ZgX:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-4/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 18:37:59.266 INFO blam! 4aa7ca827374fd793b7e157c074f3c4c4cba59ba16f22c8d56c9fbccbd34930b Aug 10 18:37:59.269 INFO running `"docker" "start" "-a" "4aa7ca827374fd793b7e157c074f3c4c4cba59ba16f22c8d56c9fbccbd34930b"` Aug 10 18:38:00.547 INFO kablam! Compiling antidote v1.0.0 Aug 10 18:38:00.555 INFO kablam! Checking encoding_rs v0.7.2 Aug 10 18:38:00.555 INFO kablam! Checking hostname v0.1.5 Aug 10 18:38:00.556 INFO kablam! Compiling mysqlclient-sys v0.2.3 Aug 10 18:38:00.556 INFO kablam! Compiling proc-macro2 v0.3.8 Aug 10 18:38:00.557 INFO kablam! Checking scheduled-thread-pool v0.2.0 Aug 10 18:38:00.561 INFO kablam! Checking erased-serde v0.3.5 Aug 10 18:38:00.562 INFO kablam! Compiling phf_shared v0.7.22 Aug 10 18:38:04.545 INFO kablam! Checking r2d2 v0.8.2 Aug 10 18:38:04.573 INFO kablam! Compiling phf_generator v0.7.22 Aug 10 18:38:05.850 INFO kablam! Checking phf v0.7.22 Aug 10 18:38:07.366 INFO kablam! Compiling phf_codegen v0.7.22 Aug 10 18:38:11.601 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Aug 10 18:38:11.604 INFO kablam! Checking hyper v0.11.27 Aug 10 18:38:32.508 INFO kablam! Checking slog v2.3.2 Aug 10 18:38:33.982 INFO kablam! Compiling quote v0.5.2 Aug 10 18:38:37.890 INFO kablam! Compiling syn v0.13.11 Aug 10 18:38:38.711 INFO kablam! Checking slog-async v2.3.0 Aug 10 18:38:38.713 INFO kablam! Checking slog-term v2.4.0 Aug 10 18:38:38.720 INFO kablam! Checking slog-mozlog-json v0.1.0 Aug 10 18:38:57.232 INFO kablam! Checking hyper-tls v0.1.4 Aug 10 18:38:58.745 INFO kablam! Checking reqwest v0.8.7 Aug 10 18:39:03.490 INFO kablam! Checking mozsvc-common v0.1.0 Aug 10 18:39:30.682 INFO kablam! Compiling diesel_derives v1.3.0 Aug 10 18:39:46.577 INFO kablam! Compiling diesel v1.3.2 Aug 10 18:41:24.568 INFO kablam! Checking migrations_internals v1.3.0 Aug 10 18:41:33.065 INFO kablam! Compiling migrations_macros v1.3.0 Aug 10 18:41:38.459 INFO kablam! Checking diesel_migrations v1.3.0 Aug 10 18:41:38.768 INFO kablam! Checking megaphone v0.1.4 (file:///source) Aug 10 18:41:40.825 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 10 18:41:40.825 INFO kablam! --> src/http.rs:152:1 Aug 10 18:41:40.825 INFO kablam! | Aug 10 18:41:40.825 INFO kablam! 152 | #[error(404)] Aug 10 18:41:40.825 INFO kablam! | ^^^^^^^^^^^^^ Aug 10 18:41:40.825 INFO kablam! | Aug 10 18:41:40.825 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 10 18:41:40.825 INFO kablam! Aug 10 18:41:40.826 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Aug 10 18:41:40.826 INFO kablam! --> src/http.rs:176:16 Aug 10 18:41:40.826 INFO kablam! | Aug 10 18:41:40.826 INFO kablam! 176 | .catch(errors![not_found])) Aug 10 18:41:40.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 10 18:41:40.826 INFO kablam! | Aug 10 18:41:40.826 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Aug 10 18:41:40.826 INFO kablam! Aug 10 18:41:40.836 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 10 18:41:40.836 INFO kablam! --> src/http.rs:152:1 Aug 10 18:41:40.836 INFO kablam! | Aug 10 18:41:40.836 INFO kablam! 152 | #[error(404)] Aug 10 18:41:40.836 INFO kablam! | ^^^^^^^^^^^^^ Aug 10 18:41:40.840 INFO kablam! | Aug 10 18:41:40.840 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 10 18:41:40.840 INFO kablam! Aug 10 18:41:40.842 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Aug 10 18:41:40.842 INFO kablam! --> src/http.rs:176:16 Aug 10 18:41:40.842 INFO kablam! | Aug 10 18:41:40.842 INFO kablam! 176 | .catch(errors![not_found])) Aug 10 18:41:40.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 10 18:41:40.842 INFO kablam! | Aug 10 18:41:40.842 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Aug 10 18:41:40.842 INFO kablam! Aug 10 18:41:40.926 INFO kablam! warning: cannot find type `Broadcast` in this scope Aug 10 18:41:40.926 INFO kablam! --> src/db/models.rs:11:17 Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.926 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:40.926 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.926 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 10 18:41:40.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.926 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.926 INFO kablam! Aug 10 18:41:40.926 INFO kablam! warning: cannot find type `broadcastsv1` in this scope Aug 10 18:41:40.926 INFO kablam! --> src/db/models.rs:11:28 Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.926 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:40.926 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.926 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.926 INFO kablam! Aug 10 18:41:40.926 INFO kablam! warning: cannot find type `Broadcast` in this scope Aug 10 18:41:40.926 INFO kablam! --> src/db/models.rs:11:28 Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.926 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:40.926 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.926 INFO kablam! | Aug 10 18:41:40.927 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.927 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.927 INFO kablam! Aug 10 18:41:40.928 INFO kablam! warning: cannot find type `table` in this scope Aug 10 18:41:40.928 INFO kablam! --> :165:33 Aug 10 18:41:40.928 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Aug 10 18:41:40.929 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.929 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.929 INFO kablam! Aug 10 18:41:40.929 INFO kablam! warning: cannot find type `broadcaster_id` in this scope Aug 10 18:41:40.929 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:40.929 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.929 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.929 INFO kablam! Aug 10 18:41:40.929 INFO kablam! warning: cannot find type `bchannel_id` in this scope Aug 10 18:41:40.929 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:40.929 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.929 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.929 INFO kablam! Aug 10 18:41:40.929 INFO kablam! warning: cannot find type `last_updated` in this scope Aug 10 18:41:40.929 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:40.929 INFO kablam! | Aug 10 18:41:40.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:40.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.930 INFO kablam! | Aug 10 18:41:40.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.930 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.930 INFO kablam! Aug 10 18:41:40.930 INFO kablam! warning: cannot find type `version` in this scope Aug 10 18:41:40.930 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:40.930 INFO kablam! | Aug 10 18:41:40.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:40.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:40.930 INFO kablam! | Aug 10 18:41:40.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:40.930 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:40.930 INFO kablam! Aug 10 18:41:41.073 INFO kablam! warning: cannot find type `Broadcast` in this scope Aug 10 18:41:41.073 INFO kablam! --> src/db/models.rs:11:17 Aug 10 18:41:41.073 INFO kablam! | Aug 10 18:41:41.073 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:41.073 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.073 INFO kablam! | Aug 10 18:41:41.073 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 10 18:41:41.073 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.074 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.074 INFO kablam! Aug 10 18:41:41.074 INFO kablam! warning: cannot find type `broadcastsv1` in this scope Aug 10 18:41:41.074 INFO kablam! --> src/db/models.rs:11:28 Aug 10 18:41:41.074 INFO kablam! | Aug 10 18:41:41.074 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:41.074 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.074 INFO kablam! | Aug 10 18:41:41.074 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.074 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.074 INFO kablam! Aug 10 18:41:41.074 INFO kablam! warning: cannot find type `Broadcast` in this scope Aug 10 18:41:41.074 INFO kablam! --> src/db/models.rs:11:28 Aug 10 18:41:41.074 INFO kablam! | Aug 10 18:41:41.075 INFO kablam! 11 | #[derive(Debug, Queryable, Insertable)] Aug 10 18:41:41.075 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.075 INFO kablam! | Aug 10 18:41:41.075 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.075 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.075 INFO kablam! Aug 10 18:41:41.075 INFO kablam! warning: cannot find type `table` in this scope Aug 10 18:41:41.075 INFO kablam! --> :165:33 Aug 10 18:41:41.075 INFO kablam! | Aug 10 18:41:41.075 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Aug 10 18:41:41.075 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.075 INFO kablam! | Aug 10 18:41:41.075 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.075 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.075 INFO kablam! Aug 10 18:41:41.077 INFO kablam! warning: cannot find type `broadcaster_id` in this scope Aug 10 18:41:41.077 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:41.077 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.077 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.077 INFO kablam! Aug 10 18:41:41.077 INFO kablam! warning: cannot find type `bchannel_id` in this scope Aug 10 18:41:41.077 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:41.077 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.077 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.077 INFO kablam! Aug 10 18:41:41.077 INFO kablam! warning: cannot find type `last_updated` in this scope Aug 10 18:41:41.077 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:41.077 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.077 INFO kablam! | Aug 10 18:41:41.077 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.077 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.077 INFO kablam! Aug 10 18:41:41.077 INFO kablam! warning: cannot find type `version` in this scope Aug 10 18:41:41.077 INFO kablam! --> <__diesel_column macros>:5:33 Aug 10 18:41:41.078 INFO kablam! | Aug 10 18:41:41.078 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 10 18:41:41.078 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 10 18:41:41.078 INFO kablam! | Aug 10 18:41:41.078 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 10 18:41:41.078 INFO kablam! = note: for more information, see issue #50504 Aug 10 18:41:41.078 INFO kablam! Aug 10 18:41:44.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3m 44s Aug 10 18:41:44.807 INFO kablam! su: No module specific data is present Aug 10 18:41:45.373 INFO running `"docker" "rm" "-f" "4aa7ca827374fd793b7e157c074f3c4c4cba59ba16f22c8d56c9fbccbd34930b"` Aug 10 18:41:45.554 INFO blam! 4aa7ca827374fd793b7e157c074f3c4c4cba59ba16f22c8d56c9fbccbd34930b