[INFO] crate reep-bodyparser-rustcdecodable 0.2.0 is already in cache [INFO] extracting crate reep-bodyparser-rustcdecodable 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/reep-bodyparser-rustcdecodable/0.2.0 [INFO] extracting crate reep-bodyparser-rustcdecodable 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reep-bodyparser-rustcdecodable/0.2.0 [INFO] validating manifest of reep-bodyparser-rustcdecodable-0.2.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 reep-bodyparser-rustcdecodable-0.2.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 reep-bodyparser-rustcdecodable-0.2.0 [INFO] finished frobbing reep-bodyparser-rustcdecodable-0.2.0 [INFO] frobbed toml for reep-bodyparser-rustcdecodable-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/reep-bodyparser-rustcdecodable/0.2.0/Cargo.toml [INFO] started frobbing reep-bodyparser-rustcdecodable-0.2.0 [INFO] finished frobbing reep-bodyparser-rustcdecodable-0.2.0 [INFO] frobbed toml for reep-bodyparser-rustcdecodable-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reep-bodyparser-rustcdecodable/0.2.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] 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing reep-bodyparser-rustcdecodable-0.2.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reep-bodyparser-rustcdecodable/0.2.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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 651c30176f1108657d8e3741be6d2feea45946ea7180a83a5fd1ea89f82d0f6b [INFO] running `"docker" "start" "-a" "651c30176f1108657d8e3741be6d2feea45946ea7180a83a5fd1ea89f82d0f6b"` [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling persistent v0.2.1 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling bodyparser v0.4.1 [INFO] [stderr] Compiling reep v0.2.0 [INFO] [stderr] Compiling reep-bodyparser-rustcdecodable v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:84:60 [INFO] [stderr] | [INFO] [stderr] 84 | Ok(None) => Err(IronError::new(EmptyBodyError, (status::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:85:49 [INFO] [stderr] | [INFO] [stderr] 85 | Err(err) => Err(IronError::new(err, (status::BadRequest))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.66s [INFO] running `"docker" "inspect" "651c30176f1108657d8e3741be6d2feea45946ea7180a83a5fd1ea89f82d0f6b"` [INFO] running `"docker" "rm" "-f" "651c30176f1108657d8e3741be6d2feea45946ea7180a83a5fd1ea89f82d0f6b"` [INFO] [stdout] 651c30176f1108657d8e3741be6d2feea45946ea7180a83a5fd1ea89f82d0f6b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reep-bodyparser-rustcdecodable/0.2.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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7a6596b4bd46158901e9365d8ad2fa1c4a3345c96cedb2ec08404bf760f3c9d1 [INFO] running `"docker" "start" "-a" "7a6596b4bd46158901e9365d8ad2fa1c4a3345c96cedb2ec08404bf760f3c9d1"` [INFO] [stderr] Compiling reep-bodyparser-rustcdecodable v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:84:60 [INFO] [stderr] | [INFO] [stderr] 84 | Ok(None) => Err(IronError::new(EmptyBodyError, (status::BadRequest))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:85:49 [INFO] [stderr] | [INFO] [stderr] 85 | Err(err) => Err(IronError::new(err, (status::BadRequest))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "7a6596b4bd46158901e9365d8ad2fa1c4a3345c96cedb2ec08404bf760f3c9d1"` [INFO] running `"docker" "rm" "-f" "7a6596b4bd46158901e9365d8ad2fa1c4a3345c96cedb2ec08404bf760f3c9d1"` [INFO] [stdout] 7a6596b4bd46158901e9365d8ad2fa1c4a3345c96cedb2ec08404bf760f3c9d1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reep-bodyparser-rustcdecodable/0.2.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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] fdba1de8afa69353949fbf6af8cdbdfae1be947cf53f0a6f818da14f084c917a [INFO] running `"docker" "start" "-a" "fdba1de8afa69353949fbf6af8cdbdfae1be947cf53f0a6f818da14f084c917a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/reep_bodyparser_rustcdecodable-e954ffdf4ef8ec5a [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] [stderr] Doc-tests reep-bodyparser-rustcdecodable [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fdba1de8afa69353949fbf6af8cdbdfae1be947cf53f0a6f818da14f084c917a"` [INFO] running `"docker" "rm" "-f" "fdba1de8afa69353949fbf6af8cdbdfae1be947cf53f0a6f818da14f084c917a"` [INFO] [stdout] fdba1de8afa69353949fbf6af8cdbdfae1be947cf53f0a6f818da14f084c917a