[INFO] crate slack-hook 0.8.0 is already in cache [INFO] testing slack-hook-0.8.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate slack-hook 0.8.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate slack-hook 0.8.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate slack-hook 0.8.0 [INFO] finished tweaking crates.io crate slack-hook 0.8.0 [INFO] tweaked toml for crates.io crate slack-hook 0.8.0 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0ff54eaef27e13bf8988b4d3e53c7d9ca77513961d2fe2e9c7c94a26ef4fb904 [INFO] running `"docker" "start" "-a" "0ff54eaef27e13bf8988b4d3e53c7d9ca77513961d2fe2e9c7c94a26ef4fb904"` [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling slack-hook v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"]; [INFO] [stderr] 4 | | Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"]; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"]; [INFO] [stderr] 4 | | Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"]; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.44s [INFO] running `"docker" "inspect" "0ff54eaef27e13bf8988b4d3e53c7d9ca77513961d2fe2e9c7c94a26ef4fb904"` [INFO] running `"docker" "rm" "-f" "0ff54eaef27e13bf8988b4d3e53c7d9ca77513961d2fe2e9c7c94a26ef4fb904"` [INFO] [stdout] 0ff54eaef27e13bf8988b4d3e53c7d9ca77513961d2fe2e9c7c94a26ef4fb904 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] dc80aa43a3f939224fbe334ad3d154c385b3752e257e8f71ab2e3b14ce43355f [INFO] running `"docker" "start" "-a" "dc80aa43a3f939224fbe334ad3d154c385b3752e257e8f71ab2e3b14ce43355f"` [INFO] [stderr] Compiling slack-hook v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"]; [INFO] [stderr] 4 | | Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"]; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"]; [INFO] [stderr] 4 | | Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"]; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.78s [INFO] running `"docker" "inspect" "dc80aa43a3f939224fbe334ad3d154c385b3752e257e8f71ab2e3b14ce43355f"` [INFO] running `"docker" "rm" "-f" "dc80aa43a3f939224fbe334ad3d154c385b3752e257e8f71ab2e3b14ce43355f"` [INFO] [stdout] dc80aa43a3f939224fbe334ad3d154c385b3752e257e8f71ab2e3b14ce43355f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] c51e8bbc200dc3a79a344ef10c9269557935fbb7359ffc55d51276fc279acad0 [INFO] running `"docker" "start" "-a" "c51e8bbc200dc3a79a344ef10c9269557935fbb7359ffc55d51276fc279acad0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/slack_hook-af605d2dbe9fb6f3 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test hex::test::test_hex_color_good ... ok [INFO] [stdout] test hex::test::test_hex_color_danger_str ... ok [INFO] [stdout] test hex::test::test_hex_color_3_char_hex ... ok [INFO] [stdout] test hex::test::test_hex_color_valid_upper_hex ... ok [INFO] [stdout] test hex::test::test_hex_color_valid_lower_hex ... ok [INFO] [stdout] test slack::test::json_message_payload_test ... ok [INFO] [stdout] test slack::test::json_slacklink_test ... ok [INFO] [stdout] test slack::test::slack_link_test ... ok [INFO] [stdout] test slack::test::slack_text_content_test ... ok [INFO] [stdout] test slack::test::slack_text_test ... ok [INFO] [stdout] test slack::test::json_complete_payload_test ... ok [INFO] [stdout] test slack::test::slack_incoming_url_test ... ok [INFO] [stdout] test hex::test::test_hex_color_too_short ... ok [INFO] [stdout] test hex::test::test_hex_color_invalid_hex_fmt ... ok [INFO] [stdout] test hex::test::test_hex_color_missing_hash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests slack-hook [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c51e8bbc200dc3a79a344ef10c9269557935fbb7359ffc55d51276fc279acad0"` [INFO] running `"docker" "rm" "-f" "c51e8bbc200dc3a79a344ef10c9269557935fbb7359ffc55d51276fc279acad0"` [INFO] [stdout] c51e8bbc200dc3a79a344ef10c9269557935fbb7359ffc55d51276fc279acad0