[INFO] fetching crate dd_maths_traits 0.1.8... [INFO] documenting dd_maths_traits-0.1.8 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate dd_maths_traits 0.1.8 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate dd_maths_traits 0.1.8 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dd_maths_traits 0.1.8 [INFO] finished tweaking crates.io crate dd_maths_traits 0.1.8 [INFO] tweaked toml for crates.io crate dd_maths_traits 0.1.8 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a6bbce9a10322ee7c2f3e05c12aceccced8f6974bc8b27c46fb3fc8e4c929317 [INFO] running `Command { std: "docker" "start" "-a" "a6bbce9a10322ee7c2f3e05c12aceccced8f6974bc8b27c46fb3fc8e4c929317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6bbce9a10322ee7c2f3e05c12aceccced8f6974bc8b27c46fb3fc8e4c929317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6bbce9a10322ee7c2f3e05c12aceccced8f6974bc8b27c46fb3fc8e4c929317", kill_on_drop: false }` [INFO] [stdout] a6bbce9a10322ee7c2f3e05c12aceccced8f6974bc8b27c46fb3fc8e4c929317 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 05204c288c73de89294eebd6fa72cfb083309135eca4170364e2da8eafec1749 [INFO] running `Command { std: "docker" "start" "-a" "05204c288c73de89294eebd6fa72cfb083309135eca4170364e2da8eafec1749", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling dd_maths_traits_macros v0.1.0 [INFO] [stderr] Documenting dd_maths_traits v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `num_bigint` [INFO] [stdout] --> src/num_sys/base_10/int/get_last_digit_base_10_as_u8.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | impl crate::num_sys::base_10::GetLastDigitBase10AsU8 for num_bigint::BigUint { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `num_bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `num_bigint` [INFO] [stdout] --> src/num_sys/base_10/int/get_last_digit_base_10_as_u8.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | impl crate::num_sys::base_10::GetLastDigitBase10AsU8 for num_bigint::BigInt { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `num_bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `num_bigint` [INFO] [stdout] --> src/num_sys/base_10/int/get_last_digit_as_u8.rs:49:43 [INFO] [stdout] | [INFO] [stdout] 49 | impl crate::num_sys::GetLastDigitAsU8 for num_bigint::BigUint { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `num_bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `num_bigint` [INFO] [stdout] --> src/num_sys/base_10/int/get_last_digit_as_u8.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | impl crate::num_sys::GetLastDigitAsU8 for num_bigint::BigInt { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `num_bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:68 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(any(doc, test, doctest, feature = "const_trait_impl"), feature(const_trait_impl))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:68 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(any(doc, test, doctest, feature = "adt_const_params"), feature(adt_const_params))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:5:66 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(any(doc, test, doctest, feature = "negative_impls"), feature(negative_impls))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:6:62 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(any(doc, test, doctest, feature = "decl_macro"), feature(decl_macro))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:7:61 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(any(doc, test, doctest, feature = "const_ops"), feature(const_ops))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:76 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(any(doc, test, doctest, feature = "adt_const_params"), feature(adt_const_params))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #95174 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not document `dd_maths_traits` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name dd_maths_traits src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=c2549fe78fc51c24 -L dependency=/opt/rustwide/target/debug/deps --extern dd_maths_traits_macros=/opt/rustwide/target/debug/deps/libdd_maths_traits_macros-1d0592a35aabc123.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-f68596f2b56d8fce.rmeta --cap-lints=warn --crate-version 0.1.8` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "05204c288c73de89294eebd6fa72cfb083309135eca4170364e2da8eafec1749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05204c288c73de89294eebd6fa72cfb083309135eca4170364e2da8eafec1749", kill_on_drop: false }` [INFO] [stdout] 05204c288c73de89294eebd6fa72cfb083309135eca4170364e2da8eafec1749