[INFO] crate juniper_hyper 0.4.1 is already in cache [INFO] checking juniper_hyper-0.4.1 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate juniper_hyper 0.4.1 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate juniper_hyper 0.4.1 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate juniper_hyper 0.4.1 [INFO] finished tweaking crates.io crate juniper_hyper 0.4.1 [INFO] tweaked toml for crates.io crate juniper_hyper 0.4.1 written to work/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate juniper_hyper 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3c56a2062fbefa63275b3cc3644dac048e6fe830029a9f8773d333d8432b6747 [INFO] running `"docker" "start" "-a" "3c56a2062fbefa63275b3cc3644dac048e6fe830029a9f8773d333d8432b6747"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Checking miniz_oxide v0.3.0 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking backtrace v0.3.33 [INFO] [stderr] Checking flate2 v1.0.9 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking pretty_env_logger v0.2.5 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling juniper_codegen v0.13.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking serde v1.0.98 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking juniper v0.13.1 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking juniper_hyper v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking reqwest v0.9.19 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/hyper_server.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | service_fn(move |req| -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 27s [INFO] running `"docker" "inspect" "3c56a2062fbefa63275b3cc3644dac048e6fe830029a9f8773d333d8432b6747"` [INFO] running `"docker" "rm" "-f" "3c56a2062fbefa63275b3cc3644dac048e6fe830029a9f8773d333d8432b6747"` [INFO] [stdout] 3c56a2062fbefa63275b3cc3644dac048e6fe830029a9f8773d333d8432b6747