Oct 14 20:01:15.422 INFO testing geekapk-r/TelegramBot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:01:15.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:15.839 INFO blam! 4776727e971ca1b5c9be9dbd3431f9871ebd17d6fc096fa45b54baf555542bf8 Oct 14 20:01:15.841 INFO running `"docker" "start" "-a" "4776727e971ca1b5c9be9dbd3431f9871ebd17d6fc096fa45b54baf555542bf8"` Oct 14 20:01:17.175 INFO kablam! usermod: no changes Oct 14 20:01:17.372 INFO kablam! Compiling openssl v0.9.24 Oct 14 20:01:17.372 INFO kablam! Compiling serde_urlencoded v0.4.3 Oct 14 20:01:17.375 INFO kablam! Compiling serde_json v0.9.10 Oct 14 20:01:24.822 INFO kablam! Compiling native-tls v0.1.5 Oct 14 20:01:25.815 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 14 20:01:27.151 INFO kablam! Compiling reqwest v0.4.0 Oct 14 20:01:29.779 INFO kablam! Compiling teleborg v0.1.32 Oct 14 20:01:37.835 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 14 20:01:39.299 INFO kablam! warning: unused import: `std::fs::File` Oct 14 20:01:39.299 INFO kablam! --> src/main.rs:6:5 Oct 14 20:01:39.299 INFO kablam! | Oct 14 20:01:39.299 INFO kablam! 6 | use std::fs::File; Oct 14 20:01:39.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:39.299 INFO kablam! | Oct 14 20:01:39.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:01:39.299 INFO kablam! Oct 14 20:01:39.299 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:01:39.299 INFO kablam! --> src/main.rs:7:5 Oct 14 20:01:39.299 INFO kablam! | Oct 14 20:01:39.299 INFO kablam! 7 | use std::io::Read; Oct 14 20:01:39.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:39.299 INFO kablam! Oct 14 20:01:39.299 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 14 20:01:39.299 INFO kablam! --> src/main.rs:10:5 Oct 14 20:01:39.299 INFO kablam! | Oct 14 20:01:39.299 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 14 20:01:39.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:39.299 INFO kablam! Oct 14 20:01:39.395 INFO kablam! warning: unused variable: `bot` Oct 14 20:01:39.395 INFO kablam! --> src/main.rs:38:9 Oct 14 20:01:39.395 INFO kablam! | Oct 14 20:01:39.395 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:39.395 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 14 20:01:39.395 INFO kablam! | Oct 14 20:01:39.395 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:01:39.395 INFO kablam! Oct 14 20:01:39.395 INFO kablam! warning: unused variable: `update` Oct 14 20:01:39.395 INFO kablam! --> src/main.rs:38:20 Oct 14 20:01:39.395 INFO kablam! | Oct 14 20:01:39.395 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:39.395 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 14 20:01:39.395 INFO kablam! Oct 14 20:01:39.395 INFO kablam! warning: unused variable: `args` Oct 14 20:01:39.395 INFO kablam! --> src/main.rs:38:36 Oct 14 20:01:39.395 INFO kablam! | Oct 14 20:01:39.395 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:39.395 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 20:01:39.395 INFO kablam! Oct 14 20:01:39.407 INFO kablam! warning: static item is never used: `VERSION` Oct 14 20:01:39.407 INFO kablam! --> src/main.rs:13:1 Oct 14 20:01:39.407 INFO kablam! | Oct 14 20:01:39.407 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 14 20:01:39.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:39.407 INFO kablam! | Oct 14 20:01:39.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:01:39.407 INFO kablam! Oct 14 20:01:41.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.62s Oct 14 20:01:41.832 INFO kablam! su: No module specific data is present Oct 14 20:01:42.319 INFO running `"docker" "rm" "-f" "4776727e971ca1b5c9be9dbd3431f9871ebd17d6fc096fa45b54baf555542bf8"` Oct 14 20:01:42.659 INFO blam! 4776727e971ca1b5c9be9dbd3431f9871ebd17d6fc096fa45b54baf555542bf8 Oct 14 20:01:42.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:43.033 INFO blam! 9623d003711a14634ea6f0f9043eb963fae90025a606113fc6976079c9b0b1d9 Oct 14 20:01:43.060 INFO running `"docker" "start" "-a" "9623d003711a14634ea6f0f9043eb963fae90025a606113fc6976079c9b0b1d9"` Oct 14 20:01:43.979 INFO kablam! usermod: no changes Oct 14 20:01:44.087 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 14 20:01:45.046 INFO kablam! warning: unused import: `std::fs::File` Oct 14 20:01:45.046 INFO kablam! --> src/main.rs:6:5 Oct 14 20:01:45.046 INFO kablam! | Oct 14 20:01:45.046 INFO kablam! 6 | use std::fs::File; Oct 14 20:01:45.046 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:45.046 INFO kablam! | Oct 14 20:01:45.046 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:01:45.046 INFO kablam! Oct 14 20:01:45.046 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:01:45.046 INFO kablam! --> src/main.rs:7:5 Oct 14 20:01:45.046 INFO kablam! | Oct 14 20:01:45.046 INFO kablam! 7 | use std::io::Read; Oct 14 20:01:45.046 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:45.046 INFO kablam! Oct 14 20:01:45.047 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 14 20:01:45.047 INFO kablam! --> src/main.rs:10:5 Oct 14 20:01:45.047 INFO kablam! | Oct 14 20:01:45.048 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 14 20:01:45.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:45.048 INFO kablam! Oct 14 20:01:45.096 INFO kablam! warning: unused variable: `bot` Oct 14 20:01:45.096 INFO kablam! --> src/main.rs:38:9 Oct 14 20:01:45.096 INFO kablam! | Oct 14 20:01:45.096 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.096 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 14 20:01:45.096 INFO kablam! | Oct 14 20:01:45.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:01:45.096 INFO kablam! Oct 14 20:01:45.096 INFO kablam! warning: unused variable: `update` Oct 14 20:01:45.096 INFO kablam! --> src/main.rs:38:20 Oct 14 20:01:45.096 INFO kablam! | Oct 14 20:01:45.096 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.096 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 14 20:01:45.096 INFO kablam! Oct 14 20:01:45.096 INFO kablam! warning: unused variable: `args` Oct 14 20:01:45.096 INFO kablam! --> src/main.rs:38:36 Oct 14 20:01:45.096 INFO kablam! | Oct 14 20:01:45.096 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.096 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 20:01:45.096 INFO kablam! Oct 14 20:01:45.102 INFO kablam! warning: static item is never used: `VERSION` Oct 14 20:01:45.102 INFO kablam! --> src/main.rs:13:1 Oct 14 20:01:45.102 INFO kablam! | Oct 14 20:01:45.102 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 14 20:01:45.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:45.102 INFO kablam! | Oct 14 20:01:45.102 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:01:45.102 INFO kablam! Oct 14 20:01:45.634 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 14 20:01:45.641 INFO kablam! su: No module specific data is present Oct 14 20:01:46.053 INFO running `"docker" "rm" "-f" "9623d003711a14634ea6f0f9043eb963fae90025a606113fc6976079c9b0b1d9"` Oct 14 20:01:46.154 INFO blam! 9623d003711a14634ea6f0f9043eb963fae90025a606113fc6976079c9b0b1d9 Oct 14 20:01:46.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:46.384 INFO blam! 30906801df2dbe70ddad94962f0f1c8adc60ae66ab160a221d0a334ac9b3ea6b Oct 14 20:01:46.386 INFO running `"docker" "start" "-a" "30906801df2dbe70ddad94962f0f1c8adc60ae66ab160a221d0a334ac9b3ea6b"` Oct 14 20:01:46.911 INFO kablam! usermod: no changes Oct 14 20:01:47.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 20:01:47.083 INFO kablam! Running /target/debug/deps/geekapk_telegram_bot-5e197a0fb8ec95c3 Oct 14 20:01:47.084 INFO blam! Oct 14 20:01:47.084 INFO blam! running 0 tests Oct 14 20:01:47.084 INFO blam! Oct 14 20:01:47.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:01:47.084 INFO blam! Oct 14 20:01:47.089 INFO kablam! su: No module specific data is present Oct 14 20:01:47.641 INFO running `"docker" "rm" "-f" "30906801df2dbe70ddad94962f0f1c8adc60ae66ab160a221d0a334ac9b3ea6b"` Oct 14 20:01:47.806 INFO blam! 30906801df2dbe70ddad94962f0f1c8adc60ae66ab160a221d0a334ac9b3ea6b