[INFO] updating cached repository https://github.com/Farkal/test-wundergraph [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79af655b91d8785b9cd8aefe020e816eee1fa625 [INFO] checking Farkal/test-wundergraph against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFarkal%2Ftest-wundergraph" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Farkal/test-wundergraph on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Farkal/test-wundergraph [INFO] finished tweaking git repo https://github.com/Farkal/test-wundergraph [INFO] tweaked toml for git repo https://github.com/Farkal/test-wundergraph written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Farkal/test-wundergraph already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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] d78cec6d9803ac38af92643562b05b8f39113a12806b09b2efd7766db7e9a6b5 [INFO] running `"docker" "start" "-a" "d78cec6d9803ac38af92643562b05b8f39113a12806b09b2efd7766db7e9a6b5"` [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking scheduled-thread-pool v0.2.3 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling enum-as-inner v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Compiling juniper_codegen v0.14.2 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling actix-web-codegen v0.2.0 [INFO] [stderr] Compiling wundergraph_derive v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] error: could not compile `wundergraph_derive`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wundergraph_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wundergraph_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="postgres"' -C metadata=fd4780d4265ae8ee -C extra-filename=-fd4780d4265ae8ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-42f245d29bc61704.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-793f8c6a2919f0bb.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7a3bf822f9243af6.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d78cec6d9803ac38af92643562b05b8f39113a12806b09b2efd7766db7e9a6b5"` [INFO] running `"docker" "rm" "-f" "d78cec6d9803ac38af92643562b05b8f39113a12806b09b2efd7766db7e9a6b5"` [INFO] [stdout] d78cec6d9803ac38af92643562b05b8f39113a12806b09b2efd7766db7e9a6b5