[INFO] crate braintreepayment_graphql 0.1.2 is already in cache [INFO] checking braintreepayment_graphql-0.1.2 against try#662bf71cc5bbfe44a109ab5b7205e12ec319754c for pr-67531 [INFO] extracting crate braintreepayment_graphql 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate braintreepayment_graphql 0.1.2 on toolchain 662bf71cc5bbfe44a109ab5b7205e12ec319754c [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate braintreepayment_graphql 0.1.2 [INFO] finished tweaking crates.io crate braintreepayment_graphql 0.1.2 [INFO] tweaked toml for crates.io crate braintreepayment_graphql 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3c2c17fc4708f9016f15eed08de333d9213245e9c70590dcf8aad6e357dab802 [INFO] running `"docker" "start" "-a" "3c2c17fc4708f9016f15eed08de333d9213245e9c70590dcf8aad6e357dab802"` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling rust_decimal v1.0.3 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling rust_decimal_macro_impls v1.0.3 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling graphql_client_codegen v0.8.0 [INFO] [stderr] Checking rust_decimal_macros v1.0.3 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Compiling graphql_query_derive v0.8.0 [INFO] [stderr] Checking graphql_client v0.8.0 [INFO] [stderr] Checking braintreepayment_graphql v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `print_errors_if_any` [INFO] [stderr] --> tests/common.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | pub(crate) fn print_errors_if_any(errors: &Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pm_android` [INFO] [stderr] --> tests/transactions.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let pm_android = "fake-android-pay-nonce"; [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_pm_android` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 39s [INFO] running `"docker" "inspect" "3c2c17fc4708f9016f15eed08de333d9213245e9c70590dcf8aad6e357dab802"` [INFO] running `"docker" "rm" "-f" "3c2c17fc4708f9016f15eed08de333d9213245e9c70590dcf8aad6e357dab802"` [INFO] [stdout] 3c2c17fc4708f9016f15eed08de333d9213245e9c70590dcf8aad6e357dab802