[INFO] fetching crate openusd-rs 0.1.0... [INFO] checking openusd-rs-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate openusd-rs 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate openusd-rs 0.1.0 [INFO] finished tweaking crates.io crate openusd-rs 0.1.0 [INFO] tweaked toml for crates.io crate openusd-rs 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate openusd-rs 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate openusd-rs 0.1.0 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded glam v0.30.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c447e9f3759630f8d8f56be07de3f6b9f65e819534895f24cf597e6e3a202d5 [INFO] running `Command { std: "docker" "start" "-a" "5c447e9f3759630f8d8f56be07de3f6b9f65e819534895f24cf597e6e3a202d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c447e9f3759630f8d8f56be07de3f6b9f65e819534895f24cf597e6e3a202d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c447e9f3759630f8d8f56be07de3f6b9f65e819534895f24cf597e6e3a202d5", kill_on_drop: false }` [INFO] [stdout] 5c447e9f3759630f8d8f56be07de3f6b9f65e819534895f24cf597e6e3a202d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61ad9d2f50ab6b7ede59c95ff534d87f802a197f8783998f38a2c374b8a152fa [INFO] running `Command { std: "docker" "start" "-a" "61ad9d2f50ab6b7ede59c95ff534d87f802a197f8783998f38a2c374b8a152fa", kill_on_drop: false }` [INFO] [stderr] Checking twox-hash v2.1.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking glam v0.30.4 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking lz4_flex v0.11.5 [INFO] [stderr] Checking openusd-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:903:18 [INFO] [stdout] | [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cursor` [INFO] [stdout] --> src/usdc/parser.rs:903:39 [INFO] [stdout] | [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:918:10 [INFO] [stdout] | [INFO] [stdout] 918 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:1074:10 [INFO] [stdout] | [INFO] [stdout] 1074 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value_rep` [INFO] [stdout] --> src/usdc/parser.rs:1091:7 [INFO] [stdout] | [INFO] [stdout] 1091 | let value_rep = ValueRep(cursor.read_as::()); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_value_rep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:1087:10 [INFO] [stdout] | [INFO] [stdout] 1087 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_absolute_root` and `element_count` are never used [INFO] [stdout] --> src/sdf/path_node.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 48 | impl PathNode { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn is_absolute_root(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn element_count(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `remove` and `get_mut` are never used [INFO] [stdout] --> src/sdf/path_node.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 205 | impl Pool { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 223 | fn remove(&mut self, handle: PoolHandle) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | fn get_mut(&mut self, handle: PoolHandle) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/usd/relationschip.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | impl<'a> Relationship<'a> { [INFO] [stdout] | ------------------------- associated function in this implementation [INFO] [stdout] 9 | pub(crate) fn new(stage: &'a usd::Stage, path: sdf::Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remaining` is never used [INFO] [stdout] --> src/peg.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 9 | impl<'a, C> Input<'a, C> { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn remaining(&self) -> &'a str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `message` is never read [INFO] [stdout] --> src/peg.rs:111:2 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct Error { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 110 | global: bool, [INFO] [stdout] 111 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `single_line_padding` is never used [INFO] [stdout] --> src/usda/parser.rs:178:4 [INFO] [stdout] | [INFO] [stdout] 178 | fn single_line_padding<'a>(i: &mut In<'a>) -> PResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Bootstrap` is never constructed [INFO] [stdout] --> src/usdc/parser.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | struct Bootstrap { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_minimum_section_start` is never used [INFO] [stdout] --> src/usdc/parser.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 75 | impl TableOfContents { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 80 | fn get_minimum_section_start(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/usdc/parser.rs:105:2 [INFO] [stdout] | [INFO] [stdout] 104 | enum Type { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] 105 | Invalid = 0, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | Bool = 1, [INFO] [stdout] | ^^^^ [INFO] [stdout] 109 | UChar = 2, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 110 | Int = 3, [INFO] [stdout] | ^^^ [INFO] [stdout] 111 | UInt = 4, [INFO] [stdout] | ^^^^ [INFO] [stdout] 112 | Int64 = 5, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 113 | UInt64 = 6, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 114 | Half = 7, [INFO] [stdout] | ^^^^ [INFO] [stdout] 115 | Float = 8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 116 | Double = 9, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 117 | String = 10, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 118 | Token = 11, [INFO] [stdout] 119 | AssetPath = 12, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 120 | Quatd = 16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 121 | Quatf = 17, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 122 | Quath = 18, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 123 | Vec2d = 19, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 124 | Vec2f = 20, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 125 | Vec2h = 21, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 126 | Vec2i = 22, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 127 | Vec3d = 23, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | Vec3f = 24, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 129 | Vec3h = 25, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 130 | Vec3i = 26, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 131 | Vec4d = 27, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 132 | Vec4f = 28, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 133 | Vec4h = 29, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 134 | Vec4i = 30, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 135 | Matrix2d = 13, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 136 | Matrix3d = 14, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 137 | Matrix4d = 15, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 138 | TimeCode = 56, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 139 | PathExpression = 57, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | Dictionary = 31, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 143 | TokenListOp = 32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 144 | StringListOp = 33, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 145 | PathListOp = 34, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 146 | ReferenceListOp = 35, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 147 | IntListOp = 36, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 148 | Int64ListOp = 37, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 149 | UIntListOp = 38, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 150 | UInt64ListOp = 39, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 151 | PathVector = 40, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 152 | TokenVector = 41, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 153 | Specifier = 42, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 154 | Permission = 43, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 155 | Variability = 44, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 156 | VariantSelectionMap = 45, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 157 | TimeSamples = 46, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 158 | Payload = 47, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 159 | DoubleVector = 48, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 160 | LayerOffsetVector = 49, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 161 | StringVector = 50, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 162 | ValueBlock = 51, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 163 | Value = 52, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 164 | UnregisteredValue = 53, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 165 | UnregisteredValueListOp = 54, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 166 | PayloadListOp = 55, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 167 | Relocates = 58, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 168 | Spline = 59, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Type` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_is_array`, `set_is_inlined`, `set_is_compressed`, `set_ty`, and `set_payload` are never used [INFO] [stdout] --> src/usdc/parser.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 175 | impl ValueRep { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 185 | fn set_is_array(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | fn set_is_inlined(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | fn set_is_compressed(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 209 | fn set_ty(&mut self, t: Type) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | fn set_payload(&mut self, payload: u64) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `version` is never read [INFO] [stdout] --> src/usdc/parser.rs:888:2 [INFO] [stdout] | [INFO] [stdout] 887 | pub struct UsdcFile { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 888 | version: Version, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `write` is never used [INFO] [stdout] --> src/usdc/parser.rs:903:5 [INFO] [stdout] | [INFO] [stdout] 900 | trait CrateIo<'a> { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Writeable` is never used [INFO] [stdout] --> src/usdc/reader.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait Writeable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WriteBytesExt` is never used [INFO] [stdout] --> src/usdc/reader.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub trait WriteBytesExt: std::io::Write { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd/stage.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn pseudo_root(&self) -> Prim { [INFO] [stdout] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn pseudo_root(&self) -> Prim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd/stage.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prim_at_path(&self, path: impl Into) -> Prim { [INFO] [stdout] | ^^^^^ the lifetime is elided here ---- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prim_at_path(&self, path: impl Into) -> Prim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn define(stage: &usd::Stage, path: impl Into) -> Imageable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn define(stage: &usd::Stage, path: impl Into) -> Imageable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn visibility_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn visibility_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn purpose_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn purpose_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn define(stage: &usd::Stage, path: impl Into) -> Xformable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn define(stage: &usd::Stage, path: impl Into) -> Xformable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn xform_op_order_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn xform_op_order_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn define(stage: &usd::Stage, path: impl Into) -> Boundable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn define(stage: &usd::Stage, path: impl Into) -> Boundable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn define(stage: &usd::Stage, path: impl Into) -> Gprim { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ----- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | pub fn define(stage: &usd::Stage, path: impl Into) -> Gprim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn define(stage: &usd::Stage, path: impl Into) -> PointBased { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ---------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn define(stage: &usd::Stage, path: impl Into) -> PointBased<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn points_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn points_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:104:22 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn normals_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn normals_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:120:23 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> Mesh { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ---- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> Mesh<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn face_vertex_indices_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | pub fn face_vertex_indices_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn face_vertex_counts_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 128 | pub fn face_vertex_counts_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn define(stage: &usd::Stage, path: impl Into) -> LightAPI { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn define(stage: &usd::Stage, path: impl Into) -> LightAPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn intensity_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn intensity_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn exposure_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn exposure_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn diffuse_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn diffuse_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn specular_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn specular_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn normalize_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn normalize_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn color_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn color_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:76:39 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn enable_color_temperature_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn enable_color_temperature_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:86:32 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn color_temperature_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn color_temperature_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn define(stage: &usd::Stage, path: impl Into) -> BoundableLightBase { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | pub fn define(stage: &usd::Stage, path: impl Into) -> BoundableLightBase<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:120:23 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> NonboundableLightBase { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> NonboundableLightBase<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn define(stage: &usd::Stage, path: impl Into) -> DiskLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 138 | pub fn define(stage: &usd::Stage, path: impl Into) -> DiskLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 143 | pub fn radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn define(stage: &usd::Stage, path: impl Into) -> RectLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn define(stage: &usd::Stage, path: impl Into) -> RectLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn width_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn width_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn height_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | pub fn height_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:179:27 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn texture_file_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn texture_file_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:196:23 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn define(stage: &usd::Stage, path: impl Into) -> SphereLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 196 | pub fn define(stage: &usd::Stage, path: impl Into) -> SphereLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 201 | pub fn radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn treat_as_point_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | pub fn treat_as_point_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:231:23 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn define(stage: &usd::Stage, path: impl Into) -> DomeLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 231 | pub fn define(stage: &usd::Stage, path: impl Into) -> DomeLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:237:27 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn texture_file_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn texture_file_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn texture_format_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn texture_format_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:259:22 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn portals_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 259 | pub fn portals_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:266:27 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn guide_radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 266 | pub fn guide_radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/usdc/parser.rs:1089:3 [INFO] [stdout] | [INFO] [stdout] 1089 | cursor.seek_relative(offset - 8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1089 | let _ = cursor.seek_relative(offset - 8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:903:18 [INFO] [stdout] | [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cursor` [INFO] [stdout] --> src/usdc/parser.rs:903:39 [INFO] [stdout] | [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:918:10 [INFO] [stdout] | [INFO] [stdout] 918 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:1074:10 [INFO] [stdout] | [INFO] [stdout] 1074 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value_rep` [INFO] [stdout] --> src/usdc/parser.rs:1091:7 [INFO] [stdout] | [INFO] [stdout] 1091 | let value_rep = ValueRep(cursor.read_as::()); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_value_rep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/usdc/parser.rs:1087:10 [INFO] [stdout] | [INFO] [stdout] 1087 | fn read(file: &UsdcFile, cursor: &mut Cursor<&[u8]>) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_absolute_root` and `element_count` are never used [INFO] [stdout] --> src/sdf/path_node.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 48 | impl PathNode { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn is_absolute_root(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn element_count(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `remove` and `get_mut` are never used [INFO] [stdout] --> src/sdf/path_node.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 205 | impl Pool { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 223 | fn remove(&mut self, handle: PoolHandle) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | fn get_mut(&mut self, handle: PoolHandle) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/usd/relationschip.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | impl<'a> Relationship<'a> { [INFO] [stdout] | ------------------------- associated function in this implementation [INFO] [stdout] 9 | pub(crate) fn new(stage: &'a usd::Stage, path: sdf::Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remaining` is never used [INFO] [stdout] --> src/peg.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 9 | impl<'a, C> Input<'a, C> { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn remaining(&self) -> &'a str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `message` is never read [INFO] [stdout] --> src/peg.rs:111:2 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct Error { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 110 | global: bool, [INFO] [stdout] 111 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `single_line_padding` is never used [INFO] [stdout] --> src/usda/parser.rs:178:4 [INFO] [stdout] | [INFO] [stdout] 178 | fn single_line_padding<'a>(i: &mut In<'a>) -> PResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Bootstrap` is never constructed [INFO] [stdout] --> src/usdc/parser.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | struct Bootstrap { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_minimum_section_start` is never used [INFO] [stdout] --> src/usdc/parser.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 75 | impl TableOfContents { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 80 | fn get_minimum_section_start(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/usdc/parser.rs:105:2 [INFO] [stdout] | [INFO] [stdout] 104 | enum Type { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] 105 | Invalid = 0, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | Bool = 1, [INFO] [stdout] | ^^^^ [INFO] [stdout] 109 | UChar = 2, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 110 | Int = 3, [INFO] [stdout] | ^^^ [INFO] [stdout] 111 | UInt = 4, [INFO] [stdout] | ^^^^ [INFO] [stdout] 112 | Int64 = 5, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 113 | UInt64 = 6, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 114 | Half = 7, [INFO] [stdout] | ^^^^ [INFO] [stdout] 115 | Float = 8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 116 | Double = 9, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 117 | String = 10, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 118 | Token = 11, [INFO] [stdout] 119 | AssetPath = 12, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 120 | Quatd = 16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 121 | Quatf = 17, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 122 | Quath = 18, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 123 | Vec2d = 19, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 124 | Vec2f = 20, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 125 | Vec2h = 21, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 126 | Vec2i = 22, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 127 | Vec3d = 23, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | Vec3f = 24, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 129 | Vec3h = 25, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 130 | Vec3i = 26, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 131 | Vec4d = 27, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 132 | Vec4f = 28, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 133 | Vec4h = 29, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 134 | Vec4i = 30, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 135 | Matrix2d = 13, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 136 | Matrix3d = 14, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 137 | Matrix4d = 15, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 138 | TimeCode = 56, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 139 | PathExpression = 57, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | Dictionary = 31, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 143 | TokenListOp = 32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 144 | StringListOp = 33, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 145 | PathListOp = 34, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 146 | ReferenceListOp = 35, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 147 | IntListOp = 36, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 148 | Int64ListOp = 37, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 149 | UIntListOp = 38, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 150 | UInt64ListOp = 39, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 151 | PathVector = 40, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 152 | TokenVector = 41, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 153 | Specifier = 42, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 154 | Permission = 43, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 155 | Variability = 44, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 156 | VariantSelectionMap = 45, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 157 | TimeSamples = 46, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 158 | Payload = 47, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 159 | DoubleVector = 48, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 160 | LayerOffsetVector = 49, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 161 | StringVector = 50, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 162 | ValueBlock = 51, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 163 | Value = 52, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 164 | UnregisteredValue = 53, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 165 | UnregisteredValueListOp = 54, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 166 | PayloadListOp = 55, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 167 | Relocates = 58, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 168 | Spline = 59, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Type` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_is_array`, `set_is_inlined`, `set_is_compressed`, `set_ty`, and `set_payload` are never used [INFO] [stdout] --> src/usdc/parser.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 175 | impl ValueRep { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 185 | fn set_is_array(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | fn set_is_inlined(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | fn set_is_compressed(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 209 | fn set_ty(&mut self, t: Type) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | fn set_payload(&mut self, payload: u64) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `version` is never read [INFO] [stdout] --> src/usdc/parser.rs:888:2 [INFO] [stdout] | [INFO] [stdout] 887 | pub struct UsdcFile { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 888 | version: Version, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `write` is never used [INFO] [stdout] --> src/usdc/parser.rs:903:5 [INFO] [stdout] | [INFO] [stdout] 900 | trait CrateIo<'a> { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 903 | fn write(&self, file: &mut UsdcFile, cursor: &mut Cursor<&mut [u8]>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Writeable` is never used [INFO] [stdout] --> src/usdc/reader.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait Writeable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WriteBytesExt` is never used [INFO] [stdout] --> src/usdc/reader.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub trait WriteBytesExt: std::io::Write { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd/stage.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn pseudo_root(&self) -> Prim { [INFO] [stdout] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn pseudo_root(&self) -> Prim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd/stage.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prim_at_path(&self, path: impl Into) -> Prim { [INFO] [stdout] | ^^^^^ the lifetime is elided here ---- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prim_at_path(&self, path: impl Into) -> Prim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn define(stage: &usd::Stage, path: impl Into) -> Imageable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn define(stage: &usd::Stage, path: impl Into) -> Imageable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn visibility_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn visibility_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn purpose_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn purpose_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn define(stage: &usd::Stage, path: impl Into) -> Xformable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn define(stage: &usd::Stage, path: impl Into) -> Xformable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn xform_op_order_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn xform_op_order_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn define(stage: &usd::Stage, path: impl Into) -> Boundable { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn define(stage: &usd::Stage, path: impl Into) -> Boundable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn define(stage: &usd::Stage, path: impl Into) -> Gprim { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ----- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | pub fn define(stage: &usd::Stage, path: impl Into) -> Gprim<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn define(stage: &usd::Stage, path: impl Into) -> PointBased { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ---------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn define(stage: &usd::Stage, path: impl Into) -> PointBased<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn points_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn points_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:104:22 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn normals_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn normals_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:120:23 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> Mesh { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ---- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> Mesh<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn face_vertex_indices_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | pub fn face_vertex_indices_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_geom.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn face_vertex_counts_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 128 | pub fn face_vertex_counts_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn define(stage: &usd::Stage, path: impl Into) -> LightAPI { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn define(stage: &usd::Stage, path: impl Into) -> LightAPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn intensity_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn intensity_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn exposure_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn exposure_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn diffuse_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn diffuse_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn specular_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn specular_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn normalize_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn normalize_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn color_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn color_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:76:39 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn enable_color_temperature_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn enable_color_temperature_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:86:32 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn color_temperature_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn color_temperature_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn define(stage: &usd::Stage, path: impl Into) -> BoundableLightBase { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | pub fn define(stage: &usd::Stage, path: impl Into) -> BoundableLightBase<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:120:23 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> NonboundableLightBase { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 120 | pub fn define(stage: &usd::Stage, path: impl Into) -> NonboundableLightBase<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn define(stage: &usd::Stage, path: impl Into) -> DiskLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 138 | pub fn define(stage: &usd::Stage, path: impl Into) -> DiskLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 143 | pub fn radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn define(stage: &usd::Stage, path: impl Into) -> RectLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn define(stage: &usd::Stage, path: impl Into) -> RectLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn width_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn width_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn height_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | pub fn height_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:179:27 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn texture_file_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn texture_file_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:196:23 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn define(stage: &usd::Stage, path: impl Into) -> SphereLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 196 | pub fn define(stage: &usd::Stage, path: impl Into) -> SphereLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 201 | pub fn radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn treat_as_point_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | pub fn treat_as_point_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:231:23 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn define(stage: &usd::Stage, path: impl Into) -> DomeLight { [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here --------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 231 | pub fn define(stage: &usd::Stage, path: impl Into) -> DomeLight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:237:27 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn texture_file_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn texture_file_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn texture_format_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn texture_format_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:259:22 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn portals_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 259 | pub fn portals_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/usd_lux.rs:266:27 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn guide_radius_attr(&self) -> usd::Attribute { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 266 | pub fn guide_radius_attr(&self) -> usd::Attribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/usdc/parser.rs:1089:3 [INFO] [stdout] | [INFO] [stdout] 1089 | cursor.seek_relative(offset - 8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1089 | let _ = cursor.seek_relative(offset - 8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s [INFO] running `Command { std: "docker" "inspect" "61ad9d2f50ab6b7ede59c95ff534d87f802a197f8783998f38a2c374b8a152fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61ad9d2f50ab6b7ede59c95ff534d87f802a197f8783998f38a2c374b8a152fa", kill_on_drop: false }` [INFO] [stdout] 61ad9d2f50ab6b7ede59c95ff534d87f802a197f8783998f38a2c374b8a152fa