Oct 11 04:46:50.695 INFO testing Riuchando/train-crud against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:46:50.695 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:46:50.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:46:51.037 INFO blam! 2e009e75957a6dbd4037621bcd47e54e278b4d1442362c8cf10232170ad75f36 Oct 11 04:46:51.042 INFO running `"docker" "start" "-a" "2e009e75957a6dbd4037621bcd47e54e278b4d1442362c8cf10232170ad75f36"` Oct 11 04:46:51.817 INFO kablam! usermod: no changes Oct 11 04:46:52.161 INFO kablam! Compiling tokio-io v0.1.6 Oct 11 04:46:52.168 INFO kablam! Compiling backtrace-sys v0.1.21 Oct 11 04:46:52.168 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 11 04:46:52.168 INFO kablam! Compiling phf_shared v0.7.15 Oct 11 04:46:52.168 INFO kablam! Compiling openssl v0.9.24 Oct 11 04:46:52.168 INFO kablam! Compiling chrono v0.4.2 Oct 11 04:46:54.825 INFO kablam! Compiling backtrace v0.3.8 Oct 11 04:46:55.389 INFO kablam! Compiling phf_generator v0.7.15 Oct 11 04:46:55.389 INFO kablam! Compiling phf v0.7.15 Oct 11 04:46:57.897 INFO kablam! Compiling postgres v0.11.12 Oct 11 04:46:57.909 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 11 04:46:59.140 INFO kablam! Compiling phf_codegen v0.7.15 Oct 11 04:46:59.264 INFO kablam! Compiling failure v0.1.1 Oct 11 04:47:01.858 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 11 04:47:05.481 INFO kablam! Compiling tokio-fs v0.1.0 Oct 11 04:47:05.488 INFO kablam! Compiling native-tls v0.1.5 Oct 11 04:47:05.736 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 11 04:47:05.736 INFO kablam! Compiling tokio-udp v0.1.0 Oct 11 04:47:14.862 INFO kablam! Compiling tokio v0.1.6 Oct 11 04:47:19.912 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 04:47:24.630 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 04:47:24.630 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 04:47:30.503 INFO kablam! Compiling hyper v0.11.27 Oct 11 04:47:43.720 INFO kablam! Compiling hyper-tls v0.1.3 Oct 11 04:47:48.160 INFO kablam! Compiling reqwest v0.8.5 Oct 11 04:47:59.008 INFO kablam! Compiling wmata v0.1.0 (/source) Oct 11 04:48:05.819 INFO kablam! warning: unused imports: `Connection`, `SslMode` Oct 11 04:48:05.819 INFO kablam! --> src/main.rs:11:16 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 11 | use postgres::{Connection, SslMode}; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^ ^^^^^^^ Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `reqwest::header` Oct 11 04:48:05.819 INFO kablam! --> src/main.rs:12:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 12 | use reqwest::header; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `std::fs::File` Oct 11 04:48:05.819 INFO kablam! --> src/main.rs:13:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 13 | use std::fs::File; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:05.819 INFO kablam! --> src/main.rs:14:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 14 | use std::io::prelude::*; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 11 04:48:05.819 INFO kablam! --> src/api.rs:1:14 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^ ^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `models` Oct 11 04:48:05.819 INFO kablam! --> src/api.rs:3:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 3 | use models; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `serde` Oct 11 04:48:05.819 INFO kablam! --> src/api.rs:6:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 6 | use serde; Oct 11 04:48:05.819 INFO kablam! | ^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:05.819 INFO kablam! --> src/api.rs:9:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 9 | use std::io::prelude::*; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:1:14 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^ ^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `models` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:3:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 3 | use models; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `reqwest` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:5:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 5 | use reqwest; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `reqwest::header` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:6:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 6 | use reqwest::header; Oct 11 04:48:05.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `serde` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:7:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.819 INFO kablam! 7 | use serde; Oct 11 04:48:05.819 INFO kablam! | ^^^^^ Oct 11 04:48:05.819 INFO kablam! Oct 11 04:48:05.819 INFO kablam! warning: unused import: `std::fmt` Oct 11 04:48:05.819 INFO kablam! --> src/dao.rs:9:5 Oct 11 04:48:05.819 INFO kablam! | Oct 11 04:48:05.820 INFO kablam! 9 | use std::fmt; Oct 11 04:48:05.820 INFO kablam! | ^^^^^^^^ Oct 11 04:48:05.820 INFO kablam! Oct 11 04:48:05.820 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:05.820 INFO kablam! --> src/dao.rs:11:5 Oct 11 04:48:05.820 INFO kablam! | Oct 11 04:48:05.820 INFO kablam! 11 | use std::io::prelude::*; Oct 11 04:48:05.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:05.820 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `api` Oct 11 04:48:06.205 INFO kablam! --> src/main.rs:21:9 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 21 | let api = api::API::new("apiKeys.json")?; Oct 11 04:48:06.205 INFO kablam! | ^^^ help: consider using `_api` instead Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `dao` Oct 11 04:48:06.205 INFO kablam! --> src/main.rs:22:9 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 22 | let dao = dao::DAO::new("db.json"); Oct 11 04:48:06.205 INFO kablam! | ^^^ help: consider using `_dao` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:82:27 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 82 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:90:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 90 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:93:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 93 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:115:34 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 115 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:118:27 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 118 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:126:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 126 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:129:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 129 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:155:34 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 155 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:158:27 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 158 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:166:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 166 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.205 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.205 INFO kablam! --> src/models.rs:169:22 Oct 11 04:48:06.205 INFO kablam! | Oct 11 04:48:06.205 INFO kablam! 169 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.205 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.205 INFO kablam! Oct 11 04:48:06.206 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.206 INFO kablam! --> src/models.rs:217:34 Oct 11 04:48:06.206 INFO kablam! | Oct 11 04:48:06.206 INFO kablam! 217 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.206 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.206 INFO kablam! Oct 11 04:48:06.206 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.206 INFO kablam! --> src/models.rs:220:27 Oct 11 04:48:06.206 INFO kablam! | Oct 11 04:48:06.206 INFO kablam! 220 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.206 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.206 INFO kablam! Oct 11 04:48:06.206 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.206 INFO kablam! --> src/models.rs:228:22 Oct 11 04:48:06.206 INFO kablam! | Oct 11 04:48:06.206 INFO kablam! 228 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.206 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.206 INFO kablam! Oct 11 04:48:06.206 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:06.206 INFO kablam! --> src/models.rs:231:22 Oct 11 04:48:06.206 INFO kablam! | Oct 11 04:48:06.206 INFO kablam! 231 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:06.206 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:06.206 INFO kablam! Oct 11 04:48:06.344 INFO kablam! warning: field is never used: `creds` Oct 11 04:48:06.344 INFO kablam! --> src/api.rs:18:5 Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! 18 | creds: Credentials, Oct 11 04:48:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:06.344 INFO kablam! Oct 11 04:48:06.344 INFO kablam! warning: method is never used: `get_json` Oct 11 04:48:06.344 INFO kablam! --> src/api.rs:27:5 Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! 27 | pub fn get_json(&self, url: &str) -> Result { Oct 11 04:48:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.344 INFO kablam! Oct 11 04:48:06.344 INFO kablam! warning: field is never used: `conn_config` Oct 11 04:48:06.344 INFO kablam! --> src/dao.rs:23:5 Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! 23 | conn_config: ConnectionConfig, Oct 11 04:48:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.344 INFO kablam! Oct 11 04:48:06.344 INFO kablam! warning: field is never used: `connection` Oct 11 04:48:06.344 INFO kablam! --> src/dao.rs:24:5 Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! 24 | connection: Connection, Oct 11 04:48:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.344 INFO kablam! Oct 11 04:48:06.344 INFO kablam! warning: function is never used: `serialize` Oct 11 04:48:06.344 INFO kablam! --> src/models.rs:11:5 Oct 11 04:48:06.344 INFO kablam! | Oct 11 04:48:06.344 INFO kablam! 11 | / pub fn serialize(date: &DateTime, serializer: S) -> Result Oct 11 04:48:06.344 INFO kablam! 12 | | where Oct 11 04:48:06.344 INFO kablam! 13 | | S: Serializer, Oct 11 04:48:06.345 INFO kablam! 14 | | { Oct 11 04:48:06.345 INFO kablam! 15 | | let s = format!("{}", date.format(FORMAT)); Oct 11 04:48:06.345 INFO kablam! 16 | | serializer.serialize_str(&s) Oct 11 04:48:06.345 INFO kablam! 17 | | } Oct 11 04:48:06.345 INFO kablam! | |_____^ Oct 11 04:48:06.345 INFO kablam! Oct 11 04:48:06.345 INFO kablam! warning: constant item is never used: `BUS_POSITIONS_URL` Oct 11 04:48:06.345 INFO kablam! --> src/main.rs:24:5 Oct 11 04:48:06.345 INFO kablam! | Oct 11 04:48:06.345 INFO kablam! 24 | const BUS_POSITIONS_URL: &str = "https://api.wmata.com/Bus.svc/json/jBusPositions"; Oct 11 04:48:06.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.345 INFO kablam! Oct 11 04:48:06.345 INFO kablam! warning: constant item is never used: `ROUTES_URL` Oct 11 04:48:06.345 INFO kablam! --> src/main.rs:25:5 Oct 11 04:48:06.345 INFO kablam! | Oct 11 04:48:06.345 INFO kablam! 25 | const ROUTES_URL: &str = "https://api.wmata.com/Bus.svc/json/jRoutes"; Oct 11 04:48:06.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.345 INFO kablam! Oct 11 04:48:06.345 INFO kablam! warning: constant item is never used: `STATIONS_URL` Oct 11 04:48:06.345 INFO kablam! --> src/main.rs:26:5 Oct 11 04:48:06.345 INFO kablam! | Oct 11 04:48:06.345 INFO kablam! 26 | const STATIONS_URL: &str = "https://api.wmata.com/Rail.svc/json/jSrcStationToDstStationInfo"; Oct 11 04:48:06.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:06.345 INFO kablam! Oct 11 04:48:06.356 INFO kablam! warning: structure field `RouteID` should have a snake case name such as `route_id` Oct 11 04:48:06.356 INFO kablam! --> src/models.rs:191:5 Oct 11 04:48:06.356 INFO kablam! | Oct 11 04:48:06.356 INFO kablam! 191 | RouteID: String, Oct 11 04:48:06.356 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:06.356 INFO kablam! | Oct 11 04:48:06.356 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:48:06.356 INFO kablam! Oct 11 04:48:09.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 11 04:48:09.485 INFO kablam! su: No module specific data is present Oct 11 04:48:09.756 INFO running `"docker" "rm" "-f" "2e009e75957a6dbd4037621bcd47e54e278b4d1442362c8cf10232170ad75f36"` Oct 11 04:48:09.881 INFO blam! 2e009e75957a6dbd4037621bcd47e54e278b4d1442362c8cf10232170ad75f36 Oct 11 04:48:09.883 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:48:09.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:10.066 INFO blam! febc229c3449a8011b16abd7b16e7100fa7a33881f086d64e5d0c4dcd582db1a Oct 11 04:48:10.066 INFO running `"docker" "start" "-a" "febc229c3449a8011b16abd7b16e7100fa7a33881f086d64e5d0c4dcd582db1a"` Oct 11 04:48:10.614 INFO kablam! usermod: no changes Oct 11 04:48:10.795 INFO kablam! Compiling wmata v0.1.0 (/source) Oct 11 04:48:17.080 INFO kablam! warning: unused imports: `Connection`, `SslMode` Oct 11 04:48:17.080 INFO kablam! --> src/main.rs:11:16 Oct 11 04:48:17.080 INFO kablam! | Oct 11 04:48:17.080 INFO kablam! 11 | use postgres::{Connection, SslMode}; Oct 11 04:48:17.080 INFO kablam! | ^^^^^^^^^^ ^^^^^^^ Oct 11 04:48:17.080 INFO kablam! | Oct 11 04:48:17.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:48:17.080 INFO kablam! Oct 11 04:48:17.081 INFO kablam! warning: unused import: `reqwest::header` Oct 11 04:48:17.081 INFO kablam! --> src/main.rs:12:5 Oct 11 04:48:17.081 INFO kablam! | Oct 11 04:48:17.081 INFO kablam! 12 | use reqwest::header; Oct 11 04:48:17.081 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:17.081 INFO kablam! Oct 11 04:48:17.081 INFO kablam! warning: unused import: `std::fs::File` Oct 11 04:48:17.081 INFO kablam! --> src/main.rs:13:5 Oct 11 04:48:17.081 INFO kablam! | Oct 11 04:48:17.081 INFO kablam! 13 | use std::fs::File; Oct 11 04:48:17.081 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:48:17.081 INFO kablam! Oct 11 04:48:17.081 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:17.081 INFO kablam! --> src/main.rs:14:5 Oct 11 04:48:17.081 INFO kablam! | Oct 11 04:48:17.081 INFO kablam! 14 | use std::io::prelude::*; Oct 11 04:48:17.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.081 INFO kablam! Oct 11 04:48:17.081 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 11 04:48:17.081 INFO kablam! --> src/api.rs:1:14 Oct 11 04:48:17.081 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^ ^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `models` Oct 11 04:48:17.082 INFO kablam! --> src/api.rs:3:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 3 | use models; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `serde` Oct 11 04:48:17.082 INFO kablam! --> src/api.rs:6:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 6 | use serde; Oct 11 04:48:17.082 INFO kablam! | ^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:17.082 INFO kablam! --> src/api.rs:9:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 9 | use std::io::prelude::*; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:1:14 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^ ^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `models` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:3:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 3 | use models; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `reqwest` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:5:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 5 | use reqwest; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `reqwest::header` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:6:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 6 | use reqwest::header; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `serde` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:7:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 7 | use serde; Oct 11 04:48:17.082 INFO kablam! | ^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `std::fmt` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:9:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 9 | use std::fmt; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.082 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:48:17.082 INFO kablam! --> src/dao.rs:11:5 Oct 11 04:48:17.082 INFO kablam! | Oct 11 04:48:17.082 INFO kablam! 11 | use std::io::prelude::*; Oct 11 04:48:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.082 INFO kablam! Oct 11 04:48:17.477 INFO kablam! warning: unused variable: `api` Oct 11 04:48:17.477 INFO kablam! --> src/main.rs:21:9 Oct 11 04:48:17.477 INFO kablam! | Oct 11 04:48:17.477 INFO kablam! 21 | let api = api::API::new("apiKeys.json")?; Oct 11 04:48:17.477 INFO kablam! | ^^^ help: consider using `_api` instead Oct 11 04:48:17.477 INFO kablam! | Oct 11 04:48:17.477 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:48:17.477 INFO kablam! Oct 11 04:48:17.477 INFO kablam! warning: unused variable: `dao` Oct 11 04:48:17.477 INFO kablam! --> src/main.rs:22:9 Oct 11 04:48:17.477 INFO kablam! | Oct 11 04:48:17.477 INFO kablam! 22 | let dao = dao::DAO::new("db.json"); Oct 11 04:48:17.477 INFO kablam! | ^^^ help: consider using `_dao` instead Oct 11 04:48:17.477 INFO kablam! Oct 11 04:48:17.477 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.477 INFO kablam! --> src/models.rs:82:27 Oct 11 04:48:17.477 INFO kablam! | Oct 11 04:48:17.477 INFO kablam! 82 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.477 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.477 INFO kablam! Oct 11 04:48:17.477 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.477 INFO kablam! --> src/models.rs:90:22 Oct 11 04:48:17.477 INFO kablam! | Oct 11 04:48:17.477 INFO kablam! 90 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.477 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.477 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:93:22 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 93 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:115:34 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 115 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:118:27 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 118 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:126:22 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 126 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:129:22 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 129 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:155:34 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 155 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:158:27 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 158 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:166:22 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 166 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:169:22 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 169 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:217:34 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 217 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.478 INFO kablam! Oct 11 04:48:17.478 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.478 INFO kablam! --> src/models.rs:220:27 Oct 11 04:48:17.478 INFO kablam! | Oct 11 04:48:17.478 INFO kablam! 220 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.478 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.479 INFO kablam! Oct 11 04:48:17.479 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.479 INFO kablam! --> src/models.rs:228:22 Oct 11 04:48:17.479 INFO kablam! | Oct 11 04:48:17.479 INFO kablam! 228 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.479 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.479 INFO kablam! Oct 11 04:48:17.479 INFO kablam! warning: unused variable: `conn` Oct 11 04:48:17.479 INFO kablam! --> src/models.rs:231:22 Oct 11 04:48:17.479 INFO kablam! | Oct 11 04:48:17.479 INFO kablam! 231 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 11 04:48:17.479 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 11 04:48:17.479 INFO kablam! Oct 11 04:48:17.596 INFO kablam! warning: field is never used: `creds` Oct 11 04:48:17.596 INFO kablam! --> src/api.rs:18:5 Oct 11 04:48:17.597 INFO kablam! | Oct 11 04:48:17.597 INFO kablam! 18 | creds: Credentials, Oct 11 04:48:17.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.597 INFO kablam! | Oct 11 04:48:17.597 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:17.597 INFO kablam! Oct 11 04:48:17.597 INFO kablam! warning: method is never used: `get_json` Oct 11 04:48:17.597 INFO kablam! --> src/api.rs:27:5 Oct 11 04:48:17.597 INFO kablam! | Oct 11 04:48:17.597 INFO kablam! 27 | pub fn get_json(&self, url: &str) -> Result { Oct 11 04:48:17.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.597 INFO kablam! Oct 11 04:48:17.597 INFO kablam! warning: field is never used: `conn_config` Oct 11 04:48:17.597 INFO kablam! --> src/dao.rs:23:5 Oct 11 04:48:17.597 INFO kablam! | Oct 11 04:48:17.597 INFO kablam! 23 | conn_config: ConnectionConfig, Oct 11 04:48:17.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.597 INFO kablam! Oct 11 04:48:17.597 INFO kablam! warning: field is never used: `connection` Oct 11 04:48:17.597 INFO kablam! --> src/dao.rs:24:5 Oct 11 04:48:17.597 INFO kablam! | Oct 11 04:48:17.597 INFO kablam! 24 | connection: Connection, Oct 11 04:48:17.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:17.598 INFO kablam! Oct 11 04:48:17.598 INFO kablam! warning: function is never used: `serialize` Oct 11 04:48:17.598 INFO kablam! --> src/models.rs:11:5 Oct 11 04:48:17.598 INFO kablam! | Oct 11 04:48:17.598 INFO kablam! 11 | / pub fn serialize(date: &DateTime, serializer: S) -> Result Oct 11 04:48:17.598 INFO kablam! 12 | | where Oct 11 04:48:17.598 INFO kablam! 13 | | S: Serializer, Oct 11 04:48:17.598 INFO kablam! 14 | | { Oct 11 04:48:17.598 INFO kablam! 15 | | let s = format!("{}", date.format(FORMAT)); Oct 11 04:48:17.598 INFO kablam! 16 | | serializer.serialize_str(&s) Oct 11 04:48:17.598 INFO kablam! 17 | | } Oct 11 04:48:17.598 INFO kablam! | |_____^ Oct 11 04:48:17.598 INFO kablam! Oct 11 04:48:17.611 INFO kablam! warning: structure field `RouteID` should have a snake case name such as `route_id` Oct 11 04:48:17.611 INFO kablam! --> src/models.rs:191:5 Oct 11 04:48:17.611 INFO kablam! | Oct 11 04:48:17.611 INFO kablam! 191 | RouteID: String, Oct 11 04:48:17.611 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:17.611 INFO kablam! | Oct 11 04:48:17.611 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:48:17.611 INFO kablam! Oct 11 04:48:18.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.38s Oct 11 04:48:18.024 INFO kablam! su: No module specific data is present Oct 11 04:48:18.305 INFO running `"docker" "rm" "-f" "febc229c3449a8011b16abd7b16e7100fa7a33881f086d64e5d0c4dcd582db1a"` Oct 11 04:48:18.388 INFO blam! febc229c3449a8011b16abd7b16e7100fa7a33881f086d64e5d0c4dcd582db1a Oct 11 04:48:18.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:48:18.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:18.541 INFO blam! 8a469247f615fe6671c7c08c56f2a52511273dbffacdd711d4e2b118d430ded1 Oct 11 04:48:18.543 INFO running `"docker" "start" "-a" "8a469247f615fe6671c7c08c56f2a52511273dbffacdd711d4e2b118d430ded1"` Oct 11 04:48:18.988 INFO kablam! usermod: no changes Oct 11 04:48:19.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 11 04:48:19.170 INFO kablam! Running /target/debug/deps/wmata-741c0926025a1678 Oct 11 04:48:19.172 INFO blam! Oct 11 04:48:19.172 INFO blam! running 0 tests Oct 11 04:48:19.172 INFO blam! Oct 11 04:48:19.172 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:19.172 INFO blam! Oct 11 04:48:19.173 INFO kablam! su: No module specific data is present Oct 11 04:48:19.438 INFO running `"docker" "rm" "-f" "8a469247f615fe6671c7c08c56f2a52511273dbffacdd711d4e2b118d430ded1"` Oct 11 04:48:19.555 INFO blam! 8a469247f615fe6671c7c08c56f2a52511273dbffacdd711d4e2b118d430ded1