# rustc version rustc 1.86.0-nightly (a567209da 2025-02-13)
# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/task_scope-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/task_scope-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 863b88c6557257c4c8b9109327cd5afd8e804e21b806d0ef498a0653737f6f9d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "863b88c6557257c4c8b9109327cd5afd8e804e21b806d0ef498a0653737f6f9d", kill_on_drop: false }` [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/cancelable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/cancelable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[pin_project] [INFO] [stderr] | ^------------- [INFO] [stderr] | | [INFO] [stderr] | `Unpin` is not local [INFO] [stderr] | move the `impl` block outside of this function `__unpin_scope_Cancelable` [INFO] [stderr] 15 | pub struct Cancelable<T> { [INFO] [stderr] | ---------- `Cancelable` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` may come from an old version of the `pin_project_internal` crate, try updating your dependency with `cargo update -p pin_project_internal` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the attribute macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/cancellation.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/cancellation.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[pin_project] [INFO] [stderr] | ^------------- [INFO] [stderr] | | [INFO] [stderr] | `Unpin` is not local [INFO] [stderr] | move the `impl` block outside of this function `__unpin_scope_Cancellation` [INFO] [stderr] 17 | pub struct Cancellation { [INFO] [stderr] | ------------ `Cancellation` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` may come from an old version of the `pin_project_internal` crate, try updating your dependency with `cargo update -p pin_project_internal` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the attribute macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/handle.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/handle.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[pin_project] [INFO] [stderr] | ^------------- [INFO] [stderr] | | [INFO] [stderr] | `Unpin` is not local [INFO] [stderr] | move the `impl` block outside of this function `__unpin_scope_JoinHandle` [INFO] [stderr] 28 | pub struct JoinHandle<H> { [INFO] [stderr] | ---------- `JoinHandle` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` may come from an old version of the `pin_project_internal` crate, try updating your dependency with `cargo update -p pin_project_internal` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the attribute macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/scope.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/scope.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[pin_project] [INFO] [stderr] | ^------------- [INFO] [stderr] | | [INFO] [stderr] | `Unpin` is not local [INFO] [stderr] | move the `impl` block outside of this function `__unpin_scope_ScopeFuture` [INFO] [stderr] 42 | pub struct ScopeFuture<Fut, Joiner> [INFO] [stderr] | ----------- `ScopeFuture` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` may come from an old version of the `pin_project_internal` crate, try updating your dependency with `cargo update -p pin_project_internal` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the attribute macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used [INFO] [stderr] --> src/waker.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | Box::from_raw(data.cast::<WakerData>() as *mut WakerData); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 79 | let _ = Box::from_raw(data.cast::<WakerData>() as *mut WakerData); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/with_token.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/with_token.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[pin_project] [INFO] [stderr] | ^------------- [INFO] [stderr] | | [INFO] [stderr] | `Unpin` is not local [INFO] [stderr] | move the `impl` block outside of this function `__unpin_scope_WithToken` [INFO] [stderr] 12 | pub(crate) struct WithToken<Fut> { [INFO] [stderr] | --------- `WithToken` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `::pin_project::__private::__PinProjectInternalDerive` may come from an old version of the `pin_project_internal` crate, try updating your dependency with `cargo update -p pin_project_internal` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the attribute macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `task_scope` (lib) generated 11 warnings [INFO] [stderr] Scraping task_scope v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting task_scope v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/task_scope/index.html [INFO] running `Command { std: "docker" "inspect" "863b88c6557257c4c8b9109327cd5afd8e804e21b806d0ef498a0653737f6f9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "863b88c6557257c4c8b9109327cd5afd8e804e21b806d0ef498a0653737f6f9d", kill_on_drop: false }` [INFO] [stdout] 863b88c6557257c4c8b9109327cd5afd8e804e21b806d0ef498a0653737f6f9d