[INFO] cloning repository meetup/jenkins-build-stats [INFO] running `"git" "clone" "--bare" "git://github.com/meetup/jenkins-build-stats.git" "work/cache/sources/gh/meetup/jenkins-build-stats"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/meetup/jenkins-build-stats'... [INFO] running `"git" "clone" "work/cache/sources/gh/meetup/jenkins-build-stats" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/meetup/jenkins-build-stats" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/meetup/jenkins-build-stats"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/meetup/jenkins-build-stats'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 82f4e57859deda3a021db6f4ee83753d553c9098 [INFO] sha for GitHub repo meetup/jenkins-build-stats: 82f4e57859deda3a021db6f4ee83753d553c9098 [INFO] validating manifest of meetup/jenkins-build-stats on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of meetup/jenkins-build-stats on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing meetup/jenkins-build-stats [INFO] finished frobbing meetup/jenkins-build-stats [INFO] frobbed toml for meetup/jenkins-build-stats written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats/Cargo.toml [INFO] started frobbing meetup/jenkins-build-stats [INFO] finished frobbing meetup/jenkins-build-stats [INFO] frobbed toml for meetup/jenkins-build-stats written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/meetup/jenkins-build-stats/Cargo.toml [INFO] crate meetup/jenkins-build-stats already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hdrsample v4.0.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing meetup/jenkins-build-stats against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 45cc24e004eca2e6de672eb0b83c88db15d9c858a77066d5a2ca4d776241046b [INFO] running `"docker" "start" "-a" "45cc24e004eca2e6de672eb0b83c88db15d9c858a77066d5a2ca4d776241046b"` [INFO] [stderr] Compiling openssl v0.9.13 [INFO] [stderr] Compiling openssl-sys v0.9.13 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling num-complex v0.1.38 [INFO] [stderr] Compiling envy v0.3.1 [INFO] [stderr] Compiling num-bigint v0.1.39 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling num-rational v0.1.38 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling hdrsample v4.0.0 [INFO] [stderr] Compiling native-tls v0.1.2 [INFO] [stderr] Compiling hyper-native-tls v0.2.3 [INFO] [stderr] Compiling jenkins-build-stats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | errors { [INFO] [stderr] 24 | | InvalidJob(name: String) [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [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/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | errors { [INFO] [stderr] 24 | | InvalidJob(name: String) [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [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 19.77s [INFO] running `"docker" "inspect" "45cc24e004eca2e6de672eb0b83c88db15d9c858a77066d5a2ca4d776241046b"` [INFO] running `"docker" "rm" "-f" "45cc24e004eca2e6de672eb0b83c88db15d9c858a77066d5a2ca4d776241046b"` [INFO] [stdout] 45cc24e004eca2e6de672eb0b83c88db15d9c858a77066d5a2ca4d776241046b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] b8fe264d734afccebe58194e84c8476e1450db170a38ff532cc6ff2dd0c6c60a [INFO] running `"docker" "start" "-a" "b8fe264d734afccebe58194e84c8476e1450db170a38ff532cc6ff2dd0c6c60a"` [INFO] [stderr] Compiling jenkins-build-stats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | errors { [INFO] [stderr] 24 | | InvalidJob(name: String) [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [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/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | errors { [INFO] [stderr] 24 | | InvalidJob(name: String) [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [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 1.26s [INFO] running `"docker" "inspect" "b8fe264d734afccebe58194e84c8476e1450db170a38ff532cc6ff2dd0c6c60a"` [INFO] running `"docker" "rm" "-f" "b8fe264d734afccebe58194e84c8476e1450db170a38ff532cc6ff2dd0c6c60a"` [INFO] [stdout] b8fe264d734afccebe58194e84c8476e1450db170a38ff532cc6ff2dd0c6c60a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/meetup/jenkins-build-stats:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a36c8013849a28690635875df6e9f57cbbb1a2defcad7ef0ff8bd64de0fe2b8d [INFO] running `"docker" "start" "-a" "a36c8013849a28690635875df6e9f57cbbb1a2defcad7ef0ff8bd64de0fe2b8d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/jenkins_build_stats-8d9ba7e443380511 [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" "a36c8013849a28690635875df6e9f57cbbb1a2defcad7ef0ff8bd64de0fe2b8d"` [INFO] running `"docker" "rm" "-f" "a36c8013849a28690635875df6e9f57cbbb1a2defcad7ef0ff8bd64de0fe2b8d"` [INFO] [stdout] a36c8013849a28690635875df6e9f57cbbb1a2defcad7ef0ff8bd64de0fe2b8d