[INFO] fetching crate smodel-proc 1.0.11... [INFO] testing smodel-proc-1.0.11 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate smodel-proc 1.0.11 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate smodel-proc 1.0.11 [INFO] finished tweaking crates.io crate smodel-proc 1.0.11 [INFO] tweaked toml for crates.io crate smodel-proc 1.0.11 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate smodel-proc 1.0.11 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1542376fd2424f49b372395202cbbf05a8f8c4df422bc879ba6d45fb8eccf3b9 [INFO] running `Command { std: "docker" "start" "-a" "1542376fd2424f49b372395202cbbf05a8f8c4df422bc879ba6d45fb8eccf3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1542376fd2424f49b372395202cbbf05a8f8c4df422bc879ba6d45fb8eccf3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1542376fd2424f49b372395202cbbf05a8f8c4df422bc879ba6d45fb8eccf3b9", kill_on_drop: false }` [INFO] [stdout] 1542376fd2424f49b372395202cbbf05a8f8c4df422bc879ba6d45fb8eccf3b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] dd34636955336845fb692ddff8f83d597dd40cad21f3e153acbb583002041e0e [INFO] running `Command { std: "docker" "start" "-a" "dd34636955336845fb692ddff8f83d597dd40cad21f3e153acbb583002041e0e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling by_address v1.2.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling smodel-proc v1.0.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `is_smtype_slot`, `is_field_slot`, and `is_method_slot` are never used [INFO] [stdout] --> src/symbol.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Symbol { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] 85 | pub fn is_smtype_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn is_field_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn is_method_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SmTypeSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:317:12 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct SmTypeSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SmTypeSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | pub struct FieldSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FieldSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MethodSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:358:12 [INFO] [stdout] | [INFO] [stdout] 358 | pub struct MethodSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_array.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn iter(&self) -> SharedArrayIterator where T: Clone { [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] 63 | pub fn iter(&self) -> SharedArrayIterator<'_, T> where T: Clone { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_map.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn borrow(&self) -> std::cell::Ref> { [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] 57 | pub fn borrow(&self) -> std::cell::Ref<'_, HashMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s [INFO] running `Command { std: "docker" "inspect" "dd34636955336845fb692ddff8f83d597dd40cad21f3e153acbb583002041e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd34636955336845fb692ddff8f83d597dd40cad21f3e153acbb583002041e0e", kill_on_drop: false }` [INFO] [stdout] dd34636955336845fb692ddff8f83d597dd40cad21f3e153acbb583002041e0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cca2408040a1db84f002704b760d4fb7643fa9819361dfe54de68ab3941fedda [INFO] running `Command { std: "docker" "start" "-a" "cca2408040a1db84f002704b760d4fb7643fa9819361dfe54de68ab3941fedda", kill_on_drop: false }` [INFO] [stdout] warning: methods `is_smtype_slot`, `is_field_slot`, and `is_method_slot` are never used [INFO] [stdout] --> src/symbol.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Symbol { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] 85 | pub fn is_smtype_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn is_field_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn is_method_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SmTypeSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:317:12 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct SmTypeSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SmTypeSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | pub struct FieldSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FieldSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MethodSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:358:12 [INFO] [stdout] | [INFO] [stdout] 358 | pub struct MethodSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_array.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn iter(&self) -> SharedArrayIterator where T: Clone { [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] 63 | pub fn iter(&self) -> SharedArrayIterator<'_, T> where T: Clone { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling smodel-proc v1.0.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_map.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn borrow(&self) -> std::cell::Ref> { [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] 57 | pub fn borrow(&self) -> std::cell::Ref<'_, HashMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_smtype_slot`, `is_field_slot`, and `is_method_slot` are never used [INFO] [stdout] --> src/symbol.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Symbol { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] 85 | pub fn is_smtype_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn is_field_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn is_method_slot(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SmTypeSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:317:12 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct SmTypeSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SmTypeSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | pub struct FieldSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FieldSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MethodSlot` is never constructed [INFO] [stdout] --> src/symbol.rs:358:12 [INFO] [stdout] | [INFO] [stdout] 358 | pub struct MethodSlot(pub Symbol); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_array.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn iter(&self) -> SharedArrayIterator where T: Clone { [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] 63 | pub fn iter(&self) -> SharedArrayIterator<'_, T> where T: Clone { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/shared_map.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn borrow(&self) -> std::cell::Ref> { [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] 57 | pub fn borrow(&self) -> std::cell::Ref<'_, HashMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "cca2408040a1db84f002704b760d4fb7643fa9819361dfe54de68ab3941fedda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cca2408040a1db84f002704b760d4fb7643fa9819361dfe54de68ab3941fedda", kill_on_drop: false }` [INFO] [stdout] cca2408040a1db84f002704b760d4fb7643fa9819361dfe54de68ab3941fedda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 948f844a57b317c9687ffb036129d2e35599f359081e21d549f22f50424b2b79 [INFO] running `Command { std: "docker" "start" "-a" "948f844a57b317c9687ffb036129d2e35599f359081e21d549f22f50424b2b79", kill_on_drop: false }` [INFO] [stderr] warning: methods `is_smtype_slot`, `is_field_slot`, and `is_method_slot` are never used [INFO] [stderr] --> src/symbol.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 84 | impl Symbol { [INFO] [stderr] | ----------- methods in this implementation [INFO] [stderr] 85 | pub fn is_smtype_slot(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 89 | pub fn is_field_slot(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 93 | pub fn is_method_slot(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `SmTypeSlot` is never constructed [INFO] [stderr] --> src/symbol.rs:317:12 [INFO] [stderr] | [INFO] [stderr] 317 | pub struct SmTypeSlot(pub Symbol); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `SmTypeSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `FieldSlot` is never constructed [INFO] [stderr] --> src/symbol.rs:337:12 [INFO] [stderr] | [INFO] [stderr] 337 | pub struct FieldSlot(pub Symbol); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FieldSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `MethodSlot` is never constructed [INFO] [stderr] --> src/symbol.rs:358:12 [INFO] [stderr] | [INFO] [stderr] 358 | pub struct MethodSlot(pub Symbol); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MethodSlot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/shared_array.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn iter(&self) -> SharedArrayIterator where T: Clone { [INFO] [stderr] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn iter(&self) -> SharedArrayIterator<'_, T> where T: Clone { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/shared_map.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn borrow(&self) -> std::cell::Ref> { [INFO] [stderr] | ^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 57 | pub fn borrow(&self) -> std::cell::Ref<'_, HashMap> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `smodel-proc` (lib) generated 6 warnings (run `cargo fix --lib -p smodel-proc` to apply 2 suggestions) [INFO] [stderr] warning: `smodel-proc` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smodel_proc-7fa218e3a3df9f91) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests smodel_proc [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "948f844a57b317c9687ffb036129d2e35599f359081e21d549f22f50424b2b79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948f844a57b317c9687ffb036129d2e35599f359081e21d549f22f50424b2b79", kill_on_drop: false }` [INFO] [stdout] 948f844a57b317c9687ffb036129d2e35599f359081e21d549f22f50424b2b79