Oct 14 20:01:15.224 INFO testing geekapk-r/TelegramBot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:01:15.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:15.699 INFO blam! b0d4cca65e13306674009c0ad8cfdc328edc6f58cd30fba070cb5f0b2221e518 Oct 14 20:01:15.705 INFO running `"docker" "start" "-a" "b0d4cca65e13306674009c0ad8cfdc328edc6f58cd30fba070cb5f0b2221e518"` Oct 14 20:01:16.855 INFO kablam! usermod: no changes Oct 14 20:01:17.013 INFO kablam! Compiling num-traits v0.2.4 Oct 14 20:01:17.014 INFO kablam! Compiling openssl v0.9.24 Oct 14 20:01:17.015 INFO kablam! Compiling serde_urlencoded v0.4.3 Oct 14 20:01:21.256 INFO kablam! Compiling num-traits v0.1.43 Oct 14 20:01:21.519 INFO kablam! Compiling serde_json v0.9.10 Oct 14 20:01:25.075 INFO kablam! Compiling native-tls v0.1.5 Oct 14 20:01:27.023 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 14 20:01:28.344 INFO kablam! Compiling reqwest v0.4.0 Oct 14 20:01:30.828 INFO kablam! Compiling teleborg v0.1.32 Oct 14 20:01:38.996 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 14 20:01:40.687 INFO kablam! warning: unused import: `std::fs::File` Oct 14 20:01:40.687 INFO kablam! --> src/main.rs:6:5 Oct 14 20:01:40.687 INFO kablam! | Oct 14 20:01:40.687 INFO kablam! 6 | use std::fs::File; Oct 14 20:01:40.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:40.687 INFO kablam! | Oct 14 20:01:40.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:01:40.687 INFO kablam! Oct 14 20:01:40.687 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:01:40.687 INFO kablam! --> src/main.rs:7:5 Oct 14 20:01:40.687 INFO kablam! | Oct 14 20:01:40.687 INFO kablam! 7 | use std::io::Read; Oct 14 20:01:40.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:40.687 INFO kablam! Oct 14 20:01:40.687 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 14 20:01:40.687 INFO kablam! --> src/main.rs:10:5 Oct 14 20:01:40.687 INFO kablam! | Oct 14 20:01:40.687 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 14 20:01:40.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:40.687 INFO kablam! Oct 14 20:01:40.759 INFO kablam! warning: unused variable: `bot` Oct 14 20:01:40.759 INFO kablam! --> src/main.rs:38:9 Oct 14 20:01:40.759 INFO kablam! | Oct 14 20:01:40.759 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:40.759 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 14 20:01:40.759 INFO kablam! | Oct 14 20:01:40.759 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:01:40.759 INFO kablam! Oct 14 20:01:40.759 INFO kablam! warning: unused variable: `update` Oct 14 20:01:40.759 INFO kablam! --> src/main.rs:38:20 Oct 14 20:01:40.759 INFO kablam! | Oct 14 20:01:40.759 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:40.759 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 14 20:01:40.759 INFO kablam! Oct 14 20:01:40.759 INFO kablam! warning: unused variable: `args` Oct 14 20:01:40.759 INFO kablam! --> src/main.rs:38:36 Oct 14 20:01:40.759 INFO kablam! | Oct 14 20:01:40.759 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:40.759 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 20:01:40.759 INFO kablam! Oct 14 20:01:40.771 INFO kablam! warning: static item is never used: `VERSION` Oct 14 20:01:40.771 INFO kablam! --> src/main.rs:13:1 Oct 14 20:01:40.771 INFO kablam! | Oct 14 20:01:40.771 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 14 20:01:40.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:40.771 INFO kablam! | Oct 14 20:01:40.771 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:01:40.771 INFO kablam! Oct 14 20:01:42.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.87s Oct 14 20:01:42.766 INFO kablam! su: No module specific data is present Oct 14 20:01:43.327 INFO running `"docker" "rm" "-f" "b0d4cca65e13306674009c0ad8cfdc328edc6f58cd30fba070cb5f0b2221e518"` Oct 14 20:01:43.603 INFO blam! b0d4cca65e13306674009c0ad8cfdc328edc6f58cd30fba070cb5f0b2221e518 Oct 14 20:01:43.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:43.939 INFO blam! 246269bc6327e8dae117828b11b77b36751f44fc2e9ed18f0137b06cb182fede Oct 14 20:01:43.940 INFO running `"docker" "start" "-a" "246269bc6327e8dae117828b11b77b36751f44fc2e9ed18f0137b06cb182fede"` Oct 14 20:01:44.434 INFO kablam! usermod: no changes Oct 14 20:01:44.539 INFO kablam! Compiling geekapk_telegram_bot v0.1.0 (/source) Oct 14 20:01:45.499 INFO kablam! warning: unused import: `std::fs::File` Oct 14 20:01:45.499 INFO kablam! --> src/main.rs:6:5 Oct 14 20:01:45.499 INFO kablam! | Oct 14 20:01:45.499 INFO kablam! 6 | use std::fs::File; Oct 14 20:01:45.499 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:45.499 INFO kablam! | Oct 14 20:01:45.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:01:45.499 INFO kablam! Oct 14 20:01:45.499 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:01:45.499 INFO kablam! --> src/main.rs:7:5 Oct 14 20:01:45.499 INFO kablam! | Oct 14 20:01:45.499 INFO kablam! 7 | use std::io::Read; Oct 14 20:01:45.499 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:01:45.499 INFO kablam! Oct 14 20:01:45.499 INFO kablam! warning: unused import: `teleborg::ParseMode::Markdown` Oct 14 20:01:45.499 INFO kablam! --> src/main.rs:10:5 Oct 14 20:01:45.499 INFO kablam! | Oct 14 20:01:45.499 INFO kablam! 10 | use teleborg::ParseMode::Markdown; Oct 14 20:01:45.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:45.499 INFO kablam! Oct 14 20:01:45.549 INFO kablam! warning: unused variable: `bot` Oct 14 20:01:45.549 INFO kablam! --> src/main.rs:38:9 Oct 14 20:01:45.549 INFO kablam! | Oct 14 20:01:45.549 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.549 INFO kablam! | ^^^ help: consider using `_bot` instead Oct 14 20:01:45.550 INFO kablam! | Oct 14 20:01:45.550 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:01:45.550 INFO kablam! Oct 14 20:01:45.550 INFO kablam! warning: unused variable: `update` Oct 14 20:01:45.550 INFO kablam! --> src/main.rs:38:20 Oct 14 20:01:45.550 INFO kablam! | Oct 14 20:01:45.550 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.550 INFO kablam! | ^^^^^^ help: consider using `_update` instead Oct 14 20:01:45.550 INFO kablam! Oct 14 20:01:45.550 INFO kablam! warning: unused variable: `args` Oct 14 20:01:45.550 INFO kablam! --> src/main.rs:38:36 Oct 14 20:01:45.550 INFO kablam! | Oct 14 20:01:45.550 INFO kablam! 38 | fn help(bot: &Bot, update: Update, args: Option>) { Oct 14 20:01:45.550 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 20:01:45.550 INFO kablam! Oct 14 20:01:45.556 INFO kablam! warning: static item is never used: `VERSION` Oct 14 20:01:45.556 INFO kablam! --> src/main.rs:13:1 Oct 14 20:01:45.556 INFO kablam! | Oct 14 20:01:45.556 INFO kablam! 13 | static VERSION: &str = "0.0.8"; Oct 14 20:01:45.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:01:45.556 INFO kablam! | Oct 14 20:01:45.557 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:01:45.557 INFO kablam! Oct 14 20:01:45.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 14 20:01:45.992 INFO kablam! su: No module specific data is present Oct 14 20:01:46.253 INFO running `"docker" "rm" "-f" "246269bc6327e8dae117828b11b77b36751f44fc2e9ed18f0137b06cb182fede"` Oct 14 20:01:46.375 INFO blam! 246269bc6327e8dae117828b11b77b36751f44fc2e9ed18f0137b06cb182fede Oct 14 20:01:46.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:01:46.569 INFO blam! 648c47992b64b421fbc33eb065e38822dce12e2673b96275c7aa9e3128b5cfe4 Oct 14 20:01:46.572 INFO running `"docker" "start" "-a" "648c47992b64b421fbc33eb065e38822dce12e2673b96275c7aa9e3128b5cfe4"` Oct 14 20:01:47.091 INFO kablam! usermod: no changes Oct 14 20:01:47.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 20:01:47.243 INFO kablam! Running /target/debug/deps/geekapk_telegram_bot-8a75125d3abb0f31 Oct 14 20:01:47.243 INFO blam! Oct 14 20:01:47.243 INFO blam! running 0 tests Oct 14 20:01:47.243 INFO blam! Oct 14 20:01:47.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:01:47.243 INFO blam! Oct 14 20:01:47.248 INFO kablam! su: No module specific data is present Oct 14 20:01:47.727 INFO running `"docker" "rm" "-f" "648c47992b64b421fbc33eb065e38822dce12e2673b96275c7aa9e3128b5cfe4"` Oct 14 20:01:47.883 INFO blam! 648c47992b64b421fbc33eb065e38822dce12e2673b96275c7aa9e3128b5cfe4