[INFO] fetching crate aingle_cortex 0.6.3...
[INFO] testing aingle_cortex-0.6.3 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] extracting crate aingle_cortex 0.6.3 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate aingle_cortex 0.6.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aingle_cortex 0.6.3
[INFO] tweaked toml for crates.io crate aingle_cortex 0.6.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aingle_cortex 0.6.3 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aingle_cortex 0.6.3 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 510291344f32a6a1a299af6ef2edccd891b8611be3184571d6c3513b7fea31eb
[INFO] running `Command { std: "docker" "start" "-a" "510291344f32a6a1a299af6ef2edccd891b8611be3184571d6c3513b7fea31eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "510291344f32a6a1a299af6ef2edccd891b8611be3184571d6c3513b7fea31eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "510291344f32a6a1a299af6ef2edccd891b8611be3184571d6c3513b7fea31eb", kill_on_drop: false }`
[INFO] [stdout] 510291344f32a6a1a299af6ef2edccd891b8611be3184571d6c3513b7fea31eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df5d00f315d85c65db1034ca857bb663c331bc73a2b09a8f11efe89496395d6f
[INFO] running `Command { std: "docker" "start" "-a" "df5d00f315d85c65db1034ca857bb663c331bc73a2b09a8f11efe89496395d6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling zerocopy v0.8.41
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling openraft-macros v0.10.0-alpha.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling compression-codecs v0.4.37
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling openraft-rt v0.10.0-alpha.17
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling anyerror v0.1.13
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling byte-unit v5.2.0
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]    Compiling fastbloom v0.14.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling aingle_graph v0.6.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling validit v0.2.5
[INFO] [stderr]    Compiling openraft-rt-tokio v0.10.0-alpha.17
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling async-compression v0.4.41
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling oxiri v0.2.11
[INFO] [stderr]    Compiling oxilangtag v0.1.5
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling lru-slab v0.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling peel-off v0.1.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling openraft v0.10.0-alpha.17
[INFO] [stderr]    Compiling quinn-proto v0.11.14
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling oxrdf v0.3.3
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling peg v0.8.5
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling aingle_wal v0.6.3
[INFO] [stderr]    Compiling ineru v0.6.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling validator v0.20.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling aingle_zk v0.6.3
[INFO] [stderr]    Compiling spargebra v0.4.5
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling aingle_logic v0.6.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling aingle_raft v0.6.3
[INFO] [stderr]    Compiling aingle_cortex v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 37s
[INFO] running `Command { std: "docker" "inspect" "df5d00f315d85c65db1034ca857bb663c331bc73a2b09a8f11efe89496395d6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df5d00f315d85c65db1034ca857bb663c331bc73a2b09a8f11efe89496395d6f", kill_on_drop: false }`
[INFO] [stdout] df5d00f315d85c65db1034ca857bb663c331bc73a2b09a8f11efe89496395d6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58577e5b52cf5073bdab32e858d8af24a915b45abc6b2892d60aa6911d1b870d
[INFO] running `Command { std: "docker" "start" "-a" "58577e5b52cf5073bdab32e858d8af24a915b45abc6b2892d60aa6911d1b870d", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling validator v0.20.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling async-compression v0.4.41
[INFO] [stderr]    Compiling openraft-rt-tokio v0.10.0-alpha.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling openraft v0.10.0-alpha.17
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling aingle_raft v0.6.3
[INFO] [stderr]    Compiling aingle_cortex v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]     --> src/p2p/manager.rs:1060:61
[INFO] [stdout]      |
[INFO] [stdout] 1060 |         config.data_dir = tempfile::TempDir::new().unwrap().into_path();
[INFO] [stdout]      |                                                             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `axum::Json` that must be used
[INFO] [stdout]    --> src/rest/proof_api.rs:428:13
[INFO] [stdout]     |
[INFO] [stdout] 428 | /             submit_proof(AxumState(state.clone()), None, Json(request))
[INFO] [stdout] 429 | |                 .await
[INFO] [stdout] 430 | |                 .unwrap();
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 |             let _ = submit_proof(AxumState(state.clone()), None, Json(request))
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `axum::Json` that must be used
[INFO] [stdout]    --> src/rest/proof_api.rs:454:9
[INFO] [stdout]     |
[INFO] [stdout] 454 | /         submit_proof(AxumState(state.clone()), None, Json(request))
[INFO] [stdout] 455 | |             .await
[INFO] [stdout] 456 | |             .unwrap();
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 454 |         let _ = submit_proof(AxumState(state.clone()), None, Json(request))
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aingle_cortex` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name aingle_cortex --edition=2021 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 -C debuginfo=2 --cfg 'feature="auth"' --cfg 'feature="cluster"' --cfg 'feature="dag"' --cfg 'feature="default"' --cfg 'feature="p2p"' --cfg 'feature="rest"' --cfg 'feature="sparql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auth", "cluster", "dag", "default", "full", "graphql", "p2p", "p2p-mdns", "rest", "sparql"))' -C metadata=13ad0c39cfc6ab04 -C extra-filename=-270b1fb47722c465 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aingle_graph=/opt/rustwide/target/debug/deps/libaingle_graph-fee9223ee86d5b34.rmeta --extern aingle_logic=/opt/rustwide/target/debug/deps/libaingle_logic-cf8b6a5a7899a126.rmeta --extern aingle_raft=/opt/rustwide/target/debug/deps/libaingle_raft-3f66e879225b4b01.rmeta --extern aingle_wal=/opt/rustwide/target/debug/deps/libaingle_wal-891f2fc99f9f7c2b.rmeta --extern aingle_zk=/opt/rustwide/target/debug/deps/libaingle_zk-252cd6502d2df67e.rmeta --extern argon2=/opt/rustwide/target/debug/deps/libargon2-38a23bd680c2c824.rmeta --extern axum=/opt/rustwide/target/debug/deps/libaxum-1a8b775dc938effe.rmeta --extern blake3=/opt/rustwide/target/debug/deps/libblake3-443f1a845e539c2e.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a3b64639c806d13.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-e6031923ac382b35.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-c9029c55dea35ff6.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-3d32d2fe62096e27.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-9ec0a04704af9cf1.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-ce2ce186edf8450e.rmeta --extern ineru=/opt/rustwide/target/debug/deps/libineru-ef7d0ae2866f2a9a.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-075c24cf6df80309.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-753a0cb3f11b08fe.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-db8f3eed2a1f3f7b.rmeta --extern openraft=/opt/rustwide/target/debug/deps/libopenraft-d9200ea37a6c44a7.rmeta --extern quinn=/opt/rustwide/target/debug/deps/libquinn-99ccdfdfc21d979c.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-5df8e610e96156ea.rmeta --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-f12ee0cb3447e1fb.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-021e519fc88cd809.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6c12143dc1d20489.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-23e0159a1018e9dd.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-bdb4ba8f2ac60fab.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-ef79f47c9cc8a8b0.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b6c3c74ca625d48f.rmeta --extern sled=/opt/rustwide/target/debug/deps/libsled-dbcc80b645e763cb.rmeta --extern spargebra=/opt/rustwide/target/debug/deps/libspargebra-a35d6e2d2704aa83.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-fc528f1e408a5d8a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-903f03f76cfd51e0.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-eed74f6d817c9c9c.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-c3ca9f91ea407b35.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-92560ec9f570095f.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-a059cd8996a1f4a2.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-11c99759bd01092e.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-05fbbdf0ad490d6a.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-00be99805ddb5239.rmeta --extern validator=/opt/rustwide/target/debug/deps/libvalidator-1cb8570abddbe536.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-e042440ff105f2ae/out -L native=/opt/rustwide/target/debug/build/blake3-e042440ff105f2ae/out -L native=/opt/rustwide/target/debug/build/ring-3377f32fe81c2204/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aingle_cortex` (lib test); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name aingle_cortex --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="auth"' --cfg 'feature="cluster"' --cfg 'feature="dag"' --cfg 'feature="default"' --cfg 'feature="p2p"' --cfg 'feature="rest"' --cfg 'feature="sparql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auth", "cluster", "dag", "default", "full", "graphql", "p2p", "p2p-mdns", "rest", "sparql"))' -C metadata=2548c19117400350 -C extra-filename=-2fb43166f3fd1c26 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aingle_graph=/opt/rustwide/target/debug/deps/libaingle_graph-fee9223ee86d5b34.rlib --extern aingle_logic=/opt/rustwide/target/debug/deps/libaingle_logic-cf8b6a5a7899a126.rlib --extern aingle_raft=/opt/rustwide/target/debug/deps/libaingle_raft-3f66e879225b4b01.rlib --extern aingle_wal=/opt/rustwide/target/debug/deps/libaingle_wal-891f2fc99f9f7c2b.rlib --extern aingle_zk=/opt/rustwide/target/debug/deps/libaingle_zk-252cd6502d2df67e.rlib --extern argon2=/opt/rustwide/target/debug/deps/libargon2-38a23bd680c2c824.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-1a8b775dc938effe.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-443f1a845e539c2e.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a3b64639c806d13.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-e6031923ac382b35.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-c9029c55dea35ff6.rlib --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-3d32d2fe62096e27.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-9ec0a04704af9cf1.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-ce2ce186edf8450e.rlib --extern ineru=/opt/rustwide/target/debug/deps/libineru-ef7d0ae2866f2a9a.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-075c24cf6df80309.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-753a0cb3f11b08fe.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-db8f3eed2a1f3f7b.rlib --extern openraft=/opt/rustwide/target/debug/deps/libopenraft-d9200ea37a6c44a7.rlib --extern quinn=/opt/rustwide/target/debug/deps/libquinn-99ccdfdfc21d979c.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5df8e610e96156ea.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-f12ee0cb3447e1fb.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-021e519fc88cd809.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6c12143dc1d20489.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-23e0159a1018e9dd.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-bdb4ba8f2ac60fab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-ef79f47c9cc8a8b0.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b6c3c74ca625d48f.rlib --extern sled=/opt/rustwide/target/debug/deps/libsled-dbcc80b645e763cb.rlib --extern spargebra=/opt/rustwide/target/debug/deps/libspargebra-a35d6e2d2704aa83.rlib --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-fc528f1e408a5d8a.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-8902c79932280173.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-903f03f76cfd51e0.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-eed74f6d817c9c9c.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-c3ca9f91ea407b35.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-10ac48f27dd204bf.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-92560ec9f570095f.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-a059cd8996a1f4a2.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-11c99759bd01092e.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-05fbbdf0ad490d6a.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-00be99805ddb5239.rlib --extern validator=/opt/rustwide/target/debug/deps/libvalidator-1cb8570abddbe536.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-e042440ff105f2ae/out -L native=/opt/rustwide/target/debug/build/blake3-e042440ff105f2ae/out -L native=/opt/rustwide/target/debug/build/ring-3377f32fe81c2204/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "58577e5b52cf5073bdab32e858d8af24a915b45abc6b2892d60aa6911d1b870d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58577e5b52cf5073bdab32e858d8af24a915b45abc6b2892d60aa6911d1b870d", kill_on_drop: false }`
[INFO] [stdout] 58577e5b52cf5073bdab32e858d8af24a915b45abc6b2892d60aa6911d1b870d
