[INFO] updating cached repository nocduro/rayon-thumbnail-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nocduro/rayon-thumbnail-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nocduro/rayon-thumbnail-example" "work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nocduro/rayon-thumbnail-example" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nocduro/rayon-thumbnail-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nocduro/rayon-thumbnail-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0dde3a0e3530fe2b7bacbba343918441ee2b0a01 [INFO] sha for GitHub repo nocduro/rayon-thumbnail-example: 0dde3a0e3530fe2b7bacbba343918441ee2b0a01 [INFO] validating manifest of nocduro/rayon-thumbnail-example 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 nocduro/rayon-thumbnail-example 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 nocduro/rayon-thumbnail-example [INFO] finished frobbing nocduro/rayon-thumbnail-example [INFO] frobbed toml for nocduro/rayon-thumbnail-example written to work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example/Cargo.toml [INFO] started frobbing nocduro/rayon-thumbnail-example [INFO] finished frobbing nocduro/rayon-thumbnail-example [INFO] frobbed toml for nocduro/rayon-thumbnail-example written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nocduro/rayon-thumbnail-example/Cargo.toml [INFO] crate nocduro/rayon-thumbnail-example 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nocduro/rayon-thumbnail-example against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example:/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.37.0" "build" "--frozen"` [INFO] [stdout] ec2f4e12339e4908342ded9aba6e5562605289c6aab83cf1a7e0e73cc1a673f6 [INFO] running `"docker" "start" "-a" "ec2f4e12339e4908342ded9aba6e5562605289c6aab83cf1a7e0e73cc1a673f6"` [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling rayon_image 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:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Image(ImageError); [INFO] [stderr] 18 | | Io(std::io::Error); [INFO] [stderr] 19 | | Glob(glob::PatternError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Image(ImageError); [INFO] [stderr] 18 | | Io(std::io::Error); [INFO] [stderr] 19 | | Glob(glob::PatternError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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 25.80s [INFO] running `"docker" "inspect" "ec2f4e12339e4908342ded9aba6e5562605289c6aab83cf1a7e0e73cc1a673f6"` [INFO] running `"docker" "rm" "-f" "ec2f4e12339e4908342ded9aba6e5562605289c6aab83cf1a7e0e73cc1a673f6"` [INFO] [stdout] ec2f4e12339e4908342ded9aba6e5562605289c6aab83cf1a7e0e73cc1a673f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ba8f08e094d116ce8301db3e84f420470116acf1f0cf37549951da0de6e8ad77 [INFO] running `"docker" "start" "-a" "ba8f08e094d116ce8301db3e84f420470116acf1f0cf37549951da0de6e8ad77"` [INFO] [stderr] Compiling rayon_image 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:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Image(ImageError); [INFO] [stderr] 18 | | Io(std::io::Error); [INFO] [stderr] 19 | | Glob(glob::PatternError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Image(ImageError); [INFO] [stderr] 18 | | Io(std::io::Error); [INFO] [stderr] 19 | | Glob(glob::PatternError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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.19s [INFO] running `"docker" "inspect" "ba8f08e094d116ce8301db3e84f420470116acf1f0cf37549951da0de6e8ad77"` [INFO] running `"docker" "rm" "-f" "ba8f08e094d116ce8301db3e84f420470116acf1f0cf37549951da0de6e8ad77"` [INFO] [stdout] ba8f08e094d116ce8301db3e84f420470116acf1f0cf37549951da0de6e8ad77 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nocduro/rayon-thumbnail-example:/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.37.0" "test" "--frozen"` [INFO] [stdout] 27098133c4d6121e95de245d542095db7bbe6a16f820b156cb6f1e92433214bc [INFO] running `"docker" "start" "-a" "27098133c4d6121e95de245d542095db7bbe6a16f820b156cb6f1e92433214bc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/rayon_image-b016ebb63fc3b612 [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" "27098133c4d6121e95de245d542095db7bbe6a16f820b156cb6f1e92433214bc"` [INFO] running `"docker" "rm" "-f" "27098133c4d6121e95de245d542095db7bbe6a16f820b156cb6f1e92433214bc"` [INFO] [stdout] 27098133c4d6121e95de245d542095db7bbe6a16f820b156cb6f1e92433214bc