[INFO] cloning repository https://github.com/AGOGMax/antigravity-graph-node
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AGOGMax/antigravity-graph-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAGOGMax%2Fantigravity-graph-node", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAGOGMax%2Fantigravity-graph-node'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91ace3d3f658c24f9a6108addcd24601489de12f
[INFO] checking AGOGMax/antigravity-graph-node against try#438eb4c1a1c3841523d7f672601e8adbe04cff28 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAGOGMax%2Fantigravity-graph-node" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AGOGMax/antigravity-graph-node
[INFO] finished tweaking git repo https://github.com/AGOGMax/antigravity-graph-node
[INFO] tweaked toml for git repo https://github.com/AGOGMax/antigravity-graph-node written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AGOGMax/antigravity-graph-node on toolchain 438eb4c1a1c3841523d7f672601e8adbe04cff28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+438eb4c1a1c3841523d7f672601e8adbe04cff28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AGOGMax/antigravity-graph-node already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+438eb4c1a1c3841523d7f672601e8adbe04cff28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/graph/Cargo.toml: unused manifest key: dependencies.stable-hash_legacy.doc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+438eb4c1a1c3841523d7f672601e8adbe04cff28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3525229b1425522754815263d519ce687d9dae569b27e4207325907d2dac77d9
[INFO] running `Command { std: "docker" "start" "-a" "3525229b1425522754815263d519ce687d9dae569b27e4207325907d2dac77d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3525229b1425522754815263d519ce687d9dae569b27e4207325907d2dac77d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3525229b1425522754815263d519ce687d9dae569b27e4207325907d2dac77d9", kill_on_drop: false }`
[INFO] [stdout] 3525229b1425522754815263d519ce687d9dae569b27e4207325907d2dac77d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+438eb4c1a1c3841523d7f672601e8adbe04cff28" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe4b3aed159f1620d6e582fdc3b9973df15efe361712d5081bb899f9a7679f9e
[INFO] running `Command { std: "docker" "start" "-a" "fe4b3aed159f1620d6e582fdc3b9973df15efe361712d5081bb899f9a7679f9e", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/graph/Cargo.toml: unused manifest key: dependencies.stable-hash_legacy.doc
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking pin-project-lite v0.2.12
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking slab v0.4.4
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]    Compiling hashbrown v0.14.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling fixedbitset v0.4.0
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking tinyvec v1.3.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling jobserver v0.1.23
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking generic-array v0.14.4
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling regex-automata v0.3.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]     Checking crypto-common v0.1.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking instant v0.1.10
[INFO] [stderr]     Checking cpufeatures v0.1.5
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling rustversion v1.0.11
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]     Checking data-encoding v2.3.2
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking leb128 v0.2.4
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking rustls-pemfile v1.0.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.3
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking wyz v0.5.0
[INFO] [stderr]     Checking rustls-native-certs v0.6.2
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling regex v1.9.4
[INFO] [stderr]     Checking iana-time-zone v0.1.47
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking unsigned-varint v0.7.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]     Checking rlp v0.5.1
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]     Checking winnow v0.5.17
[INFO] [stderr]     Checking byte-slice-cast v1.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking bitvec v1.0.0
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling secp256k1-sys v0.4.2
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]     Checking ipnet v2.3.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking bitflags v1.3.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking r2d2 v0.8.9
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.1
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking sha-1 v0.9.7
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking arc-swap v1.3.0
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling slog-async v2.7.0
[INFO] [stderr]     Checking sync_wrapper v0.1.1
[INFO] [stderr]     Checking keccak v0.1.4
[INFO] [stderr]    Compiling protobuf v2.25.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking slog-scope v4.4.0
[INFO] [stderr]     Checking combine v3.8.1
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking ibig v0.3.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking matchit v0.7.0
[INFO] [stderr]    Compiling prometheus v0.13.3
[INFO] [stderr]     Checking headers v0.3.5
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking slog-stdlog v4.1.1
[INFO] [stderr]     Checking rustls-native-certs v0.7.0
[INFO] [stderr]     Checking multihash v0.19.1
[INFO] [stderr]     Checking uint v0.8.5
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking unsigned-varint v0.8.0
[INFO] [stderr]     Checking firestorm v0.5.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking unsafe-libyaml v0.2.10
[INFO] [stderr]     Checking xxhash-rust v0.8.5
[INFO] [stderr]     Checking firestorm v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking isatty v0.1.9
[INFO] [stderr]     Checking tiny-keccak v1.5.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]     Checking sqlparser v0.46.0
[INFO] [stderr]     Checking lru_time_cache v0.11.11
[INFO] [stderr]     Checking defer v0.2.1
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]    Compiling target-lexicon v0.12.13
[INFO] [stderr]    Compiling cranelift-isle v0.102.1
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.102.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.102.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking cpufeatures v0.2.2
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking arbitrary v1.3.2
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]     Checking bumpalo v3.12.0
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]     Checking cranelift-control v0.102.1
[INFO] [stderr]     Checking wasmtime-asm-macros v15.0.1
[INFO] [stderr]    Compiling cpp_demangle v0.3.3
[INFO] [stderr]     Checking wasm-encoder v0.40.0
[INFO] [stderr]     Checking wasm-encoder v0.36.2
[INFO] [stderr]     Checking regalloc2 v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/438eb4c1a1c3841523d7f672601e8adbe04cff28/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=af7ad10b8cdf0a08 -C extra-filename=-93a3f3f656c18bb4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9a02d454e501cd45.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-61c0cb0567bc814d.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-17b42ad7ead1f2b7.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fe4b3aed159f1620d6e582fdc3b9973df15efe361712d5081bb899f9a7679f9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe4b3aed159f1620d6e582fdc3b9973df15efe361712d5081bb899f9a7679f9e", kill_on_drop: false }`
[INFO] [stdout] fe4b3aed159f1620d6e582fdc3b9973df15efe361712d5081bb899f9a7679f9e
