[INFO] cloning repository https://github.com/mingley/flight-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mingley/flight-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingley%2Fflight-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingley%2Fflight-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29301e44c1122e34abf1a160801edf33ab63ccd4
[INFO] checking mingley/flight-core against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingley%2Fflight-core" "/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/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mingley/flight-core
[INFO] finished tweaking git repo https://github.com/mingley/flight-core
[INFO] tweaked toml for git repo https://github.com/mingley/flight-core written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mingley/flight-core on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mingley/flight-core 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `flight-ardupilot`
[INFO] [stderr]   --> Cargo.toml:16:25
[INFO] [stderr]    |
[INFO] [stderr] 16 | [workspace.dependencies.flight-ardupilot]
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `flight-ardupilot`
[INFO] [stderr] warning: unused workspace dependency `flight-hitl`
[INFO] [stderr]   --> Cargo.toml:24:25
[INFO] [stderr]    |
[INFO] [stderr] 24 | [workspace.dependencies.flight-hitl]
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-hitl`
[INFO] [stderr] warning: unused workspace dependency `flight-px4`
[INFO] [stderr]   --> Cargo.toml:36:25
[INFO] [stderr]    |
[INFO] [stderr] 36 | [workspace.dependencies.flight-px4]
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-px4`
[INFO] [stderr] warning: unused workspace dependency `flight-ros2`
[INFO] [stderr]   --> Cargo.toml:40:25
[INFO] [stderr]    |
[INFO] [stderr] 40 | [workspace.dependencies.flight-ros2]
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-ros2`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | description = "Strongly typed Rust SDK for autonomous vehicle control"
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf
[INFO] running `Command { std: "docker" "start" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `flight-ardupilot`
[INFO] [stderr]   --> Cargo.toml:16:25
[INFO] [stderr]    |
[INFO] [stderr] 16 | [workspace.dependencies.flight-ardupilot]
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `flight-ardupilot`
[INFO] [stderr] warning: unused workspace dependency `flight-hitl`
[INFO] [stderr]   --> Cargo.toml:24:25
[INFO] [stderr]    |
[INFO] [stderr] 24 | [workspace.dependencies.flight-hitl]
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-hitl`
[INFO] [stderr] warning: unused workspace dependency `flight-px4`
[INFO] [stderr]   --> Cargo.toml:36:25
[INFO] [stderr]    |
[INFO] [stderr] 36 | [workspace.dependencies.flight-px4]
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-px4`
[INFO] [stderr] warning: unused workspace dependency `flight-ros2`
[INFO] [stderr]   --> Cargo.toml:40:25
[INFO] [stderr]    |
[INFO] [stderr] 40 | [workspace.dependencies.flight-ros2]
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `flight-ros2`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | description = "Strongly typed Rust SDK for autonomous vehicle control"
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling naga v23.1.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wgpu-hal v23.0.1
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling wgpu-core v23.0.1
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling wgpu v23.0.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking wgpu-types v23.0.0
[INFO] [stderr]     Checking gpu-alloc v0.6.2
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling crc-any v2.5.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]    Compiling flight-ros2 v0.1.0 (/opt/rustwide/workdir/crates/flight-ros2)
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking glob v0.3.4
[INFO] [stderr]     Checking mavlink-core v0.17.1
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling bytemuck_derive v1.12.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling creusot-contracts-proc v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling mavlink-bindgen v0.17.1
[INFO] [stderr]     Checking creusot-contracts v0.5.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking flight-core v0.1.0 (/opt/rustwide/workdir/crates/flight-core)
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling mavlink v0.17.1
[INFO] [stderr]     Checking flight-verify v0.1.0 (/opt/rustwide/workdir/crates/flight-verify)
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking trybuild v1.0.104
[INFO] [stderr]     Checking hyper v1.11.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr] error: could not compile `naga` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-23.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compact"' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hlsl-out-if-target-windows"' --cfg 'feature="msl-out-if-target-apple"' --cfg 'feature="spv-out"' --cfg 'feature="wgsl-in"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "compact", "default", "deserialize", "dot-out", "glsl-in", "glsl-out", "hlsl-out", "hlsl-out-if-target-windows", "msl-out", "msl-out-if-target-apple", "serialize", "spv-in", "spv-out", "wgsl-in", "wgsl-out"))' -C metadata=1b41d6fb2e62fb54 -C extra-filename=-6884f8ff3a99cee2 --out-dir /opt/rustwide/target/debug/build/naga/6884f8ff3a99cee2/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/7c54c415c8441a74/out -L dependency=/opt/rustwide/target/debug/build/bitflags/8c15c6a7257a7294/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/cdac02d1e16973b1/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/a2cad30f1b072f70/out --extern arrayvec=/opt/rustwide/target/debug/build/arrayvec/6514fbe103c4fe79/out/libarrayvec-6514fbe103c4fe79.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/0d1d8cd877be6a55/out/libbit_set-0d1d8cd877be6a55.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/8c15c6a7257a7294/out/libbitflags-8c15c6a7257a7294.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/build/codespan-reporting/8e05686bdaf08cc5/out/libcodespan_reporting-8e05686bdaf08cc5.rmeta --extern hexf_parse=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out/libhexf_parse-3a3e3f1940ae3db2.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out/libindexmap-5cd8f496451fc958.rmeta --extern log=/opt/rustwide/target/debug/build/log/c6c5cdd4b6425921/out/liblog-c6c5cdd4b6425921.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out/librustc_hash-59ad630e9e58123f.rmeta --extern spirv=/opt/rustwide/target/debug/build/spirv/b438d0a71e739eed/out/libspirv-b438d0a71e739eed.rmeta --extern termcolor=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out/libtermcolor-3163ee63a16b7335.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/c6b894c973a85589/out/libthiserror-c6b894c973a85589.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/ee01a207c7c23c16/out/libunicode_xid-ee01a207c7c23c16.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg glsl_out --cfg spv_out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf", kill_on_drop: false }`
[INFO] [stdout] cad03863f398dc7ca661c457b8b83fe50b0421b0634ad8ae9eac19da027dabaf
