[INFO] updating cached repository blockexplorer/haproxy-alert [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/blockexplorer/haproxy-alert [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/blockexplorer/haproxy-alert" "work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/blockexplorer/haproxy-alert" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blockexplorer/haproxy-alert"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blockexplorer/haproxy-alert'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 64ee216826fb07e46d2a7ac59467a36b339e0218 [INFO] sha for GitHub repo blockexplorer/haproxy-alert: 64ee216826fb07e46d2a7ac59467a36b339e0218 [INFO] validating manifest of blockexplorer/haproxy-alert on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of blockexplorer/haproxy-alert on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing blockexplorer/haproxy-alert [INFO] finished frobbing blockexplorer/haproxy-alert [INFO] frobbed toml for blockexplorer/haproxy-alert written to work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert/Cargo.toml [INFO] started frobbing blockexplorer/haproxy-alert [INFO] finished frobbing blockexplorer/haproxy-alert [INFO] frobbed toml for blockexplorer/haproxy-alert written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blockexplorer/haproxy-alert/Cargo.toml [INFO] crate blockexplorer/haproxy-alert already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing blockexplorer/haproxy-alert against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert:/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.36.0" "build" "--frozen"` [INFO] [stdout] 07630669a875a449b670eb1f7dd2450b6124809622fca20eac1c53332ca24579 [INFO] running `"docker" "start" "-a" "07630669a875a449b670eb1f7dd2450b6124809622fca20eac1c53332ca24579"` [INFO] [stderr] Compiling cc v1.0.14 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling scoped-tls v0.1.1 [INFO] [stderr] Compiling httparse v1.2.4 [INFO] [stderr] Compiling serde v1.0.43 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling smtpd v0.1.0 (https://github.com/gkbrk/rust-smtpd#d20ed0cc) [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling base64 v0.9.1 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling tokio-timer v0.2.1 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling libflate v0.1.14 [INFO] [stderr] Compiling openssl-sys v0.9.28 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling tokio-threadpool v0.1.2 [INFO] [stderr] Compiling syn v0.13.4 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_json v1.0.16 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling envy v0.3.2 [INFO] [stderr] Compiling hyper v0.11.25 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling serde_derive v1.0.43 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling slack-hook v0.6.0 [INFO] [stderr] Compiling haproxy-alert v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `"docker" "inspect" "07630669a875a449b670eb1f7dd2450b6124809622fca20eac1c53332ca24579"` [INFO] running `"docker" "rm" "-f" "07630669a875a449b670eb1f7dd2450b6124809622fca20eac1c53332ca24579"` [INFO] [stdout] 07630669a875a449b670eb1f7dd2450b6124809622fca20eac1c53332ca24579 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9504b2f5b05d2d3c2c406dd96e31a2d6fb78797908390e5abab0d48f70824808 [INFO] running `"docker" "start" "-a" "9504b2f5b05d2d3c2c406dd96e31a2d6fb78797908390e5abab0d48f70824808"` [INFO] [stderr] Compiling haproxy-alert v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/main.rs:145:7 [INFO] [stderr] | [INFO] [stderr] 145 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `DATA` [INFO] [stderr] --> src/main.rs:147:3 [INFO] [stderr] | [INFO] [stderr] 147 | / const DATA: &str = r#"From: haproxy@blockexplorer.com [INFO] [stderr] 148 | | To: devs@blockexplorer.com [INFO] [stderr] 149 | | Date: Tue, 01 May 2018 01:29:07 +0000 (UTC) [INFO] [stderr] 150 | | Subject: [HAproxy Alert] Server my-backend/mysrv is DOWN, reason: Layer4 timeout, check duration: 2002ms. 0 active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue [INFO] [stderr] 151 | | [INFO] [stderr] 152 | | Server my-backend/mysrv is DOWN, reason: Layer4 timeout, check duration: 2002ms. 0 active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue [INFO] [stderr] 153 | | "#; [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "9504b2f5b05d2d3c2c406dd96e31a2d6fb78797908390e5abab0d48f70824808"` [INFO] running `"docker" "rm" "-f" "9504b2f5b05d2d3c2c406dd96e31a2d6fb78797908390e5abab0d48f70824808"` [INFO] [stdout] 9504b2f5b05d2d3c2c406dd96e31a2d6fb78797908390e5abab0d48f70824808 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blockexplorer/haproxy-alert:/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.36.0" "test" "--frozen"` [INFO] [stdout] eda6a75516f9f365c398b18efef6b91366612485e6737d810cda0b907aabd423 [INFO] running `"docker" "start" "-a" "eda6a75516f9f365c398b18efef6b91366612485e6737d810cda0b907aabd423"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/crater/target/debug/deps/haproxy_alert-89456c708578475b [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test::test_parse_haproxy_alert ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "eda6a75516f9f365c398b18efef6b91366612485e6737d810cda0b907aabd423"` [INFO] running `"docker" "rm" "-f" "eda6a75516f9f365c398b18efef6b91366612485e6737d810cda0b907aabd423"` [INFO] [stdout] eda6a75516f9f365c398b18efef6b91366612485e6737d810cda0b907aabd423