Oct 15 07:17:49.276 INFO testing Riuchando/train-crud against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:17:49.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:17:49.710 INFO blam! 0cfb723bc1b87cac7c0450ad5ebb0e5d94319e684fb60a66c7ada72acfafbb69 Oct 15 07:17:49.713 INFO running `"docker" "start" "-a" "0cfb723bc1b87cac7c0450ad5ebb0e5d94319e684fb60a66c7ada72acfafbb69"` Oct 15 07:17:50.768 INFO kablam! usermod: no changes Oct 15 07:17:51.143 INFO kablam! Compiling uuid v0.5.1 Oct 15 07:17:51.143 INFO kablam! Compiling backtrace-sys v0.1.21 Oct 15 07:17:51.147 INFO kablam! Compiling phf_shared v0.7.15 Oct 15 07:17:51.163 INFO kablam! Compiling chrono v0.4.2 Oct 15 07:17:51.163 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 07:17:52.140 INFO kablam! Compiling backtrace v0.3.8 Oct 15 07:17:52.987 INFO kablam! Compiling phf_generator v0.7.15 Oct 15 07:17:52.987 INFO kablam! Compiling phf v0.7.15 Oct 15 07:17:54.442 INFO kablam! Compiling phf_codegen v0.7.15 Oct 15 07:17:55.139 INFO kablam! Compiling postgres v0.11.12 Oct 15 07:17:56.135 INFO kablam! Compiling failure v0.1.1 Oct 15 07:17:56.947 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 15 07:18:04.755 INFO kablam! Compiling hyper v0.11.27 Oct 15 07:18:22.673 INFO kablam! Compiling hyper-tls v0.1.3 Oct 15 07:18:25.475 INFO kablam! Compiling reqwest v0.8.5 Oct 15 07:18:36.571 INFO kablam! Compiling wmata v0.1.0 (/source) Oct 15 07:18:40.561 INFO kablam! warning: unused imports: `Connection`, `SslMode` Oct 15 07:18:40.562 INFO kablam! --> src/main.rs:11:16 Oct 15 07:18:40.562 INFO kablam! | Oct 15 07:18:40.562 INFO kablam! 11 | use postgres::{Connection, SslMode}; Oct 15 07:18:40.563 INFO kablam! | ^^^^^^^^^^ ^^^^^^^ Oct 15 07:18:40.563 INFO kablam! | Oct 15 07:18:40.563 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:18:40.564 INFO kablam! Oct 15 07:18:40.564 INFO kablam! warning: unused import: `reqwest::header` Oct 15 07:18:40.564 INFO kablam! --> src/main.rs:12:5 Oct 15 07:18:40.565 INFO kablam! | Oct 15 07:18:40.565 INFO kablam! 12 | use reqwest::header; Oct 15 07:18:40.565 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:40.566 INFO kablam! Oct 15 07:18:40.566 INFO kablam! warning: unused import: `std::fs::File` Oct 15 07:18:40.566 INFO kablam! --> src/main.rs:13:5 Oct 15 07:18:40.567 INFO kablam! | Oct 15 07:18:40.567 INFO kablam! 13 | use std::fs::File; Oct 15 07:18:40.567 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:18:40.568 INFO kablam! Oct 15 07:18:40.568 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:40.575 INFO kablam! --> src/main.rs:14:5 Oct 15 07:18:40.575 INFO kablam! | Oct 15 07:18:40.575 INFO kablam! 14 | use std::io::prelude::*; Oct 15 07:18:40.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:40.576 INFO kablam! Oct 15 07:18:40.576 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 15 07:18:40.576 INFO kablam! --> src/api.rs:1:14 Oct 15 07:18:40.577 INFO kablam! | Oct 15 07:18:40.577 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 15 07:18:40.577 INFO kablam! | ^^^^^^^^ ^^^ Oct 15 07:18:40.578 INFO kablam! Oct 15 07:18:40.578 INFO kablam! warning: unused import: `models` Oct 15 07:18:40.578 INFO kablam! --> src/api.rs:3:5 Oct 15 07:18:40.579 INFO kablam! | Oct 15 07:18:40.579 INFO kablam! 3 | use models; Oct 15 07:18:40.579 INFO kablam! | ^^^^^^ Oct 15 07:18:40.580 INFO kablam! Oct 15 07:18:40.580 INFO kablam! warning: unused import: `serde` Oct 15 07:18:40.580 INFO kablam! --> src/api.rs:6:5 Oct 15 07:18:40.581 INFO kablam! | Oct 15 07:18:40.581 INFO kablam! 6 | use serde; Oct 15 07:18:40.581 INFO kablam! | ^^^^^ Oct 15 07:18:40.581 INFO kablam! Oct 15 07:18:40.582 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:40.582 INFO kablam! --> src/api.rs:9:5 Oct 15 07:18:40.582 INFO kablam! | Oct 15 07:18:40.591 INFO kablam! 9 | use std::io::prelude::*; Oct 15 07:18:40.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:40.592 INFO kablam! Oct 15 07:18:40.592 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 15 07:18:40.592 INFO kablam! --> src/dao.rs:1:14 Oct 15 07:18:40.593 INFO kablam! | Oct 15 07:18:40.593 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 15 07:18:40.593 INFO kablam! | ^^^^^^^^ ^^^ Oct 15 07:18:40.593 INFO kablam! Oct 15 07:18:40.594 INFO kablam! warning: unused import: `models` Oct 15 07:18:40.594 INFO kablam! --> src/dao.rs:3:5 Oct 15 07:18:40.594 INFO kablam! | Oct 15 07:18:40.595 INFO kablam! 3 | use models; Oct 15 07:18:40.595 INFO kablam! | ^^^^^^ Oct 15 07:18:40.596 INFO kablam! Oct 15 07:18:40.596 INFO kablam! warning: unused import: `reqwest` Oct 15 07:18:40.596 INFO kablam! --> src/dao.rs:5:5 Oct 15 07:18:40.596 INFO kablam! | Oct 15 07:18:40.597 INFO kablam! 5 | use reqwest; Oct 15 07:18:40.597 INFO kablam! | ^^^^^^^ Oct 15 07:18:40.597 INFO kablam! Oct 15 07:18:40.598 INFO kablam! warning: unused import: `reqwest::header` Oct 15 07:18:40.598 INFO kablam! --> src/dao.rs:6:5 Oct 15 07:18:40.598 INFO kablam! | Oct 15 07:18:40.599 INFO kablam! 6 | use reqwest::header; Oct 15 07:18:40.599 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:40.599 INFO kablam! Oct 15 07:18:40.599 INFO kablam! warning: unused import: `serde` Oct 15 07:18:40.600 INFO kablam! --> src/dao.rs:7:5 Oct 15 07:18:40.600 INFO kablam! | Oct 15 07:18:40.600 INFO kablam! 7 | use serde; Oct 15 07:18:40.600 INFO kablam! | ^^^^^ Oct 15 07:18:40.601 INFO kablam! Oct 15 07:18:40.601 INFO kablam! warning: unused import: `std::fmt` Oct 15 07:18:40.601 INFO kablam! --> src/dao.rs:9:5 Oct 15 07:18:40.602 INFO kablam! | Oct 15 07:18:40.602 INFO kablam! 9 | use std::fmt; Oct 15 07:18:40.602 INFO kablam! | ^^^^^^^^ Oct 15 07:18:40.611 INFO kablam! Oct 15 07:18:40.611 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:40.611 INFO kablam! --> src/dao.rs:11:5 Oct 15 07:18:40.612 INFO kablam! | Oct 15 07:18:40.612 INFO kablam! 11 | use std::io::prelude::*; Oct 15 07:18:40.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:40.612 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `api` Oct 15 07:18:41.107 INFO kablam! --> src/main.rs:21:9 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 21 | let api = api::API::new("apiKeys.json")?; Oct 15 07:18:41.107 INFO kablam! | ^^^ help: consider using `_api` instead Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `dao` Oct 15 07:18:41.107 INFO kablam! --> src/main.rs:22:9 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 22 | let dao = dao::DAO::new("db.json"); Oct 15 07:18:41.107 INFO kablam! | ^^^ help: consider using `_dao` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:82:27 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 82 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:90:22 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 90 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:93:22 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 93 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:115:34 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 115 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:118:27 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 118 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:126:22 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 126 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:129:22 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 129 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:155:34 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 155 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:158:27 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 158 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:166:22 Oct 15 07:18:41.107 INFO kablam! | Oct 15 07:18:41.107 INFO kablam! 166 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.107 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.107 INFO kablam! Oct 15 07:18:41.107 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.107 INFO kablam! --> src/models.rs:169:22 Oct 15 07:18:41.108 INFO kablam! | Oct 15 07:18:41.108 INFO kablam! 169 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.108 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.108 INFO kablam! Oct 15 07:18:41.108 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.108 INFO kablam! --> src/models.rs:217:34 Oct 15 07:18:41.108 INFO kablam! | Oct 15 07:18:41.108 INFO kablam! 217 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.108 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.108 INFO kablam! Oct 15 07:18:41.108 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.108 INFO kablam! --> src/models.rs:220:27 Oct 15 07:18:41.108 INFO kablam! | Oct 15 07:18:41.108 INFO kablam! 220 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.108 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.108 INFO kablam! Oct 15 07:18:41.108 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.108 INFO kablam! --> src/models.rs:228:22 Oct 15 07:18:41.108 INFO kablam! | Oct 15 07:18:41.108 INFO kablam! 228 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.108 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.108 INFO kablam! Oct 15 07:18:41.108 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:41.108 INFO kablam! --> src/models.rs:231:22 Oct 15 07:18:41.108 INFO kablam! | Oct 15 07:18:41.108 INFO kablam! 231 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:41.108 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:41.108 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: field is never used: `creds` Oct 15 07:18:41.269 INFO kablam! --> src/api.rs:18:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 18 | creds: Credentials, Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: method is never used: `get_json` Oct 15 07:18:41.269 INFO kablam! --> src/api.rs:27:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 27 | pub fn get_json(&self, url: &str) -> Result { Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: field is never used: `conn_config` Oct 15 07:18:41.269 INFO kablam! --> src/dao.rs:23:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 23 | conn_config: ConnectionConfig, Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: field is never used: `connection` Oct 15 07:18:41.269 INFO kablam! --> src/dao.rs:24:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 24 | connection: Connection, Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: function is never used: `serialize` Oct 15 07:18:41.269 INFO kablam! --> src/models.rs:11:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 11 | / pub fn serialize(date: &DateTime, serializer: S) -> Result Oct 15 07:18:41.269 INFO kablam! 12 | | where Oct 15 07:18:41.269 INFO kablam! 13 | | S: Serializer, Oct 15 07:18:41.269 INFO kablam! 14 | | { Oct 15 07:18:41.269 INFO kablam! 15 | | let s = format!("{}", date.format(FORMAT)); Oct 15 07:18:41.269 INFO kablam! 16 | | serializer.serialize_str(&s) Oct 15 07:18:41.269 INFO kablam! 17 | | } Oct 15 07:18:41.269 INFO kablam! | |_____^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: constant item is never used: `BUS_POSITIONS_URL` Oct 15 07:18:41.269 INFO kablam! --> src/main.rs:24:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 24 | const BUS_POSITIONS_URL: &str = "https://api.wmata.com/Bus.svc/json/jBusPositions"; Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: constant item is never used: `ROUTES_URL` Oct 15 07:18:41.269 INFO kablam! --> src/main.rs:25:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 25 | const ROUTES_URL: &str = "https://api.wmata.com/Bus.svc/json/jRoutes"; Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.269 INFO kablam! warning: constant item is never used: `STATIONS_URL` Oct 15 07:18:41.269 INFO kablam! --> src/main.rs:26:5 Oct 15 07:18:41.269 INFO kablam! | Oct 15 07:18:41.269 INFO kablam! 26 | const STATIONS_URL: &str = "https://api.wmata.com/Rail.svc/json/jSrcStationToDstStationInfo"; Oct 15 07:18:41.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:41.269 INFO kablam! Oct 15 07:18:41.280 INFO kablam! warning: structure field `RouteID` should have a snake case name such as `route_id` Oct 15 07:18:41.280 INFO kablam! --> src/models.rs:191:5 Oct 15 07:18:41.280 INFO kablam! | Oct 15 07:18:41.280 INFO kablam! 191 | RouteID: String, Oct 15 07:18:41.280 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:41.280 INFO kablam! | Oct 15 07:18:41.280 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:18:41.280 INFO kablam! Oct 15 07:18:45.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.46s Oct 15 07:18:45.291 INFO kablam! su: No module specific data is present Oct 15 07:18:45.811 INFO running `"docker" "rm" "-f" "0cfb723bc1b87cac7c0450ad5ebb0e5d94319e684fb60a66c7ada72acfafbb69"` Oct 15 07:18:46.015 INFO blam! 0cfb723bc1b87cac7c0450ad5ebb0e5d94319e684fb60a66c7ada72acfafbb69 Oct 15 07:18:46.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:18:46.363 INFO blam! bcfc253a3292edd2b8922ae6928194db1f19fee8260313b19c5585c80641a529 Oct 15 07:18:46.374 INFO running `"docker" "start" "-a" "bcfc253a3292edd2b8922ae6928194db1f19fee8260313b19c5585c80641a529"` Oct 15 07:18:47.515 INFO kablam! usermod: no changes Oct 15 07:18:47.815 INFO kablam! Compiling wmata v0.1.0 (/source) Oct 15 07:18:51.479 INFO kablam! warning: unused imports: `Connection`, `SslMode` Oct 15 07:18:51.479 INFO kablam! --> src/main.rs:11:16 Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! 11 | use postgres::{Connection, SslMode}; Oct 15 07:18:51.479 INFO kablam! | ^^^^^^^^^^ ^^^^^^^ Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:18:51.479 INFO kablam! Oct 15 07:18:51.479 INFO kablam! warning: unused import: `reqwest::header` Oct 15 07:18:51.479 INFO kablam! --> src/main.rs:12:5 Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! 12 | use reqwest::header; Oct 15 07:18:51.479 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:51.479 INFO kablam! Oct 15 07:18:51.479 INFO kablam! warning: unused import: `std::fs::File` Oct 15 07:18:51.479 INFO kablam! --> src/main.rs:13:5 Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! 13 | use std::fs::File; Oct 15 07:18:51.479 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:18:51.479 INFO kablam! Oct 15 07:18:51.479 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:51.479 INFO kablam! --> src/main.rs:14:5 Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! 14 | use std::io::prelude::*; Oct 15 07:18:51.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:51.479 INFO kablam! Oct 15 07:18:51.479 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 15 07:18:51.479 INFO kablam! --> src/api.rs:1:14 Oct 15 07:18:51.479 INFO kablam! | Oct 15 07:18:51.479 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^ ^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `models` Oct 15 07:18:51.480 INFO kablam! --> src/api.rs:3:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 3 | use models; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `serde` Oct 15 07:18:51.480 INFO kablam! --> src/api.rs:6:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 6 | use serde; Oct 15 07:18:51.480 INFO kablam! | ^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:51.480 INFO kablam! --> src/api.rs:9:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 9 | use std::io::prelude::*; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused imports: `DateTime`, `Utc` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:1:14 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 1 | use chrono::{DateTime, Utc}; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^ ^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `models` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:3:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 3 | use models; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `reqwest` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:5:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 5 | use reqwest; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `reqwest::header` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:6:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 6 | use reqwest::header; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `serde` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:7:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 7 | use serde; Oct 15 07:18:51.480 INFO kablam! | ^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `std::fmt` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:9:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 9 | use std::fmt; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.480 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 07:18:51.480 INFO kablam! --> src/dao.rs:11:5 Oct 15 07:18:51.480 INFO kablam! | Oct 15 07:18:51.480 INFO kablam! 11 | use std::io::prelude::*; Oct 15 07:18:51.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:51.480 INFO kablam! Oct 15 07:18:51.951 INFO kablam! warning: unused variable: `api` Oct 15 07:18:51.951 INFO kablam! --> src/main.rs:21:9 Oct 15 07:18:51.951 INFO kablam! | Oct 15 07:18:51.951 INFO kablam! 21 | let api = api::API::new("apiKeys.json")?; Oct 15 07:18:51.952 INFO kablam! | ^^^ help: consider using `_api` instead Oct 15 07:18:51.952 INFO kablam! | Oct 15 07:18:51.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:18:51.953 INFO kablam! Oct 15 07:18:51.953 INFO kablam! warning: unused variable: `dao` Oct 15 07:18:51.953 INFO kablam! --> src/main.rs:22:9 Oct 15 07:18:51.953 INFO kablam! | Oct 15 07:18:51.954 INFO kablam! 22 | let dao = dao::DAO::new("db.json"); Oct 15 07:18:51.954 INFO kablam! | ^^^ help: consider using `_dao` instead Oct 15 07:18:51.954 INFO kablam! Oct 15 07:18:51.954 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.955 INFO kablam! --> src/models.rs:82:27 Oct 15 07:18:51.955 INFO kablam! | Oct 15 07:18:51.955 INFO kablam! 82 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.956 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.956 INFO kablam! Oct 15 07:18:51.956 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.957 INFO kablam! --> src/models.rs:90:22 Oct 15 07:18:51.957 INFO kablam! | Oct 15 07:18:51.957 INFO kablam! 90 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.958 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.958 INFO kablam! Oct 15 07:18:51.958 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.958 INFO kablam! --> src/models.rs:93:22 Oct 15 07:18:51.959 INFO kablam! | Oct 15 07:18:51.959 INFO kablam! 93 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.959 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.960 INFO kablam! Oct 15 07:18:51.960 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.960 INFO kablam! --> src/models.rs:115:34 Oct 15 07:18:51.961 INFO kablam! | Oct 15 07:18:51.961 INFO kablam! 115 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.961 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.962 INFO kablam! Oct 15 07:18:51.962 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.962 INFO kablam! --> src/models.rs:118:27 Oct 15 07:18:51.962 INFO kablam! | Oct 15 07:18:51.963 INFO kablam! 118 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.963 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.963 INFO kablam! Oct 15 07:18:51.964 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.964 INFO kablam! --> src/models.rs:126:22 Oct 15 07:18:51.964 INFO kablam! | Oct 15 07:18:51.964 INFO kablam! 126 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.965 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.965 INFO kablam! Oct 15 07:18:51.965 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.965 INFO kablam! --> src/models.rs:129:22 Oct 15 07:18:51.966 INFO kablam! | Oct 15 07:18:51.966 INFO kablam! 129 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.966 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.967 INFO kablam! Oct 15 07:18:51.967 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.967 INFO kablam! --> src/models.rs:155:34 Oct 15 07:18:51.967 INFO kablam! | Oct 15 07:18:51.968 INFO kablam! 155 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.968 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.968 INFO kablam! Oct 15 07:18:51.969 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.969 INFO kablam! --> src/models.rs:158:27 Oct 15 07:18:51.969 INFO kablam! | Oct 15 07:18:51.969 INFO kablam! 158 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.970 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.970 INFO kablam! Oct 15 07:18:51.970 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.971 INFO kablam! --> src/models.rs:166:22 Oct 15 07:18:51.971 INFO kablam! | Oct 15 07:18:51.971 INFO kablam! 166 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.971 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.972 INFO kablam! Oct 15 07:18:51.972 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.972 INFO kablam! --> src/models.rs:169:22 Oct 15 07:18:51.972 INFO kablam! | Oct 15 07:18:51.972 INFO kablam! 169 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.972 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.972 INFO kablam! Oct 15 07:18:51.972 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.972 INFO kablam! --> src/models.rs:217:34 Oct 15 07:18:51.972 INFO kablam! | Oct 15 07:18:51.972 INFO kablam! 217 | fn create_table_if_not_exits(conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.972 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.972 INFO kablam! Oct 15 07:18:51.972 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.972 INFO kablam! --> src/models.rs:220:27 Oct 15 07:18:51.972 INFO kablam! | Oct 15 07:18:51.972 INFO kablam! 220 | fn insert_item(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.972 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.972 INFO kablam! Oct 15 07:18:51.972 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.973 INFO kablam! --> src/models.rs:228:22 Oct 15 07:18:51.973 INFO kablam! | Oct 15 07:18:51.973 INFO kablam! 228 | fn update(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.973 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.973 INFO kablam! Oct 15 07:18:51.973 INFO kablam! warning: unused variable: `conn` Oct 15 07:18:51.973 INFO kablam! --> src/models.rs:231:22 Oct 15 07:18:51.973 INFO kablam! | Oct 15 07:18:51.973 INFO kablam! 231 | fn delete(&self, conn: Connection) -> Result<(), Error> { Oct 15 07:18:51.973 INFO kablam! | ^^^^ help: consider using `_conn` instead Oct 15 07:18:51.973 INFO kablam! Oct 15 07:18:52.155 INFO kablam! warning: field is never used: `creds` Oct 15 07:18:52.156 INFO kablam! --> src/api.rs:18:5 Oct 15 07:18:52.156 INFO kablam! | Oct 15 07:18:52.156 INFO kablam! 18 | creds: Credentials, Oct 15 07:18:52.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:18:52.157 INFO kablam! | Oct 15 07:18:52.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:18:52.157 INFO kablam! Oct 15 07:18:52.158 INFO kablam! warning: method is never used: `get_json` Oct 15 07:18:52.158 INFO kablam! --> src/api.rs:27:5 Oct 15 07:18:52.158 INFO kablam! | Oct 15 07:18:52.159 INFO kablam! 27 | pub fn get_json(&self, url: &str) -> Result { Oct 15 07:18:52.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:52.159 INFO kablam! Oct 15 07:18:52.160 INFO kablam! warning: field is never used: `conn_config` Oct 15 07:18:52.160 INFO kablam! --> src/dao.rs:23:5 Oct 15 07:18:52.160 INFO kablam! | Oct 15 07:18:52.160 INFO kablam! 23 | conn_config: ConnectionConfig, Oct 15 07:18:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:52.161 INFO kablam! Oct 15 07:18:52.161 INFO kablam! warning: field is never used: `connection` Oct 15 07:18:52.161 INFO kablam! --> src/dao.rs:24:5 Oct 15 07:18:52.162 INFO kablam! | Oct 15 07:18:52.162 INFO kablam! 24 | connection: Connection, Oct 15 07:18:52.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:18:52.162 INFO kablam! Oct 15 07:18:52.163 INFO kablam! warning: function is never used: `serialize` Oct 15 07:18:52.163 INFO kablam! --> src/models.rs:11:5 Oct 15 07:18:52.163 INFO kablam! | Oct 15 07:18:52.164 INFO kablam! 11 | / pub fn serialize(date: &DateTime, serializer: S) -> Result Oct 15 07:18:52.164 INFO kablam! 12 | | where Oct 15 07:18:52.164 INFO kablam! 13 | | S: Serializer, Oct 15 07:18:52.164 INFO kablam! 14 | | { Oct 15 07:18:52.165 INFO kablam! 15 | | let s = format!("{}", date.format(FORMAT)); Oct 15 07:18:52.165 INFO kablam! 16 | | serializer.serialize_str(&s) Oct 15 07:18:52.165 INFO kablam! 17 | | } Oct 15 07:18:52.166 INFO kablam! | |_____^ Oct 15 07:18:52.166 INFO kablam! Oct 15 07:18:52.166 INFO kablam! warning: structure field `RouteID` should have a snake case name such as `route_id` Oct 15 07:18:52.167 INFO kablam! --> src/models.rs:191:5 Oct 15 07:18:52.167 INFO kablam! | Oct 15 07:18:52.167 INFO kablam! 191 | RouteID: String, Oct 15 07:18:52.167 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:18:52.168 INFO kablam! | Oct 15 07:18:52.168 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:18:52.168 INFO kablam! Oct 15 07:18:52.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.22s Oct 15 07:18:52.811 INFO kablam! su: No module specific data is present Oct 15 07:18:53.773 INFO running `"docker" "rm" "-f" "bcfc253a3292edd2b8922ae6928194db1f19fee8260313b19c5585c80641a529"` Oct 15 07:18:54.130 INFO blam! bcfc253a3292edd2b8922ae6928194db1f19fee8260313b19c5585c80641a529 Oct 15 07:18:54.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:18:54.575 INFO blam! f5aa5df08a6249924a627396c6af2c2ba04e445f6cc2281478a8f29983d6bd83 Oct 15 07:18:54.587 INFO running `"docker" "start" "-a" "f5aa5df08a6249924a627396c6af2c2ba04e445f6cc2281478a8f29983d6bd83"` Oct 15 07:18:55.651 INFO kablam! usermod: no changes Oct 15 07:18:55.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 15 07:18:55.967 INFO kablam! Running /target/debug/deps/wmata-592433f8f0f0ca64 Oct 15 07:18:55.989 INFO blam! Oct 15 07:18:55.989 INFO blam! running 0 tests Oct 15 07:18:55.989 INFO blam! Oct 15 07:18:55.989 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:18:55.989 INFO blam! Oct 15 07:18:55.999 INFO kablam! su: No module specific data is present Oct 15 07:18:56.875 INFO running `"docker" "rm" "-f" "f5aa5df08a6249924a627396c6af2c2ba04e445f6cc2281478a8f29983d6bd83"` Oct 15 07:18:57.203 INFO blam! f5aa5df08a6249924a627396c6af2c2ba04e445f6cc2281478a8f29983d6bd83