Oct 11 17:30:25.428 INFO testing line-messaging-api-rust-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:30:25.429 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:30:25.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:30:25.889 INFO blam! 631f359de60f1f52a2cc9e34d6a9a97f892816d6fa7147aa6b48f06387bb4e58 Oct 11 17:30:25.891 INFO running `"docker" "start" "-a" "631f359de60f1f52a2cc9e34d6a9a97f892816d6fa7147aa6b48f06387bb4e58"` Oct 11 17:30:27.193 INFO kablam! usermod: no changes Oct 11 17:30:27.556 INFO kablam! Compiling line-messaging-api-rust v0.1.1 (/source) Oct 11 17:30:40.321 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 11 17:30:40.321 INFO kablam! --> src/events.rs:3:5 Oct 11 17:30:40.321 INFO kablam! | Oct 11 17:30:40.322 INFO kablam! 3 | use std::cell::RefCell; Oct 11 17:30:40.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 17:30:40.322 INFO kablam! | Oct 11 17:30:40.322 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:30:40.323 INFO kablam! Oct 11 17:30:40.341 INFO kablam! warning: unused import: `serde_json::Error` Oct 11 17:30:40.341 INFO kablam! --> src/utils.rs:3:5 Oct 11 17:30:40.341 INFO kablam! | Oct 11 17:30:40.342 INFO kablam! 3 | use serde_json::Error; Oct 11 17:30:40.342 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 17:30:40.342 INFO kablam! Oct 11 17:30:40.343 INFO kablam! warning: unused import: `ReplyableEvent` Oct 11 17:30:40.343 INFO kablam! --> src/utils.rs:6:15 Oct 11 17:30:40.343 INFO kablam! | Oct 11 17:30:40.344 INFO kablam! 6 | use events::{ ReplyableEvent }; Oct 11 17:30:40.344 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 17:30:40.344 INFO kablam! Oct 11 17:30:40.344 INFO kablam! warning: unused imports: `BlockStyle`, `BubbleStyle` Oct 11 17:30:40.344 INFO kablam! --> src/flex_message/containers.rs:2:36 Oct 11 17:30:40.344 INFO kablam! | Oct 11 17:30:40.344 INFO kablam! 2 | use flex_message::styles::{ Style, BlockStyle, BubbleStyle }; Oct 11 17:30:40.344 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^ Oct 11 17:30:40.344 INFO kablam! Oct 11 17:30:40.344 INFO kablam! warning: unused import: `ComponentType` Oct 11 17:30:40.344 INFO kablam! --> src/flex_message/component_builder.rs:1:33 Oct 11 17:30:40.344 INFO kablam! | Oct 11 17:30:40.344 INFO kablam! 1 | use flex_message::components::{ ComponentType, Component }; Oct 11 17:30:40.344 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 17:30:40.344 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `text` Oct 11 17:30:42.935 INFO kablam! --> src/actions.rs:105:91 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 105 | pub fn create_postback_with_display_text(label: &str, data: &str, display_text: &str, text: &str) -> Action { Oct 11 17:30:42.935 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `user_id` Oct 11 17:30:42.935 INFO kablam! --> src/bot.rs:102:47 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 102 | LineSourceType::Group { group_id, user_id } => format!("/group/{}/leave", group_id), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `user_id` Oct 11 17:30:42.935 INFO kablam! --> src/bot.rs:103:45 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 103 | LineSourceType::Room { room_id, user_id } => format!("/room/{}/leave", room_id), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `options` Oct 11 17:30:42.935 INFO kablam! --> src/bot.rs:119:53 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 119 | pub fn post(&self, endpoint: &str, data: Value, options: Value) -> Response{ Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `template` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:100:51 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 100 | LineMessageType::Template { alt_text, template } => Some(alt_text), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `template: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:101:51 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `base_size` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:101:61 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `actions` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:101:72 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:108:41 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 108 | LineMessageType::Template { alt_text, template } => Some(template), Oct 11 17:30:42.935 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `title` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:115:41 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:30:42.935 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:30:42.935 INFO kablam! Oct 11 17:30:42.935 INFO kablam! warning: unused variable: `latitude` Oct 11 17:30:42.935 INFO kablam! --> src/messages.rs:115:57 Oct 11 17:30:42.935 INFO kablam! | Oct 11 17:30:42.935 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:30:42.936 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `longitude` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:115:67 Oct 11 17:30:42.936 INFO kablam! | Oct 11 17:30:42.936 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:30:42.936 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `title` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:122:41 Oct 11 17:30:42.936 INFO kablam! | Oct 11 17:30:42.936 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:30:42.936 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `address` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:122:48 Oct 11 17:30:42.936 INFO kablam! | Oct 11 17:30:42.936 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:30:42.936 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `longitude` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:122:67 Oct 11 17:30:42.936 INFO kablam! | Oct 11 17:30:42.936 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:30:42.936 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `title` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:129:41 Oct 11 17:30:42.936 INFO kablam! | Oct 11 17:30:42.936 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:30:42.936 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:30:42.936 INFO kablam! Oct 11 17:30:42.936 INFO kablam! warning: unused variable: `address` Oct 11 17:30:42.936 INFO kablam! --> src/messages.rs:129:48 Oct 11 17:30:42.948 INFO kablam! | Oct 11 17:30:42.948 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:30:42.948 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 11 17:30:42.948 INFO kablam! Oct 11 17:30:42.948 INFO kablam! warning: unused variable: `latitude` Oct 11 17:30:42.948 INFO kablam! --> src/messages.rs:129:57 Oct 11 17:30:42.948 INFO kablam! | Oct 11 17:30:42.948 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:30:42.948 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 11 17:30:42.948 INFO kablam! Oct 11 17:30:42.948 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.948 INFO kablam! --> src/messages.rs:136:51 Oct 11 17:30:42.948 INFO kablam! | Oct 11 17:30:42.948 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.948 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.948 INFO kablam! Oct 11 17:30:42.948 INFO kablam! warning: unused variable: `base_size` Oct 11 17:30:42.948 INFO kablam! --> src/messages.rs:136:61 Oct 11 17:30:42.948 INFO kablam! | Oct 11 17:30:42.948 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `actions` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:136:72 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `base_url` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:143:41 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:143:51 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `actions` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:143:72 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `base_url` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:150:41 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:150:51 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `actions` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:150:72 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `base_url` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:157:41 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:157:51 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `actions` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:157:72 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `base_url` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:164:41 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:164:51 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `base_size` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:164:61 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `file_size` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:171:48 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 171 | LineMessageType::File { file_name, file_size } => Some(file_name), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_size: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `file_name` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:178:37 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.949 INFO kablam! 178 | LineMessageType::File { file_name, file_size } => Some(file_size), Oct 11 17:30:42.949 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_name: _` Oct 11 17:30:42.949 INFO kablam! Oct 11 17:30:42.949 INFO kablam! warning: unused variable: `sticker_id` Oct 11 17:30:42.949 INFO kablam! --> src/messages.rs:185:52 Oct 11 17:30:42.949 INFO kablam! | Oct 11 17:30:42.950 INFO kablam! 185 | LineMessageType::Sticker { package_id, sticker_id } => Some(package_id), Oct 11 17:30:42.950 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `sticker_id: _` Oct 11 17:30:42.950 INFO kablam! Oct 11 17:30:42.950 INFO kablam! warning: unused variable: `package_id` Oct 11 17:30:42.950 INFO kablam! --> src/messages.rs:192:40 Oct 11 17:30:42.950 INFO kablam! | Oct 11 17:30:42.950 INFO kablam! 192 | LineMessageType::Sticker { package_id, sticker_id } => Some(sticker_id), Oct 11 17:30:42.950 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `package_id: _` Oct 11 17:30:42.950 INFO kablam! Oct 11 17:30:42.950 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:30:42.950 INFO kablam! --> src/templates.rs:40:37 Oct 11 17:30:42.950 INFO kablam! | Oct 11 17:30:42.950 INFO kablam! 40 | pub fn new (kind: TemplateType, alt_text: &str) -> TemplateComponent { Oct 11 17:30:42.950 INFO kablam! | ^^^^^^^^ help: consider using `_alt_text` instead Oct 11 17:30:42.950 INFO kablam! Oct 11 17:30:43.716 INFO kablam! warning: unused attribute Oct 11 17:30:43.716 INFO kablam! --> src/templates.rs:88:5 Oct 11 17:30:43.716 INFO kablam! | Oct 11 17:30:43.716 INFO kablam! 88 | #[derive(rename = "thumbnailImageUrl")] Oct 11 17:30:43.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:30:43.716 INFO kablam! | Oct 11 17:30:43.716 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 11 17:30:43.716 INFO kablam! Oct 11 17:30:46.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.29s Oct 11 17:30:46.532 INFO kablam! su: No module specific data is present Oct 11 17:30:47.319 INFO running `"docker" "rm" "-f" "631f359de60f1f52a2cc9e34d6a9a97f892816d6fa7147aa6b48f06387bb4e58"` Oct 11 17:30:47.605 INFO blam! 631f359de60f1f52a2cc9e34d6a9a97f892816d6fa7147aa6b48f06387bb4e58 Oct 11 17:30:47.613 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:30:47.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:30:48.114 INFO blam! 39de9ccb34e85da742a18539ab64234714299db7a610b9151060fb702c8e7ae5 Oct 11 17:30:48.116 INFO running `"docker" "start" "-a" "39de9ccb34e85da742a18539ab64234714299db7a610b9151060fb702c8e7ae5"` Oct 11 17:30:49.650 INFO kablam! usermod: no changes Oct 11 17:30:49.908 INFO kablam! Compiling line-messaging-api-rust v0.1.1 (/source) Oct 11 17:31:01.628 INFO kablam! warning: unused import: `line::models::LineBotConfig` Oct 11 17:31:01.628 INFO kablam! --> tests/integration_test.rs:5:5 Oct 11 17:31:01.628 INFO kablam! | Oct 11 17:31:01.628 INFO kablam! 5 | use line::models::LineBotConfig; Oct 11 17:31:01.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:31:01.628 INFO kablam! | Oct 11 17:31:01.628 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:31:01.628 INFO kablam! Oct 11 17:31:01.628 INFO kablam! warning: unused imports: `ReplyableEventType`, `ReplyableEvent` Oct 11 17:31:01.628 INFO kablam! --> tests/integration_test.rs:7:21 Oct 11 17:31:01.628 INFO kablam! | Oct 11 17:31:01.628 INFO kablam! 7 | use line::events::{ ReplyableEventType, ReplyableEvent }; Oct 11 17:31:01.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 11 17:31:01.628 INFO kablam! Oct 11 17:31:01.628 INFO kablam! warning: unused imports: `LineSourceType`, `LineSource` Oct 11 17:31:01.628 INFO kablam! --> tests/integration_test.rs:8:22 Oct 11 17:31:01.628 INFO kablam! | Oct 11 17:31:01.628 INFO kablam! 8 | use line::sources::{ LineSourceType, LineSource }; Oct 11 17:31:01.628 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.629 INFO kablam! warning: unused imports: `Error`, `Value` Oct 11 17:31:01.629 INFO kablam! --> tests/integration_test.rs:10:18 Oct 11 17:31:01.629 INFO kablam! | Oct 11 17:31:01.629 INFO kablam! 10 | use serde_json::{Value, Error}; Oct 11 17:31:01.629 INFO kablam! | ^^^^^ ^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.629 INFO kablam! warning: unused import: `std::env` Oct 11 17:31:01.629 INFO kablam! --> tests/common/mod.rs:11:5 Oct 11 17:31:01.629 INFO kablam! | Oct 11 17:31:01.629 INFO kablam! 11 | use std::env; Oct 11 17:31:01.629 INFO kablam! | ^^^^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.629 INFO kablam! warning: unused import: `serde_json::value::Value` Oct 11 17:31:01.629 INFO kablam! --> tests/utils_test/mod.rs:4:5 Oct 11 17:31:01.629 INFO kablam! | Oct 11 17:31:01.629 INFO kablam! 4 | use serde_json::value::Value; Oct 11 17:31:01.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.629 INFO kablam! warning: unused import: `line::bot::LineBot` Oct 11 17:31:01.629 INFO kablam! --> tests/utils_test/mod.rs:8:5 Oct 11 17:31:01.629 INFO kablam! | Oct 11 17:31:01.629 INFO kablam! 8 | use line::bot::LineBot; Oct 11 17:31:01.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.629 INFO kablam! warning: unused imports: `BlockStyle`, `BubbleStyle` Oct 11 17:31:01.629 INFO kablam! --> tests/messages_test/mod.rs:4:42 Oct 11 17:31:01.629 INFO kablam! | Oct 11 17:31:01.629 INFO kablam! 4 | use line::flex_message::styles::{ Style, BlockStyle, BubbleStyle }; Oct 11 17:31:01.629 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^ Oct 11 17:31:01.629 INFO kablam! Oct 11 17:31:01.630 INFO kablam! warning: unused import: `line::flex_message::components::Component` Oct 11 17:31:01.630 INFO kablam! --> tests/flex_message_test/component_builder_test.rs:4:5 Oct 11 17:31:01.630 INFO kablam! | Oct 11 17:31:01.630 INFO kablam! 4 | use line::flex_message::components::Component; Oct 11 17:31:01.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:31:01.630 INFO kablam! Oct 11 17:31:01.630 INFO kablam! warning: unused imports: `BlockStyle`, `BubbleStyle` Oct 11 17:31:01.630 INFO kablam! --> tests/flex_message_test/containers_test.rs:4:42 Oct 11 17:31:01.630 INFO kablam! | Oct 11 17:31:01.630 INFO kablam! 4 | use line::flex_message::styles::{ Style, BlockStyle, BubbleStyle }; Oct 11 17:31:01.630 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^ Oct 11 17:31:01.630 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:11:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 11 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:17:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 17 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:23:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 23 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:29:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 29 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:35:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 35 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:41:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 41 | let content: LineEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:47:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 47 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.788 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.788 INFO kablam! --> tests/events_test/mod.rs:53:9 Oct 11 17:31:01.788 INFO kablam! | Oct 11 17:31:01.788 INFO kablam! 53 | let content: LineEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.788 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.788 INFO kablam! Oct 11 17:31:01.789 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.789 INFO kablam! --> tests/events_test/mod.rs:59:9 Oct 11 17:31:01.789 INFO kablam! | Oct 11 17:31:01.789 INFO kablam! 59 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.789 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.789 INFO kablam! Oct 11 17:31:01.789 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.789 INFO kablam! --> tests/events_test/mod.rs:65:9 Oct 11 17:31:01.789 INFO kablam! | Oct 11 17:31:01.789 INFO kablam! 65 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.789 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.789 INFO kablam! Oct 11 17:31:01.789 INFO kablam! warning: unused variable: `content` Oct 11 17:31:01.789 INFO kablam! --> tests/events_test/mod.rs:71:9 Oct 11 17:31:01.789 INFO kablam! | Oct 11 17:31:01.789 INFO kablam! 71 | let content: ReplyableEvent = utils::to_events(&data).unwrap(); Oct 11 17:31:01.789 INFO kablam! | ^^^^^^^ help: consider using `_content` instead Oct 11 17:31:01.789 INFO kablam! Oct 11 17:31:01.789 INFO kablam! warning: unused variable: `bot` Oct 11 17:31:01.789 INFO kablam! --> tests/integration_test.rs:20:9 Oct 11 17:31:01.789 INFO kablam! | Oct 11 17:31:01.789 INFO kablam! 20 | let bot = LineBot::new("secret key", "this is a pen."); Oct 11 17:31:01.789 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 11 17:31:01.789 INFO kablam! Oct 11 17:31:02.096 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 11 17:31:02.096 INFO kablam! --> src/events.rs:3:5 Oct 11 17:31:02.096 INFO kablam! | Oct 11 17:31:02.096 INFO kablam! 3 | use std::cell::RefCell; Oct 11 17:31:02.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 17:31:02.096 INFO kablam! | Oct 11 17:31:02.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:31:02.096 INFO kablam! Oct 11 17:31:02.112 INFO kablam! warning: unused import: `serde_json::Error` Oct 11 17:31:02.112 INFO kablam! --> src/utils.rs:3:5 Oct 11 17:31:02.112 INFO kablam! | Oct 11 17:31:02.112 INFO kablam! 3 | use serde_json::Error; Oct 11 17:31:02.112 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 17:31:02.112 INFO kablam! Oct 11 17:31:02.112 INFO kablam! warning: unused import: `ReplyableEvent` Oct 11 17:31:02.112 INFO kablam! --> src/utils.rs:6:15 Oct 11 17:31:02.112 INFO kablam! | Oct 11 17:31:02.112 INFO kablam! 6 | use events::{ ReplyableEvent }; Oct 11 17:31:02.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 17:31:02.112 INFO kablam! Oct 11 17:31:02.125 INFO kablam! warning: unused imports: `BlockStyle`, `BubbleStyle` Oct 11 17:31:02.125 INFO kablam! --> src/flex_message/containers.rs:2:36 Oct 11 17:31:02.125 INFO kablam! | Oct 11 17:31:02.125 INFO kablam! 2 | use flex_message::styles::{ Style, BlockStyle, BubbleStyle }; Oct 11 17:31:02.125 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^ Oct 11 17:31:02.126 INFO kablam! Oct 11 17:31:02.126 INFO kablam! warning: unused import: `ComponentType` Oct 11 17:31:02.126 INFO kablam! --> src/flex_message/component_builder.rs:1:33 Oct 11 17:31:02.126 INFO kablam! | Oct 11 17:31:02.126 INFO kablam! 1 | use flex_message::components::{ ComponentType, Component }; Oct 11 17:31:02.126 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 17:31:02.127 INFO kablam! Oct 11 17:31:05.082 INFO kablam! warning: unused variable: `text` Oct 11 17:31:05.083 INFO kablam! --> src/actions.rs:105:91 Oct 11 17:31:05.083 INFO kablam! | Oct 11 17:31:05.083 INFO kablam! 105 | pub fn create_postback_with_display_text(label: &str, data: &str, display_text: &str, text: &str) -> Action { Oct 11 17:31:05.084 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 11 17:31:05.084 INFO kablam! | Oct 11 17:31:05.084 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:31:05.084 INFO kablam! Oct 11 17:31:05.085 INFO kablam! warning: unused variable: `user_id` Oct 11 17:31:05.085 INFO kablam! --> src/bot.rs:102:47 Oct 11 17:31:05.085 INFO kablam! | Oct 11 17:31:05.085 INFO kablam! 102 | LineSourceType::Group { group_id, user_id } => format!("/group/{}/leave", group_id), Oct 11 17:31:05.086 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 11 17:31:05.086 INFO kablam! Oct 11 17:31:05.086 INFO kablam! warning: unused variable: `user_id` Oct 11 17:31:05.087 INFO kablam! --> src/bot.rs:103:45 Oct 11 17:31:05.087 INFO kablam! | Oct 11 17:31:05.087 INFO kablam! 103 | LineSourceType::Room { room_id, user_id } => format!("/room/{}/leave", room_id), Oct 11 17:31:05.087 INFO kablam! | ^^^^^^^ help: try ignoring the field: `user_id: _` Oct 11 17:31:05.088 INFO kablam! Oct 11 17:31:05.088 INFO kablam! warning: unused variable: `options` Oct 11 17:31:05.088 INFO kablam! --> src/bot.rs:119:53 Oct 11 17:31:05.089 INFO kablam! | Oct 11 17:31:05.089 INFO kablam! 119 | pub fn post(&self, endpoint: &str, data: Value, options: Value) -> Response{ Oct 11 17:31:05.089 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 17:31:05.089 INFO kablam! Oct 11 17:31:05.089 INFO kablam! warning: unused variable: `template` Oct 11 17:31:05.090 INFO kablam! --> src/messages.rs:100:51 Oct 11 17:31:05.090 INFO kablam! | Oct 11 17:31:05.090 INFO kablam! 100 | LineMessageType::Template { alt_text, template } => Some(alt_text), Oct 11 17:31:05.090 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `template: _` Oct 11 17:31:05.091 INFO kablam! Oct 11 17:31:05.091 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.091 INFO kablam! --> src/messages.rs:101:51 Oct 11 17:31:05.091 INFO kablam! | Oct 11 17:31:05.092 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.092 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.092 INFO kablam! Oct 11 17:31:05.092 INFO kablam! warning: unused variable: `base_size` Oct 11 17:31:05.093 INFO kablam! --> src/messages.rs:101:61 Oct 11 17:31:05.093 INFO kablam! | Oct 11 17:31:05.093 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.094 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:31:05.094 INFO kablam! Oct 11 17:31:05.094 INFO kablam! warning: unused variable: `actions` Oct 11 17:31:05.094 INFO kablam! --> src/messages.rs:101:72 Oct 11 17:31:05.094 INFO kablam! | Oct 11 17:31:05.095 INFO kablam! 101 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.095 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:31:05.095 INFO kablam! Oct 11 17:31:05.095 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.096 INFO kablam! --> src/messages.rs:108:41 Oct 11 17:31:05.097 INFO kablam! | Oct 11 17:31:05.097 INFO kablam! 108 | LineMessageType::Template { alt_text, template } => Some(template), Oct 11 17:31:05.098 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.098 INFO kablam! Oct 11 17:31:05.098 INFO kablam! warning: unused variable: `title` Oct 11 17:31:05.098 INFO kablam! --> src/messages.rs:115:41 Oct 11 17:31:05.099 INFO kablam! | Oct 11 17:31:05.099 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:31:05.099 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:31:05.099 INFO kablam! Oct 11 17:31:05.100 INFO kablam! warning: unused variable: `latitude` Oct 11 17:31:05.100 INFO kablam! --> src/messages.rs:115:57 Oct 11 17:31:05.100 INFO kablam! | Oct 11 17:31:05.101 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:31:05.101 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 11 17:31:05.101 INFO kablam! Oct 11 17:31:05.101 INFO kablam! warning: unused variable: `longitude` Oct 11 17:31:05.102 INFO kablam! --> src/messages.rs:115:67 Oct 11 17:31:05.102 INFO kablam! | Oct 11 17:31:05.102 INFO kablam! 115 | LineMessageType::Location { title, address, latitude, longitude } => Some(address), Oct 11 17:31:05.103 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 11 17:31:05.103 INFO kablam! Oct 11 17:31:05.103 INFO kablam! warning: unused variable: `title` Oct 11 17:31:05.103 INFO kablam! --> src/messages.rs:122:41 Oct 11 17:31:05.104 INFO kablam! | Oct 11 17:31:05.104 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:31:05.104 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:31:05.104 INFO kablam! Oct 11 17:31:05.105 INFO kablam! warning: unused variable: `address` Oct 11 17:31:05.105 INFO kablam! --> src/messages.rs:122:48 Oct 11 17:31:05.107 INFO kablam! | Oct 11 17:31:05.108 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:31:05.108 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 11 17:31:05.108 INFO kablam! Oct 11 17:31:05.108 INFO kablam! warning: unused variable: `longitude` Oct 11 17:31:05.109 INFO kablam! --> src/messages.rs:122:67 Oct 11 17:31:05.109 INFO kablam! | Oct 11 17:31:05.109 INFO kablam! 122 | LineMessageType::Location { title, address, latitude, longitude } => Some(latitude), Oct 11 17:31:05.112 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `longitude: _` Oct 11 17:31:05.112 INFO kablam! Oct 11 17:31:05.113 INFO kablam! warning: unused variable: `title` Oct 11 17:31:05.113 INFO kablam! --> src/messages.rs:129:41 Oct 11 17:31:05.113 INFO kablam! | Oct 11 17:31:05.114 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:31:05.114 INFO kablam! | ^^^^^ help: try ignoring the field: `title: _` Oct 11 17:31:05.114 INFO kablam! Oct 11 17:31:05.114 INFO kablam! warning: unused variable: `address` Oct 11 17:31:05.115 INFO kablam! --> src/messages.rs:129:48 Oct 11 17:31:05.115 INFO kablam! | Oct 11 17:31:05.115 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:31:05.116 INFO kablam! | ^^^^^^^ help: try ignoring the field: `address: _` Oct 11 17:31:05.116 INFO kablam! Oct 11 17:31:05.116 INFO kablam! warning: unused variable: `latitude` Oct 11 17:31:05.116 INFO kablam! --> src/messages.rs:129:57 Oct 11 17:31:05.117 INFO kablam! | Oct 11 17:31:05.117 INFO kablam! 129 | LineMessageType::Location { title, address, latitude, longitude } => Some(longitude), Oct 11 17:31:05.117 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `latitude: _` Oct 11 17:31:05.118 INFO kablam! Oct 11 17:31:05.118 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.118 INFO kablam! --> src/messages.rs:136:51 Oct 11 17:31:05.118 INFO kablam! | Oct 11 17:31:05.119 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.119 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.119 INFO kablam! Oct 11 17:31:05.119 INFO kablam! warning: unused variable: `base_size` Oct 11 17:31:05.120 INFO kablam! --> src/messages.rs:136:61 Oct 11 17:31:05.120 INFO kablam! | Oct 11 17:31:05.120 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.121 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:31:05.121 INFO kablam! Oct 11 17:31:05.121 INFO kablam! warning: unused variable: `actions` Oct 11 17:31:05.122 INFO kablam! --> src/messages.rs:136:72 Oct 11 17:31:05.122 INFO kablam! | Oct 11 17:31:05.122 INFO kablam! 136 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_url), Oct 11 17:31:05.122 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:31:05.123 INFO kablam! Oct 11 17:31:05.123 INFO kablam! warning: unused variable: `base_url` Oct 11 17:31:05.123 INFO kablam! --> src/messages.rs:143:41 Oct 11 17:31:05.123 INFO kablam! | Oct 11 17:31:05.124 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:31:05.124 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:31:05.124 INFO kablam! Oct 11 17:31:05.125 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.125 INFO kablam! --> src/messages.rs:143:51 Oct 11 17:31:05.125 INFO kablam! | Oct 11 17:31:05.125 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:31:05.126 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.126 INFO kablam! Oct 11 17:31:05.126 INFO kablam! warning: unused variable: `actions` Oct 11 17:31:05.127 INFO kablam! --> src/messages.rs:143:72 Oct 11 17:31:05.127 INFO kablam! | Oct 11 17:31:05.127 INFO kablam! 143 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size), Oct 11 17:31:05.127 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:31:05.128 INFO kablam! Oct 11 17:31:05.128 INFO kablam! warning: unused variable: `base_url` Oct 11 17:31:05.128 INFO kablam! --> src/messages.rs:150:41 Oct 11 17:31:05.129 INFO kablam! | Oct 11 17:31:05.129 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:31:05.129 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:31:05.129 INFO kablam! Oct 11 17:31:05.130 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.130 INFO kablam! --> src/messages.rs:150:51 Oct 11 17:31:05.130 INFO kablam! | Oct 11 17:31:05.130 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:31:05.131 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.131 INFO kablam! Oct 11 17:31:05.132 INFO kablam! warning: unused variable: `actions` Oct 11 17:31:05.132 INFO kablam! --> src/messages.rs:150:72 Oct 11 17:31:05.132 INFO kablam! | Oct 11 17:31:05.132 INFO kablam! 150 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.height), Oct 11 17:31:05.133 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:31:05.133 INFO kablam! Oct 11 17:31:05.133 INFO kablam! warning: unused variable: `base_url` Oct 11 17:31:05.134 INFO kablam! --> src/messages.rs:157:41 Oct 11 17:31:05.134 INFO kablam! | Oct 11 17:31:05.134 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:31:05.135 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:31:05.135 INFO kablam! Oct 11 17:31:05.135 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.135 INFO kablam! --> src/messages.rs:157:51 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `actions` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:157:72 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 157 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(base_size.width), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^ help: try ignoring the field: `actions: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `base_url` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:164:41 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `base_url: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:164:51 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `alt_text: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `base_size` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:164:61 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 164 | LineMessageType::Imagemap { base_url, alt_text, base_size, actions } => Some(actions), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `base_size: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `file_size` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:171:48 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 171 | LineMessageType::File { file_name, file_size } => Some(file_name), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_size: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `file_name` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:178:37 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 178 | LineMessageType::File { file_name, file_size } => Some(file_size), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `file_name: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `sticker_id` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:185:52 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 185 | LineMessageType::Sticker { package_id, sticker_id } => Some(package_id), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `sticker_id: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `package_id` Oct 11 17:31:05.136 INFO kablam! --> src/messages.rs:192:40 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 192 | LineMessageType::Sticker { package_id, sticker_id } => Some(sticker_id), Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `package_id: _` Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.136 INFO kablam! warning: unused variable: `alt_text` Oct 11 17:31:05.136 INFO kablam! --> src/templates.rs:40:37 Oct 11 17:31:05.136 INFO kablam! | Oct 11 17:31:05.136 INFO kablam! 40 | pub fn new (kind: TemplateType, alt_text: &str) -> TemplateComponent { Oct 11 17:31:05.136 INFO kablam! | ^^^^^^^^ help: consider using `_alt_text` instead Oct 11 17:31:05.136 INFO kablam! Oct 11 17:31:05.913 INFO kablam! warning: unused attribute Oct 11 17:31:05.913 INFO kablam! --> src/templates.rs:88:5 Oct 11 17:31:05.913 INFO kablam! | Oct 11 17:31:05.913 INFO kablam! 88 | #[derive(rename = "thumbnailImageUrl")] Oct 11 17:31:05.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:31:05.913 INFO kablam! | Oct 11 17:31:05.913 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 11 17:31:05.913 INFO kablam! Oct 11 17:31:09.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.25s Oct 11 17:31:09.949 INFO kablam! su: No module specific data is present Oct 11 17:31:10.229 INFO running `"docker" "rm" "-f" "39de9ccb34e85da742a18539ab64234714299db7a610b9151060fb702c8e7ae5"` Oct 11 17:31:10.312 INFO blam! 39de9ccb34e85da742a18539ab64234714299db7a610b9151060fb702c8e7ae5 Oct 11 17:31:10.313 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:31:10.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:31:10.483 INFO blam! bf820a06aeca626c5bbee8272b9657183e74d7c873fbbfe3386a80566481d143 Oct 11 17:31:10.486 INFO running `"docker" "start" "-a" "bf820a06aeca626c5bbee8272b9657183e74d7c873fbbfe3386a80566481d143"` Oct 11 17:31:10.953 INFO kablam! usermod: no changes Oct 11 17:31:11.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 17:31:11.138 INFO kablam! Running /target/debug/deps/line_messaging_api_rust-1e91890657643724 Oct 11 17:31:11.140 INFO kablam! Running /target/debug/deps/integration_test-276aab42edaf078b Oct 11 17:31:11.140 INFO blam! Oct 11 17:31:11.140 INFO blam! running 0 tests Oct 11 17:31:11.140 INFO blam! Oct 11 17:31:11.140 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:31:11.140 INFO blam! Oct 11 17:31:11.143 INFO blam! Oct 11 17:31:11.143 INFO blam! running 43 tests Oct 11 17:31:11.148 INFO blam! test events_test::file_test ... ok Oct 11 17:31:11.148 INFO blam! test events_test::beacon_test ... ok Oct 11 17:31:11.148 INFO blam! test events_test::image_test ... ok Oct 11 17:31:11.148 INFO blam! test events_test::account_link_test ... ok Oct 11 17:31:11.150 INFO blam! test events_test::location_test ... ok Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::button_component_test ... ignored Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::filler_component_test ... ignored Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::icon_component_test ... ignored Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::separator_component_test ... ignored Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::spacer_component_test ... ignored Oct 11 17:31:11.150 INFO blam! test flex_message_test::component_builder_test::text_component_test ... ignored Oct 11 17:31:11.151 INFO blam! test flex_message_test::containers_test::bubble_container_test ... ignored Oct 11 17:31:11.151 INFO blam! test events_test::follow_test ... ok Oct 11 17:31:11.151 INFO blam! test events_test::join_test ... ok Oct 11 17:31:11.151 INFO blam! test events_test::unfollow_test ... ok Oct 11 17:31:11.151 INFO blam! test get_test ... ignored Oct 11 17:31:11.151 INFO blam! test events_test::text_message_test ... ok Oct 11 17:31:11.151 INFO blam! test messages_test::push_audio_test ... ignored Oct 11 17:31:11.151 INFO blam! test messages_test::push_button_template_test ... ignored Oct 11 17:31:11.151 INFO blam! test messages_test::push_carousel_template_test ... ignored Oct 11 17:31:11.151 INFO blam! test messages_test::push_confirm_template_test ... ignored Oct 11 17:31:11.152 INFO blam! test flex_message_test::component_builder_test::box_component_test ... ok Oct 11 17:31:11.152 INFO blam! test events_test::leave_test ... ok Oct 11 17:31:11.152 INFO blam! test flex_message_test::containers_test::carousel_container_test ... ok Oct 11 17:31:11.152 INFO blam! test events_test::postback_test ... ok Oct 11 17:31:11.152 INFO blam! test message_vec_test ... ok Oct 11 17:31:11.152 INFO blam! test message_test ... ok Oct 11 17:31:11.152 INFO blam! test messages_test::push_image_test ... ignored Oct 11 17:31:11.153 INFO blam! test messages_test::push_imagemap_message_test ... ignored Oct 11 17:31:11.153 INFO blam! test messages_test::push_imagemap_uri_test ... ignored Oct 11 17:31:11.153 INFO blam! test messages_test::push_location_test ... ignored Oct 11 17:31:11.153 INFO blam! test flex_message_test::styles_test::style_tst ... ok Oct 11 17:31:11.153 INFO blam! test messages_test::push_sticker_test ... ignored Oct 11 17:31:11.153 INFO blam! test messages_test::push_text_test ... ignored Oct 11 17:31:11.153 INFO blam! test messages_test::push_video_test ... ignored Oct 11 17:31:11.153 INFO blam! test utils_test::replyable_test_should_return_false ... ok Oct 11 17:31:11.154 INFO blam! test utils_test::is_replyable_test ... ok Oct 11 17:31:11.154 INFO blam! test utils_test::to_replyable_test ... ok Oct 11 17:31:11.176 INFO blam! test url_test ... ok Oct 11 17:31:11.225 INFO blam! test messages_test::push_flex_text ... FAILED Oct 11 17:31:11.226 INFO blam! test messages_test::push_image_carousel_template_test ... FAILED Oct 11 17:31:11.228 INFO blam! test utils_test::hmac_test ... FAILED Oct 11 17:31:11.228 INFO blam! test utils_test::hmac_test2 ... FAILED Oct 11 17:31:11.228 INFO blam! Oct 11 17:31:11.228 INFO blam! failures: Oct 11 17:31:11.228 INFO blam! Oct 11 17:31:11.228 INFO blam! ---- messages_test::push_flex_text stdout ---- Oct 11 17:31:11.228 INFO blam! integration_test::common Oct 11 17:31:11.228 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 11 17:31:11.228 INFO blam! stack backtrace: Oct 11 17:31:11.228 INFO blam! 0: 0x555a68dd1b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:31:11.228 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:31:11.228 INFO blam! 1: 0x555a68ddb226 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:31:11.228 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:31:11.228 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:31:11.228 INFO blam! 2: 0x555a68dd5d6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:31:11.228 INFO blam! at libstd/panicking.rs:211 Oct 11 17:31:11.228 INFO blam! 3: 0x555a68dd5a7b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:31:11.228 INFO blam! at libstd/panicking.rs:221 Oct 11 17:31:11.228 INFO blam! 4: 0x555a68dd641c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:31:11.228 INFO blam! at libstd/panicking.rs:476 Oct 11 17:31:11.228 INFO blam! 5: 0x555a68dd5fd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:31:11.228 INFO blam! at libstd/panicking.rs:390 Oct 11 17:31:11.228 INFO blam! 6: 0x555a68dd5ed5 - rust_begin_unwind Oct 11 17:31:11.228 INFO blam! at libstd/panicking.rs:325 Oct 11 17:31:11.228 INFO blam! 7: 0x555a68e1a2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:31:11.228 INFO blam! at libcore/panicking.rs:77 Oct 11 17:31:11.228 INFO blam! 8: 0x555a68d94fb3 - core::result::unwrap_failed::hdfe7ebfeb23faf06 Oct 11 17:31:11.228 INFO blam! at libcore/macros.rs:26 Oct 11 17:31:11.228 INFO blam! 9: 0x555a6885d45b - >::unwrap::h5eed5295a4f86019 Oct 11 17:31:11.228 INFO blam! at libcore/result.rs:808 Oct 11 17:31:11.228 INFO blam! 10: 0x555a68925f18 - integration_test::common::get_bot::ha0ad2662b3960109 Oct 11 17:31:11.228 INFO blam! at tests/common/mod.rs:15 Oct 11 17:31:11.229 INFO blam! 11: 0x555a68926398 - integration_test::common::push_message::h9036b189ba1b0b95 Oct 11 17:31:11.229 INFO blam! at tests/common/mod.rs:34 Oct 11 17:31:11.229 INFO blam! 12: 0x555a688f3958 - integration_test::messages_test::push_flex_text::ha6c2b553292a70cb Oct 11 17:31:11.229 INFO blam! at tests/messages_test/mod.rs:188 Oct 11 17:31:11.229 INFO blam! 13: 0x555a688f3529 - integration_test::messages_test::push_flex_text::{{closure}}::ha8c4664121d965ef Oct 11 17:31:11.229 INFO blam! at tests/messages_test/mod.rs:174 Oct 11 17:31:11.229 INFO blam! 14: 0x555a6891c00d - core::ops::function::FnOnce::call_once::h4aa1c17dec41edd4 Oct 11 17:31:11.229 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.229 INFO blam! 15: 0x555a68929b9e - >::call_box::h95b7cb918af67b5d Oct 11 17:31:11.229 INFO blam! at libtest/lib.rs:1468 Oct 11 17:31:11.229 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.229 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.229 INFO blam! 16: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.229 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.229 INFO blam! 17: 0x555a6894a6ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.229 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.229 INFO blam! at libtest/lib.rs:1423 Oct 11 17:31:11.229 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:31:11.229 INFO blam! 18: 0x555a6894b2f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:31:11.229 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:31:11.229 INFO blam! at libstd/panic.rs:313 Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:310 Oct 11 17:31:11.229 INFO blam! 19: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.229 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.229 INFO blam! 20: 0x555a689388b6 - >::call_box::h96125cb29a9ba44b Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.229 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.229 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:31:11.229 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.229 INFO blam! 21: 0x555a68dd3faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:31:11.229 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:31:11.229 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:31:11.229 INFO blam! 22: 0x555a68dc6705 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:31:11.229 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:31:11.229 INFO blam! 23: 0x7f783db3b6b9 - start_thread Oct 11 17:31:11.229 INFO blam! 24: 0x7f783d65b41c - clone Oct 11 17:31:11.229 INFO blam! 25: 0x0 - Oct 11 17:31:11.229 INFO blam! Oct 11 17:31:11.229 INFO blam! ---- messages_test::push_image_carousel_template_test stdout ---- Oct 11 17:31:11.229 INFO blam! default_action: {"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}} Oct 11 17:31:11.229 INFO blam! Oct 11 17:31:11.229 INFO blam! template: {"type":"image_carousel","columns":[{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}},{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}},{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}}]} Oct 11 17:31:11.229 INFO blam! Oct 11 17:31:11.229 INFO blam! message: {"type":"template","altText":"this is a image carousel template","template":{"type":"image_carousel","columns":[{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}},{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}},{"imageUrl":"https://example.com/bot/images/item1.jpg","action":{"type":"postback","data":"action=buy&itemid=123","label":"Buy"}}]},"id":""} Oct 11 17:31:11.229 INFO blam! Oct 11 17:31:11.229 INFO blam! integration_test::common Oct 11 17:31:11.229 INFO blam! thread 'messages_test::push_image_carousel_template_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 11 17:31:11.229 INFO blam! stack backtrace: Oct 11 17:31:11.229 INFO blam! 0: 0x555a68dd1b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:31:11.229 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:31:11.229 INFO blam! 1: 0x555a68ddb226 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:31:11.229 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:31:11.229 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:31:11.229 INFO blam! 2: 0x555a68dd5d6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:211 Oct 11 17:31:11.229 INFO blam! 3: 0x555a68dd5a7b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:221 Oct 11 17:31:11.229 INFO blam! 4: 0x555a68dd641c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:476 Oct 11 17:31:11.229 INFO blam! 5: 0x555a68dd5fd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:390 Oct 11 17:31:11.229 INFO blam! 6: 0x555a68dd5ed5 - rust_begin_unwind Oct 11 17:31:11.229 INFO blam! at libstd/panicking.rs:325 Oct 11 17:31:11.229 INFO blam! 7: 0x555a68e1a2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:31:11.229 INFO blam! at libcore/panicking.rs:77 Oct 11 17:31:11.229 INFO blam! 8: 0x555a68d94fb3 - core::result::unwrap_failed::hdfe7ebfeb23faf06 Oct 11 17:31:11.229 INFO blam! at libcore/macros.rs:26 Oct 11 17:31:11.229 INFO blam! 9: 0x555a6885d45b - >::unwrap::h5eed5295a4f86019 Oct 11 17:31:11.229 INFO blam! at libcore/result.rs:808 Oct 11 17:31:11.229 INFO blam! 10: 0x555a68925f18 - integration_test::common::get_bot::ha0ad2662b3960109 Oct 11 17:31:11.229 INFO blam! at tests/common/mod.rs:15 Oct 11 17:31:11.229 INFO blam! 11: 0x555a68926398 - integration_test::common::push_message::h9036b189ba1b0b95 Oct 11 17:31:11.229 INFO blam! at tests/common/mod.rs:34 Oct 11 17:31:11.229 INFO blam! 12: 0x555a688f338b - integration_test::messages_test::push_image_carousel_template_test::h0815f4e109e44a3c Oct 11 17:31:11.229 INFO blam! at tests/messages_test/mod.rs:170 Oct 11 17:31:11.229 INFO blam! 13: 0x555a688f2ce9 - integration_test::messages_test::push_image_carousel_template_test::{{closure}}::hd9e9bc7b4f2698ad Oct 11 17:31:11.229 INFO blam! at tests/messages_test/mod.rs:150 Oct 11 17:31:11.229 INFO blam! 14: 0x555a6891d1dd - core::ops::function::FnOnce::call_once::hf3a29d537def78d7 Oct 11 17:31:11.229 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.229 INFO blam! 15: 0x555a68929b9e - >::call_box::h95b7cb918af67b5d Oct 11 17:31:11.229 INFO blam! at libtest/lib.rs:1468 Oct 11 17:31:11.229 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.229 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.230 INFO blam! 16: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.230 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.230 INFO blam! 17: 0x555a6894a6ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.230 INFO blam! at libtest/lib.rs:1423 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:31:11.230 INFO blam! 18: 0x555a6894b2f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:31:11.230 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:313 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:310 Oct 11 17:31:11.230 INFO blam! 19: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.230 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.230 INFO blam! 20: 0x555a689388b6 - >::call_box::h96125cb29a9ba44b Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.230 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:31:11.230 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.230 INFO blam! 21: 0x555a68dd3faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:31:11.230 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:31:11.230 INFO blam! 22: 0x555a68dc6705 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:31:11.230 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:31:11.230 INFO blam! 23: 0x7f783db3b6b9 - start_thread Oct 11 17:31:11.230 INFO blam! 24: 0x7f783d65b41c - clone Oct 11 17:31:11.230 INFO blam! 25: 0x0 - Oct 11 17:31:11.230 INFO blam! Oct 11 17:31:11.230 INFO blam! ---- utils_test::hmac_test stdout ---- Oct 11 17:31:11.230 INFO blam! integration_test::common Oct 11 17:31:11.230 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 11 17:31:11.230 INFO blam! stack backtrace: Oct 11 17:31:11.230 INFO blam! 0: 0x555a68dd1b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:31:11.230 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:31:11.230 INFO blam! 1: 0x555a68ddb226 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:31:11.230 INFO blam! 2: 0x555a68dd5d6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:211 Oct 11 17:31:11.230 INFO blam! 3: 0x555a68dd5a7b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:221 Oct 11 17:31:11.230 INFO blam! 4: 0x555a68dd641c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:476 Oct 11 17:31:11.230 INFO blam! 5: 0x555a68dd5fd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:390 Oct 11 17:31:11.230 INFO blam! 6: 0x555a68dd5ed5 - rust_begin_unwind Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:325 Oct 11 17:31:11.230 INFO blam! 7: 0x555a68e1a2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:31:11.230 INFO blam! at libcore/panicking.rs:77 Oct 11 17:31:11.230 INFO blam! 8: 0x555a68d94fb3 - core::result::unwrap_failed::hdfe7ebfeb23faf06 Oct 11 17:31:11.230 INFO blam! at libcore/macros.rs:26 Oct 11 17:31:11.230 INFO blam! 9: 0x555a6885d45b - >::unwrap::h5eed5295a4f86019 Oct 11 17:31:11.230 INFO blam! at libcore/result.rs:808 Oct 11 17:31:11.230 INFO blam! 10: 0x555a68925f18 - integration_test::common::get_bot::ha0ad2662b3960109 Oct 11 17:31:11.230 INFO blam! at tests/common/mod.rs:15 Oct 11 17:31:11.230 INFO blam! 11: 0x555a6886e7f0 - integration_test::utils_test::hmac_test::h4c9d9394cadb6898 Oct 11 17:31:11.230 INFO blam! at tests/utils_test/mod.rs:33 Oct 11 17:31:11.230 INFO blam! 12: 0x555a6886e7c9 - integration_test::utils_test::hmac_test::{{closure}}::hd3ca3176b8fb96f4 Oct 11 17:31:11.230 INFO blam! at tests/utils_test/mod.rs:32 Oct 11 17:31:11.230 INFO blam! 13: 0x555a6891cf6d - core::ops::function::FnOnce::call_once::hde3a02a72694f9fa Oct 11 17:31:11.230 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.230 INFO blam! 14: 0x555a68929b9e - >::call_box::h95b7cb918af67b5d Oct 11 17:31:11.230 INFO blam! at libtest/lib.rs:1468 Oct 11 17:31:11.230 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.230 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.230 INFO blam! 15: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.230 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.230 INFO blam! 16: 0x555a6894a6ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.230 INFO blam! at libtest/lib.rs:1423 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:31:11.230 INFO blam! 17: 0x555a6894b2f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:31:11.230 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:313 Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:310 Oct 11 17:31:11.230 INFO blam! 18: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.230 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.230 INFO blam! 19: 0x555a689388b6 - >::call_box::h96125cb29a9ba44b Oct 11 17:31:11.230 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.230 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.230 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:31:11.230 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.230 INFO blam! 20: 0x555a68dd3faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:31:11.230 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:31:11.230 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:31:11.230 INFO blam! 21: 0x555a68dc6705 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:31:11.230 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:31:11.230 INFO blam! 22: 0x7f783db3b6b9 - start_thread Oct 11 17:31:11.231 INFO blam! 23: 0x7f783d65b41c - clone Oct 11 17:31:11.231 INFO blam! 24: 0x0 - Oct 11 17:31:11.231 INFO blam! Oct 11 17:31:11.231 INFO blam! ---- utils_test::hmac_test2 stdout ---- Oct 11 17:31:11.231 INFO blam! integration_test::common Oct 11 17:31:11.231 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 11 17:31:11.231 INFO blam! stack backtrace: Oct 11 17:31:11.231 INFO blam! 0: 0x555a68dd1b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:31:11.231 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:31:11.231 INFO blam! 1: 0x555a68ddb226 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:31:11.231 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:31:11.231 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:31:11.231 INFO blam! 2: 0x555a68dd5d6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:211 Oct 11 17:31:11.231 INFO blam! 3: 0x555a68dd5a7b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:221 Oct 11 17:31:11.231 INFO blam! 4: 0x555a68dd641c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:476 Oct 11 17:31:11.231 INFO blam! 5: 0x555a68dd5fd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:390 Oct 11 17:31:11.231 INFO blam! 6: 0x555a68dd5ed5 - rust_begin_unwind Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:325 Oct 11 17:31:11.231 INFO blam! 7: 0x555a68e1a2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:31:11.231 INFO blam! at libcore/panicking.rs:77 Oct 11 17:31:11.231 INFO blam! 8: 0x555a68d94fb3 - core::result::unwrap_failed::hdfe7ebfeb23faf06 Oct 11 17:31:11.231 INFO blam! at libcore/macros.rs:26 Oct 11 17:31:11.231 INFO blam! 9: 0x555a6885d45b - >::unwrap::h5eed5295a4f86019 Oct 11 17:31:11.231 INFO blam! at libcore/result.rs:808 Oct 11 17:31:11.231 INFO blam! 10: 0x555a68925f18 - integration_test::common::get_bot::ha0ad2662b3960109 Oct 11 17:31:11.231 INFO blam! at tests/common/mod.rs:15 Oct 11 17:31:11.231 INFO blam! 11: 0x555a6886e8e0 - integration_test::utils_test::hmac_test2::h8f97f2f70071e03c Oct 11 17:31:11.231 INFO blam! at tests/utils_test/mod.rs:40 Oct 11 17:31:11.231 INFO blam! 12: 0x555a6886e8b9 - integration_test::utils_test::hmac_test2::{{closure}}::hc8440382bc75df6c Oct 11 17:31:11.231 INFO blam! at tests/utils_test/mod.rs:39 Oct 11 17:31:11.231 INFO blam! 13: 0x555a6891b74d - core::ops::function::FnOnce::call_once::h0a88f0ee94dbdba3 Oct 11 17:31:11.231 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.231 INFO blam! 14: 0x555a68929b9e - >::call_box::h95b7cb918af67b5d Oct 11 17:31:11.231 INFO blam! at libtest/lib.rs:1468 Oct 11 17:31:11.231 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:31:11.231 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.231 INFO blam! 15: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.231 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.231 INFO blam! 16: 0x555a6894a6ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.231 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.231 INFO blam! at libtest/lib.rs:1423 Oct 11 17:31:11.231 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:31:11.231 INFO blam! 17: 0x555a6894b2f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:31:11.231 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:31:11.231 INFO blam! at libstd/panic.rs:313 Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:310 Oct 11 17:31:11.231 INFO blam! 18: 0x555a68de63f9 - __rust_maybe_catch_panic Oct 11 17:31:11.231 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:31:11.231 INFO blam! 19: 0x555a689388b6 - >::call_box::h96125cb29a9ba44b Oct 11 17:31:11.231 INFO blam! at libstd/panicking.rs:289 Oct 11 17:31:11.231 INFO blam! at libstd/panic.rs:392 Oct 11 17:31:11.231 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:31:11.231 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:31:11.231 INFO blam! 20: 0x555a68dd3faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:31:11.231 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:31:11.231 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:31:11.231 INFO blam! 21: 0x555a68dc6705 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:31:11.231 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:31:11.231 INFO blam! 22: 0x7f783db3b6b9 - start_thread Oct 11 17:31:11.231 INFO blam! 23: 0x7f783d65b41c - clone Oct 11 17:31:11.231 INFO blam! 24: 0x0 - Oct 11 17:31:11.231 INFO blam! Oct 11 17:31:11.231 INFO blam! Oct 11 17:31:11.231 INFO blam! failures: Oct 11 17:31:11.231 INFO blam! messages_test::push_flex_text Oct 11 17:31:11.231 INFO blam! messages_test::push_image_carousel_template_test Oct 11 17:31:11.231 INFO blam! utils_test::hmac_test Oct 11 17:31:11.231 INFO blam! utils_test::hmac_test2 Oct 11 17:31:11.231 INFO blam! Oct 11 17:31:11.231 INFO blam! test result: FAILED. 20 passed; 4 failed; 19 ignored; 0 measured; 0 filtered out Oct 11 17:31:11.231 INFO blam! Oct 11 17:31:11.236 INFO kablam! error: test failed, to rerun pass '--test integration_test' Oct 11 17:31:11.236 INFO kablam! su: No module specific data is present Oct 11 17:31:11.495 INFO running `"docker" "rm" "-f" "bf820a06aeca626c5bbee8272b9657183e74d7c873fbbfe3386a80566481d143"` Oct 11 17:31:11.593 INFO blam! bf820a06aeca626c5bbee8272b9657183e74d7c873fbbfe3386a80566481d143