Oct 15 10:51:59.050 INFO testing FredericDesgreniers/Cold against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:51:59.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 10:51:59.607 INFO blam! d29b550ed8968896d02748fe77a6553e48513d34357088b18c16e90c1c12a9f4 Oct 15 10:51:59.610 INFO running `"docker" "start" "-a" "d29b550ed8968896d02748fe77a6553e48513d34357088b18c16e90c1c12a9f4"` Oct 15 10:52:00.713 INFO kablam! usermod: no changes Oct 15 10:52:01.164 INFO kablam! Compiling actix-web v0.7.2 Oct 15 10:52:01.164 INFO kablam! Compiling socket2 v0.3.7 Oct 15 10:52:01.164 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 15 10:52:01.180 INFO kablam! Compiling crossbeam-epoch v0.5.1 Oct 15 10:52:01.180 INFO kablam! Compiling r2d2 v0.8.2 Oct 15 10:52:01.180 INFO kablam! Compiling ring v0.13.2 Oct 15 10:52:01.182 INFO kablam! Compiling h2 v0.1.10 Oct 15 10:52:01.182 INFO kablam! Compiling backtrace v0.2.3 Oct 15 10:52:03.725 INFO kablam! Compiling parking_lot v0.6.3 Oct 15 10:52:05.844 INFO kablam! Compiling dotenv v0.9.0 Oct 15 10:52:05.994 INFO kablam! Compiling diesel_derives v1.3.0 Oct 15 10:52:05.999 INFO kablam! Compiling chrono v0.4.5 Oct 15 10:52:06.021 INFO kablam! Compiling tokio-signal v0.2.1 Oct 15 10:52:06.195 INFO kablam! Compiling tokio-fs v0.1.2 Oct 15 10:52:11.811 INFO kablam! Compiling error-chain v0.1.12 Oct 15 10:52:11.863 INFO kablam! Compiling crossbeam-channel v0.2.3 Oct 15 10:52:11.895 INFO kablam! Compiling dotenv v0.13.0 Oct 15 10:52:11.947 INFO kablam! Compiling tokio v0.1.7 Oct 15 10:52:15.191 INFO kablam! Compiling cookie v0.11.0 Oct 15 10:52:15.390 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 15 10:52:23.096 INFO kablam! Compiling tera v0.11.9 Oct 15 10:52:39.294 INFO kablam! Compiling diesel v1.3.2 Oct 15 10:52:43.631 INFO kablam! Compiling trust-dns-resolver v0.9.0 Oct 15 10:53:06.500 INFO kablam! Compiling actix v0.7.3 Oct 15 10:53:18.995 INFO kablam! Compiling irc v0.1.0 (/source/irc) Oct 15 10:53:26.267 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 10:53:26.267 INFO kablam! --> irc/src/lib.rs:1:12 Oct 15 10:53:26.267 INFO kablam! | Oct 15 10:53:26.267 INFO kablam! 1 | #![feature(attr_literals)] Oct 15 10:53:26.267 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:53:26.267 INFO kablam! | Oct 15 10:53:26.267 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 10:53:26.267 INFO kablam! Oct 15 10:53:37.575 INFO kablam! Compiling cold_data v0.1.0 (/source/cold_data) Oct 15 10:53:43.239 INFO kablam! warning: unused import: `Actor` Oct 15 10:53:43.239 INFO kablam! --> cold_data/src/cache.rs:1:13 Oct 15 10:53:43.239 INFO kablam! | Oct 15 10:53:43.239 INFO kablam! 1 | use actix::{Actor, Addr}; Oct 15 10:53:43.239 INFO kablam! | ^^^^^ Oct 15 10:53:43.263 INFO kablam! | Oct 15 10:53:43.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:53:43.263 INFO kablam! Oct 15 10:53:43.263 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:53:43.263 INFO kablam! --> cold_data/src/cache.rs:10:5 Oct 15 10:53:43.263 INFO kablam! | Oct 15 10:53:43.263 INFO kablam! 10 | use std::collections::HashMap; Oct 15 10:53:43.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:53:43.263 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `commands` in this scope Oct 15 10:53:43.267 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `CreateCommand` in this scope Oct 15 10:53:43.267 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `commands` in this scope Oct 15 10:53:43.267 INFO kablam! --> cold_data/src/models.rs:6:25 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 6 | #[derive(PartialEq, Eq, Insertable)] Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `Command` in this scope Oct 15 10:53:43.267 INFO kablam! --> cold_data/src/models.rs:27:21 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 27 | #[derive(Serialize, Queryable)] Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `table` in this scope Oct 15 10:53:43.267 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `channel` in this scope Oct 15 10:53:43.267 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `match_expr` in this scope Oct 15 10:53:43.267 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: cannot find type `command` in this scope Oct 15 10:53:43.267 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 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! Oct 15 10:53:43.267 INFO kablam! = note: for more information, see issue #50504 Oct 15 10:53:43.267 INFO kablam! Oct 15 10:53:43.267 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:53:43.267 INFO kablam! --> cold_data/src/lib.rs:96:57 Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! 96 | let row_change = diesel::delete(commands.filter((channel.eq(msg.channel).and(match_expr.eq(msg.match_expr))))) Oct 15 10:53:43.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:53:43.267 INFO kablam! | Oct 15 10:53:43.267 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:53:43.268 INFO kablam! Oct 15 10:53:44.295 INFO kablam! warning: unused import: `futures::Future` Oct 15 10:53:44.295 INFO kablam! --> cold_data/src/lib.rs:21:5 Oct 15 10:53:44.295 INFO kablam! | Oct 15 10:53:44.295 INFO kablam! 21 | use futures::Future; Oct 15 10:53:44.295 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:53:44.295 INFO kablam! Oct 15 10:53:44.327 INFO kablam! warning: unused variable: `msg` Oct 15 10:53:44.327 INFO kablam! --> cold_data/src/lib.rs:112:9 Oct 15 10:53:44.327 INFO kablam! | Oct 15 10:53:44.327 INFO kablam! 112 | msg: ListCommands, Oct 15 10:53:44.327 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 15 10:53:44.327 INFO kablam! | Oct 15 10:53:44.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:53:44.327 INFO kablam! Oct 15 10:53:44.327 INFO kablam! warning: unused variable: `ctx` Oct 15 10:53:44.327 INFO kablam! --> cold_data/src/lib.rs:113:9 Oct 15 10:53:44.327 INFO kablam! | Oct 15 10:53:44.327 INFO kablam! 113 | ctx: &mut Self::Context, Oct 15 10:53:44.327 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 15 10:53:44.327 INFO kablam! Oct 15 10:53:44.439 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 10:53:44.439 INFO kablam! --> cold_data/src/lib.rs:1:12 Oct 15 10:53:44.439 INFO kablam! | Oct 15 10:53:44.439 INFO kablam! 1 | #![feature(attr_literals)] Oct 15 10:53:44.439 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:53:44.439 INFO kablam! | Oct 15 10:53:44.439 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 10:53:44.439 INFO kablam! Oct 15 10:53:51.382 INFO kablam! Compiling web_frontend v0.1.0 (/source/web_frontend) Oct 15 10:54:07.294 INFO kablam! Compiling commands v0.1.0 (/source/commands) Oct 15 10:54:12.810 INFO kablam! warning: unused imports: `Arbiter`, `Context` Oct 15 10:54:12.811 INFO kablam! --> commands/src/lib.rs:11:26 Oct 15 10:54:12.811 INFO kablam! | Oct 15 10:54:12.811 INFO kablam! 11 | use actix::{Actor, Addr, Arbiter, Context, Handler, Message}; Oct 15 10:54:12.811 INFO kablam! | ^^^^^^^ ^^^^^^^ Oct 15 10:54:12.811 INFO kablam! | Oct 15 10:54:12.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:54:12.811 INFO kablam! Oct 15 10:54:12.811 INFO kablam! warning: unused import: `cold_data::models::Command` Oct 15 10:54:12.811 INFO kablam! --> commands/src/lib.rs:13:5 Oct 15 10:54:12.811 INFO kablam! | Oct 15 10:54:12.811 INFO kablam! 13 | use cold_data::models::Command; Oct 15 10:54:12.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:54:12.816 INFO kablam! Oct 15 10:54:12.951 INFO kablam! warning: unused variable: `result` Oct 15 10:54:12.951 INFO kablam! --> commands/src/lib.rs:80:29 Oct 15 10:54:12.951 INFO kablam! | Oct 15 10:54:12.951 INFO kablam! 80 | let result = self.db.send(cold_data::models::RemoveCommand { Oct 15 10:54:12.951 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 10:54:12.951 INFO kablam! | Oct 15 10:54:12.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:54:12.951 INFO kablam! Oct 15 10:54:14.571 INFO kablam! Compiling cold v0.1.0 (/source) Oct 15 10:54:20.191 INFO kablam! warning: unused variable: `update_server` Oct 15 10:54:20.191 INFO kablam! --> src/main.rs:67:5 Oct 15 10:54:20.191 INFO kablam! | Oct 15 10:54:20.191 INFO kablam! 67 | update_server: Addr, Oct 15 10:54:20.191 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 15 10:54:20.191 INFO kablam! | Oct 15 10:54:20.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:54:20.191 INFO kablam! Oct 15 10:54:29.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 29s Oct 15 10:54:29.975 INFO kablam! su: No module specific data is present Oct 15 10:54:30.754 INFO running `"docker" "rm" "-f" "d29b550ed8968896d02748fe77a6553e48513d34357088b18c16e90c1c12a9f4"` Oct 15 10:54:31.031 INFO blam! d29b550ed8968896d02748fe77a6553e48513d34357088b18c16e90c1c12a9f4 Oct 15 10:54:31.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 10:54:31.643 INFO blam! 69200f793df06c6053bec312b624724b1430337a216b303dc831563ff04f5c59 Oct 15 10:54:31.645 INFO running `"docker" "start" "-a" "69200f793df06c6053bec312b624724b1430337a216b303dc831563ff04f5c59"` Oct 15 10:54:32.882 INFO kablam! usermod: no changes Oct 15 10:54:33.275 INFO kablam! Compiling cold v0.1.0 (/source) Oct 15 10:54:39.071 INFO kablam! warning: unused variable: `update_server` Oct 15 10:54:39.079 INFO kablam! --> src/main.rs:67:5 Oct 15 10:54:39.079 INFO kablam! | Oct 15 10:54:39.079 INFO kablam! 67 | update_server: Addr, Oct 15 10:54:39.079 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_update_server` instead Oct 15 10:54:39.079 INFO kablam! | Oct 15 10:54:39.079 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:54:39.079 INFO kablam! Oct 15 10:54:39.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.89s Oct 15 10:54:39.847 INFO kablam! su: No module specific data is present Oct 15 10:54:40.671 INFO running `"docker" "rm" "-f" "69200f793df06c6053bec312b624724b1430337a216b303dc831563ff04f5c59"` Oct 15 10:54:40.943 INFO blam! 69200f793df06c6053bec312b624724b1430337a216b303dc831563ff04f5c59 Oct 15 10:54:40.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 10:54:41.379 INFO blam! 863f81979fdb4765b30a1ee46e57a7d5a2f2d26d7dcdfd07d1dafee4d4dd6dc2 Oct 15 10:54:41.387 INFO running `"docker" "start" "-a" "863f81979fdb4765b30a1ee46e57a7d5a2f2d26d7dcdfd07d1dafee4d4dd6dc2"` Oct 15 10:54:42.619 INFO kablam! usermod: no changes Oct 15 10:54:42.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 15 10:54:42.983 INFO kablam! Running /target/debug/deps/cold-4732c8a90fdc0058 Oct 15 10:54:42.984 INFO blam! Oct 15 10:54:42.984 INFO kablam! su: No module specific data is present Oct 15 10:54:42.984 INFO blam! running 0 tests Oct 15 10:54:42.984 INFO blam! Oct 15 10:54:42.985 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:54:42.985 INFO blam! Oct 15 10:54:43.639 INFO running `"docker" "rm" "-f" "863f81979fdb4765b30a1ee46e57a7d5a2f2d26d7dcdfd07d1dafee4d4dd6dc2"` Oct 15 10:54:43.927 INFO blam! 863f81979fdb4765b30a1ee46e57a7d5a2f2d26d7dcdfd07d1dafee4d4dd6dc2