davincibot 0.0.19

A command-line utility for managing absurdly eclectic interests.
Build #682237 2022-11-23T21:33:57.056753+00:00
# rustc version
rustc 1.67.0-nightly (ff8c8dfbe 2022-11-22)
# docs.rs version
docsrs 0.6.0 (83ad0bb0 2022-11-21)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/davincibot-0.0.19/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/davincibot-0.0.19/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\", \"-20221122-1.67.0-nightly-ff8c8dfbe\", \"--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] b4701caded93f5118ef949d9c77f83078560a13c840e9810f6b3cf547e28beb8
[INFO] running `Command { std: "docker" "start" "-a" "b4701caded93f5118ef949d9c77f83078560a13c840e9810f6b3cf547e28beb8", kill_on_drop: false }`
[INFO] [stderr]     Checking rustyline v2.1.0
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustyline-2.1.0/src/history.rs:150:18
[INFO] [stderr]     |
[INFO] [stderr] 150 |             self.add(try!(line).as_ref()); // TODO truncate to MAX_LINE
[INFO] [stderr]     |                  ^^^            ------ type must be known at this point
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  cannot infer type of the type parameter `S` declared on the associated function `add`
[INFO] [stderr]     |
[INFO] [stderr]     = note: multiple `impl`s satisfying `String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stderr]             - impl AsRef<OsStr> for String;
[INFO] [stderr]             - impl AsRef<Path> for String;
[INFO] [stderr]             - impl AsRef<[u8]> for String;
[INFO] [stderr]             - impl AsRef<str> for String;
[INFO] [stderr] help: consider specifying the generic argument
[INFO] [stderr]     |
[INFO] [stderr] 150 |             self.add::<&T>(try!(line).as_ref()); // TODO truncate to MAX_LINE
[INFO] [stderr]     |                     ++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustyline-2.1.0/src/lib.rs:639:20
[INFO] [stderr]     |
[INFO] [stderr] 639 |             editor.add_history_entry(line.as_ref());
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^      ------ type must be known at this point
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    cannot infer type of the type parameter `S` declared on the associated function `add_history_entry`
[INFO] [stderr]     |
[INFO] [stderr]     = note: multiple `impl`s satisfying `String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stderr]             - impl AsRef<OsStr> for String;
[INFO] [stderr]             - impl AsRef<Path> for String;
[INFO] [stderr]             - impl AsRef<[u8]> for String;
[INFO] [stderr]             - impl AsRef<str> for String;
[INFO] [stderr] help: consider specifying the generic argument
[INFO] [stderr]     |
[INFO] [stderr] 639 |             editor.add_history_entry::<&T>(line.as_ref());
[INFO] [stderr]     |                                     ++++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0283`.
[INFO] [stderr] error: could not compile `rustyline` due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "b4701caded93f5118ef949d9c77f83078560a13c840e9810f6b3cf547e28beb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4701caded93f5118ef949d9c77f83078560a13c840e9810f6b3cf547e28beb8", kill_on_drop: false }`
[INFO] [stdout] b4701caded93f5118ef949d9c77f83078560a13c840e9810f6b3cf547e28beb8