[INFO] fetching crate ethox 0.0.2... [INFO] documenting ethox-0.0.2 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ethox 0.0.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ethox 0.0.2 [INFO] tweaked toml for crates.io crate ethox 0.0.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate ethox 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c20cb7eba228a06fd00f37998bb1e4a589375988ae24642d9afea0c9bdbe3ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2c20cb7eba228a06fd00f37998bb1e4a589375988ae24642d9afea0c9bdbe3ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c20cb7eba228a06fd00f37998bb1e4a589375988ae24642d9afea0c9bdbe3ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c20cb7eba228a06fd00f37998bb1e4a589375988ae24642d9afea0c9bdbe3ab", kill_on_drop: false }` [INFO] [stdout] 2c20cb7eba228a06fd00f37998bb1e4a589375988ae24642d9afea0c9bdbe3ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "RUSTDOCFLAGS=--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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] 0f786eb7b05c9b7a228e0937b21f0ffe44b054668d57277db0c6886686660f12 [INFO] running `Command { std: "docker" "start" "-a" "0f786eb7b05c9b7a228e0937b21f0ffe44b054668d57277db0c6886686660f12", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Documenting ethox v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/wire/./tcp.rs:1013:13 [INFO] [stdout] | [INFO] [stdout] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/layer/ip/packet.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn control(&self) -> &Controller<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[RefCell::borrow_mut]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/mod.rs:104:74 [INFO] [stdout] | [INFO] [stdout] 104 | //! shared reference to a `RefCell<_>` of the internal state by calling [`RefCell::borrow_mut`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[WIP]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/icmp/endpoint.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 19 | /// [WIP]: What state is actually necessary for an icmp endpoint? Answering pings takes a single [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[WIP]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/icmp/packet.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | /// Some packets have variable payloads [WIP]. These also contribute to the checksum and are yet to [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[RawPacket::prepare]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/icmp/packet.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | /// the ICMP endpoint has almost no state. The [`RawPacket::prepare`] method thus mostly wraps [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[send]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/tcp/socket.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | /// it is possible to access them with the [`send`] and [`recv`] methods (and mutable variants [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[recv]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/tcp/socket.rs:14:58 [INFO] [stdout] | [INFO] [stdout] 14 | /// it is possible to access them with the [`send`] and [`recv`] methods (and mutable variants [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[RFC1122]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/tcp/connection.rs:54:71 [INFO] [stdout] | [INFO] [stdout] 54 | /// startup. Or, if the MSS option is not used, it is 536 bytes [RFC1122]. The size does not [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[WIP]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/layer/tcp/connection.rs:90:87 [INFO] [stdout] | [INFO] [stdout] 90 | /// This is true if the SYN packet allowed it in its options since we support it [WIP]. [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[from_advertised_id]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/wire/./ipv6.rs:133:62 [INFO] [stdout] | [INFO] [stdout] 133 | /// The address is only valid for link-local scope. See [`from_advertised_id`] for potentially [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[RFC4291]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/wire/./ipv6.rs:451:29 [INFO] [stdout] | [INFO] [stdout] 451 | /// See section 2.8 of [RFC4291]. [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.69s [INFO] running `Command { std: "docker" "inspect" "0f786eb7b05c9b7a228e0937b21f0ffe44b054668d57277db0c6886686660f12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f786eb7b05c9b7a228e0937b21f0ffe44b054668d57277db0c6886686660f12", kill_on_drop: false }` [INFO] [stdout] 0f786eb7b05c9b7a228e0937b21f0ffe44b054668d57277db0c6886686660f12