[INFO] updating cached repository https://github.com/faradayio/alert [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] be9e6196df2741abc9f6df6fc3057e73af03794a [INFO] testing faradayio/alert against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Falert" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faradayio/alert 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 git repo https://github.com/faradayio/alert [INFO] finished tweaking git repo https://github.com/faradayio/alert [INFO] tweaked toml for git repo https://github.com/faradayio/alert written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/faradayio/alert already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] ed2ff284a731cdfe6eb577a636f885ed9f18b425206dca359fdf14dde15f8ff0 [INFO] running `"docker" "start" "-a" "ed2ff284a731cdfe6eb577a636f885ed9f18b425206dca359fdf14dde15f8ff0"` [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling matches v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling openssl v0.9.11 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling httparse v1.2.2 [INFO] [stderr] Compiling serde v1.0.2 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling shell-escape v0.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling mime v0.2.3 [INFO] [stderr] Compiling colored v1.5.1 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling libflate v0.1.5 [INFO] [stderr] Compiling unicase v1.4.0 [INFO] [stderr] Compiling hyper v0.10.9 [INFO] [stderr] Compiling unicode-bidi v0.2.5 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling num_cpus v1.4.0 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling idna v0.1.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.2 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling notify-rust v3.3.1 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling serde_urlencoded v0.4.3 [INFO] [stderr] Compiling native-tls v0.1.2 [INFO] [stderr] Compiling toml v0.4.0 [INFO] [stderr] Compiling hyper-native-tls v0.2.2 [INFO] [stderr] Compiling reqwest v0.5.2 [INFO] [stderr] Compiling alert v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmd_run.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | notifier: &Notifier) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmd_watch.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | notifier: &Notifier) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/notify/mod.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn choose_notifier() -> Result> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | // Wrap errors provided by other libraries. [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Desktop(notify_rust::Error) #[cfg(feature = "notify-rust")]; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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/errors.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | // Wrap errors provided by other libraries. [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Desktop(notify_rust::Error) #[cfg(feature = "notify-rust")]; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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 36.13s [INFO] running `"docker" "inspect" "ed2ff284a731cdfe6eb577a636f885ed9f18b425206dca359fdf14dde15f8ff0"` [INFO] running `"docker" "rm" "-f" "ed2ff284a731cdfe6eb577a636f885ed9f18b425206dca359fdf14dde15f8ff0"` [INFO] [stdout] ed2ff284a731cdfe6eb577a636f885ed9f18b425206dca359fdf14dde15f8ff0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 3b5f998364c49ad3f1f0ad4653724789ba7707c6c60661284c4d0527d2224c9b [INFO] running `"docker" "start" "-a" "3b5f998364c49ad3f1f0ad4653724789ba7707c6c60661284c4d0527d2224c9b"` [INFO] [stderr] Compiling cli_test_dir v0.1.1 [INFO] [stderr] Compiling alert v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmd_run.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | notifier: &Notifier) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmd_watch.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | notifier: &Notifier) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/notify/mod.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn choose_notifier() -> Result> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Notifier` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | // Wrap errors provided by other libraries. [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Desktop(notify_rust::Error) #[cfg(feature = "notify-rust")]; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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/errors.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | // Wrap errors provided by other libraries. [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Desktop(notify_rust::Error) #[cfg(feature = "notify-rust")]; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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.64s [INFO] running `"docker" "inspect" "3b5f998364c49ad3f1f0ad4653724789ba7707c6c60661284c4d0527d2224c9b"` [INFO] running `"docker" "rm" "-f" "3b5f998364c49ad3f1f0ad4653724789ba7707c6c60661284c4d0527d2224c9b"` [INFO] [stdout] 3b5f998364c49ad3f1f0ad4653724789ba7707c6c60661284c4d0527d2224c9b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] f8cb168a5f3c60a75d21d9b5a53c95e9cda893d0d9aee9c5fcec42615e660d49 [INFO] running `"docker" "start" "-a" "f8cb168a5f3c60a75d21d9b5a53c95e9cda893d0d9aee9c5fcec42615e660d49"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/alert-3e012959caa2be3d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test command::commands_are_escaped_for_display ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-4e5572b54d5dfa5b [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test no_subcommand_shows_help ... ok [INFO] [stdout] test subcommand_run_handles_command_and_args ... ok [INFO] [stdout] test commands_do_not_require_double_dash ... ok [INFO] [stdout] test subcommand_run_reports_success ... ok [INFO] [stdout] test subcommand_watch_matches_success_pattern ... ok [INFO] [stdout] test subcommand_run_reports_failure ... ok [INFO] [stdout] test subcommand_watch_times_out ... ok [INFO] [stdout] test subcommand_watch_matches_failure_pattern ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f8cb168a5f3c60a75d21d9b5a53c95e9cda893d0d9aee9c5fcec42615e660d49"` [INFO] running `"docker" "rm" "-f" "f8cb168a5f3c60a75d21d9b5a53c95e9cda893d0d9aee9c5fcec42615e660d49"` [INFO] [stdout] f8cb168a5f3c60a75d21d9b5a53c95e9cda893d0d9aee9c5fcec42615e660d49