[INFO] updating cached repository anthonynguyen/preminder [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/anthonynguyen/preminder [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/anthonynguyen/preminder" "work/ex/beta-1.38-1/sources/1.37.0/gh/anthonynguyen/preminder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/anthonynguyen/preminder'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/anthonynguyen/preminder" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6cfd24ea5602fd2498b2cec94164890da1040978 [INFO] sha for GitHub repo anthonynguyen/preminder: 6cfd24ea5602fd2498b2cec94164890da1040978 [INFO] validating manifest of anthonynguyen/preminder 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 anthonynguyen/preminder 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 anthonynguyen/preminder [INFO] finished frobbing anthonynguyen/preminder [INFO] frobbed toml for anthonynguyen/preminder written to work/ex/beta-1.38-1/sources/1.37.0/gh/anthonynguyen/preminder/Cargo.toml [INFO] started frobbing anthonynguyen/preminder [INFO] finished frobbing anthonynguyen/preminder [INFO] frobbed toml for anthonynguyen/preminder written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder/Cargo.toml [INFO] crate anthonynguyen/preminder 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing anthonynguyen/preminder against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 052344c7f95c12e58a5f161c4fe0234964014e7fbf59756603fc4fd8be5dd0f5 [INFO] running `"docker" "start" "-a" "052344c7f95c12e58a5f161c4fe0234964014e7fbf59756603fc4fd8be5dd0f5"` [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling isatty v0.1.3 [INFO] [stderr] Compiling libflate v0.1.11 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling email v0.0.17 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling config v0.7.0 [INFO] [stderr] Compiling tera v0.10.10 [INFO] [stderr] Compiling loglog v0.3.2 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling lettre v0.6.2 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling preminder v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/email.rs:100:48 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/hipchat.rs:84:48 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/stdout.rs:37:48 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/mod.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | plugins: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/mod.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | let mut plugins: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | links { [INFO] [stderr] 3 | | Tera(::tera::Error, ::tera::ErrorKind); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | links { [INFO] [stderr] 3 | | Tera(::tera::Error, ::tera::ErrorKind); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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 50.09s [INFO] running `"docker" "inspect" "052344c7f95c12e58a5f161c4fe0234964014e7fbf59756603fc4fd8be5dd0f5"` [INFO] running `"docker" "rm" "-f" "052344c7f95c12e58a5f161c4fe0234964014e7fbf59756603fc4fd8be5dd0f5"` [INFO] [stdout] 052344c7f95c12e58a5f161c4fe0234964014e7fbf59756603fc4fd8be5dd0f5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e0fdae2e1fd489c008983094e4b8a6092fd4e6b2a12d3eb94fdce52666152037 [INFO] running `"docker" "start" "-a" "e0fdae2e1fd489c008983094e4b8a6092fd4e6b2a12d3eb94fdce52666152037"` [INFO] [stderr] Compiling preminder v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/email.rs:100:48 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/hipchat.rs:84:48 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/stdout.rs:37:48 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn init(config: &Config) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/mod.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | plugins: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/mod.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | let mut plugins: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputPlugin` [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | links { [INFO] [stderr] 3 | | Tera(::tera::Error, ::tera::ErrorKind); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | links { [INFO] [stderr] 3 | | Tera(::tera::Error, ::tera::ErrorKind); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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 2.94s [INFO] running `"docker" "inspect" "e0fdae2e1fd489c008983094e4b8a6092fd4e6b2a12d3eb94fdce52666152037"` [INFO] running `"docker" "rm" "-f" "e0fdae2e1fd489c008983094e4b8a6092fd4e6b2a12d3eb94fdce52666152037"` [INFO] [stdout] e0fdae2e1fd489c008983094e4b8a6092fd4e6b2a12d3eb94fdce52666152037 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anthonynguyen/preminder:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 1f283388b9d42e2ef37df4b7b5283d90a8e3528d734a07d311bb51023e8ece2a [INFO] running `"docker" "start" "-a" "1f283388b9d42e2ef37df4b7b5283d90a8e3528d734a07d311bb51023e8ece2a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/preminder-d2622fa5c6c836f4 [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" "1f283388b9d42e2ef37df4b7b5283d90a8e3528d734a07d311bb51023e8ece2a"` [INFO] running `"docker" "rm" "-f" "1f283388b9d42e2ef37df4b7b5283d90a8e3528d734a07d311bb51023e8ece2a"` [INFO] [stdout] 1f283388b9d42e2ef37df4b7b5283d90a8e3528d734a07d311bb51023e8ece2a