[INFO] cloning repository https://github.com/fishfolk/bones [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fishfolk/bones" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f80fa5041156c1e5cbf2480496402ea85c37ab3f [INFO] checking fishfolk/bones against try#5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db for pr-143717 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/fishfolk/bones [INFO] finished tweaking git repo https://github.com/fishfolk/bones [INFO] tweaked toml for git repo https://github.com/fishfolk/bones written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fishfolk/bones on toolchain 5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fishfolk/bones 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" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 838e99a92b8c075e54db98bdc41c8a823b3ea0012614ac7a52f1d3c583e466d6 [INFO] running `Command { std: "docker" "start" "-a" "838e99a92b8c075e54db98bdc41c8a823b3ea0012614ac7a52f1d3c583e466d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "838e99a92b8c075e54db98bdc41c8a823b3ea0012614ac7a52f1d3c583e466d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "838e99a92b8c075e54db98bdc41c8a823b3ea0012614ac7a52f1d3c583e466d6", kill_on_drop: false }` [INFO] [stdout] 838e99a92b8c075e54db98bdc41c8a823b3ea0012614ac7a52f1d3c583e466d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c88070eaa9120d61cd2f5de316b5e4d818d89c9f45b0793514f95336b69a030 [INFO] running `Command { std: "docker" "start" "-a" "8c88070eaa9120d61cd2f5de316b5e4d818d89c9f45b0793514f95336b69a030", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling anyhow v1.0.87 [INFO] [stderr] Compiling cc v1.1.18 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking waker-fn v1.2.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking cpufeatures v0.2.14 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking bevy_tasks v0.11.3 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking webpki-roots v0.26.5 [INFO] [stderr] Compiling venial v0.5.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling typeid v1.0.2 [INFO] [stderr] Checking rustls-webpki v0.102.7 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling bytemuck_derive v1.7.1 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking bytemuck v1.18.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Compiling bones_utils_macros v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_utils/macros) [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking ipnet v2.10.0 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking ulid v1.1.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling bones_schema_macros v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_schema/macros) [INFO] [stderr] Compiling bevy_utils_proc_macros v0.11.3 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Checking rustls-pemfile v2.1.3 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking append-only-vec v0.1.5 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Compiling ucd-parse v0.1.13 [INFO] [stderr] Compiling async-trait v0.1.82 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Checking turborand v0.10.1 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking tokio-util v0.7.12 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Compiling precis-tools v0.1.8 [INFO] [stderr] Checking bevy_ptr v0.11.3 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking netlink-packet-utils v0.5.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking erased-serde v0.3.31 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling thiserror v2.0.4 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Compiling pest v2.7.12 [INFO] [stderr] Checking bones_utils v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_utils) [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking h2 v0.4.6 [INFO] [stderr] Compiling document-features v0.2.10 [INFO] [stderr] Checking bevy_math v0.11.3 [INFO] [stderr] Checking ustr v0.10.0 [INFO] [stderr] Checking ureq v2.10.1 [INFO] [stderr] Compiling bevy_macro_utils v0.11.3 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Checking netlink-packet-core v0.7.0 [INFO] [stderr] Checking erased-serde v0.4.5 [INFO] [stderr] Checking tokio-rustls v0.26.0 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling thiserror-impl v2.0.4 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Checking bevy_utils v0.11.3 [INFO] [stderr] Compiling pest_meta v2.7.12 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking asn1-rs v0.6.2 [INFO] [stderr] Checking ed25519-dalek v2.1.1 [INFO] [stderr] Compiling precis-core v0.1.10 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bevy_reflect_derive v0.11.3 [INFO] [stderr] Compiling bevy_ecs_macros v0.11.3 [INFO] [stderr] Compiling bevy_derive v0.11.3 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Compiling struct_iterable_internal v0.1.1 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.93 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling prometheus-client v0.22.3 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Compiling unicode-xid v0.2.5 [INFO] [stderr] Compiling toml_edit v0.22.20 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking crc-catalog v2.4.0 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking rustls-native-certs v0.7.3 [INFO] [stderr] Checking poly1305 v0.8.0 [INFO] [stderr] Compiling struct_iterable_derive v0.1.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling pest_generator v2.7.12 [INFO] [stderr] Checking ssh-encoding v0.2.0 [INFO] [stderr] Checking bevy_reflect v0.11.3 [INFO] [stderr] Checking hyper-util v0.1.7 [INFO] [stderr] Checking bones_schema v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_schema) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/layout.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / #[must_use = "this returns the padding needed, \ [INFO] [stdout] 45 | | without modifying the `Layout`"] [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `pest_generator` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db/bin/rustc --crate-name pest_generator --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.12/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=427efe4c32d3aa3d -C extra-filename=-fd00448929947ce3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern pest=/opt/rustwide/target/debug/deps/libpest-bee61dc912a92190.rmeta --extern pest_meta=/opt/rustwide/target/debug/deps/libpest_meta-674a44e831c2e042.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-3a728d033073e3f7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-88bcd3aaa6f46595.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-1942ce02a72ed658.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/schema.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | fn as_schema_ref(&self) -> SchemaRef [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | fn as_schema_ref(&self) -> SchemaRef<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/schema.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | fn as_schema_mut(&mut self) -> SchemaRefMut [INFO] [stdout] | ^^^^^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | fn as_schema_mut(&mut self) -> SchemaRefMut<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/vec.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn iter(&self) -> SchemaVecIter { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 278 | pub fn iter(&self) -> SchemaVecIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/vec.rs:283:21 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn iter_mut(&mut self) -> SchemaVecIterMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | pub fn iter_mut(&mut self) -> SchemaVecIterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/vec.rs:571:17 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn iter(&self) -> SVecIter { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 571 | pub fn iter(&self) -> SVecIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/vec.rs:580:21 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn iter_mut(&mut self) -> SVecIterMut { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 580 | pub fn iter_mut(&mut self) -> SVecIterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:176:20 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn get_ref(&self, key: SchemaRef) -> Option { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 176 | pub fn get_ref(&self, key: SchemaRef) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn try_get_ref(&self, key: SchemaRef) -> Result, SchemaMismatchError> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn try_get_ref(&self, key: SchemaRef) -> Result>, SchemaMismatchError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:194:37 [INFO] [stdout] | [INFO] [stdout] 194 | pub unsafe fn get_ref_unchecked(&self, key: SchemaRef) -> Option { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub unsafe fn get_ref_unchecked(&self, key: SchemaRef) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:224:24 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn get_ref_mut(&mut self, key: SchemaRef) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn get_ref_mut(&mut self, key: SchemaRef) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 233 | key: SchemaRef, [INFO] [stdout] 234 | ) -> Result, SchemaMismatchError> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 234 | ) -> Result>, SchemaMismatchError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:245:41 [INFO] [stdout] | [INFO] [stdout] 245 | pub unsafe fn get_ref_unchecked_mut(&mut self, key: SchemaRef) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 245 | pub unsafe fn get_ref_unchecked_mut(&mut self, key: SchemaRef) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn iter(&self) -> SchemaMapIter { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 438 | pub fn iter(&self) -> SchemaMapIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:449:21 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn iter_mut(&mut self) -> SchemaMapIterMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 449 | pub fn iter_mut(&mut self) -> SchemaMapIterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 462 | ) -> std::iter::Map< [INFO] [stdout] 463 | hash_map::Keys, [INFO] [stdout] | ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 463 | hash_map::Keys<'_, SchemaBox, SchemaBox>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:466:24 [INFO] [stdout] | [INFO] [stdout] 466 | fn map_fn(key: &SchemaBox) -> SchemaRef { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 466 | fn map_fn(key: &SchemaBox) -> SchemaRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 476 | ) -> std::iter::Map< [INFO] [stdout] 477 | hash_map::Values, [INFO] [stdout] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 477 | hash_map::Values<'_, SchemaBox, SchemaBox>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:480:24 [INFO] [stdout] | [INFO] [stdout] 480 | fn map_fn(key: &SchemaBox) -> SchemaRef { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 480 | fn map_fn(key: &SchemaBox) -> SchemaRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 490 | ) -> std::iter::Map< [INFO] [stdout] 491 | hash_map::ValuesMut, [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 491 | hash_map::ValuesMut<'_, SchemaBox, SchemaBox>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:494:24 [INFO] [stdout] | [INFO] [stdout] 494 | fn map_fn(key: &mut SchemaBox) -> SchemaRefMut { [INFO] [stdout] | ^^^^^^^^^^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 494 | fn map_fn(key: &mut SchemaBox) -> SchemaRefMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:667:17 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn iter(&self) -> SMapIter { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 667 | pub fn iter(&self) -> SMapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:684:21 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> SMapIterMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> SMapIterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:702:9 [INFO] [stdout] | [INFO] [stdout] 702 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 703 | ) -> std::iter::Map, for<'a> fn(&'a SchemaBox) -> &'a K> [INFO] [stdout] | ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 703 | ) -> std::iter::Map, for<'a> fn(&'a SchemaBox) -> &'a K> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:715:9 [INFO] [stdout] | [INFO] [stdout] 715 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 716 | ) -> std::iter::Map, for<'a> fn(&'a SchemaBox) -> &'a V> [INFO] [stdout] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 716 | ) -> std::iter::Map, for<'a> fn(&'a SchemaBox) -> &'a V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/map.rs:728:9 [INFO] [stdout] | [INFO] [stdout] 728 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 729 | ) -> std::iter::Map< [INFO] [stdout] 730 | hash_map::ValuesMut, [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 730 | hash_map::ValuesMut<'_, SchemaBox, SchemaBox>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/alloc/type_datas.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_ref(&self, id: SchemaId) -> Option { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_ref(&self, id: SchemaId) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | fn access_borrowed(&self) -> SchemaRefAccess { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | fn access_borrowed(&self) -> SchemaRefAccess<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn fields(&self) -> StructRefFieldIter { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 416 | pub fn fields(&self) -> StructRefFieldIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:832:45 [INFO] [stdout] | [INFO] [stdout] 832 | pub fn field<'a, I: Into>>(&mut self, field_idx: I) -> Option { [INFO] [stdout] | ^^^^^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 832 | pub fn field<'a, I: Into>>(&mut self, field_idx: I) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:843:9 [INFO] [stdout] | [INFO] [stdout] 843 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 844 | path: I, [INFO] [stdout] 845 | ) -> Option { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 845 | ) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:1044:19 [INFO] [stdout] | [INFO] [stdout] 1044 | pub fn as_ref(&self) -> SchemaRefAccess { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1044 | pub fn as_ref(&self) -> SchemaRefAccess<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:1284:19 [INFO] [stdout] | [INFO] [stdout] 1284 | pub fn as_ref(&self) -> PrimitiveRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1284 | pub fn as_ref(&self) -> PrimitiveRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:1877:18 [INFO] [stdout] | [INFO] [stdout] 1877 | fn mp(x: &str) -> FieldIdx { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1877 | fn mp(x: &str) -> FieldIdx<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> framework_crates/bones_schema/src/ptr.rs:1893:18 [INFO] [stdout] | [INFO] [stdout] 1893 | fn mp(x: &str) -> FieldIdx { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1893 | fn mp(x: &str) -> FieldIdx<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8c88070eaa9120d61cd2f5de316b5e4d818d89c9f45b0793514f95336b69a030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c88070eaa9120d61cd2f5de316b5e4d818d89c9f45b0793514f95336b69a030", kill_on_drop: false }` [INFO] [stdout] 8c88070eaa9120d61cd2f5de316b5e4d818d89c9f45b0793514f95336b69a030