cobalt-bin 0.15.0

Static site generator written in Rust
Build #680104 2022-11-21T17:48:03.324542+00:00
# rustc version
rustc 1.67.0-nightly (a28f3c88e 2022-11-20)
# docs.rs version
docsrs 0.6.0 (83ad0bb0 2022-11-21)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cobalt-bin-0.15.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cobalt-bin-0.15.0/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\", \"-20221120-1.67.0-nightly-a28f3c88e\", \"--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] a0fa753ea73932ed0a013b3cb3d17113fbc901841144e7232be3078fafe4a963
[INFO] running `Command { std: "docker" "start" "-a" "a0fa753ea73932ed0a013b3cb3d17113fbc901841144e7232be3078fafe4a963", kill_on_drop: false }`
[INFO] [stderr]     Checking liquid-value v0.18.1
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr] error[E0521]: borrowed data escapes outside of associated function
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:42
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl<'s> ScalarCow<'s> {
[INFO] [stderr]    |      -- lifetime `'s` defined here
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn as_ref<'r: 's>(&'r self) -> ScalarCow<'r> {
[INFO] [stderr]    |                           -------- `self` is a reference that is only valid in the associated function body
[INFO] [stderr] ...
[INFO] [stderr] 60 |             ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          `self` escapes the associated function body here
[INFO] [stderr]    |                                          argument requires that `'s` must outlive `'static`
[INFO] [stderr] 
[INFO] [stderr] error[E0521]: borrowed data escapes outside of associated function
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:42
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn as_ref<'r: 's>(&'r self) -> ScalarCow<'r> {
[INFO] [stderr]    |                   --      -------- `self` is a reference that is only valid in the associated function body
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   lifetime `'r` defined here
[INFO] [stderr] ...
[INFO] [stderr] 60 |             ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          `self` escapes the associated function body here
[INFO] [stderr]    |                                          argument requires that `'r` must outlive `'static`
[INFO] [stderr] 
[INFO] [stderr] help: the following changes may resolve your lifetime errors
[INFO] [stderr]   |
[INFO] [stderr]   = help: replace `'s` with `'static`
[INFO] [stderr]   = help: replace `'r` with `'static`
[INFO] [stderr] 
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr] For more information about this error, try `rustc --explain E0521`.
[INFO] [stderr] error: could not compile `liquid-value` due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a0fa753ea73932ed0a013b3cb3d17113fbc901841144e7232be3078fafe4a963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0fa753ea73932ed0a013b3cb3d17113fbc901841144e7232be3078fafe4a963", kill_on_drop: false }`
[INFO] [stdout] a0fa753ea73932ed0a013b3cb3d17113fbc901841144e7232be3078fafe4a963