[INFO] fetching crate pi_lfstack 0.1.5...
[INFO] testing pi_lfstack-0.1.5 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pi_lfstack 0.1.5 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pi_lfstack 0.1.5 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam-channel v0.3.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 874ba4d88c464b0bc905b8bd1cff2428084c133c712bbca9488edb529d8ba9dd
[INFO] running `Command { std: "docker" "start" "-a" "874ba4d88c464b0bc905b8bd1cff2428084c133c712bbca9488edb529d8ba9dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "874ba4d88c464b0bc905b8bd1cff2428084c133c712bbca9488edb529d8ba9dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "874ba4d88c464b0bc905b8bd1cff2428084c133c712bbca9488edb529d8ba9dd", kill_on_drop: false }`
[INFO] [stdout] 874ba4d88c464b0bc905b8bd1cff2428084c133c712bbca9488edb529d8ba9dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d735b3c5677cd22a1e0020d4ff9fbb36ef3c5c275f20e19ac72fd967cc3062eb
[INFO] running `Command { std: "docker" "start" "-a" "d735b3c5677cd22a1e0020d4ff9fbb36ef3c5c275f20e19ac72fd967cc3062eb", 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)]` (part of `#[warn(unused)]`) 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.10s
[INFO] running `Command { std: "docker" "inspect" "d735b3c5677cd22a1e0020d4ff9fbb36ef3c5c275f20e19ac72fd967cc3062eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d735b3c5677cd22a1e0020d4ff9fbb36ef3c5c275f20e19ac72fd967cc3062eb", kill_on_drop: false }`
[INFO] [stdout] d735b3c5677cd22a1e0020d4ff9fbb36ef3c5c275f20e19ac72fd967cc3062eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d914362c7eef2142c315fa7058d8c66efa1166650a972d56eabf6e8aaebaeeb9
[INFO] running `Command { std: "docker" "start" "-a" "d914362c7eef2142c315fa7058d8c66efa1166650a972d56eabf6e8aaebaeeb9", 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)]` (part of `#[warn(unused)]`) 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]    Compiling pi_lfstack v0.1.5 (/opt/rustwide/workdir)
[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)]` (part of `#[warn(unused)]`) 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] 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)]` (part of `#[warn(unused)]`) 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] 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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d914362c7eef2142c315fa7058d8c66efa1166650a972d56eabf6e8aaebaeeb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d914362c7eef2142c315fa7058d8c66efa1166650a972d56eabf6e8aaebaeeb9", kill_on_drop: false }`
[INFO] [stdout] d914362c7eef2142c315fa7058d8c66efa1166650a972d56eabf6e8aaebaeeb9
