Oct 27 07:44:53.416 INFO checking bennyyip/green-bot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:44:53.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 07:44:53.904 INFO blam! 06cc3f613595dbc74f17e4351f0989a16a36470a0a63ef5c7a32542884ab5764 Oct 27 07:44:53.906 INFO running `"docker" "start" "-a" "06cc3f613595dbc74f17e4351f0989a16a36470a0a63ef5c7a32542884ab5764"` Oct 27 07:44:56.131 INFO kablam! usermod: no changes Oct 27 07:44:56.482 INFO kablam! Checking libflate v0.1.6 Oct 27 07:44:56.484 INFO kablam! Checking openssl-sys v0.9.12 Oct 27 07:44:56.484 INFO kablam! Checking libz-sys v1.0.13 Oct 27 07:44:56.485 INFO kablam! Compiling telebot-derive v0.0.6 (/source/telebot-derive) Oct 27 07:44:56.495 INFO kablam! Checking serde_urlencoded v0.5.0 Oct 27 07:44:56.495 INFO kablam! Checking backtrace v0.3.0 Oct 27 07:44:56.500 INFO kablam! Checking hyper v0.10.10 Oct 27 07:45:00.451 INFO kablam! Checking error-chain v0.10.0 Oct 27 07:45:00.539 INFO kablam! Checking curl-sys v0.3.11 Oct 27 07:45:00.539 INFO kablam! Checking openssl v0.9.12 Oct 27 07:45:03.748 INFO kablam! Checking curl v0.4.6 Oct 27 07:45:07.588 INFO kablam! Checking tokio-curl v0.1.9 Oct 27 07:45:07.631 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 07:45:07.631 INFO kablam! --> telebot-derive/src/lib.rs:1:12 Oct 27 07:45:07.632 INFO kablam! | Oct 27 07:45:07.632 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 07:45:07.632 INFO kablam! | ^^^^^^^^^^ Oct 27 07:45:07.633 INFO kablam! | Oct 27 07:45:07.633 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 07:45:07.633 INFO kablam! Oct 27 07:45:10.707 INFO kablam! Checking native-tls v0.1.2 Oct 27 07:45:11.571 INFO kablam! Checking telebot v0.1.1 (/source/telebot) Oct 27 07:45:12.779 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 27 07:45:14.628 INFO kablam! Checking reqwest v0.6.2 Oct 27 07:45:18.321 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 07:45:18.322 INFO kablam! --> telebot/src/lib.rs:55:12 Oct 27 07:45:18.323 INFO kablam! | Oct 27 07:45:18.324 INFO kablam! 55 | #![feature(conservative_impl_trait)] Oct 27 07:45:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:45:18.325 INFO kablam! | Oct 27 07:45:18.325 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 07:45:18.326 INFO kablam! Oct 27 07:45:18.621 INFO kablam! Checking github-green-bot v0.1.0 (/source) Oct 27 07:45:21.459 INFO kablam! warning: unused import: `json::*` Oct 27 07:45:21.459 INFO kablam! --> src/main.rs:8:5 Oct 27 07:45:21.459 INFO kablam! | Oct 27 07:45:21.459 INFO kablam! 8 | use json::*; Oct 27 07:45:21.459 INFO kablam! | ^^^^^^^ Oct 27 07:45:21.459 INFO kablam! | Oct 27 07:45:21.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:45:21.459 INFO kablam! Oct 27 07:45:21.459 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 27 07:45:21.459 INFO kablam! --> src/main.rs:9:5 Oct 27 07:45:21.459 INFO kablam! | Oct 27 07:45:21.459 INFO kablam! 9 | use chrono::prelude::*; Oct 27 07:45:21.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 07:45:21.459 INFO kablam! Oct 27 07:45:21.699 INFO kablam! warning: field is never used: `email` Oct 27 07:45:21.699 INFO kablam! --> src/user.rs:10:5 Oct 27 07:45:21.699 INFO kablam! | Oct 27 07:45:21.699 INFO kablam! 10 | email: String, Oct 27 07:45:21.699 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 07:45:21.699 INFO kablam! | Oct 27 07:45:21.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:45:21.699 INFO kablam! Oct 27 07:45:21.699 INFO kablam! warning: method is never used: `is_my_commit` Oct 27 07:45:21.699 INFO kablam! --> src/user.rs:53:5 Oct 27 07:45:21.699 INFO kablam! | Oct 27 07:45:21.699 INFO kablam! 53 | fn is_my_commit(&self, commit: &JsonValue) -> bool { Oct 27 07:45:21.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:45:21.699 INFO kablam! Oct 27 07:45:21.911 INFO kablam! warning: unused import: `json::*` Oct 27 07:45:21.911 INFO kablam! --> src/main.rs:8:5 Oct 27 07:45:21.911 INFO kablam! | Oct 27 07:45:21.911 INFO kablam! 8 | use json::*; Oct 27 07:45:21.911 INFO kablam! | ^^^^^^^ Oct 27 07:45:21.911 INFO kablam! | Oct 27 07:45:21.911 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:45:21.911 INFO kablam! Oct 27 07:45:21.911 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 27 07:45:21.911 INFO kablam! --> src/main.rs:9:5 Oct 27 07:45:21.911 INFO kablam! | Oct 27 07:45:21.911 INFO kablam! 9 | use chrono::prelude::*; Oct 27 07:45:21.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 07:45:21.911 INFO kablam! Oct 27 07:45:22.103 INFO kablam! warning: field is never used: `email` Oct 27 07:45:22.104 INFO kablam! --> src/user.rs:10:5 Oct 27 07:45:22.104 INFO kablam! | Oct 27 07:45:22.104 INFO kablam! 10 | email: String, Oct 27 07:45:22.105 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 07:45:22.105 INFO kablam! | Oct 27 07:45:22.105 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:45:22.105 INFO kablam! Oct 27 07:45:22.106 INFO kablam! warning: method is never used: `is_my_commit` Oct 27 07:45:22.106 INFO kablam! --> src/user.rs:53:5 Oct 27 07:45:22.106 INFO kablam! | Oct 27 07:45:22.107 INFO kablam! 53 | fn is_my_commit(&self, commit: &JsonValue) -> bool { Oct 27 07:45:22.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:45:22.107 INFO kablam! Oct 27 07:45:22.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.97s Oct 27 07:45:22.144 INFO kablam! su: No module specific data is present Oct 27 07:45:22.855 INFO running `"docker" "rm" "-f" "06cc3f613595dbc74f17e4351f0989a16a36470a0a63ef5c7a32542884ab5764"` Oct 27 07:45:23.199 INFO blam! 06cc3f613595dbc74f17e4351f0989a16a36470a0a63ef5c7a32542884ab5764