[INFO] crate walmart_partner_api 0.4.0 is already in cache [INFO] extracting crate walmart_partner_api 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/walmart_partner_api/0.4.0 [INFO] extracting crate walmart_partner_api 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/walmart_partner_api/0.4.0 [INFO] validating manifest of walmart_partner_api-0.4.0 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 walmart_partner_api-0.4.0 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 walmart_partner_api-0.4.0 [INFO] finished frobbing walmart_partner_api-0.4.0 [INFO] frobbed toml for walmart_partner_api-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/walmart_partner_api/0.4.0/Cargo.toml [INFO] started frobbing walmart_partner_api-0.4.0 [INFO] finished frobbing walmart_partner_api-0.4.0 [INFO] frobbed toml for walmart_partner_api-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/walmart_partner_api/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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" "+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 walmart_partner_api-0.4.0 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/walmart_partner_api/0.4.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=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] 9e1a28146b62d3524159ca227adad7b935f13f577395a302174090b8fe7a97ab [INFO] running `"docker" "start" "-a" "9e1a28146b62d3524159ca227adad7b935f13f577395a302174090b8fe7a97ab"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling bigdecimal v0.0.10 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling walmart_partner_api v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Reqwest(::reqwest::Error); [INFO] [stderr] 8 | | UrlError(::reqwest::UrlError); [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [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/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Reqwest(::reqwest::Error); [INFO] [stderr] 8 | | UrlError(::reqwest::UrlError); [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [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 43.42s [INFO] running `"docker" "inspect" "9e1a28146b62d3524159ca227adad7b935f13f577395a302174090b8fe7a97ab"` [INFO] running `"docker" "rm" "-f" "9e1a28146b62d3524159ca227adad7b935f13f577395a302174090b8fe7a97ab"` [INFO] [stdout] 9e1a28146b62d3524159ca227adad7b935f13f577395a302174090b8fe7a97ab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/walmart_partner_api/0.4.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=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] 8a2978047b66e9a9021fb1a7d521d80238f221c3c4d6bdabe80ba6ee8f389c6a [INFO] running `"docker" "start" "-a" "8a2978047b66e9a9021fb1a7d521d80238f221c3c4d6bdabe80ba6ee8f389c6a"` [INFO] [stderr] Compiling walmart_partner_api v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Reqwest(::reqwest::Error); [INFO] [stderr] 8 | | UrlError(::reqwest::UrlError); [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [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/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Reqwest(::reqwest::Error); [INFO] [stderr] 8 | | UrlError(::reqwest::UrlError); [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [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 13.32s [INFO] running `"docker" "inspect" "8a2978047b66e9a9021fb1a7d521d80238f221c3c4d6bdabe80ba6ee8f389c6a"` [INFO] running `"docker" "rm" "-f" "8a2978047b66e9a9021fb1a7d521d80238f221c3c4d6bdabe80ba6ee8f389c6a"` [INFO] [stdout] 8a2978047b66e9a9021fb1a7d521d80238f221c3c4d6bdabe80ba6ee8f389c6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/walmart_partner_api/0.4.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=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] 8bbf5828ab09799fa62bfaf093ac0eb0a7a267a0554cde665bd3e2b07f63c042 [INFO] running `"docker" "start" "-a" "8bbf5828ab09799fa62bfaf093ac0eb0a7a267a0554cde665bd3e2b07f63c042"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/walmart_partner_api-223f081f1449ca73 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test response::test::test_parse_object_json ... ok [INFO] [stdout] test feed::types::tests::deserialize_partner_feed_response ... ok [INFO] [stdout] test order::types::tests::deserialize ... ok [INFO] [stdout] test response::test::test_parse_list_elements_json ... ok [INFO] [stdout] test utils::tests::test_deserialize_timestamp ... ok [INFO] [stdout] test sign::tests::sign ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests walmart_partner_api [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" "8bbf5828ab09799fa62bfaf093ac0eb0a7a267a0554cde665bd3e2b07f63c042"` [INFO] running `"docker" "rm" "-f" "8bbf5828ab09799fa62bfaf093ac0eb0a7a267a0554cde665bd3e2b07f63c042"` [INFO] [stdout] 8bbf5828ab09799fa62bfaf093ac0eb0a7a267a0554cde665bd3e2b07f63c042