[INFO] updating cached repository faebser/beautiful-wallpaper-every-day [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/faebser/beautiful-wallpaper-every-day [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/faebser/beautiful-wallpaper-every-day" "work/ex/beta-1.37-6/sources/1.36.0/gh/faebser/beautiful-wallpaper-every-day"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/faebser/beautiful-wallpaper-every-day'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/faebser/beautiful-wallpaper-every-day" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 871d817a484f3fb4386504f6f8bfeedcf57501c9 [INFO] sha for GitHub repo faebser/beautiful-wallpaper-every-day: 871d817a484f3fb4386504f6f8bfeedcf57501c9 [INFO] validating manifest of faebser/beautiful-wallpaper-every-day 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 faebser/beautiful-wallpaper-every-day 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 faebser/beautiful-wallpaper-every-day [INFO] finished frobbing faebser/beautiful-wallpaper-every-day [INFO] frobbed toml for faebser/beautiful-wallpaper-every-day written to work/ex/beta-1.37-6/sources/1.36.0/gh/faebser/beautiful-wallpaper-every-day/Cargo.toml [INFO] started frobbing faebser/beautiful-wallpaper-every-day [INFO] finished frobbing faebser/beautiful-wallpaper-every-day [INFO] frobbed toml for faebser/beautiful-wallpaper-every-day written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day/Cargo.toml [INFO] crate faebser/beautiful-wallpaper-every-day 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 faebser/beautiful-wallpaper-every-day against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day:/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-07-23" "build" "--frozen"` [INFO] [stdout] 3e632687f4c1de2e44ff9f91e108223fdd9cad0c75910aae059b089888dee118 [INFO] running `"docker" "start" "-a" "3e632687f4c1de2e44ff9f91e108223fdd9cad0c75910aae059b089888dee118"` [INFO] [stderr] Compiling gio v0.3.0 [INFO] [stderr] Compiling serde v1.0.35 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling glib-sys v0.5.0 [INFO] [stderr] Compiling gobject-sys v0.5.0 [INFO] [stderr] Compiling gio-sys v0.5.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling serde_derive_internals v0.22.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling serde_derive v1.0.35 [INFO] [stderr] Compiling glib v0.4.1 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling reqwest v0.8.5 [INFO] [stderr] Compiling unsplash v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:223:32 [INFO] [stderr] | [INFO] [stderr] 223 | let root_path = input_path.trim_right_matches('\n'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `"docker" "inspect" "3e632687f4c1de2e44ff9f91e108223fdd9cad0c75910aae059b089888dee118"` [INFO] running `"docker" "rm" "-f" "3e632687f4c1de2e44ff9f91e108223fdd9cad0c75910aae059b089888dee118"` [INFO] [stdout] 3e632687f4c1de2e44ff9f91e108223fdd9cad0c75910aae059b089888dee118 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 44a91724ed0b32092791091dbc3aa9c487c16ec8e6519dbbe5f531affd2b7783 [INFO] running `"docker" "start" "-a" "44a91724ed0b32092791091dbc3aa9c487c16ec8e6519dbbe5f531affd2b7783"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unsplash v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:223:32 [INFO] [stderr] | [INFO] [stderr] 223 | let root_path = input_path.trim_right_matches('\n'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `"docker" "inspect" "44a91724ed0b32092791091dbc3aa9c487c16ec8e6519dbbe5f531affd2b7783"` [INFO] running `"docker" "rm" "-f" "44a91724ed0b32092791091dbc3aa9c487c16ec8e6519dbbe5f531affd2b7783"` [INFO] [stdout] 44a91724ed0b32092791091dbc3aa9c487c16ec8e6519dbbe5f531affd2b7783 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/faebser/beautiful-wallpaper-every-day:/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-07-23" "test" "--frozen"` [INFO] [stdout] e9df84efa175a6b3cbf2f3ef272b34818a1f08f19226fc6068fc9a8ae27f07ee [INFO] running `"docker" "start" "-a" "e9df84efa175a6b3cbf2f3ef272b34818a1f08f19226fc6068fc9a8ae27f07ee"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/crater/target/debug/deps/unsplash-94a78a0dec9ebf73 [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" "e9df84efa175a6b3cbf2f3ef272b34818a1f08f19226fc6068fc9a8ae27f07ee"` [INFO] running `"docker" "rm" "-f" "e9df84efa175a6b3cbf2f3ef272b34818a1f08f19226fc6068fc9a8ae27f07ee"` [INFO] [stdout] e9df84efa175a6b3cbf2f3ef272b34818a1f08f19226fc6068fc9a8ae27f07ee