Oct 10 22:41:29.655 INFO testing geekapk-r/TelegramBot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:41:29.655 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:41:29.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 22:41:29.849 INFO blam! 8477e7bd6608011d3751a453a4164f2d638d7f39b7c04f7c97b4552697226bc6 Oct 10 22:41:29.851 INFO running `"docker" "start" "-a" "8477e7bd6608011d3751a453a4164f2d638d7f39b7c04f7c97b4552697226bc6"` Oct 10 22:41:30.478 INFO kablam! usermod: no changes Oct 10 22:41:30.669 INFO kablam! Compiling openssl-sys v0.9.31 Oct 10 22:41:30.676 INFO kablam! Compiling hyper v0.10.13 Oct 10 22:41:30.677 INFO kablam! Compiling serde_json v0.9.10 Oct 10 22:41:32.916 INFO kablam! Compiling openssl v0.9.24 Oct 10 22:41:41.591 INFO kablam! Compiling native-tls v0.1.5 Oct 10 22:41:44.227 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 10 22:41:46.551 INFO kablam! Compiling reqwest v0.4.0 Oct 10 22:41:50.512 INFO kablam! Compiling teleborg v0.1.32 Oct 10 22:41:58.960 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 10 22:42:03.850 INFO kablam! warning: unused import: `std::fs::File` Oct 10 22:42:03.850 INFO kablam! --> src/main.rs:6:5 Oct 10 22:42:03.850 INFO kablam! | Oct 10 22:42:03.850 INFO kablam! 6 | use std::fs::File; Oct 10 22:42:03.850 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:42:03.850 INFO kablam! | Oct 10 22:42:03.850 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:42:03.850 INFO kablam! Oct 10 22:42:03.850 INFO kablam! warning: unused import: `std::io::Read` Oct 10 22:42:03.850 INFO kablam! --> src/main.rs:7:5 Oct 10 22:42:03.850 INFO kablam! | Oct 10 22:42:03.850 INFO kablam! 7 | use std::io::Read; Oct 10 22:42:03.850 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:42:03.850 INFO kablam! Oct 10 22:42:03.850 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 10 22:42:03.850 INFO kablam! --> src/main.rs:10:5 Oct 10 22:42:03.850 INFO kablam! | Oct 10 22:42:03.850 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 10 22:42:03.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:42:03.850 INFO kablam! Oct 10 22:42:03.909 INFO kablam! warning: unused variable: `bot` Oct 10 22:42:03.909 INFO kablam! --> src/main.rs:38:9 Oct 10 22:42:03.909 INFO kablam! | Oct 10 22:42:03.909 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:03.909 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 10 22:42:03.909 INFO kablam! | Oct 10 22:42:03.909 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:42:03.909 INFO kablam! Oct 10 22:42:03.909 INFO kablam! warning: unused variable: `update` Oct 10 22:42:03.909 INFO kablam! --> src/main.rs:38:20 Oct 10 22:42:03.909 INFO kablam! | Oct 10 22:42:03.909 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:03.909 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 10 22:42:03.909 INFO kablam! Oct 10 22:42:03.909 INFO kablam! warning: unused variable: `args` Oct 10 22:42:03.909 INFO kablam! --> src/main.rs:38:36 Oct 10 22:42:03.909 INFO kablam! | Oct 10 22:42:03.909 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:03.909 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 22:42:03.909 INFO kablam! Oct 10 22:42:03.916 INFO kablam! warning: static item is never used: `VERSION` Oct 10 22:42:03.916 INFO kablam! --> src/main.rs:13:1 Oct 10 22:42:03.916 INFO kablam! | Oct 10 22:42:03.916 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 10 22:42:03.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:42:03.916 INFO kablam! | Oct 10 22:42:03.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:42:03.916 INFO kablam! Oct 10 22:42:06.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.94s Oct 10 22:42:06.460 INFO kablam! su: No module specific data is present Oct 10 22:42:07.103 INFO running `"docker" "rm" "-f" "8477e7bd6608011d3751a453a4164f2d638d7f39b7c04f7c97b4552697226bc6"` Oct 10 22:42:07.384 INFO blam! 8477e7bd6608011d3751a453a4164f2d638d7f39b7c04f7c97b4552697226bc6 Oct 10 22:42:07.404 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:42:07.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 22:42:07.835 INFO blam! 88cebf0224a210996f3e941e4cd24e9ec267f13e90f14928580bfaf10958b5e3 Oct 10 22:42:07.842 INFO running `"docker" "start" "-a" "88cebf0224a210996f3e941e4cd24e9ec267f13e90f14928580bfaf10958b5e3"` Oct 10 22:42:08.815 INFO kablam! usermod: no changes Oct 10 22:42:08.972 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 10 22:42:12.436 INFO kablam! warning: unused import: `std::fs::File` Oct 10 22:42:12.436 INFO kablam! --> src/main.rs:6:5 Oct 10 22:42:12.436 INFO kablam! | Oct 10 22:42:12.436 INFO kablam! 6 | use std::fs::File; Oct 10 22:42:12.436 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:42:12.436 INFO kablam! | Oct 10 22:42:12.436 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:42:12.436 INFO kablam! Oct 10 22:42:12.436 INFO kablam! warning: unused import: `std::io::Read` Oct 10 22:42:12.436 INFO kablam! --> src/main.rs:7:5 Oct 10 22:42:12.436 INFO kablam! | Oct 10 22:42:12.436 INFO kablam! 7 | use std::io::Read; Oct 10 22:42:12.436 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:42:12.436 INFO kablam! Oct 10 22:42:12.436 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 10 22:42:12.436 INFO kablam! --> src/main.rs:10:5 Oct 10 22:42:12.436 INFO kablam! | Oct 10 22:42:12.436 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 10 22:42:12.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:42:12.436 INFO kablam! Oct 10 22:42:12.487 INFO kablam! warning: unused variable: `bot` Oct 10 22:42:12.487 INFO kablam! --> src/main.rs:38:9 Oct 10 22:42:12.487 INFO kablam! | Oct 10 22:42:12.487 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:12.487 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 10 22:42:12.487 INFO kablam! | Oct 10 22:42:12.488 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:42:12.488 INFO kablam! Oct 10 22:42:12.488 INFO kablam! warning: unused variable: `update` Oct 10 22:42:12.488 INFO kablam! --> src/main.rs:38:20 Oct 10 22:42:12.488 INFO kablam! | Oct 10 22:42:12.488 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:12.488 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 10 22:42:12.488 INFO kablam! Oct 10 22:42:12.488 INFO kablam! warning: unused variable: `args` Oct 10 22:42:12.488 INFO kablam! --> src/main.rs:38:36 Oct 10 22:42:12.488 INFO kablam! | Oct 10 22:42:12.488 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 10 22:42:12.488 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 22:42:12.488 INFO kablam! Oct 10 22:42:12.500 INFO kablam! warning: static item is never used: `VERSION` Oct 10 22:42:12.500 INFO kablam! --> src/main.rs:13:1 Oct 10 22:42:12.500 INFO kablam! | Oct 10 22:42:12.500 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 10 22:42:12.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:42:12.500 INFO kablam! | Oct 10 22:42:12.500 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:42:12.500 INFO kablam! Oct 10 22:42:13.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.18s Oct 10 22:42:13.049 INFO kablam! su: No module specific data is present Oct 10 22:42:13.684 INFO running `"docker" "rm" "-f" "88cebf0224a210996f3e941e4cd24e9ec267f13e90f14928580bfaf10958b5e3"` Oct 10 22:42:14.024 INFO blam! 88cebf0224a210996f3e941e4cd24e9ec267f13e90f14928580bfaf10958b5e3 Oct 10 22:42:14.032 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:42:14.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 22:42:14.387 INFO blam! e3ed7b0fd9b9a1ad873f5c7c98869a2390e5af373d50760ca24e954da5f5ec19 Oct 10 22:42:14.399 INFO running `"docker" "start" "-a" "e3ed7b0fd9b9a1ad873f5c7c98869a2390e5af373d50760ca24e954da5f5ec19"` Oct 10 22:42:15.388 INFO kablam! usermod: no changes Oct 10 22:42:15.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 22:42:15.564 INFO kablam! Running /target/debug/deps/geekapk_telegram_bot-5e197a0fb8ec95c3 Oct 10 22:42:15.594 INFO kablam! su: No module specific data is present Oct 10 22:42:15.594 INFO blam! Oct 10 22:42:15.594 INFO blam! running 0 tests Oct 10 22:42:15.594 INFO blam! Oct 10 22:42:15.594 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:42:15.594 INFO blam! Oct 10 22:42:16.089 INFO running `"docker" "rm" "-f" "e3ed7b0fd9b9a1ad873f5c7c98869a2390e5af373d50760ca24e954da5f5ec19"` Oct 10 22:42:16.405 INFO blam! e3ed7b0fd9b9a1ad873f5c7c98869a2390e5af373d50760ca24e954da5f5ec19