[INFO] crate xstd 0.2.0 is already in cache [INFO] checking xstd-0.2.0 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate xstd 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate xstd 0.2.0 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate xstd 0.2.0 [INFO] finished tweaking crates.io crate xstd 0.2.0 [INFO] tweaked toml for crates.io crate xstd 0.2.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 84030dd7901ce63a32001d938247906861ef420b8097bbd78e079eb5d8e8cf13 [INFO] running `"docker" "start" "-a" "84030dd7901ce63a32001d938247906861ef420b8097bbd78e079eb5d8e8cf13"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking xstd v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] error: missing documentation for a trait [INFO] [stderr] --> src/iter/intersperse_iter.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub trait IntersperseIterAdapter: Iterator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #! [deny(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for an associated function [INFO] [stderr] --> src/iter/intersperse_iter.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | / fn intersperse(self, elem: Self::Item) -> IntersperseIter [INFO] [stderr] 3 | | where [INFO] [stderr] 4 | | Self: Sized, [INFO] [stderr] 5 | | Self::Item: Clone, [INFO] [stderr] 6 | | { [INFO] [stderr] 7 | | IntersperseIter::new(self, elem) [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for a trait [INFO] [stderr] --> src/iter/memento_iter.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub trait MementoIterAdapter: Iterator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for an associated function [INFO] [stderr] --> src/iter/memento_iter.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | / fn memento(self) -> MementoIter [INFO] [stderr] 3 | | where [INFO] [stderr] 4 | | Self: Sized, [INFO] [stderr] 5 | | Self::Item: Clone, [INFO] [stderr] 6 | | { [INFO] [stderr] 7 | | MementoIter::new(self) [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for an associated function [INFO] [stderr] --> src/vec.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | fn unlines(&self) -> String; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for an associated function [INFO] [stderr] --> src/vec.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn unwords(&self) -> String; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: missing documentation for an associated function [INFO] [stderr] --> src/dynamic.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | fn is_instance_of(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `xstd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "84030dd7901ce63a32001d938247906861ef420b8097bbd78e079eb5d8e8cf13"` [INFO] running `"docker" "rm" "-f" "84030dd7901ce63a32001d938247906861ef420b8097bbd78e079eb5d8e8cf13"` [INFO] [stdout] 84030dd7901ce63a32001d938247906861ef420b8097bbd78e079eb5d8e8cf13