Oct 10 12:54:55.972 INFO testing uma0317/line-messaging-api-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:54:55.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:54:55.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:54:56.417 INFO blam! 5d57d08bd246ae92e60b0b98177fd7c320ab8103171fbeb6412b6af734806f42 Oct 10 12:54:56.422 INFO running `"docker" "start" "-a" "5d57d08bd246ae92e60b0b98177fd7c320ab8103171fbeb6412b6af734806f42"` Oct 10 12:54:57.855 INFO kablam! usermod: no changes Oct 10 12:54:58.160 INFO kablam! Compiling mio v0.6.14 Oct 10 12:54:58.160 INFO kablam! Compiling want v0.0.4 Oct 10 12:54:58.179 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 12:54:58.192 INFO kablam! Compiling serde_json v1.0.20 Oct 10 12:54:58.196 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 10 12:54:58.200 INFO kablam! Compiling openssl v0.9.24 Oct 10 12:54:58.200 INFO kablam! Compiling libflate v0.1.15 Oct 10 12:54:58.200 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 10 12:55:01.956 INFO kablam! Compiling crypto-mac v0.6.0 Oct 10 12:55:02.699 INFO kablam! Compiling hmac v0.6.2 Oct 10 12:55:03.140 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 10 12:55:08.143 INFO kablam! Compiling tokio-fs v0.1.0 Oct 10 12:55:08.644 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 12:55:11.032 INFO kablam! Compiling native-tls v0.1.5 Oct 10 12:55:11.265 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 12:55:11.265 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 12:55:12.756 INFO kablam! Compiling tokio v0.1.7 Oct 10 12:55:15.597 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 12:55:19.168 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 12:55:19.168 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 12:55:23.800 INFO kablam! Compiling hyper v0.11.27 Oct 10 12:55:35.128 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 12:55:38.172 INFO kablam! Compiling reqwest v0.8.6 Oct 10 12:55:48.144 INFO kablam! Compiling line-messaging-api-rust v0.1.1 (/source) Oct 10 12:55:54.725 INFO kablam! warning: unused import: `serde_json::Value` Oct 10 12:55:54.725 INFO kablam! --> src/events.rs:1:5 Oct 10 12:55:54.725 INFO kablam! | Oct 10 12:55:54.725 INFO kablam! 1 | use serde_json::Value; Oct 10 12:55:54.725 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:55:54.725 INFO kablam! | Oct 10 12:55:54.725 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:55:54.725 INFO kablam! Oct 10 12:55:54.725 INFO kablam! warning: unused import: `serde_json::Error` Oct 10 12:55:54.725 INFO kablam! --> src/utils.rs:3:5 Oct 10 12:55:54.725 INFO kablam! | Oct 10 12:55:54.726 INFO kablam! 3 | use serde_json::Error; Oct 10 12:55:54.726 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:55:54.726 INFO kablam! Oct 10 12:55:54.726 INFO kablam! warning: unused import: `ReplyableEvent` Oct 10 12:55:54.726 INFO kablam! --> src/utils.rs:6:15 Oct 10 12:55:54.726 INFO kablam! | Oct 10 12:55:54.726 INFO kablam! 6 | use events::{ ReplyableEvent }; Oct 10 12:55:54.726 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:55:54.726 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `text` Oct 10 12:55:57.153 INFO kablam! --> src/actions.rs:105:91 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 105 | pub fn create_postback_with_display_text(label: &str, data: &str, display_text: &str, text: &str) -> Action { Oct 10 12:55:57.153 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `user_id` Oct 10 12:55:57.153 INFO kablam! --> src/bot.rs:102:47 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 102 | LineSourceType::Group { group_id, user_id } => format!("/group/{}/leave", group_id), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `user_id` Oct 10 12:55:57.153 INFO kablam! --> src/bot.rs:103:45 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 103 | LineSourceType::Room { room_id, user_id } => format!("/room/{}/leave", room_id), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `options` Oct 10 12:55:57.153 INFO kablam! --> src/bot.rs:119:53 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 119 | pub fn post(&self, endpoint: &str, data: Value, options: Value) -> Response{ Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `template` Oct 10 12:55:57.153 INFO kablam! --> src/messages.rs:100:51 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 100 | LineMessageType::Template { alt_text, template } => Some(alt_text), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `template: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.153 INFO kablam! --> src/messages.rs:101:51 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `base_size` Oct 10 12:55:57.153 INFO kablam! --> src/messages.rs:101:61 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `actions` Oct 10 12:55:57.153 INFO kablam! --> src/messages.rs:101:72 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.153 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.153 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:55:57.153 INFO kablam! Oct 10 12:55:57.153 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.153 INFO kablam! --> src/messages.rs:108:41 Oct 10 12:55:57.153 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 108 | LineMessageType::Template { alt_text, template } => Some(template), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `title` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:115:41 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:55:57.154 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `latitude` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:115:57 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `longitude` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:115:67 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `title` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:122:41 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `address` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:122:48 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `longitude` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:122:67 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `title` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:129:41 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `address` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:129:48 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `latitude` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:129:57 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:136:51 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `base_size` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:136:61 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `actions` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:136:72 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `base_url` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:143:41 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:143:51 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:55:57.154 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.154 INFO kablam! Oct 10 12:55:57.154 INFO kablam! warning: unused variable: `actions` Oct 10 12:55:57.154 INFO kablam! --> src/messages.rs:143:72 Oct 10 12:55:57.154 INFO kablam! | Oct 10 12:55:57.154 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `base_url` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:150:41 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:150:51 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `actions` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:150:72 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `base_url` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:157:41 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:157:51 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `actions` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:157:72 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.155 INFO kablam! warning: unused variable: `base_url` Oct 10 12:55:57.155 INFO kablam! --> src/messages.rs:164:41 Oct 10 12:55:57.155 INFO kablam! | Oct 10 12:55:57.155 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:55:57.155 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:55:57.155 INFO kablam! Oct 10 12:55:57.170 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.170 INFO kablam! --> src/messages.rs:164:51 Oct 10 12:55:57.170 INFO kablam! | Oct 10 12:55:57.170 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:55:57.170 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:55:57.170 INFO kablam! Oct 10 12:55:57.170 INFO kablam! warning: unused variable: `base_size` Oct 10 12:55:57.170 INFO kablam! --> src/messages.rs:164:61 Oct 10 12:55:57.170 INFO kablam! | Oct 10 12:55:57.170 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:55:57.170 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.171 INFO kablam! warning: unused variable: `file_size` Oct 10 12:55:57.171 INFO kablam! --> src/messages.rs:171:48 Oct 10 12:55:57.171 INFO kablam! | Oct 10 12:55:57.171 INFO kablam! 171 | LineMessageType::File { file_name, file_size } => Some(file_name), Oct 10 12:55:57.171 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_size: _` Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.171 INFO kablam! warning: unused variable: `file_name` Oct 10 12:55:57.171 INFO kablam! --> src/messages.rs:178:37 Oct 10 12:55:57.171 INFO kablam! | Oct 10 12:55:57.171 INFO kablam! 178 | LineMessageType::File { file_name, file_size } => Some(file_size), Oct 10 12:55:57.171 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_name: _` Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.171 INFO kablam! warning: unused variable: `sticker_id` Oct 10 12:55:57.171 INFO kablam! --> src/messages.rs:185:52 Oct 10 12:55:57.171 INFO kablam! | Oct 10 12:55:57.171 INFO kablam! 185 | LineMessageType::Sticker { package_id, sticker_id } => Some(package_id), Oct 10 12:55:57.171 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `sticker_id: _` Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.171 INFO kablam! warning: unused variable: `package_id` Oct 10 12:55:57.171 INFO kablam! --> src/messages.rs:192:40 Oct 10 12:55:57.171 INFO kablam! | Oct 10 12:55:57.171 INFO kablam! 192 | LineMessageType::Sticker { package_id, sticker_id } => Some(sticker_id), Oct 10 12:55:57.171 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `package_id: _` Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.171 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:55:57.171 INFO kablam! --> src/templates.rs:40:37 Oct 10 12:55:57.171 INFO kablam! | Oct 10 12:55:57.171 INFO kablam! 40 | pub fn new (kind: TemplateType, alt_text: &str) -> TemplateComponent { Oct 10 12:55:57.171 INFO kablam! | ^^^^^^^^ help: consider using `_alt_text` instead Oct 10 12:55:57.171 INFO kablam! Oct 10 12:55:57.885 INFO kablam! warning: unused attribute Oct 10 12:55:57.885 INFO kablam! --> src/templates.rs:88:5 Oct 10 12:55:57.885 INFO kablam! | Oct 10 12:55:57.885 INFO kablam! 88 | #[derive(rename = "thumbnailImageUrl")] Oct 10 12:55:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:55:57.885 INFO kablam! | Oct 10 12:55:57.885 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 12:55:57.885 INFO kablam! Oct 10 12:56:00.888 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 10 12:56:00.895 INFO kablam! su: No module specific data is present Oct 10 12:56:01.680 INFO running `"docker" "rm" "-f" "5d57d08bd246ae92e60b0b98177fd7c320ab8103171fbeb6412b6af734806f42"` Oct 10 12:56:02.144 INFO blam! 5d57d08bd246ae92e60b0b98177fd7c320ab8103171fbeb6412b6af734806f42 Oct 10 12:56:02.146 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:56:02.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:56:02.514 INFO blam! 9269e84f7a3c6d3e55ffec1da5396e5540cb15c6e5d3ac63bf995a2b42adbe9a Oct 10 12:56:02.515 INFO running `"docker" "start" "-a" "9269e84f7a3c6d3e55ffec1da5396e5540cb15c6e5d3ac63bf995a2b42adbe9a"` Oct 10 12:56:03.540 INFO kablam! usermod: no changes Oct 10 12:56:03.851 INFO kablam! Compiling line-messaging-api-rust v0.1.1 (/source) Oct 10 12:56:10.276 INFO kablam! warning: unused import: `line::models::LineBotConfig` Oct 10 12:56:10.276 INFO kablam! --> tests/integration_test.rs:5:5 Oct 10 12:56:10.276 INFO kablam! | Oct 10 12:56:10.276 INFO kablam! 5 | use line::models::LineBotConfig; Oct 10 12:56:10.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:10.277 INFO kablam! | Oct 10 12:56:10.277 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:56:10.277 INFO kablam! Oct 10 12:56:10.277 INFO kablam! warning: unused imports: `ReplyableEventType`, `ReplyableEvent` Oct 10 12:56:10.277 INFO kablam! --> tests/integration_test.rs:7:21 Oct 10 12:56:10.277 INFO kablam! | Oct 10 12:56:10.277 INFO kablam! 7 | use line::events::{ ReplyableEventType, ReplyableEvent }; Oct 10 12:56:10.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 10 12:56:10.277 INFO kablam! Oct 10 12:56:10.277 INFO kablam! warning: unused imports: `LineSourceType`, `LineSource` Oct 10 12:56:10.277 INFO kablam! --> tests/integration_test.rs:8:22 Oct 10 12:56:10.277 INFO kablam! | Oct 10 12:56:10.277 INFO kablam! 8 | use line::sources::{ LineSourceType, LineSource }; Oct 10 12:56:10.277 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Oct 10 12:56:10.277 INFO kablam! Oct 10 12:56:10.277 INFO kablam! warning: unused imports: `Error`, `Value` Oct 10 12:56:10.277 INFO kablam! --> tests/integration_test.rs:10:18 Oct 10 12:56:10.277 INFO kablam! | Oct 10 12:56:10.277 INFO kablam! 10 | use serde_json::{Value, Error}; Oct 10 12:56:10.277 INFO kablam! | ^^^^^ ^^^^^ Oct 10 12:56:10.277 INFO kablam! Oct 10 12:56:10.277 INFO kablam! warning: unused import: `std::env` Oct 10 12:56:10.278 INFO kablam! --> tests/common/mod.rs:11:5 Oct 10 12:56:10.278 INFO kablam! | Oct 10 12:56:10.278 INFO kablam! 11 | use std::env; Oct 10 12:56:10.278 INFO kablam! | ^^^^^^^^ Oct 10 12:56:10.278 INFO kablam! Oct 10 12:56:10.278 INFO kablam! warning: unused import: `serde_json::value::Value` Oct 10 12:56:10.278 INFO kablam! --> tests/utils_test/mod.rs:4:5 Oct 10 12:56:10.278 INFO kablam! | Oct 10 12:56:10.278 INFO kablam! 4 | use serde_json::value::Value; Oct 10 12:56:10.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:10.278 INFO kablam! Oct 10 12:56:10.278 INFO kablam! warning: unused import: `line::bot::LineBot` Oct 10 12:56:10.278 INFO kablam! --> tests/utils_test/mod.rs:8:5 Oct 10 12:56:10.278 INFO kablam! | Oct 10 12:56:10.278 INFO kablam! 8 | use line::bot::LineBot; Oct 10 12:56:10.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 12:56:10.278 INFO kablam! Oct 10 12:56:10.278 INFO kablam! warning: unused import: `line::flex_message::components::Component` Oct 10 12:56:10.278 INFO kablam! --> tests/flex_message_test/component_builder_test.rs:4:5 Oct 10 12:56:10.278 INFO kablam! | Oct 10 12:56:10.278 INFO kablam! 4 | use line::flex_message::components::Component; Oct 10 12:56:10.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:10.278 INFO kablam! Oct 10 12:56:10.278 INFO kablam! warning: unused imports: `BlockStyle`, `BubbleStyle` Oct 10 12:56:10.279 INFO kablam! --> tests/flex_message_test/containers_test.rs:4:42 Oct 10 12:56:10.279 INFO kablam! | Oct 10 12:56:10.279 INFO kablam! 4 | use line::flex_message::styles::{ Style, BlockStyle, BubbleStyle }; Oct 10 12:56:10.279 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^ Oct 10 12:56:10.279 INFO kablam! Oct 10 12:56:10.461 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.461 INFO kablam! --> tests/events_test/mod.rs:11:9 Oct 10 12:56:10.461 INFO kablam! | Oct 10 12:56:10.461 INFO kablam! 11 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.461 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.461 INFO kablam! | Oct 10 12:56:10.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:56:10.461 INFO kablam! Oct 10 12:56:10.461 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.461 INFO kablam! --> tests/events_test/mod.rs:17:9 Oct 10 12:56:10.461 INFO kablam! | Oct 10 12:56:10.461 INFO kablam! 17 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.461 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.461 INFO kablam! Oct 10 12:56:10.461 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.461 INFO kablam! --> tests/events_test/mod.rs:23:9 Oct 10 12:56:10.461 INFO kablam! | Oct 10 12:56:10.461 INFO kablam! 23 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.462 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.462 INFO kablam! Oct 10 12:56:10.462 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.462 INFO kablam! --> tests/events_test/mod.rs:29:9 Oct 10 12:56:10.462 INFO kablam! | Oct 10 12:56:10.462 INFO kablam! 29 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.462 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.462 INFO kablam! Oct 10 12:56:10.462 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.462 INFO kablam! --> tests/events_test/mod.rs:35:9 Oct 10 12:56:10.462 INFO kablam! | Oct 10 12:56:10.462 INFO kablam! 35 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.462 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.462 INFO kablam! Oct 10 12:56:10.462 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.462 INFO kablam! --> tests/events_test/mod.rs:41:9 Oct 10 12:56:10.462 INFO kablam! | Oct 10 12:56:10.462 INFO kablam! 41 | let content: LineEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.462 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.462 INFO kablam! Oct 10 12:56:10.462 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.462 INFO kablam! --> tests/events_test/mod.rs:47:9 Oct 10 12:56:10.462 INFO kablam! | Oct 10 12:56:10.462 INFO kablam! 47 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.462 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.462 INFO kablam! Oct 10 12:56:10.463 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.463 INFO kablam! --> tests/events_test/mod.rs:53:9 Oct 10 12:56:10.463 INFO kablam! | Oct 10 12:56:10.463 INFO kablam! 53 | let content: LineEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.463 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.463 INFO kablam! Oct 10 12:56:10.463 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.463 INFO kablam! --> tests/events_test/mod.rs:60:9 Oct 10 12:56:10.463 INFO kablam! | Oct 10 12:56:10.463 INFO kablam! 60 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.463 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.463 INFO kablam! Oct 10 12:56:10.463 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.463 INFO kablam! --> tests/events_test/mod.rs:67:9 Oct 10 12:56:10.463 INFO kablam! | Oct 10 12:56:10.463 INFO kablam! 67 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.463 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.463 INFO kablam! Oct 10 12:56:10.463 INFO kablam! warning: unused variable: `content` Oct 10 12:56:10.463 INFO kablam! --> tests/events_test/mod.rs:73:9 Oct 10 12:56:10.463 INFO kablam! | Oct 10 12:56:10.463 INFO kablam! 73 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 10 12:56:10.463 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 10 12:56:10.463 INFO kablam! Oct 10 12:56:10.463 INFO kablam! warning: value assigned to `url` is never read Oct 10 12:56:10.464 INFO kablam! --> tests/messages_test/mod.rs:183:13 Oct 10 12:56:10.464 INFO kablam! | Oct 10 12:56:10.464 INFO kablam! 183 | let mut url = String::new(); Oct 10 12:56:10.464 INFO kablam! | ^^^ Oct 10 12:56:10.464 INFO kablam! | Oct 10 12:56:10.464 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 12:56:10.464 INFO kablam! Oct 10 12:56:10.464 INFO kablam! warning: unused variable: `separator` Oct 10 12:56:10.464 INFO kablam! --> tests/messages_test/mod.rs:193:9 Oct 10 12:56:10.464 INFO kablam! | Oct 10 12:56:10.464 INFO kablam! 193 | let separator = ComponentBuilder::new().build_separator(); Oct 10 12:56:10.464 INFO kablam! | ^^^^^^^^^ help: consider using `_separator` instead Oct 10 12:56:10.464 INFO kablam! Oct 10 12:56:10.464 INFO kablam! warning: unused variable: `filler` Oct 10 12:56:10.464 INFO kablam! --> tests/messages_test/mod.rs:240:9 Oct 10 12:56:10.464 INFO kablam! | Oct 10 12:56:10.464 INFO kablam! 240 | let filler = ComponentBuilder::new() Oct 10 12:56:10.464 INFO kablam! | ^^^^^^ help: consider using `_filler` instead Oct 10 12:56:10.464 INFO kablam! Oct 10 12:56:10.464 INFO kablam! warning: unused variable: `filler` Oct 10 12:56:10.464 INFO kablam! --> tests/messages_test/mod.rs:324:9 Oct 10 12:56:10.464 INFO kablam! | Oct 10 12:56:10.464 INFO kablam! 324 | let filler = ComponentBuilder::new() Oct 10 12:56:10.464 INFO kablam! | ^^^^^^ help: consider using `_filler` instead Oct 10 12:56:10.464 INFO kablam! Oct 10 12:56:10.465 INFO kablam! warning: unused variable: `bot` Oct 10 12:56:10.465 INFO kablam! --> tests/integration_test.rs:20:9 Oct 10 12:56:10.465 INFO kablam! | Oct 10 12:56:10.465 INFO kablam! 20 | let bot = LineBot::new("secret key", "this is a pen."); Oct 10 12:56:10.465 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 10 12:56:10.465 INFO kablam! Oct 10 12:56:11.052 INFO kablam! warning: unused import: `serde_json::Value` Oct 10 12:56:11.052 INFO kablam! --> src/events.rs:1:5 Oct 10 12:56:11.052 INFO kablam! | Oct 10 12:56:11.052 INFO kablam! 1 | use serde_json::Value; Oct 10 12:56:11.052 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:56:11.052 INFO kablam! | Oct 10 12:56:11.052 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:56:11.052 INFO kablam! Oct 10 12:56:11.052 INFO kablam! warning: unused import: `serde_json::Error` Oct 10 12:56:11.052 INFO kablam! --> src/utils.rs:3:5 Oct 10 12:56:11.052 INFO kablam! | Oct 10 12:56:11.052 INFO kablam! 3 | use serde_json::Error; Oct 10 12:56:11.052 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:56:11.052 INFO kablam! Oct 10 12:56:11.052 INFO kablam! warning: unused import: `ReplyableEvent` Oct 10 12:56:11.052 INFO kablam! --> src/utils.rs:6:15 Oct 10 12:56:11.052 INFO kablam! | Oct 10 12:56:11.052 INFO kablam! 6 | use events::{ ReplyableEvent }; Oct 10 12:56:11.052 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:56:11.052 INFO kablam! Oct 10 12:56:13.683 INFO kablam! warning: unused variable: `text` Oct 10 12:56:13.683 INFO kablam! --> src/actions.rs:105:91 Oct 10 12:56:13.683 INFO kablam! | Oct 10 12:56:13.683 INFO kablam! 105 | pub fn create_postback_with_display_text(label: &str, data: &str, display_text: &str, text: &str) -> Action { Oct 10 12:56:13.683 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 10 12:56:13.683 INFO kablam! | Oct 10 12:56:13.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:56:13.683 INFO kablam! Oct 10 12:56:13.683 INFO kablam! warning: unused variable: `user_id` Oct 10 12:56:13.683 INFO kablam! --> src/bot.rs:102:47 Oct 10 12:56:13.683 INFO kablam! | Oct 10 12:56:13.683 INFO kablam! 102 | LineSourceType::Group { group_id, user_id } => format!("/group/{}/leave", group_id), Oct 10 12:56:13.683 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `user_id` Oct 10 12:56:13.687 INFO kablam! --> src/bot.rs:103:45 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 103 | LineSourceType::Room { room_id, user_id } => format!("/room/{}/leave", room_id), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `options` Oct 10 12:56:13.687 INFO kablam! --> src/bot.rs:119:53 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 119 | pub fn post(&self, endpoint: &str, data: Value, options: Value) -> Response{ Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `template` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:100:51 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 100 | LineMessageType::Template { alt_text, template } => Some(alt_text), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `template: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:101:51 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `base_size` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:101:61 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `actions` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:101:72 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:108:41 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 108 | LineMessageType::Template { alt_text, template } => Some(template), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `title` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:115:41 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:56:13.687 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `latitude` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:115:57 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `longitude` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:115:67 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `title` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:122:41 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:56:13.687 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `address` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:122:48 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `longitude` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:122:67 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.687 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 10 12:56:13.687 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 10 12:56:13.687 INFO kablam! Oct 10 12:56:13.687 INFO kablam! warning: unused variable: `title` Oct 10 12:56:13.687 INFO kablam! --> src/messages.rs:129:41 Oct 10 12:56:13.687 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:56:13.688 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `address` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:129:48 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `latitude` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:129:57 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:136:51 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `base_size` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:136:61 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `actions` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:136:72 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `base_url` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:143:41 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:143:51 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `actions` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:143:72 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `base_url` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:150:41 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:150:51 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `actions` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:150:72 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `base_url` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:157:41 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:157:51 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `actions` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:157:72 Oct 10 12:56:13.688 INFO kablam! | Oct 10 12:56:13.688 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 10 12:56:13.688 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 10 12:56:13.688 INFO kablam! Oct 10 12:56:13.688 INFO kablam! warning: unused variable: `base_url` Oct 10 12:56:13.688 INFO kablam! --> src/messages.rs:164:41 Oct 10 12:56:13.689 INFO kablam! | Oct 10 12:56:13.689 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:56:13.689 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 10 12:56:13.689 INFO kablam! Oct 10 12:56:13.689 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.689 INFO kablam! --> src/messages.rs:164:51 Oct 10 12:56:13.689 INFO kablam! | Oct 10 12:56:13.689 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:56:13.689 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 10 12:56:13.689 INFO kablam! Oct 10 12:56:13.689 INFO kablam! warning: unused variable: `base_size` Oct 10 12:56:13.690 INFO kablam! --> src/messages.rs:164:61 Oct 10 12:56:13.690 INFO kablam! | Oct 10 12:56:13.690 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 10 12:56:13.690 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 10 12:56:13.690 INFO kablam! Oct 10 12:56:13.690 INFO kablam! warning: unused variable: `file_size` Oct 10 12:56:13.690 INFO kablam! --> src/messages.rs:171:48 Oct 10 12:56:13.690 INFO kablam! | Oct 10 12:56:13.690 INFO kablam! 171 | LineMessageType::File { file_name, file_size } => Some(file_name), Oct 10 12:56:13.690 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_size: _` Oct 10 12:56:13.690 INFO kablam! Oct 10 12:56:13.690 INFO kablam! warning: unused variable: `file_name` Oct 10 12:56:13.690 INFO kablam! --> src/messages.rs:178:37 Oct 10 12:56:13.690 INFO kablam! | Oct 10 12:56:13.690 INFO kablam! 178 | LineMessageType::File { file_name, file_size } => Some(file_size), Oct 10 12:56:13.690 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_name: _` Oct 10 12:56:13.690 INFO kablam! Oct 10 12:56:13.690 INFO kablam! warning: unused variable: `sticker_id` Oct 10 12:56:13.690 INFO kablam! --> src/messages.rs:185:52 Oct 10 12:56:13.690 INFO kablam! | Oct 10 12:56:13.690 INFO kablam! 185 | LineMessageType::Sticker { package_id, sticker_id } => Some(package_id), Oct 10 12:56:13.690 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `sticker_id: _` Oct 10 12:56:13.690 INFO kablam! Oct 10 12:56:13.690 INFO kablam! warning: unused variable: `package_id` Oct 10 12:56:13.690 INFO kablam! --> src/messages.rs:192:40 Oct 10 12:56:13.690 INFO kablam! | Oct 10 12:56:13.690 INFO kablam! 192 | LineMessageType::Sticker { package_id, sticker_id } => Some(sticker_id), Oct 10 12:56:13.690 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `package_id: _` Oct 10 12:56:13.690 INFO kablam! Oct 10 12:56:13.695 INFO kablam! warning: unused variable: `alt_text` Oct 10 12:56:13.695 INFO kablam! --> src/templates.rs:40:37 Oct 10 12:56:13.695 INFO kablam! | Oct 10 12:56:13.695 INFO kablam! 40 | pub fn new (kind: TemplateType, alt_text: &str) -> TemplateComponent { Oct 10 12:56:13.695 INFO kablam! | ^^^^^^^^ help: consider using `_alt_text` instead Oct 10 12:56:13.695 INFO kablam! Oct 10 12:56:14.876 INFO kablam! warning: unused attribute Oct 10 12:56:14.876 INFO kablam! --> src/templates.rs:88:5 Oct 10 12:56:14.876 INFO kablam! | Oct 10 12:56:14.876 INFO kablam! 88 | #[derive(rename = "thumbnailImageUrl")] Oct 10 12:56:14.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:14.876 INFO kablam! | Oct 10 12:56:14.876 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 12:56:14.876 INFO kablam! Oct 10 12:56:20.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.71s Oct 10 12:56:20.296 INFO kablam! su: No module specific data is present Oct 10 12:56:21.087 INFO running `"docker" "rm" "-f" "9269e84f7a3c6d3e55ffec1da5396e5540cb15c6e5d3ac63bf995a2b42adbe9a"` Oct 10 12:56:21.320 INFO blam! 9269e84f7a3c6d3e55ffec1da5396e5540cb15c6e5d3ac63bf995a2b42adbe9a Oct 10 12:56:21.320 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:56:21.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:56:21.612 INFO blam! 889db7d37e845975146a7128df5150e15b65ad5ca8aa992d6a3f5d3961bf1adb Oct 10 12:56:21.618 INFO running `"docker" "start" "-a" "889db7d37e845975146a7128df5150e15b65ad5ca8aa992d6a3f5d3961bf1adb"` Oct 10 12:56:22.086 INFO kablam! usermod: no changes Oct 10 12:56:22.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 12:56:22.234 INFO kablam! Running /target/debug/deps/line_messaging_api_rust-293229d9b33bc9ae Oct 10 12:56:22.238 INFO kablam! Running /target/debug/deps/integration_test-efa1966d728349c8 Oct 10 12:56:22.238 INFO blam! Oct 10 12:56:22.238 INFO blam! running 0 tests Oct 10 12:56:22.238 INFO blam! Oct 10 12:56:22.238 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:56:22.238 INFO blam! Oct 10 12:56:22.241 INFO blam! Oct 10 12:56:22.241 INFO blam! running 47 tests Oct 10 12:56:22.242 INFO blam! test events_test::join_test ... ok Oct 10 12:56:22.243 INFO blam! test events_test::leave_test ... ok Oct 10 12:56:22.243 INFO blam! test events_test::file_test ... ok Oct 10 12:56:22.243 INFO blam! test events_test::location_test ... ok Oct 10 12:56:22.244 INFO blam! test events_test::follow_test ... ok Oct 10 12:56:22.244 INFO blam! test events_test::postback_test ... ok Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::button_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::filler_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::icon_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::separator_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::spacer_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::component_builder_test::text_component_test ... ignored Oct 10 12:56:22.244 INFO blam! test flex_message_test::containers_test::bubble_container_test ... ignored Oct 10 12:56:22.249 INFO blam! test flex_message_test::component_builder_test::box_component_test ... ok Oct 10 12:56:22.249 INFO blam! test events_test::replyable_get_text_test ... ok Oct 10 12:56:22.250 INFO blam! test flex_message_test::containers_test::carousel_container_test ... ok Oct 10 12:56:22.250 INFO blam! test get_test ... ignored Oct 10 12:56:22.251 INFO blam! test events_test::unfollow_test ... ok Oct 10 12:56:22.260 INFO blam! test message_test ... ok Oct 10 12:56:22.260 INFO blam! test messages_test::push_audio_test ... ignored Oct 10 12:56:22.261 INFO blam! test messages_test::push_button_template_test ... ignored Oct 10 12:56:22.261 INFO blam! test messages_test::push_carousel_template_test ... ignored Oct 10 12:56:22.261 INFO blam! test messages_test::push_confirm_template_test ... ignored Oct 10 12:56:22.261 INFO blam! test flex_message_test::styles_test::style_tst ... ok Oct 10 12:56:22.262 INFO blam! test message_vec_test ... ok Oct 10 12:56:22.265 INFO blam! test events_test::image_test ... ok Oct 10 12:56:22.265 INFO blam! test messages_test::push_image_carousel_template_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_image_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_imagemap_message_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_imagemap_uri_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_location_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_sticker_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_text_test ... ignored Oct 10 12:56:22.265 INFO blam! test messages_test::push_video_test ... ignored Oct 10 12:56:22.265 INFO blam! test events_test::text_message_test ... ok Oct 10 12:56:22.277 INFO blam! test events_test::account_link_test ... ok Oct 10 12:56:22.323 INFO blam! test events_test::beacon_test ... FAILED Oct 10 12:56:22.323 INFO blam! test utils_test::is_replyable_test ... ok Oct 10 12:56:22.323 INFO blam! test utils_test::replyable_test_should_return_false ... ok Oct 10 12:56:22.324 INFO blam! test get_signature_test ... FAILED Oct 10 12:56:22.324 INFO blam! test messages_test::push_flex_task_menu_test ... FAILED Oct 10 12:56:22.325 INFO blam! test messages_test::push_flex_text ... FAILED Oct 10 12:56:22.325 INFO blam! test utils_test::to_replyable_test ... ok Oct 10 12:56:22.326 INFO blam! test utils_test::hmac_test ... FAILED Oct 10 12:56:22.326 INFO blam! test messages_test::push_flex_task_test ... FAILED Oct 10 12:56:22.327 INFO blam! test utils_test::hmac_test2 ... FAILED Oct 10 12:56:22.417 INFO blam! test url_test ... ok Oct 10 12:56:22.417 INFO blam! Oct 10 12:56:22.418 INFO blam! failures: Oct 10 12:56:22.418 INFO blam! Oct 10 12:56:22.418 INFO blam! ---- events_test::beacon_test stdout ---- Oct 10 12:56:22.418 INFO blam! thread 'events_test::beacon_test' panicked at 'called `Result::unwrap()` on an `Err` value: "missing field `date`"', libcore/result.rs:1009:5 Oct 10 12:56:22.418 INFO blam! stack backtrace: Oct 10 12:56:22.418 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.418 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.418 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.418 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.418 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.418 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.418 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.418 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.418 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.418 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.418 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.418 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.418 INFO blam! 8: 0x5635edc55653 - core::result::unwrap_failed::h3e09f627376bbc89 Oct 10 12:56:22.418 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.418 INFO blam! 9: 0x5635edc54839 - >::unwrap::hbdcbb261893e32e4 Oct 10 12:56:22.418 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.418 INFO blam! 10: 0x5635edc3f0be - integration_test::events_test::beacon_test::hd39ff633b2ca00ab Oct 10 12:56:22.418 INFO blam! at tests/events_test/mod.rs:67 Oct 10 12:56:22.418 INFO blam! 11: 0x5635edc3f039 - integration_test::events_test::beacon_test::{{closure}}::h64ae2fd261435789 Oct 10 12:56:22.418 INFO blam! at tests/events_test/mod.rs:65 Oct 10 12:56:22.418 INFO blam! 12: 0x5635edd04b2d - core::ops::function::FnOnce::call_once::h4070cfbe823ce069 Oct 10 12:56:22.418 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.418 INFO blam! 13: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.418 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.418 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.418 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.418 INFO blam! 14: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.418 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.418 INFO blam! 15: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.418 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.418 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.418 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.418 INFO blam! 16: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.418 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.418 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.418 INFO blam! 17: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.418 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.418 INFO blam! 18: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.418 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.418 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.418 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.418 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.418 INFO blam! 19: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.418 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.418 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.418 INFO blam! 20: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.418 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.418 INFO blam! 21: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.418 INFO blam! 22: 0x7ff8777bc41c - clone Oct 10 12:56:22.418 INFO blam! 23: 0x0 - Oct 10 12:56:22.418 INFO blam! Oct 10 12:56:22.418 INFO blam! ---- get_signature_test stdout ---- Oct 10 12:56:22.418 INFO blam! integration_test::common Oct 10 12:56:22.418 INFO blam! thread 'get_signature_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.418 INFO blam! stack backtrace: Oct 10 12:56:22.418 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.419 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.419 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.419 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.419 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.419 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.419 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.419 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.419 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.419 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.419 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.419 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.419 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.419 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.419 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.419 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.419 INFO blam! 11: 0x5635edc2ea10 - integration_test::get_signature_test::h77aca60baa781697 Oct 10 12:56:22.419 INFO blam! at tests/integration_test.rs:54 Oct 10 12:56:22.419 INFO blam! 12: 0x5635edc2e9e9 - integration_test::get_signature_test::{{closure}}::hd73c6231557c6b28 Oct 10 12:56:22.419 INFO blam! at tests/integration_test.rs:53 Oct 10 12:56:22.419 INFO blam! 13: 0x5635edd0477d - core::ops::function::FnOnce::call_once::h22966f4a9816cbc5 Oct 10 12:56:22.419 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.419 INFO blam! 14: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.419 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.419 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.419 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.419 INFO blam! 15: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.419 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.419 INFO blam! 16: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.419 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.419 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.419 INFO blam! 17: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.419 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.419 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.419 INFO blam! 18: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.419 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.419 INFO blam! 19: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.419 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.419 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.419 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.419 INFO blam! 20: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.419 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.419 INFO blam! 21: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.419 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.419 INFO blam! 22: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.419 INFO blam! 23: 0x7ff8777bc41c - clone Oct 10 12:56:22.419 INFO blam! 24: 0x0 - Oct 10 12:56:22.419 INFO blam! Oct 10 12:56:22.419 INFO blam! ---- messages_test::push_flex_task_menu_test stdout ---- Oct 10 12:56:22.419 INFO blam! {"type":"flex","altText":"tasks","contents":{"type":"bubble","body":{"type":"box","layout":"vertical","contents":[{"type":"text","text":"Tasks","flex":0,"size":"xxl","align":"center","gravity":"center","wrap":false},{"type":"separator","margin":"xxl"},{"type":"button","action":{"type":"postback","data":"show_tasks","label":"タスク一覧"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"create_task_list","label":"新規リスト"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"}],"flex":0,"spacing":"xl"}},"id":""} Oct 10 12:56:22.419 INFO blam! integration_test::common Oct 10 12:56:22.419 INFO blam! thread 'messages_test::push_flex_task_menu_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.419 INFO blam! stack backtrace: Oct 10 12:56:22.419 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.419 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.419 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.419 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.419 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.419 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.419 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.419 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.419 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.419 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.419 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.419 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.419 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.419 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.419 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.419 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.420 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.420 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.420 INFO blam! 11: 0x5635edd0fb08 - integration_test::common::push_message::h60d7adae6d764f50 Oct 10 12:56:22.420 INFO blam! at tests/common/mod.rs:34 Oct 10 12:56:22.420 INFO blam! 12: 0x5635edce97ab - integration_test::messages_test::push_flex_task_menu_test::h95eb543b983be8bd Oct 10 12:56:22.420 INFO blam! at tests/messages_test/mod.rs:360 Oct 10 12:56:22.420 INFO blam! 13: 0x5635edce8e29 - integration_test::messages_test::push_flex_task_menu_test::{{closure}}::h626f3492a90a0a4b Oct 10 12:56:22.420 INFO blam! at tests/messages_test/mod.rs:320 Oct 10 12:56:22.420 INFO blam! 14: 0x5635edd0591d - core::ops::function::FnOnce::call_once::hab57653e21e4dd58 Oct 10 12:56:22.420 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.420 INFO blam! 15: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.420 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.420 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.420 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.420 INFO blam! 16: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.420 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.420 INFO blam! 17: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.420 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.420 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.420 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.420 INFO blam! 18: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.420 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.420 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.420 INFO blam! 19: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.420 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.420 INFO blam! 20: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.420 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.420 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.420 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.420 INFO blam! 21: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.420 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.420 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.420 INFO blam! 22: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.420 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.420 INFO blam! 23: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.420 INFO blam! 24: 0x7ff8777bc41c - clone Oct 10 12:56:22.420 INFO blam! 25: 0x0 - Oct 10 12:56:22.420 INFO blam! Oct 10 12:56:22.420 INFO blam! ---- messages_test::push_flex_text stdout ---- Oct 10 12:56:22.420 INFO blam! {"type":"flex","altText":"this is a flex","contents":{"type":"bubble","hero":{"type":"image","url":"https://i.imgur.com/ZxCUfhV.png","flex":0,"size":"5xl","aspectRatio":"2:1","action":{"type":"uri","uri":"https://www.google.co.jp/search?q=%E5%8C%97%E8%A6%8B+%E5%A4%A9%E6%B0%97&oq=%E5%8C%97%E8%A6%8B%E3%80%80%E5%A4%A9%E6%B0%97&aqs=chrome..69i57j0l2j69i61j0l2.3484j0j4&sourceid=chrome&ie=UTF-8","label":"詳細"}},"body":{"type":"box","layout":"vertical","contents":[{"type":"text","text":"気温: 10度","flex":0,"margin":"xl","size":"xl","wrap":false},{"type":"text","text":"最高気温: 5度","flex":0,"size":"xl","wrap":false},{"type":"text","text":"最低気温: 5度","flex":0,"size":"xl","wrap":false}],"flex":0},"footer":{"type":"box","layout":"vertical","contents":[{"type":"button","action":{"type":"uri","uri":"https://www.google.co.jp/search?q=%E5%8C%97%E8%A6%8B+%E5%A4%A9%E6%B0%97&oq=%E5%8C%97%E8%A6%8B%E3%80%80%E5%A4%A9%E6%B0%97&aqs=chrome..69i57j0l2j69i61j0l2.3484j0j4&sourceid=chrome&ie=UTF-8","label":"詳細"},"flex":0,"style":"primary","color":"#034c76"}],"flex":0},"styles":{"hero":{"backgroundColor":"#034c76","separator":false}}},"id":""} Oct 10 12:56:22.420 INFO blam! integration_test::common Oct 10 12:56:22.420 INFO blam! thread 'messages_test::push_flex_text' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.420 INFO blam! stack backtrace: Oct 10 12:56:22.420 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.420 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.420 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.420 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.420 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.420 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.420 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.420 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.420 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.420 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.420 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.420 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.420 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.420 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.420 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.420 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.420 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.420 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.420 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.420 INFO blam! 11: 0x5635edd0fb08 - integration_test::common::push_message::h60d7adae6d764f50 Oct 10 12:56:22.420 INFO blam! at tests/common/mod.rs:34 Oct 10 12:56:22.420 INFO blam! 12: 0x5635edce7c4f - integration_test::messages_test::push_flex_text::h75d305db6ce2f2f6 Oct 10 12:56:22.420 INFO blam! at tests/messages_test/mod.rs:232 Oct 10 12:56:22.420 INFO blam! 13: 0x5635edce6be9 - integration_test::messages_test::push_flex_text::{{closure}}::h20fd1099f2fb0e2f Oct 10 12:56:22.420 INFO blam! at tests/messages_test/mod.rs:174 Oct 10 12:56:22.420 INFO blam! 14: 0x5635edd05e8d - core::ops::function::FnOnce::call_once::he24435a450aa99d6 Oct 10 12:56:22.420 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.420 INFO blam! 15: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.420 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.420 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.420 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.420 INFO blam! 16: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.420 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.420 INFO blam! 17: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.421 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.421 INFO blam! 18: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.421 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.421 INFO blam! 19: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.421 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.421 INFO blam! 20: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.421 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.421 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.421 INFO blam! 21: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.421 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.421 INFO blam! 22: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.421 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.421 INFO blam! 23: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.421 INFO blam! 24: 0x7ff8777bc41c - clone Oct 10 12:56:22.421 INFO blam! 25: 0x0 - Oct 10 12:56:22.421 INFO blam! Oct 10 12:56:22.421 INFO blam! ---- utils_test::hmac_test stdout ---- Oct 10 12:56:22.421 INFO blam! integration_test::common Oct 10 12:56:22.421 INFO blam! thread 'utils_test::hmac_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.421 INFO blam! stack backtrace: Oct 10 12:56:22.421 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.421 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.421 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.421 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.421 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.421 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.421 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.421 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.421 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.421 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.421 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.421 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.421 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.421 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.421 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.421 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.421 INFO blam! 11: 0x5635edcd84f0 - integration_test::utils_test::hmac_test::hb5a0ad9afb3a8fbf Oct 10 12:56:22.421 INFO blam! at tests/utils_test/mod.rs:33 Oct 10 12:56:22.421 INFO blam! 12: 0x5635edcd84c9 - integration_test::utils_test::hmac_test::{{closure}}::h7a40cc80f8d5c966 Oct 10 12:56:22.421 INFO blam! at tests/utils_test/mod.rs:32 Oct 10 12:56:22.421 INFO blam! 13: 0x5635edd053fd - core::ops::function::FnOnce::call_once::h8a19a37a62b28a32 Oct 10 12:56:22.421 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.421 INFO blam! 14: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.421 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.421 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.421 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.421 INFO blam! 15: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.421 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.421 INFO blam! 16: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.421 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.421 INFO blam! 17: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.421 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.421 INFO blam! 18: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.421 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.421 INFO blam! 19: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.421 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.421 INFO kablam! error: test failed, to rerun pass '--test integration_test' Oct 10 12:56:22.421 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.421 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.421 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.421 INFO blam! 20: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.421 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.421 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.421 INFO blam! 21: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.421 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.422 INFO blam! 22: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.422 INFO blam! 23: 0x7ff8777bc41c - clone Oct 10 12:56:22.422 INFO blam! 24: 0x0 - Oct 10 12:56:22.422 INFO blam! Oct 10 12:56:22.422 INFO blam! ---- messages_test::push_flex_task_test stdout ---- Oct 10 12:56:22.422 INFO blam! {"type":"flex","altText":"tasks","contents":{"type":"carousel","contents":[{"type":"bubble","body":{"type":"box","layout":"vertical","contents":[{"type":"text","text":"group1","flex":0,"size":"xxl","align":"center","gravity":"center","wrap":false},{"type":"separator","margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task1","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task2","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task3","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"}],"flex":0}},{"type":"bubble","body":{"type":"box","layout":"vertical","contents":[{"type":"text","text":"group1","flex":0,"size":"xxl","align":"center","gravity":"center","wrap":false},{"type":"separator","margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task1","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task2","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"},{"type":"box","layout":"horizontal","contents":[{"type":"text","text":"task3","flex":1,"gravity":"center","wrap":false},{"type":"box","layout":"horizontal","contents":[{"type":"button","action":{"type":"postback","data":"action=done&id=1","label":"完了"},"flex":0,"style":"primary","color":"#034c76","gravity":"center"},{"type":"button","action":{"type":"postback","data":"action=delete&id=1","label":"削除"},"flex":0,"style":"primary","color":"#EB2142","gravity":"center"}],"flex":1,"spacing":"sm"}],"flex":0,"margin":"xxl"}],"flex":0}}]},"id":""} Oct 10 12:56:22.422 INFO blam! integration_test::common Oct 10 12:56:22.422 INFO blam! thread 'messages_test::push_flex_task_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.422 INFO blam! stack backtrace: Oct 10 12:56:22.422 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.422 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.422 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.422 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.422 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.422 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.422 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.422 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.422 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.422 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.422 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.422 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.422 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.422 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.422 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.422 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.422 INFO blam! 11: 0x5635edd0fb08 - integration_test::common::push_message::h60d7adae6d764f50 Oct 10 12:56:22.422 INFO blam! at tests/common/mod.rs:34 Oct 10 12:56:22.422 INFO blam! 12: 0x5635edce8ad0 - integration_test::messages_test::push_flex_task_test::h342bf435db5de8ec Oct 10 12:56:22.422 INFO blam! at tests/messages_test/mod.rs:267 Oct 10 12:56:22.422 INFO blam! 13: 0x5635edce8209 - integration_test::messages_test::push_flex_task_test::{{closure}}::h64a624d7d090a6a5 Oct 10 12:56:22.422 INFO blam! at tests/messages_test/mod.rs:236 Oct 10 12:56:22.422 INFO blam! 14: 0x5635edd0460d - core::ops::function::FnOnce::call_once::h14252b68ae9a59f0 Oct 10 12:56:22.422 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.422 INFO blam! 15: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.422 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.422 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.422 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.422 INFO blam! 16: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.422 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.422 INFO blam! 17: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.422 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.422 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.422 INFO blam! 18: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.422 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.422 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.422 INFO blam! 19: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.422 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.422 INFO blam! 20: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.422 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.422 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.422 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.422 INFO blam! 21: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.422 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.422 INFO blam! 22: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.422 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.422 INFO blam! 23: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.422 INFO blam! 24: 0x7ff8777bc41c - clone Oct 10 12:56:22.422 INFO blam! 25: 0x0 - Oct 10 12:56:22.422 INFO blam! Oct 10 12:56:22.422 INFO blam! ---- utils_test::hmac_test2 stdout ---- Oct 10 12:56:22.422 INFO blam! integration_test::common Oct 10 12:56:22.422 INFO blam! thread 'utils_test::hmac_test2' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:56:22.422 INFO blam! stack backtrace: Oct 10 12:56:22.422 INFO blam! 0: 0x5635ee17b1ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:56:22.422 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:56:22.422 INFO blam! 1: 0x5635ee1848c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:56:22.422 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:56:22.422 INFO blam! 2: 0x5635ee17f40d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:211 Oct 10 12:56:22.422 INFO blam! 3: 0x5635ee17f11b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:56:22.422 INFO blam! at libstd/panicking.rs:221 Oct 10 12:56:22.423 INFO blam! 4: 0x5635ee17fabc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:476 Oct 10 12:56:22.423 INFO blam! 5: 0x5635ee17f679 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:390 Oct 10 12:56:22.423 INFO blam! 6: 0x5635ee17f575 - rust_begin_unwind Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:325 Oct 10 12:56:22.423 INFO blam! 7: 0x5635ee1c3c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:56:22.423 INFO blam! at libcore/panicking.rs:77 Oct 10 12:56:22.423 INFO blam! 8: 0x5635ee137723 - core::result::unwrap_failed::h8877e0fbd269d7a3 Oct 10 12:56:22.423 INFO blam! at libcore/macros.rs:26 Oct 10 12:56:22.423 INFO blam! 9: 0x5635edc5461b - >::unwrap::h512e7898603b3e52 Oct 10 12:56:22.423 INFO blam! at libcore/result.rs:808 Oct 10 12:56:22.423 INFO blam! 10: 0x5635edd0f688 - integration_test::common::get_bot::h6b0007eb3747b45e Oct 10 12:56:22.423 INFO blam! at tests/common/mod.rs:15 Oct 10 12:56:22.423 INFO blam! 11: 0x5635edcd85e0 - integration_test::utils_test::hmac_test2::h059675820ff4a43b Oct 10 12:56:22.423 INFO blam! at tests/utils_test/mod.rs:40 Oct 10 12:56:22.423 INFO kablam! su: No module specific data is present Oct 10 12:56:22.423 INFO blam! 12: 0x5635edcd85b9 - integration_test::utils_test::hmac_test2::{{closure}}::he34a0bcb0f66a2e7 Oct 10 12:56:22.423 INFO blam! at tests/utils_test/mod.rs:39 Oct 10 12:56:22.423 INFO blam! 13: 0x5635edd05a4d - core::ops::function::FnOnce::call_once::hbb1c21bbd7cb6568 Oct 10 12:56:22.423 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.423 INFO blam! 14: 0x5635edd12a3e - >::call_box::h95b7cb918af67b5d Oct 10 12:56:22.423 INFO blam! at libtest/lib.rs:1468 Oct 10 12:56:22.423 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:56:22.423 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.423 INFO blam! 15: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.423 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.423 INFO blam! 16: 0x5635edd3358d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.423 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.423 INFO blam! at libtest/lib.rs:1423 Oct 10 12:56:22.423 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:56:22.423 INFO blam! 17: 0x5635edd34194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:56:22.423 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:56:22.423 INFO blam! at libstd/panic.rs:313 Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:310 Oct 10 12:56:22.423 INFO blam! 18: 0x5635ee18fa99 - __rust_maybe_catch_panic Oct 10 12:56:22.423 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:56:22.423 INFO blam! 19: 0x5635edd21756 - >::call_box::h96125cb29a9ba44b Oct 10 12:56:22.423 INFO blam! at libstd/panicking.rs:289 Oct 10 12:56:22.423 INFO blam! at libstd/panic.rs:392 Oct 10 12:56:22.423 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:56:22.423 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:56:22.423 INFO blam! 20: 0x5635ee17d64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:56:22.423 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:56:22.423 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:56:22.423 INFO blam! 21: 0x5635ee1701d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:56:22.423 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:56:22.423 INFO blam! 22: 0x7ff877c9c6b9 - start_thread Oct 10 12:56:22.423 INFO blam! 23: 0x7ff8777bc41c - clone Oct 10 12:56:22.423 INFO blam! 24: 0x0 - Oct 10 12:56:22.423 INFO blam! Oct 10 12:56:22.423 INFO blam! Oct 10 12:56:22.423 INFO blam! failures: Oct 10 12:56:22.423 INFO blam! events_test::beacon_test Oct 10 12:56:22.423 INFO blam! get_signature_test Oct 10 12:56:22.423 INFO blam! messages_test::push_flex_task_menu_test Oct 10 12:56:22.423 INFO blam! messages_test::push_flex_task_test Oct 10 12:56:22.423 INFO blam! messages_test::push_flex_text Oct 10 12:56:22.423 INFO blam! utils_test::hmac_test Oct 10 12:56:22.423 INFO blam! utils_test::hmac_test2 Oct 10 12:56:22.423 INFO blam! Oct 10 12:56:22.423 INFO blam! test result: FAILED. 20 passed; 7 failed; 20 ignored; 0 measured; 0 filtered out Oct 10 12:56:22.423 INFO blam! Oct 10 12:56:22.662 INFO running `"docker" "rm" "-f" "889db7d37e845975146a7128df5150e15b65ad5ca8aa992d6a3f5d3961bf1adb"` Oct 10 12:56:22.753 INFO blam! 889db7d37e845975146a7128df5150e15b65ad5ca8aa992d6a3f5d3961bf1adb