time 0.3.8

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Build #530344 2022-03-22T22:00:26.392702+00:00
# rustc version
rustc 1.61.0-nightly (3c17c84a3 2022-03-21)# docs.rs version
docsrs 0.6.0 (539cd8a 2022-03-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/time-0.3.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/time-0.3.8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"__time_03_docs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220321-1.61.0-nightly-3c17c84a3\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] 831bfd9b89d1ee7194db3d1022899907f8c30c64570cac6d27202d6892a0d2e6
[INFO] running `Command { std: "docker" "start" "-a" "831bfd9b89d1ee7194db3d1022899907f8c30c64570cac6d27202d6892a0d2e6", kill_on_drop: false }`
[INFO] [stderr]  Documenting time v0.3.8 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `time_macros::serde_format_description`
[INFO] [stderr]   --> src/serde/mod.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub use time_macros::serde_format_description as format_description;
[INFO] [stderr]    |         ^^^^^^^^^^^^^------------------------^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |         |            |
[INFO] [stderr]    |         |            help: a similar name exists in the module: `format_description`
[INFO] [stderr]    |         no `serde_format_description` in the root
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `time`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name time src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="large-dates"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="quickcheck"' --cfg 'feature="quickcheck-dep"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="serde-human-readable"' --cfg 'feature="serde-well-known"' --cfg 'feature="std"' --cfg 'feature="time-macros"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=960201d254ddfe8c -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern itoa=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libitoa-2189d44667cbf583.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-cedf0eb43d1fc0f4.rmeta --extern num_threads=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_threads-936144fe0e6da901.rmeta --extern quickcheck_dep=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libquickcheck-5c99183b0b6cd318.rmeta --extern rand=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand-e11293cc8af06271.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-c0077cfef2421120.rmeta --extern time_macros=/opt/rustwide/target/debug/deps/libtime_macros-fa668796fbad4466.so --extern-html-root-url 'itoa=https://docs.rs/itoa/1.0.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.121/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_threads=https://docs.rs/num_threads/0.1.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/1.0.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.8.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.136/x86_64-unknown-linux-gnu' --extern-html-root-url 'time_macros=https://docs.rs/time-macros/0.2.3/x86_64-unknown-linux-gnu' -Zunstable-options --cfg __time_03_docs -Z unstable-options --emit=invocation-specific --resource-suffix -20220321-1.61.0-nightly-3c17c84a3 --static-root-path / --cap-lints warn --disable-per-crate-search --crate-version 0.3.8` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "831bfd9b89d1ee7194db3d1022899907f8c30c64570cac6d27202d6892a0d2e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "831bfd9b89d1ee7194db3d1022899907f8c30c64570cac6d27202d6892a0d2e6", kill_on_drop: false }`
[INFO] [stdout] 831bfd9b89d1ee7194db3d1022899907f8c30c64570cac6d27202d6892a0d2e6