[INFO] fetching crate fints-institute-db 0.3.0... [INFO] extracting crate fints-institute-db 0.3.0 into work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/fints-institute-db/0.3.0 [INFO] extracting crate fints-institute-db 0.3.0 into work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/fints-institute-db/0.3.0 [INFO] validating manifest of fints-institute-db-0.3.0 on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fints-institute-db-0.3.0 on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fints-institute-db-0.3.0 [INFO] finished frobbing fints-institute-db-0.3.0 [INFO] frobbed toml for fints-institute-db-0.3.0 written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/fints-institute-db/0.3.0/Cargo.toml [INFO] started frobbing fints-institute-db-0.3.0 [INFO] finished frobbing fints-institute-db-0.3.0 [INFO] frobbed toml for fints-institute-db-0.3.0 written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/fints-institute-db/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "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" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking fints-institute-db-0.3.0 against try#8ec8125bea94852768b56958f05da47666c21ab0 for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-6/try#8ec8125bea94852768b56958f05da47666c21ab0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/fints-institute-db/0.3.0:/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" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 73d9f504399ebd0b6765fc7a89f32294d9f5e513bacd8817e7a4402dcd2bef12 [INFO] running `"docker" "start" "-a" "73d9f504399ebd0b6765fc7a89f32294d9f5e513bacd8817e7a4402dcd2bef12"` [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking iban_validate v2.0.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.31 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling fints-institute-db v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> build.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `fints-institute-db v0.3.0 (/opt/crater/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/fints-institute-db-e552f0ab0997371f/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "https://raw.githubusercontent.com/hbci4j/hbci4java/0072d401187a69a451eae1cbe928da3e2be6109f/src/main/resources/blz.properties") [INFO] [stderr] [INFO] running `"docker" "inspect" "73d9f504399ebd0b6765fc7a89f32294d9f5e513bacd8817e7a4402dcd2bef12"` [INFO] running `"docker" "rm" "-f" "73d9f504399ebd0b6765fc7a89f32294d9f5e513bacd8817e7a4402dcd2bef12"` [INFO] [stdout] 73d9f504399ebd0b6765fc7a89f32294d9f5e513bacd8817e7a4402dcd2bef12