[INFO] cloning repository https://github.com/okp4/contracts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/okp4/contracts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fokp4%2Fcontracts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fokp4%2Fcontracts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bb203980db5f0de4d825798bdece963691f8ca17 [INFO] testing okp4/contracts against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fokp4%2Fcontracts" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/okp4/contracts on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/okp4/contracts [INFO] finished tweaking git repo https://github.com/okp4/contracts [INFO] tweaked toml for git repo https://github.com/okp4/contracts written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/okp4/contracts 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8773e80e50ccd7302a710ea5d32eb495fd513570cf75dc79a781745b8da4bc7 [INFO] running `Command { std: "docker" "start" "-a" "e8773e80e50ccd7302a710ea5d32eb495fd513570cf75dc79a781745b8da4bc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8773e80e50ccd7302a710ea5d32eb495fd513570cf75dc79a781745b8da4bc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8773e80e50ccd7302a710ea5d32eb495fd513570cf75dc79a781745b8da4bc7", kill_on_drop: false }` [INFO] [stdout] e8773e80e50ccd7302a710ea5d32eb495fd513570cf75dc79a781745b8da4bc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8134a528240b13bc17df2ebfd51f6b71607d57dd8d4d017825512e75cce5faa4 [INFO] running `Command { std: "docker" "start" "-a" "8134a528240b13bc17df2ebfd51f6b71607d57dd8d4d017825512e75cce5faa4", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse)` has the same output filename as the bin target `schema` in package `axone-cognitarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-cognitarium)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse)` has the same output filename as the bin target `schema` in package `axone-cognitarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-cognitarium)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone)` has the same output filename as the bin target `schema` in package `axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone)` has the same output filename as the bin target `schema` in package `axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-objectarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-objectarium)` has the same output filename as the bin target `schema` in package `axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `schema` in package `axone-objectarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-objectarium)` has the same output filename as the bin target `schema` in package `axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/schema.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling dyn-clone v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling cosmwasm-core v2.2.1 [INFO] [stderr] Compiling bech32 v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bnum v0.11.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling litemap v0.7.3 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling rio_api v0.8.5 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling oxilangtag v0.1.3 [INFO] [stderr] Compiling oxiri v0.2.2 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling quick-xml v0.36.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling crc-catalog v2.2.0 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling rio_turtle v0.8.5 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rio_xml v0.8.5 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling base-x v0.2.11 [INFO] [stderr] Compiling unsigned-varint v0.8.0 [INFO] [stderr] Compiling blake3 v1.6.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.6.6 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive_more-impl v1.0.0-beta.6 [INFO] [stderr] Compiling cosmwasm-derive v2.2.1 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling cosmwasm-schema-derive v2.2.1 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling ark-serialize-derive v0.4.2 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Compiling zerocopy v0.6.6 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling enum-iterator-derive v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.18 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling derive_more v1.0.0-beta.6 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.12 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crypto-bigint v0.5.3 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling sec1 v0.7.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling data-encoding-macro v0.1.14 [INFO] [stderr] Compiling multibase v0.9.1 [INFO] [stderr] Compiling signature v2.1.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling ripemd v0.1.3 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling enum-iterator v2.1.0 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling ark-std v0.4.0 [INFO] [stderr] Compiling ark-serialize v0.4.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling ark-ff v0.4.2 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling k256 v0.13.3 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling ed25519-zebra v4.0.3 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde-json-wasm v1.0.1 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling cosmwasm-schema v2.2.1 [INFO] [stderr] Compiling axone-wasm v7.0.0 (/opt/rustwide/workdir/packages/axone-wasm) [INFO] [stderr] Compiling ark-poly v0.4.2 [INFO] [stderr] Compiling ark-ec v0.4.2 [INFO] [stderr] Compiling ark-bls12-381 v0.4.0 [INFO] [stderr] Compiling cosmwasm-crypto v2.2.1 [INFO] [stderr] Compiling cosmwasm-std v2.2.1 [INFO] [stderr] Compiling cw-storage-plus v2.0.0 [INFO] [stderr] Compiling cw-utils v2.0.0 [INFO] [stderr] Compiling axone-rdf v7.0.0 (/opt/rustwide/workdir/packages/axone-rdf) [INFO] [stderr] Compiling axone-logic-bindings v7.0.0 (/opt/rustwide/workdir/packages/axone-logic-bindings) [INFO] [stderr] Compiling testing v5.0.0 (/opt/rustwide/workdir/packages/testing) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> packages/axone-logic-bindings/src/term_parser.rs:17:43 [INFO] [stdout] | [INFO] [stdout] 16 | impl<'a> Parser<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 17 | pub fn new(slice: &'a [u8]) -> Parser<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cw2 v2.0.0 [INFO] [stderr] Compiling axone-cognitarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-cognitarium) [INFO] [stderr] Compiling axone-objectarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-objectarium) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 39 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:66:41 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 66 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 85 | ) -> ResolvedTripleIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:109:78 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn eval_plan(&'a self, plan: QueryPlan) -> ResolvedVariablesIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling axone-objectarium-client v7.0.0 (/opt/rustwide/workdir/packages/axone-objectarium-client) [INFO] [stderr] Compiling axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone) [INFO] [stderr] Compiling axone-cognitarium-client v7.0.0 (/opt/rustwide/workdir/packages/axone-cognitarium-client) [INFO] [stderr] Compiling axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `Command { std: "docker" "inspect" "8134a528240b13bc17df2ebfd51f6b71607d57dd8d4d017825512e75cce5faa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8134a528240b13bc17df2ebfd51f6b71607d57dd8d4d017825512e75cce5faa4", kill_on_drop: false }` [INFO] [stdout] 8134a528240b13bc17df2ebfd51f6b71607d57dd8d4d017825512e75cce5faa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b16708a000b8af3d056a2e257d65273b2cf2e6ea14ad99aedd09da9440af53a1 [INFO] running `Command { std: "docker" "start" "-a" "b16708a000b8af3d056a2e257d65273b2cf2e6ea14ad99aedd09da9440af53a1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling unicode-width v0.1.12 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling anstyle-query v1.0.3 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling quick-xml v0.36.1 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling rio_xml v0.8.5 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling inventory v0.3.15 [INFO] [stderr] Compiling drain_filter_polyfill v0.1.3 [INFO] [stderr] Compiling nom_locate v4.2.0 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling peg v0.6.3 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling zerocopy-derive v0.6.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling derive_more-impl v1.0.0-beta.6 [INFO] [stderr] Compiling cosmwasm-derive v2.2.1 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling cosmwasm-schema-derive v2.2.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling zerocopy v0.6.6 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.18 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling enum-iterator-derive v1.4.0 [INFO] [stderr] Compiling derive_more v1.0.0-beta.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crypto-bigint v0.5.3 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sealed v0.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling signature v2.1.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling sec1 v0.7.1 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling typed-builder-macro v0.15.2 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.1.0 [INFO] [stderr] Compiling ark-std v0.4.0 [INFO] [stderr] Compiling cucumber-expressions v0.3.0 [INFO] [stderr] Compiling ark-serialize v0.4.2 [INFO] [stderr] Compiling synthez-core v0.3.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling ark-ff v0.4.2 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling enum-iterator v2.1.0 [INFO] [stderr] Compiling ed25519-zebra v4.0.3 [INFO] [stderr] Compiling synthez-codegen v0.3.1 [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling lazy-regex v3.1.0 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Compiling ripemd v0.1.3 [INFO] [stderr] Compiling typed-builder v0.15.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling synthez v0.3.1 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling cucumber-codegen v0.21.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling k256 v0.13.3 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling serde-json-wasm v1.0.1 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling axone-wasm v7.0.0 (/opt/rustwide/workdir/packages/axone-wasm) [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling gherkin v0.14.0 [INFO] [stderr] Compiling cosmwasm-schema v2.2.1 [INFO] [stderr] Compiling cucumber v0.21.1 [INFO] [stderr] Compiling ark-poly v0.4.2 [INFO] [stderr] Compiling ark-ec v0.4.2 [INFO] [stderr] Compiling ark-bls12-381 v0.4.0 [INFO] [stderr] Compiling cosmwasm-crypto v2.2.1 [INFO] [stderr] Compiling cosmwasm-std v2.2.1 [INFO] [stderr] Compiling cw-storage-plus v2.0.0 [INFO] [stderr] Compiling cw-utils v2.0.0 [INFO] [stderr] Compiling axone-rdf v7.0.0 (/opt/rustwide/workdir/packages/axone-rdf) [INFO] [stderr] Compiling testing v5.0.0 (/opt/rustwide/workdir/packages/testing) [INFO] [stderr] Compiling axone-logic-bindings v7.0.0 (/opt/rustwide/workdir/packages/axone-logic-bindings) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> packages/axone-logic-bindings/src/term_parser.rs:17:43 [INFO] [stdout] | [INFO] [stdout] 16 | impl<'a> Parser<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 17 | pub fn new(slice: &'a [u8]) -> Parser<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cw2 v2.0.0 [INFO] [stderr] Compiling axone-cognitarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-cognitarium) [INFO] [stderr] Compiling axone-objectarium v7.0.0 (/opt/rustwide/workdir/contracts/axone-objectarium) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> packages/axone-logic-bindings/src/term_parser.rs:17:43 [INFO] [stdout] | [INFO] [stdout] 16 | impl<'a> Parser<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 17 | pub fn new(slice: &'a [u8]) -> Parser<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 39 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:66:41 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 66 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 85 | ) -> ResolvedTripleIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:109:78 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn eval_plan(&'a self, plan: QueryPlan) -> ResolvedVariablesIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 39 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:66:41 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 66 | ) -> StdResult> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 85 | ) -> ResolvedTripleIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> contracts/axone-cognitarium/src/querier/engine.rs:109:78 [INFO] [stdout] | [INFO] [stdout] 30 | impl<'a> QueryEngine<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn eval_plan(&'a self, plan: QueryPlan) -> ResolvedVariablesIterator<'_> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling axone-objectarium-client v7.0.0 (/opt/rustwide/workdir/packages/axone-objectarium-client) [INFO] [stderr] Compiling axone-law-stone v7.0.0 (/opt/rustwide/workdir/contracts/axone-law-stone) [INFO] [stderr] Compiling axone-cognitarium-client v7.0.0 (/opt/rustwide/workdir/packages/axone-cognitarium-client) [INFO] [stderr] Compiling axone-dataverse v7.0.0 (/opt/rustwide/workdir/contracts/axone-dataverse) [INFO] [stderr] error: could not compile `axone-cognitarium` (lib test); 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name axone_cognitarium --edition=2021 contracts/axone-cognitarium/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="library"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("library"))' -C metadata=4de5c588576e3158 -C extra-filename=-17623a7db560cd14 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axone_rdf=/opt/rustwide/target/debug/deps/libaxone_rdf-8094fc0835e1e77e.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-262d1703fe211132.rlib --extern cosmwasm_schema=/opt/rustwide/target/debug/deps/libcosmwasm_schema-fd0802d9088ca3cc.rlib --extern cosmwasm_std=/opt/rustwide/target/debug/deps/libcosmwasm_std-d16f57598b876a96.rlib --extern cucumber=/opt/rustwide/target/debug/deps/libcucumber-35b9ba6de9887b39.rlib --extern cw_storage_plus=/opt/rustwide/target/debug/deps/libcw_storage_plus-9dedc2499715378a.rlib --extern cw_utils=/opt/rustwide/target/debug/deps/libcw_utils-a47c00818280f138.rlib --extern cw2=/opt/rustwide/target/debug/deps/libcw2-95d55f3a6663d840.rlib --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-df473241f1bb7857.rlib --extern either=/opt/rustwide/target/debug/deps/libeither-f9c213979566fae6.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-938751740d5e81dc.rlib --extern rio_api=/opt/rustwide/target/debug/deps/librio_api-92845eb0c2067c4f.rlib --extern rio_turtle=/opt/rustwide/target/debug/deps/librio_turtle-0e1ce36aa556303c.rlib --extern rio_xml=/opt/rustwide/target/debug/deps/librio_xml-d39fcf1a58baaee0.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-6309b0b0bfaa1a63.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a0565ff73be72c2a.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-908a103f040ef6ec.rlib --extern testing=/opt/rustwide/target/debug/deps/libtesting-4e54f9504dbb73eb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-e0d00c30fc366be2.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-7b0a4715dee400e3/out -L native=/opt/rustwide/target/debug/build/blake3-7b0a4715dee400e3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b16708a000b8af3d056a2e257d65273b2cf2e6ea14ad99aedd09da9440af53a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b16708a000b8af3d056a2e257d65273b2cf2e6ea14ad99aedd09da9440af53a1", kill_on_drop: false }` [INFO] [stdout] b16708a000b8af3d056a2e257d65273b2cf2e6ea14ad99aedd09da9440af53a1