[INFO] crate juniper_warp 0.1.0 is already in cache [INFO] extracting crate juniper_warp 0.1.0 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/juniper_warp/0.1.0 [INFO] extracting crate juniper_warp 0.1.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/juniper_warp/0.1.0 [INFO] validating manifest of juniper_warp-0.1.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of juniper_warp-0.1.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing juniper_warp-0.1.0 [INFO] finished frobbing juniper_warp-0.1.0 [INFO] frobbed toml for juniper_warp-0.1.0 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/juniper_warp/0.1.0/Cargo.toml [INFO] started frobbing juniper_warp-0.1.0 [INFO] finished frobbing juniper_warp-0.1.0 [INFO] frobbed toml for juniper_warp-0.1.0 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/juniper_warp/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing juniper_warp-0.1.0 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/juniper_warp/0.1.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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] d359f9cb12bb2d1200da4c5139a022c9f94e2227cf5384f65848f12aef5d719f [INFO] running `"docker" "start" "-a" "d359f9cb12bb2d1200da4c5139a022c9f94e2227cf5384f65848f12aef5d719f"` [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling headers-core v0.1.0 [INFO] [stderr] Compiling juniper_codegen v0.10.0 [INFO] [stderr] Compiling tungstenite v0.6.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling headers v0.2.0 [INFO] [stderr] Compiling juniper v0.10.0 [INFO] [stderr] Compiling hyper v0.12.23 [INFO] [stderr] Compiling warp v0.1.12 [INFO] [stderr] Compiling juniper_warp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: use of deprecated item 'warp::reject::server_error': use warp::reject::custom and Filter::recover to send a 500 error [INFO] [stderr] --> src/lib.rs:207:46 [INFO] [stderr] | [INFO] [stderr] 207 | .map_err(|_: failure::Error| warp::reject::server_error()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'warp::reject::server_error': use warp::reject::custom and Filter::recover to send a 500 error [INFO] [stderr] --> src/lib.rs:240:42 [INFO] [stderr] | [INFO] [stderr] 240 | .map_err(|_: failure::Error| warp::reject::server_error()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `juniper_warp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d359f9cb12bb2d1200da4c5139a022c9f94e2227cf5384f65848f12aef5d719f"` [INFO] running `"docker" "rm" "-f" "d359f9cb12bb2d1200da4c5139a022c9f94e2227cf5384f65848f12aef5d719f"` [INFO] [stdout] d359f9cb12bb2d1200da4c5139a022c9f94e2227cf5384f65848f12aef5d719f