[INFO] fetching crate pi_lfstack 0.1.5...
[INFO] testing pi_lfstack-0.1.5 against 1.90.0 for beta-1.91-3
[INFO] extracting crate pi_lfstack 0.1.5 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate pi_lfstack 0.1.5
[INFO] finished tweaking crates.io crate pi_lfstack 0.1.5
[INFO] tweaked toml for crates.io crate pi_lfstack 0.1.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pi_lfstack 0.1.5 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding crossbeam-channel v0.3.9 (available: v0.5.15)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf4b0bdef9255be5f3c7edd5f1cb27290037c08bad8430318b4e842a22d23a98
[INFO] running `Command { std: "docker" "start" "-a" "bf4b0bdef9255be5f3c7edd5f1cb27290037c08bad8430318b4e842a22d23a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf4b0bdef9255be5f3c7edd5f1cb27290037c08bad8430318b4e842a22d23a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4b0bdef9255be5f3c7edd5f1cb27290037c08bad8430318b4e842a22d23a98", kill_on_drop: false }`
[INFO] [stdout] bf4b0bdef9255be5f3c7edd5f1cb27290037c08bad8430318b4e842a22d23a98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd3b6da581615dc3f8769c221a3c8019e858e6e5e8297d806a3d8833bd54316e
[INFO] running `Command { std: "docker" "start" "-a" "cd3b6da581615dc3f8769c221a3c8019e858e6e5e8297d806a3d8833bd54316e", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling crossbeam-channel v0.3.9
[INFO] [stderr]    Compiling pi_lfstack v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(all(feature="unstable", any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(all(not(feature="unstable"), any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 124 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:213:33
[INFO] [stdout]     |
[INFO] [stdout] 213 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 213 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:253:33
[INFO] [stdout]     |
[INFO] [stdout] 253 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 253 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:307:53
[INFO] [stdout]     |
[INFO] [stdout] 307 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 307 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:319:53
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 319 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:323:49
[INFO] [stdout]     |
[INFO] [stdout] 323 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 323 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:334:45
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 334 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:352:53
[INFO] [stdout]     |
[INFO] [stdout] 352 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 352 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:363:53
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 363 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:367:49
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 367 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:379:45
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 379 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:432:53
[INFO] [stdout]     |
[INFO] [stdout] 432 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:444:53
[INFO] [stdout]     |
[INFO] [stdout] 444 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 444 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:448:49
[INFO] [stdout]     |
[INFO] [stdout] 448 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 448 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:459:45
[INFO] [stdout]     |
[INFO] [stdout] 459 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 459 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:477:53
[INFO] [stdout]     |
[INFO] [stdout] 477 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:488:53
[INFO] [stdout]     |
[INFO] [stdout] 488 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 488 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:492:49
[INFO] [stdout]     |
[INFO] [stdout] 492 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 492 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:504:45
[INFO] [stdout]     |
[INFO] [stdout] 504 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 504 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "cd3b6da581615dc3f8769c221a3c8019e858e6e5e8297d806a3d8833bd54316e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd3b6da581615dc3f8769c221a3c8019e858e6e5e8297d806a3d8833bd54316e", kill_on_drop: false }`
[INFO] [stdout] cd3b6da581615dc3f8769c221a3c8019e858e6e5e8297d806a3d8833bd54316e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 522b82c851fa51aa120c4c06c12db06e4e9e3a6007ca85072eaadd10ed6d67da
[INFO] running `Command { std: "docker" "start" "-a" "522b82c851fa51aa120c4c06c12db06e4e9e3a6007ca85072eaadd10ed6d67da", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(all(feature="unstable", any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(all(not(feature="unstable"), any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 124 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:213:33
[INFO] [stdout]     |
[INFO] [stdout] 213 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 213 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:253:33
[INFO] [stdout]     |
[INFO] [stdout] 253 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 253 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:307:53
[INFO] [stdout]     |
[INFO] [stdout] 307 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 307 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:319:53
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 319 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:323:49
[INFO] [stdout]     |
[INFO] [stdout] 323 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 323 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:334:45
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 334 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:352:53
[INFO] [stdout]     |
[INFO] [stdout] 352 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 352 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:363:53
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 363 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:367:49
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 367 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:379:45
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 379 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:432:53
[INFO] [stdout]     |
[INFO] [stdout] 432 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:444:53
[INFO] [stdout]     |
[INFO] [stdout] 444 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 444 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:448:49
[INFO] [stdout]     |
[INFO] [stdout] 448 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 448 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:459:45
[INFO] [stdout]     |
[INFO] [stdout] 459 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 459 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:477:53
[INFO] [stdout]     |
[INFO] [stdout] 477 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:488:53
[INFO] [stdout]     |
[INFO] [stdout] 488 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 488 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:492:49
[INFO] [stdout]     |
[INFO] [stdout] 492 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 492 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pi_lfstack v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:504:45
[INFO] [stdout]     |
[INFO] [stdout] 504 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 504 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(all(feature="unstable", any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]   --> src/lib.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(all(not(feature="unstable"), any(target_arch = "x86", target_arch = "x86_64")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 124 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 | ...                   Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                                     let _ = Box::into_raw(last_frame); //将下一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:213:33
[INFO] [stdout]     |
[INFO] [stdout] 213 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 213 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:253:33
[INFO] [stdout]     |
[INFO] [stdout] 253 | ...                   Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 253 |                                 let _ = Box::into_raw(last_frame); //将上一个顶帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:307:53
[INFO] [stdout]     |
[INFO] [stdout] 307 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 307 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:319:53
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 319 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:323:49
[INFO] [stdout]     |
[INFO] [stdout] 323 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 323 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:334:45
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 334 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:352:53
[INFO] [stdout]     |
[INFO] [stdout] 352 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 352 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:363:53
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 363 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:367:49
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 367 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:379:45
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 379 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:432:53
[INFO] [stdout]     |
[INFO] [stdout] 432 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 432 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:444:53
[INFO] [stdout]     |
[INFO] [stdout] 444 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 444 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:448:49
[INFO] [stdout]     |
[INFO] [stdout] 448 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 448 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:459:45
[INFO] [stdout]     |
[INFO] [stdout] 459 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 459 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:477:53
[INFO] [stdout]     |
[INFO] [stdout] 477 | ...                   Box::into_raw(next_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 477 |                                                     let _ = Box::into_raw(next_frame);
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:488:53
[INFO] [stdout]     |
[INFO] [stdout] 488 | ...                   Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 488 |                                                     let _ = Box::into_raw(next_frame); //将下一个栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:492:49
[INFO] [stdout]     |
[INFO] [stdout] 492 | ...                   Box::into_raw(last_frame);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 492 |                                                 let _ = Box::into_raw(last_frame);
[INFO] [stdout]     |                                                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::into_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:504:45
[INFO] [stdout]     |
[INFO] [stdout] 504 | ...                   Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: losing the pointer will leak memory
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 504 |                                             let _ = Box::into_raw(frame); //将当前栈帧转化为栈指针，防止被移除
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `lfstack`
[INFO] [stdout]  --> tests/test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate lfstack;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> tests/test.rs:258:50
[INFO] [stdout]     |
[INFO] [stdout] 258 |                 cache_clone.lock().unwrap().push((*frame));
[INFO] [stdout]     |                                                  ^      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 258 -                 cache_clone.lock().unwrap().push((*frame));
[INFO] [stdout] 258 +                 cache_clone.lock().unwrap().push(*frame);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> tests/test.rs:297:50
[INFO] [stdout]     |
[INFO] [stdout] 297 |                 cache_clone.lock().unwrap().push((*frame));
[INFO] [stdout]     |                                                  ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 297 -                 cache_clone.lock().unwrap().push((*frame));
[INFO] [stdout] 297 +                 cache_clone.lock().unwrap().push(*frame);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pi_lfstack` (test "test") due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "522b82c851fa51aa120c4c06c12db06e4e9e3a6007ca85072eaadd10ed6d67da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "522b82c851fa51aa120c4c06c12db06e4e9e3a6007ca85072eaadd10ed6d67da", kill_on_drop: false }`
[INFO] [stdout] 522b82c851fa51aa120c4c06c12db06e4e9e3a6007ca85072eaadd10ed6d67da
