[INFO] fetching crate ducc 0.1.5...
[INFO] testing ducc-0.1.5 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate ducc 0.1.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ducc 0.1.5
[INFO] finished tweaking crates.io crate ducc 0.1.5
[INFO] tweaked toml for crates.io crate ducc 0.1.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ducc 0.1.5 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a33938eae28a7d1043e861a5e33ae871d4e03345a19d7000212ccedae838fe95
[INFO] running `Command { std: "docker" "start" "-a" "a33938eae28a7d1043e861a5e33ae871d4e03345a19d7000212ccedae838fe95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a33938eae28a7d1043e861a5e33ae871d4e03345a19d7000212ccedae838fe95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a33938eae28a7d1043e861a5e33ae871d4e03345a19d7000212ccedae838fe95", kill_on_drop: false }`
[INFO] [stdout] a33938eae28a7d1043e861a5e33ae871d4e03345a19d7000212ccedae838fe95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19ec0543ed559e19284f6e3d1ca085b375242c08fd78bfe933fd459127293dcd
[INFO] running `Command { std: "docker" "start" "-a" "19ec0543ed559e19284f6e3d1ca085b375242c08fd78bfe933fd459127293dcd", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cesu8 v1.1.0
[INFO] [stderr]    Compiling ducc-sys v0.1.2
[INFO] [stderr]    Compiling ducc v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/util.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let _ = Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn globals(&self) -> Object {
[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] 50 |     pub fn globals(&self) -> Object<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function> {
[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] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn create_string(&self, value: &str) -> Result<String> {
[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] 175 |     pub fn create_string(&self, value: &str) -> Result<String<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes> {
[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] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:195:26
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn create_object(&self) -> Object {
[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] 195 |     pub fn create_object(&self) -> Object<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn create_array(&self) -> Array {
[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] 206 |     pub fn create_array(&self) -> Array<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:358:36
[INFO] [stdout]     |
[INFO] [stdout] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value {
[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] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:409:34
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref {
[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] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:449:36
[INFO] [stdout]     |
[INFO] [stdout] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref {
[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] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:476:13
[INFO] [stdout]     |
[INFO] [stdout] 476 |             Box::from_raw(udata);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 476 |             let _ = Box::from_raw(udata);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:477:13
[INFO] [stdout]     |
[INFO] [stdout] 477 |             Box::from_raw(any_map);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let _ = Box::from_raw(any_map);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
[INFO] running `Command { std: "docker" "inspect" "19ec0543ed559e19284f6e3d1ca085b375242c08fd78bfe933fd459127293dcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19ec0543ed559e19284f6e3d1ca085b375242c08fd78bfe933fd459127293dcd", kill_on_drop: false }`
[INFO] [stdout] 19ec0543ed559e19284f6e3d1ca085b375242c08fd78bfe933fd459127293dcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d1cd56e5fe7748e94c6a9998f1e33ee8be1785efd055af11c584f2f18d5d64c
[INFO] running `Command { std: "docker" "start" "-a" "3d1cd56e5fe7748e94c6a9998f1e33ee8be1785efd055af11c584f2f18d5d64c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/util.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let _ = Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn globals(&self) -> Object {
[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] 50 |     pub fn globals(&self) -> Object<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function> {
[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] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn create_string(&self, value: &str) -> Result<String> {
[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] 175 |     pub fn create_string(&self, value: &str) -> Result<String<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes> {
[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] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:195:26
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn create_object(&self) -> Object {
[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] 195 |     pub fn create_object(&self) -> Object<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn create_array(&self) -> Array {
[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] 206 |     pub fn create_array(&self) -> Array<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:358:36
[INFO] [stdout]     |
[INFO] [stdout] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value {
[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] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:409:34
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref {
[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] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ducc v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:449:36
[INFO] [stdout]     |
[INFO] [stdout] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref {
[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] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:476:13
[INFO] [stdout]     |
[INFO] [stdout] 476 |             Box::from_raw(udata);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 476 |             let _ = Box::from_raw(udata);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:477:13
[INFO] [stdout]     |
[INFO] [stdout] 477 |             Box::from_raw(any_map);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let _ = Box::from_raw(any_map);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/tests/function.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | fn rust_closure_mut_callback_error() {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromValue<'_>` will fail
[INFO] [stdout]    --> src/tests/function.rs:100:53
[INFO] [stdout]     |
[INFO] [stdout] 100 |             ducc.globals().get::<_, Function>("f")?.call((true,))?;
[INFO] [stdout]     |                                                     ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 100 |             ducc.globals().get::<_, Function>("f")?.call::<_, ()>((true,))?;
[INFO] [stdout]     |                                                         +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/util.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let _ = Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_tuple!(A);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 419 | let _ = impl_tuple!(A);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_tuple!(A, B);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 420 | let _ = impl_tuple!(A, B);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_tuple!(A, B, C);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_tuple!(A, B, C, D);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:348:39
[INFO] [stdout]     |
[INFO] [stdout] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/conversion.rs:377:39
[INFO] [stdout]     |
[INFO] [stdout] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stdout]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn globals(&self) -> Object {
[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] 50 |     pub fn globals(&self) -> Object<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ducc.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function> {
[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] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn create_string(&self, value: &str) -> Result<String> {
[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] 175 |     pub fn create_string(&self, value: &str) -> Result<String<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes> {
[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] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:195:26
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn create_object(&self) -> Object {
[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] 195 |     pub fn create_object(&self) -> Object<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn create_array(&self) -> Array {
[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] 206 |     pub fn create_array(&self) -> Array<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:358:36
[INFO] [stdout]     |
[INFO] [stdout] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value {
[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] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:409:34
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref {
[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] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ducc.rs:449:36
[INFO] [stdout]     |
[INFO] [stdout] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref {
[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] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:476:13
[INFO] [stdout]     |
[INFO] [stdout] 476 |             Box::from_raw(udata);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 476 |             let _ = Box::from_raw(udata);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/ducc.rs:477:13
[INFO] [stdout]     |
[INFO] [stdout] 477 |             Box::from_raw(any_map);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let _ = Box::from_raw(any_map);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ducc v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3d1cd56e5fe7748e94c6a9998f1e33ee8be1785efd055af11c584f2f18d5d64c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d1cd56e5fe7748e94c6a9998f1e33ee8be1785efd055af11c584f2f18d5d64c", kill_on_drop: false }`
[INFO] [stdout] 3d1cd56e5fe7748e94c6a9998f1e33ee8be1785efd055af11c584f2f18d5d64c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] abeeaf370da414e41eada59598885418dfd49253aad921445641d58476267b67
[INFO] running `Command { std: "docker" "start" "-a" "abeeaf370da414e41eada59598885418dfd49253aad921445641d58476267b67", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]    --> src/util.rs:118:5
[INFO] [stderr]     |
[INFO] [stderr] 118 |     Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 118 |     let _ = Box::from_raw(ffi::duk_get_pointer(ctx, -1) as *mut Error);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 419 | impl_tuple!(A);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 419 | let _ = impl_tuple!(A);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 419 | impl_tuple!(A);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 419 | let _ = impl_tuple!(A);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 420 | impl_tuple!(A, B);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 420 | let _ = impl_tuple!(A, B);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 420 | impl_tuple!(A, B);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 420 | let _ = impl_tuple!(A, B);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 421 | impl_tuple!(A, B, C);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 421 | impl_tuple!(A, B, C);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 421 | let _ = impl_tuple!(A, B, C);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 422 | impl_tuple!(A, B, C, D);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 422 | impl_tuple!(A, B, C, D);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 422 | let _ = impl_tuple!(A, B, C, D);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 423 | impl_tuple!(A, B, C, D, E);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 423 | let _ = impl_tuple!(A, B, C, D, E);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 424 | impl_tuple!(A, B, C, D, E, F);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 424 | let _ = impl_tuple!(A, B, C, D, E, F);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 425 | impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 425 | let _ = impl_tuple!(A, B, C, D, E, F, G);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stderr]     | ----------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 426 | impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stderr]     | ----------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 426 | let _ = impl_tuple!(A, B, C, D, E, F, G, H);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 427 | impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 427 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 428 | impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 428 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 429 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 429 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 430 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 430 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | -------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 431 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | -------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 431 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | ----------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 432 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | ----------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 432 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | -------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 433 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | -------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 433 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:348:39
[INFO] [stderr]     |
[INFO] [stderr] 348 |                 let reservation = $({ &$name; 1 } +)* 0;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/conversion.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 let reservation = $({ &$name; 1 } +)* 1;
[INFO] [stderr]     |                                       ^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 434 | impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 434 | let _ = impl_tuple!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ducc.rs:50:20
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn globals(&self) -> Object {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn globals(&self) -> Object<'_> {
[INFO] [stderr]    |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ducc.rs:66:20
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function> {
[INFO] [stderr]    |                    ^^^^^ the lifetime is elided here                  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub fn compile(&self, source: &str, name: Option<&str>) -> Result<Function<'_>> {
[INFO] [stderr]    |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:175:26
[INFO] [stderr]     |
[INFO] [stderr] 175 |     pub fn create_string(&self, value: &str) -> Result<String> {
[INFO] [stderr]     |                          ^^^^^                         ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 175 |     pub fn create_string(&self, value: &str) -> Result<String<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:185:25
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes> {
[INFO] [stderr]     |                         ^^^^^                          ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub fn create_bytes(&self, value: &[u8]) -> Result<Bytes<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:195:26
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn create_object(&self) -> Object {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn create_object(&self) -> Object<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:206:25
[INFO] [stderr]     |
[INFO] [stderr] 206 |     pub fn create_array(&self) -> Array {
[INFO] [stderr]     |                         ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 206 |     pub fn create_array(&self) -> Array<'_> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:358:36
[INFO] [stderr]     |
[INFO] [stderr] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value {
[INFO] [stderr]     |                                    ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 358 |     pub(crate) unsafe fn pop_value(&self) -> Value<'_> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:409:34
[INFO] [stderr]     |
[INFO] [stderr] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref {
[INFO] [stderr]     |                                  ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 409 |     pub(crate) unsafe fn pop_ref(&self) -> Ref<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ducc.rs:449:36
[INFO] [stderr]     |
[INFO] [stderr] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref {
[INFO] [stderr]     |                                    ^^^^^              ^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 449 |     pub(crate) unsafe fn clone_ref(&self, r: &Ref) -> Ref<'_> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]    --> src/ducc.rs:476:13
[INFO] [stderr]     |
[INFO] [stderr] 476 |             Box::from_raw(udata);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 476 |             let _ = Box::from_raw(udata);
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]    --> src/ducc.rs:477:13
[INFO] [stderr]     |
[INFO] [stderr] 477 |             Box::from_raw(any_map);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 477 |             let _ = Box::from_raw(any_map);
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/tests/function.rs:87:1
[INFO] [stderr]     |
[INFO] [stderr]  87 | fn rust_closure_mut_callback_error() {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromValue<'_>` will fail
[INFO] [stderr]    --> src/tests/function.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |             ducc.globals().get::<_, Function>("f")?.call((true,))?;
[INFO] [stderr]     |                                                     ^^^^
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 100 |             ducc.globals().get::<_, Function>("f")?.call::<_, ()>((true,))?;
[INFO] [stderr]     |                                                         +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ducc` (lib) generated 44 warnings (run `cargo fix --lib -p ducc` to apply 9 suggestions)
[INFO] [stderr] warning: `ducc` (lib test) generated 45 warnings (44 duplicates) (run `cargo fix --lib -p ducc --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ducc v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ducc-26e638c52276b350)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test tests::array::push ... ok
[INFO] [stdout] test tests::array::set_get ... ok
[INFO] [stdout] test tests::array::elements ... ok
[INFO] [stdout] test tests::bytes::to_vec ... ok
[INFO] [stdout] test tests::conversion::option ... ok
[INFO] [stdout] test tests::conversion::btree_map ... ok
[INFO] [stdout] test tests::conversion::hash_set ... ok
[INFO] [stdout] test tests::conversion::tuple ... ok
[INFO] [stdout] test tests::conversion::btree_set ... ok
[INFO] [stdout] test tests::conversion::vec ... ok
[INFO] [stdout] test tests::function::return_unit ... ok
[INFO] [stdout] test tests::function::js_function ... ok
[INFO] [stdout] test tests::function::rust_closure_mut_callback_error ... ok
[INFO] [stdout] test tests::ducc::user_data_drop ... ok
[INFO] [stdout] test tests::function::rust_function_error ... ok
[INFO] [stdout] test tests::function::rust_function ... ok
[INFO] [stdout] test tests::array::len ... ok
[INFO] [stdout] test tests::ducc::inspect_call_stack ... ok
[INFO] [stdout] test tests::object::call_prop ... ok
[INFO] [stdout] test tests::ducc::no_duktape_global ... ok
[INFO] [stdout] test tests::ducc::user_data_get ... ok
[INFO] [stdout] test tests::function::double_drop_rust_function ... ok
[INFO] [stdout] test tests::function::number_this ... ok
[INFO] [stdout] test tests::ducc::user_data_remove ... ok
[INFO] [stdout] test tests::function::rust_closure ... ok
[INFO] [stdout] test tests::conversion::variadic ... ok
[INFO] [stdout] test tests::object::define_prop_error ... ok
[INFO] [stdout] test tests::object::len ... ok
[INFO] [stdout] test tests::object::define_prop ... ok
[INFO] [stdout] test tests::object::properties ... ok
[INFO] [stdout] test tests::object::set_get ... ok
[INFO] [stdout] test tests::object::remove ... ok
[INFO] [stdout] test tests::util::test_assert_stack ... ok
[INFO] [stdout] test tests::util::test_protect_duktape_closure ... ok
[INFO] [stdout] test tests::object::contains_key ... ok
[INFO] [stdout] test tests::util::test_protect_duktape_closure_err ... ok
[INFO] [stdout] test tests::string::compare ... ok
[INFO] [stdout] test tests::util::test_throw_non_object_error ... ok
[INFO] [stdout] test tests::conversion::hash_map ... ok
[INFO] [stdout] test tests::ducc::value_cross_contamination - should panic ... ok
[INFO] [stdout] test tests::util::test_assert_stack_panic - should panic ... ok
[INFO] [stdout] test tests::ducc::timeout ... ok
[INFO] [stderr]    Doc-tests ducc
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/ducc.rs - ducc::Ducc::inspect_call_stack_entry (line 289) ... ok
[INFO] [stdout] test src/object.rs - object::Object<'ducc>::define_prop (line 67) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "abeeaf370da414e41eada59598885418dfd49253aad921445641d58476267b67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abeeaf370da414e41eada59598885418dfd49253aad921445641d58476267b67", kill_on_drop: false }`
[INFO] [stdout] abeeaf370da414e41eada59598885418dfd49253aad921445641d58476267b67
