Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.77.0-nightly (bf3c6c5be 2024-02-01)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tk-0.1.10/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tk-0.1.10/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240201-1.77.0-nightly-bf3c6c5be\", \"--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] 1afe918da7ee5045fcfb48cb22c60829218aeac1d13794f308ad331167d6db50
[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" "1afe918da7ee5045fcfb48cb22c60829218aeac1d13794f308ad331167d6db50", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: add_menus, menu, canvas_event_binding, text_the_basics, one_step_at_a_time, text_images_and_widgets, listbox, scale, canvas_creating_items, canvas_a_simple_sketchpad, notebook, paned_windows, spanning_multiple_cells, rearranging_items, images, window_behavior_and_styles, combobox, platform_menus, configuration_options, checkbutton, binding_to_events, frame, canvas_item_types, canvas_a_simple_sketchpad_border_around_selected, contextual_menus, styles_and_themes, colors, canvas_a_simple_sketchpad_more_prominent, radiobutton, the_obligatory_first_program, label, progressbar, querying_and_changing_grid_options, fonts, dialog_windows, scrollbar, creating_widgets_step_by_step, button, text_wrapping_and_scrolling, spinbox, creating_widgets_in_one_expression_without_geometry, widget_introspection, padding, text, adding_items_to_the_tree, a_first_real_example, item_appearance_and_events, canvas_tags, entry, creating_widgets_in_one_expression_with_geometry, logging_window, canvas_scrolling, displaying_information_for_each_item
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Checking tcl v0.1.9
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_IsSafe` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:629:19
[INFO] [stderr] |
[INFO] [stderr] 629 | clib::Tcl_IsSafe( self.as_ptr() ) != 0
[INFO] [stderr] | ^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_MakeSafe` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:653:19
[INFO] [stderr] |
[INFO] [stderr] 653 | clib::Tcl_MakeSafe( self.as_ptr() ).code_to_result( self )
[INFO] [stderr] | ^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_CreateSlave` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:678:54
[INFO] [stderr] |
[INFO] [stderr] 678 | Ok( Interpreter( Interp::from_raw( clib::Tcl_CreateSlave(
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_GetSlave` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:707:33
[INFO] [stderr] |
[INFO] [stderr] 707 | Interp::from_raw( clib::Tcl_GetSlave(
[INFO] [stderr] | ^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_GetMaster` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:731:33
[INFO] [stderr] |
[INFO] [stderr] 731 | Interp::from_raw( clib::Tcl_GetMaster(
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_ExposeCommand` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:757:19
[INFO] [stderr] |
[INFO] [stderr] 757 | clib::Tcl_ExposeCommand(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Tcl_HideCommand` in crate `clib`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tcl-0.1.9/src/interp.rs:788:19
[INFO] [stderr] |
[INFO] [stderr] 788 | clib::Tcl_HideCommand(
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `clib`
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `tcl` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "1afe918da7ee5045fcfb48cb22c60829218aeac1d13794f308ad331167d6db50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1afe918da7ee5045fcfb48cb22c60829218aeac1d13794f308ad331167d6db50", kill_on_drop: false }`
[INFO] [stdout] 1afe918da7ee5045fcfb48cb22c60829218aeac1d13794f308ad331167d6db50