[INFO] updating cached repository greyblake/hellcheck [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/greyblake/hellcheck [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/greyblake/hellcheck" "work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/greyblake/hellcheck" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greyblake/hellcheck"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greyblake/hellcheck'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5d7f6f2e54a8b05ffdca825451334c0a2e73fb91 [INFO] sha for GitHub repo greyblake/hellcheck: 5d7f6f2e54a8b05ffdca825451334c0a2e73fb91 [INFO] validating manifest of greyblake/hellcheck on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of greyblake/hellcheck on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing greyblake/hellcheck [INFO] finished frobbing greyblake/hellcheck [INFO] frobbed toml for greyblake/hellcheck written to work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck/Cargo.toml [INFO] started frobbing greyblake/hellcheck [INFO] finished frobbing greyblake/hellcheck [INFO] frobbed toml for greyblake/hellcheck written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/greyblake/hellcheck/Cargo.toml [INFO] crate greyblake/hellcheck already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing greyblake/hellcheck against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] febfbb25b7bfb25c636eece41c15ceb01e6dc87631f346393c091699844dc5a8 [INFO] running `"docker" "start" "-a" "febfbb25b7bfb25c636eece41c15ceb01e6dc87631f346393c091699844dc5a8"` [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling hyper v0.12.18 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling pretty_env_logger v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling hellcheck v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactor.rs:75:64 [INFO] [stderr] | [INFO] [stderr] 75 | fn build_notifiers(config: &FileConfig) -> HashMap> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [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/reactor.rs:76:44 [INFO] [stderr] | [INFO] [stderr] 76 | let mut notifiers: HashMap> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactor.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | let notifier: Box = match ¬ifier_config.config { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/watcher.rs:45:14 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "febfbb25b7bfb25c636eece41c15ceb01e6dc87631f346393c091699844dc5a8"` [INFO] running `"docker" "rm" "-f" "febfbb25b7bfb25c636eece41c15ceb01e6dc87631f346393c091699844dc5a8"` [INFO] [stdout] febfbb25b7bfb25c636eece41c15ceb01e6dc87631f346393c091699844dc5a8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c1bb972c2a3596fb83a98c56eb6403b0dad58efcc59dc6980f544f0d80f84542 [INFO] running `"docker" "start" "-a" "c1bb972c2a3596fb83a98c56eb6403b0dad58efcc59dc6980f544f0d80f84542"` [INFO] [stderr] Compiling hellcheck v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactor.rs:75:64 [INFO] [stderr] | [INFO] [stderr] 75 | fn build_notifiers(config: &FileConfig) -> HashMap> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [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/reactor.rs:76:44 [INFO] [stderr] | [INFO] [stderr] 76 | let mut notifiers: HashMap> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactor.rs:78:27 [INFO] [stderr] | [INFO] [stderr] 78 | let notifier: Box = match ¬ifier_config.config { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn NotifierTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/watcher.rs:45:14 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.75s [INFO] running `"docker" "inspect" "c1bb972c2a3596fb83a98c56eb6403b0dad58efcc59dc6980f544f0d80f84542"` [INFO] running `"docker" "rm" "-f" "c1bb972c2a3596fb83a98c56eb6403b0dad58efcc59dc6980f544f0d80f84542"` [INFO] [stdout] c1bb972c2a3596fb83a98c56eb6403b0dad58efcc59dc6980f544f0d80f84542 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/greyblake/hellcheck:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 80169bb4d88c1460523e5702f8ff7f16b08635897a9474aa24e4ea5bf382e48c [INFO] running `"docker" "start" "-a" "80169bb4d88c1460523e5702f8ff7f16b08635897a9474aa24e4ea5bf382e48c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/hellcheck-282fb47cbfb96ca9 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test config::parser::tests::test_valid_yaml ... ok [INFO] [stdout] test config::parser::tests::test_token_is_missing_for_telegram_notifier ... ok [INFO] [stdout] test config::parser::tests::test_checker_has_no_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/hellcheck-fd218ecd2dbce085 [INFO] [stdout] [INFO] [stderr] Doc-tests hellcheck [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] [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" "80169bb4d88c1460523e5702f8ff7f16b08635897a9474aa24e4ea5bf382e48c"` [INFO] running `"docker" "rm" "-f" "80169bb4d88c1460523e5702f8ff7f16b08635897a9474aa24e4ea5bf382e48c"` [INFO] [stdout] 80169bb4d88c1460523e5702f8ff7f16b08635897a9474aa24e4ea5bf382e48c