Oct 15 03:09:21.364 INFO testing baby/Rust-Discord against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:09:21.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:09:21.857 INFO blam! 6e3d997e0f81a5849d7b812cea4b5dca8d789511a945ea9c6617ce071794533c Oct 15 03:09:21.859 INFO running `"docker" "start" "-a" "6e3d997e0f81a5849d7b812cea4b5dca8d789511a945ea9c6617ce071794533c"` Oct 15 03:09:23.388 INFO kablam! usermod: no changes Oct 15 03:09:23.831 INFO kablam! Compiling socket2 v0.3.8 Oct 15 03:09:23.835 INFO kablam! Compiling base64 v0.8.0 Oct 15 03:09:23.835 INFO kablam! Compiling tempdir v0.3.7 Oct 15 03:09:23.835 INFO kablam! Compiling uuid v0.5.1 Oct 15 03:09:23.836 INFO kablam! Compiling mime v0.2.6 Oct 15 03:09:23.836 INFO kablam! Compiling colored v1.6.1 Oct 15 03:09:23.836 INFO kablam! Compiling flate2 v1.0.3 Oct 15 03:09:23.847 INFO kablam! Compiling chrono v0.4.6 Oct 15 03:09:30.752 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 03:09:30.850 INFO kablam! Compiling hmac v0.5.0 Oct 15 03:09:30.895 INFO kablam! Compiling hyper v0.10.13 Oct 15 03:09:30.948 INFO kablam! Compiling mime_guess v1.8.6 Oct 15 03:09:31.151 INFO kablam! Compiling fern v0.5.6 Oct 15 03:09:32.354 INFO kablam! Compiling postgres-protocol v0.3.2 Oct 15 03:09:46.159 INFO kablam! Compiling postgres-shared v0.4.2 Oct 15 03:09:53.859 INFO kablam! Compiling postgres v0.15.2 Oct 15 03:10:00.154 INFO kablam! Compiling multipart v0.13.6 Oct 15 03:10:00.154 INFO kablam! Compiling evzht9h3nznqzwl v0.0.3 Oct 15 03:10:00.154 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 03:10:10.099 INFO kablam! Compiling serenity v0.5.9 Oct 15 03:10:54.823 INFO kablam! Compiling discord_bot v0.1.0 (/source) Oct 15 03:10:59.007 INFO kablam! warning: unused import: `chrono::Local` Oct 15 03:10:59.008 INFO kablam! --> src/commands/general.rs:1:5 Oct 15 03:10:59.008 INFO kablam! | Oct 15 03:10:59.009 INFO kablam! 1 | use chrono::Local; Oct 15 03:10:59.009 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:10:59.010 INFO kablam! | Oct 15 03:10:59.010 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:10:59.011 INFO kablam! Oct 15 03:10:59.011 INFO kablam! warning: unused import: `serenity::model::channel::EmbedAuthor` Oct 15 03:10:59.012 INFO kablam! --> src/commands/general.rs:2:5 Oct 15 03:10:59.012 INFO kablam! | Oct 15 03:10:59.013 INFO kablam! 2 | use serenity::model::channel::EmbedAuthor; Oct 15 03:10:59.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:10:59.014 INFO kablam! Oct 15 03:10:59.014 INFO kablam! warning: unused import: `serenity::utils::Colour` Oct 15 03:10:59.015 INFO kablam! --> src/commands/general.rs:4:5 Oct 15 03:10:59.015 INFO kablam! | Oct 15 03:10:59.016 INFO kablam! 4 | use serenity::utils::Colour; Oct 15 03:10:59.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:10:59.017 INFO kablam! Oct 15 03:10:59.031 INFO kablam! warning: unused import: `std` Oct 15 03:10:59.032 INFO kablam! --> src/framework/framework.rs:10:5 Oct 15 03:10:59.032 INFO kablam! | Oct 15 03:10:59.033 INFO kablam! 10 | use std; Oct 15 03:10:59.033 INFO kablam! | ^^^ Oct 15 03:10:59.033 INFO kablam! Oct 15 03:10:59.151 INFO kablam! warning: use of deprecated item 'serenity::utils::Colour::red': Use the constant instead Oct 15 03:10:59.151 INFO kablam! --> src/framework/framework.rs:69:20 Oct 15 03:10:59.152 INFO kablam! | Oct 15 03:10:59.152 INFO kablam! 69 | .color(Colour::red()))) { Oct 15 03:10:59.152 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:10:59.153 INFO kablam! | Oct 15 03:10:59.153 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 03:10:59.153 INFO kablam! Oct 15 03:10:59.225 INFO kablam! warning: unused variable: `ctx` Oct 15 03:10:59.225 INFO kablam! --> src/framework/framework.rs:49:14 Oct 15 03:10:59.225 INFO kablam! | Oct 15 03:10:59.225 INFO kablam! 49 | .before(|ctx, msg, command_name| { Oct 15 03:10:59.225 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 15 03:10:59.225 INFO kablam! | Oct 15 03:10:59.225 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:10:59.225 INFO kablam! Oct 15 03:10:59.226 INFO kablam! warning: unused variable: `g_id` Oct 15 03:10:59.226 INFO kablam! --> src/framework/framework.rs:20:52 Oct 15 03:10:59.226 INFO kablam! | Oct 15 03:10:59.226 INFO kablam! 20 | fn guild_member_addition(&self, _ctx: Context, g_id: model::id::GuildId, member: model::guild::Member) { Oct 15 03:10:59.226 INFO kablam! | ^^^^ help: consider using `_g_id` instead Oct 15 03:10:59.227 INFO kablam! Oct 15 03:11:07.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 44s Oct 15 03:11:07.471 INFO kablam! su: No module specific data is present Oct 15 03:11:08.469 INFO running `"docker" "rm" "-f" "6e3d997e0f81a5849d7b812cea4b5dca8d789511a945ea9c6617ce071794533c"` Oct 15 03:11:08.832 INFO blam! 6e3d997e0f81a5849d7b812cea4b5dca8d789511a945ea9c6617ce071794533c Oct 15 03:11:08.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:11:09.327 INFO blam! 93d7161e06f03558603d3463f9585f12916927410ac24d0eb817dc2cc353bf65 Oct 15 03:11:09.329 INFO running `"docker" "start" "-a" "93d7161e06f03558603d3463f9585f12916927410ac24d0eb817dc2cc353bf65"` Oct 15 03:11:10.768 INFO kablam! usermod: no changes Oct 15 03:11:11.043 INFO kablam! Compiling discord_bot v0.1.0 (/source) Oct 15 03:11:13.823 INFO kablam! warning: unused import: `chrono::Local` Oct 15 03:11:13.823 INFO kablam! --> src/commands/general.rs:1:5 Oct 15 03:11:13.824 INFO kablam! | Oct 15 03:11:13.824 INFO kablam! 1 | use chrono::Local; Oct 15 03:11:13.824 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:11:13.824 INFO kablam! | Oct 15 03:11:13.825 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:11:13.825 INFO kablam! Oct 15 03:11:13.825 INFO kablam! warning: unused import: `serenity::model::channel::EmbedAuthor` Oct 15 03:11:13.825 INFO kablam! --> src/commands/general.rs:2:5 Oct 15 03:11:13.826 INFO kablam! | Oct 15 03:11:13.826 INFO kablam! 2 | use serenity::model::channel::EmbedAuthor; Oct 15 03:11:13.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:13.826 INFO kablam! Oct 15 03:11:13.826 INFO kablam! warning: unused import: `serenity::utils::Colour` Oct 15 03:11:13.826 INFO kablam! --> src/commands/general.rs:4:5 Oct 15 03:11:13.826 INFO kablam! | Oct 15 03:11:13.826 INFO kablam! 4 | use serenity::utils::Colour; Oct 15 03:11:13.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:13.826 INFO kablam! Oct 15 03:11:13.826 INFO kablam! warning: unused import: `std` Oct 15 03:11:13.826 INFO kablam! --> src/framework/framework.rs:10:5 Oct 15 03:11:13.826 INFO kablam! | Oct 15 03:11:13.826 INFO kablam! 10 | use std; Oct 15 03:11:13.826 INFO kablam! | ^^^ Oct 15 03:11:13.826 INFO kablam! Oct 15 03:11:13.951 INFO kablam! warning: use of deprecated item 'serenity::utils::Colour::red': Use the constant instead Oct 15 03:11:13.951 INFO kablam! --> src/framework/framework.rs:69:20 Oct 15 03:11:13.951 INFO kablam! | Oct 15 03:11:13.952 INFO kablam! 69 | .color(Colour::red()))) { Oct 15 03:11:13.952 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:11:13.952 INFO kablam! | Oct 15 03:11:13.952 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 03:11:13.952 INFO kablam! Oct 15 03:11:14.007 INFO kablam! warning: unused variable: `ctx` Oct 15 03:11:14.007 INFO kablam! --> src/framework/framework.rs:49:14 Oct 15 03:11:14.007 INFO kablam! | Oct 15 03:11:14.007 INFO kablam! 49 | .before(|ctx, msg, command_name| { Oct 15 03:11:14.008 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 15 03:11:14.008 INFO kablam! | Oct 15 03:11:14.008 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:11:14.008 INFO kablam! Oct 15 03:11:14.008 INFO kablam! warning: unused variable: `g_id` Oct 15 03:11:14.009 INFO kablam! --> src/framework/framework.rs:20:52 Oct 15 03:11:14.009 INFO kablam! | Oct 15 03:11:14.009 INFO kablam! 20 | fn guild_member_addition(&self, _ctx: Context, g_id: model::id::GuildId, member: model::guild::Member) { Oct 15 03:11:14.009 INFO kablam! | ^^^^ help: consider using `_g_id` instead Oct 15 03:11:14.009 INFO kablam! Oct 15 03:11:14.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.67s Oct 15 03:11:14.479 INFO kablam! su: No module specific data is present Oct 15 03:11:14.750 INFO running `"docker" "rm" "-f" "93d7161e06f03558603d3463f9585f12916927410ac24d0eb817dc2cc353bf65"` Oct 15 03:11:14.844 INFO blam! 93d7161e06f03558603d3463f9585f12916927410ac24d0eb817dc2cc353bf65 Oct 15 03:11:14.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:11:15.202 INFO blam! 4cca94e28aa20726f8bde1fbf61af0581fb3be9f1fdda4dd1f81b6dada3fe033 Oct 15 03:11:15.205 INFO running `"docker" "start" "-a" "4cca94e28aa20726f8bde1fbf61af0581fb3be9f1fdda4dd1f81b6dada3fe033"` Oct 15 03:11:15.783 INFO kablam! usermod: no changes Oct 15 03:11:16.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 03:11:16.037 INFO kablam! Running /target/debug/deps/discord_bot-26e3cb861edbc26b Oct 15 03:11:16.047 INFO blam! Oct 15 03:11:16.047 INFO blam! running 0 tests Oct 15 03:11:16.047 INFO blam! Oct 15 03:11:16.047 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:11:16.047 INFO blam! Oct 15 03:11:16.048 INFO kablam! su: No module specific data is present Oct 15 03:11:16.813 INFO running `"docker" "rm" "-f" "4cca94e28aa20726f8bde1fbf61af0581fb3be9f1fdda4dd1f81b6dada3fe033"` Oct 15 03:11:17.199 INFO blam! 4cca94e28aa20726f8bde1fbf61af0581fb3be9f1fdda4dd1f81b6dada3fe033