parsley 0.3.1

An implementation of Scheme
Build #697472 2022-12-10T18:02:12.735845+00:00
# rustc version
rustc 1.68.0-nightly (dfe3fe710 2022-12-09)# docs.rs version
docsrs 0.6.0 (013508c6 2022-12-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/parsley-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/parsley-0.3.1/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\", \"-20221209-1.68.0-nightly-dfe3fe710\", \"--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] 65b3ed7c050d7de82e8dcdde694e7a882f66b4f4b81ef0ef78fbf87d7c9ea838
[INFO] running `Command { std: "docker" "start" "-a" "65b3ed7c050d7de82e8dcdde694e7a882f66b4f4b81ef0ef78fbf87d7c9ea838", kill_on_drop: false }`
[INFO] [stderr]     Checking rustyline v3.0.0
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustyline-3.0.0/src/history.rs:151:18
[INFO] [stderr]     |
[INFO] [stderr] 151 |             self.add(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] 151 |             self.add::<&T>(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-3.0.0/src/lib.rs:655:20
[INFO] [stderr]     |
[INFO] [stderr] 655 |             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] 655 |             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" "65b3ed7c050d7de82e8dcdde694e7a882f66b4f4b81ef0ef78fbf87d7c9ea838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65b3ed7c050d7de82e8dcdde694e7a882f66b4f4b81ef0ef78fbf87d7c9ea838", kill_on_drop: false }`
[INFO] [stdout] 65b3ed7c050d7de82e8dcdde694e7a882f66b4f4b81ef0ef78fbf87d7c9ea838