[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.37-6/sources/1.36.0/reg/reep-bodyparser-rustcdecodable/0.2.0 [INFO] extracting crate reep-bodyparser-rustcdecodable 0.2.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/reep-bodyparser-rustcdecodable/0.2.0 [INFO] validating manifest of reep-bodyparser-rustcdecodable-0.2.0 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 reep-bodyparser-rustcdecodable-0.2.0 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/reep-bodyparser-rustcdecodable/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing reep-bodyparser-rustcdecodable-0.2.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] ac8240a833d8cce302477e4827f96f6da7fd2b61a5c791b91d40a9c3be9f68a6 [INFO] running `"docker" "start" "-a" "ac8240a833d8cce302477e4827f96f6da7fd2b61a5c791b91d40a9c3be9f68a6"` [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling persistent v0.2.1 [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 19.51s [INFO] running `"docker" "inspect" "ac8240a833d8cce302477e4827f96f6da7fd2b61a5c791b91d40a9c3be9f68a6"` [INFO] running `"docker" "rm" "-f" "ac8240a833d8cce302477e4827f96f6da7fd2b61a5c791b91d40a9c3be9f68a6"` [INFO] [stdout] ac8240a833d8cce302477e4827f96f6da7fd2b61a5c791b91d40a9c3be9f68a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e05dec65b7821cd4feebfc04c2dc6d45e44cef313c392ee1de5170a1ac4b029d [INFO] running `"docker" "start" "-a" "e05dec65b7821cd4feebfc04c2dc6d45e44cef313c392ee1de5170a1ac4b029d"` [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.45s [INFO] running `"docker" "inspect" "e05dec65b7821cd4feebfc04c2dc6d45e44cef313c392ee1de5170a1ac4b029d"` [INFO] running `"docker" "rm" "-f" "e05dec65b7821cd4feebfc04c2dc6d45e44cef313c392ee1de5170a1ac4b029d"` [INFO] [stdout] e05dec65b7821cd4feebfc04c2dc6d45e44cef313c392ee1de5170a1ac4b029d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 85a95f1610f8112996c4a49624de6cf44cc5e3a01fbb55870fcbb885c51ddbac [INFO] running `"docker" "start" "-a" "85a95f1610f8112996c4a49624de6cf44cc5e3a01fbb55870fcbb885c51ddbac"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/reep_bodyparser_rustcdecodable-f85477b1b44a4fee [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" "85a95f1610f8112996c4a49624de6cf44cc5e3a01fbb55870fcbb885c51ddbac"` [INFO] running `"docker" "rm" "-f" "85a95f1610f8112996c4a49624de6cf44cc5e3a01fbb55870fcbb885c51ddbac"` [INFO] [stdout] 85a95f1610f8112996c4a49624de6cf44cc5e3a01fbb55870fcbb885c51ddbac