quickcfg 0.3.4

Do basic configuration of a system, declaratively and quickly.
Build #696495 2022-12-09T21:43:04.609280+00:00
# rustc version
rustc 1.67.0-nightly (7632db0e8 2022-12-08)
# docs.rs version
docsrs 0.6.0 (013508c6 2022-12-08)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/quickcfg-0.3.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/quickcfg-0.3.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/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\", \"-20221208-1.67.0-nightly-7632db0e8\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 614e02fe5aaaa52abfd070d1d6cd29bb7e055db0b20f33966cbca5cf68713530
[INFO] running `Command { std: "docker" "start" "-a" "614e02fe5aaaa52abfd070d1d6cd29bb7e055db0b20f33966cbca5cf68713530", kill_on_drop: false }`
[INFO] [stderr]  Documenting quickcfg v0.3.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0252]: the name `Deserialize` is defined multiple times
[INFO] [stderr]  --> src/config.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use serde::{Deserialize, Deserializer};
[INFO] [stderr]   |             ----------- previous import of the macro `Deserialize` here
[INFO] [stderr] 4 | use serde_derive::Deserialize;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ `Deserialize` reimported here
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Deserialize` must be defined only once in the macro namespace of this module
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0252`.
[INFO] [stderr] error: could not document `quickcfg`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name quickcfg src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=54052488ed944c51 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libclap-ac3379128fff79b3.rmeta --extern directories=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libdirectories-833f09e5a35fbf56.rmeta --extern failure=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-bd99e92a63c648a5.rmeta --extern fxhash=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfxhash-06c5c6a09ba9c0ec.rmeta --extern handlebars=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhandlebars-d69eac59d27926fa.rmeta --extern humantime=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-d82f3d16fa8524af.rmeta --extern ignore=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libignore-227493be62b54cca.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-41d0a5157ac74ebe.rmeta --extern pretty_env_logger=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-e093c3497f43503d.rmeta --extern rayon=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librayon-3dc7adb7c6e09783.rmeta --extern relative_path=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librelative_path-a4049a095cf3be7d.rmeta --extern reqwest=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libreqwest-4925eb805b1cdb6b.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-3218d6706ac62ede.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4a09bf84a3125687.so --extern serde_yaml=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_yaml-ea60c3e5992a5067.rmeta --extern-html-root-url 'clap=https://docs.rs/clap/2.34.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'directories=https://docs.rs/directories/1.0.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'failure=https://docs.rs/failure/0.1.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'fxhash=https://docs.rs/fxhash/0.2.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'handlebars=https://docs.rs/handlebars/1.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'humantime=https://docs.rs/humantime/1.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'ignore=https://docs.rs/ignore/0.4.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.17/x86_64-unknown-linux-gnu' --extern-html-root-url 'pretty_env_logger=https://docs.rs/pretty_env_logger/0.2.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'rayon=https://docs.rs/rayon/1.6.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'relative_path=https://docs.rs/relative-path/0.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'reqwest=https://docs.rs/reqwest/0.9.24/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.149/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.149/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_yaml=https://docs.rs/serde_yaml/0.8.26/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221208-1.67.0-nightly-7632db0e8 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.3.4` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "614e02fe5aaaa52abfd070d1d6cd29bb7e055db0b20f33966cbca5cf68713530", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "614e02fe5aaaa52abfd070d1d6cd29bb7e055db0b20f33966cbca5cf68713530", kill_on_drop: false }`
[INFO] [stdout] 614e02fe5aaaa52abfd070d1d6cd29bb7e055db0b20f33966cbca5cf68713530