[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaradayio%2Falert" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faradayio/alert on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] cfbdfb54950fb769e645af9a9331d146dc2c580eba251c859ece83d599563546 [INFO] running `"docker" "start" "-a" "cfbdfb54950fb769e645af9a9331d146dc2c580eba251c859ece83d599563546"` [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling openssl v0.9.11 [INFO] [stderr] Compiling foreign-types v0.2.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling serde v1.0.2 [INFO] [stderr] Compiling shell-escape v0.1.3 [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling colored v1.5.1 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling serde_urlencoded v0.4.3 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling libflate v0.1.5 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.2 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling notify-rust v3.3.1 [INFO] [stderr] Compiling native-tls v0.1.2 [INFO] [stderr] Compiling hyper-native-tls v0.2.2 [INFO] [stderr] Compiling reqwest v0.5.2 [INFO] [stderr] Compiling toml v0.4.0 [INFO] [stderr] Compiling error-chain v0.10.0 [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 29.65s [INFO] running `"docker" "inspect" "cfbdfb54950fb769e645af9a9331d146dc2c580eba251c859ece83d599563546"` [INFO] running `"docker" "rm" "-f" "cfbdfb54950fb769e645af9a9331d146dc2c580eba251c859ece83d599563546"` [INFO] [stdout] cfbdfb54950fb769e645af9a9331d146dc2c580eba251c859ece83d599563546 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] abb55cdb1c79c180b1dcc33d91baf0d846d4063442f003c34f41cfa06c318674 [INFO] running `"docker" "start" "-a" "abb55cdb1c79c180b1dcc33d91baf0d846d4063442f003c34f41cfa06c318674"` [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.54s [INFO] running `"docker" "inspect" "abb55cdb1c79c180b1dcc33d91baf0d846d4063442f003c34f41cfa06c318674"` [INFO] running `"docker" "rm" "-f" "abb55cdb1c79c180b1dcc33d91baf0d846d4063442f003c34f41cfa06c318674"` [INFO] [stdout] abb55cdb1c79c180b1dcc33d91baf0d846d4063442f003c34f41cfa06c318674 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 58388b3b572d4451dea0fa5e26ed6525739581616f18b5db7a85da0067c2f476 [INFO] running `"docker" "start" "-a" "58388b3b572d4451dea0fa5e26ed6525739581616f18b5db7a85da0067c2f476"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/alert-9856a6aab925bcff [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test command::commands_are_escaped_for_display ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-cd86d3018e70ed26 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test commands_do_not_require_double_dash ... ok [INFO] [stdout] test no_subcommand_shows_help ... ok [INFO] [stdout] test subcommand_watch_matches_success_pattern ... ok [INFO] [stdout] test subcommand_run_reports_success ... ok [INFO] [stdout] test subcommand_run_handles_command_and_args ... ok [INFO] [stdout] test subcommand_watch_times_out ... ok [INFO] [stdout] test subcommand_run_reports_failure ... 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" "58388b3b572d4451dea0fa5e26ed6525739581616f18b5db7a85da0067c2f476"` [INFO] running `"docker" "rm" "-f" "58388b3b572d4451dea0fa5e26ed6525739581616f18b5db7a85da0067c2f476"` [INFO] [stdout] 58388b3b572d4451dea0fa5e26ed6525739581616f18b5db7a85da0067c2f476