[INFO] crate wundergraph 0.1.1 is already in cache [INFO] checking wundergraph-0.1.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate wundergraph 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wundergraph 0.1.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wundergraph 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate wundergraph 0.1.1 [INFO] tweaked toml for crates.io crate wundergraph 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 3c679eca6f911492805b726e7f5b8fe5668d770ae78eeebbcca7a92ef25e204c [INFO] running `"docker" "start" "-a" "3c679eca6f911492805b726e7f5b8fe5668d770ae78eeebbcca7a92ef25e204c"` [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.3 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Compiling r2d2 v0.8.7 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking criterion-plot v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling juniper_codegen v0.14.1 [INFO] [stderr] Compiling wundergraph_derive v0.1.0 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Checking diesel v1.4.3 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking indexmap v1.3.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking juniper v0.14.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking insta v0.12.0 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Checking migrations_internals v1.4.0 [INFO] [stderr] Checking wundergraph v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/query_builder/selection/filter/mod.rs:67:20 [INFO] [stderr] | [INFO] [stderr] 67 | p: PhantomData<(T)>, [INFO] [stderr] | ^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Compiling migrations_macros v1.4.1 [INFO] [stderr] Checking diesel_migrations v1.4.0 [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/query_builder/selection/filter/mod.rs:67:20 [INFO] [stderr] | [INFO] [stderr] 67 | p: PhantomData<(T)>, [INFO] [stderr] | ^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `wundergraph_bench` [INFO] [stderr] --> tests/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | extern crate wundergraph_bench; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `wundergraph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `wundergraph_bench` [INFO] [stderr] --> bench/queries.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate wundergraph_bench; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `wundergraph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3c679eca6f911492805b726e7f5b8fe5668d770ae78eeebbcca7a92ef25e204c"` [INFO] running `"docker" "rm" "-f" "3c679eca6f911492805b726e7f5b8fe5668d770ae78eeebbcca7a92ef25e204c"` [INFO] [stdout] 3c679eca6f911492805b726e7f5b8fe5668d770ae78eeebbcca7a92ef25e204c