[INFO] fetching crate ethox 0.0.2... [INFO] documenting ethox-0.0.2 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "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-2/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" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", 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] 76012428dc8e0cbd8ba738bad6ba918a11a849c8e0ddca526df993ea07f269e1 [INFO] running `Command { std: "docker" "start" "-a" "76012428dc8e0cbd8ba738bad6ba918a11a849c8e0ddca526df993ea07f269e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76012428dc8e0cbd8ba738bad6ba918a11a849c8e0ddca526df993ea07f269e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76012428dc8e0cbd8ba738bad6ba918a11a849c8e0ddca526df993ea07f269e1", kill_on_drop: false }` [INFO] [stdout] 76012428dc8e0cbd8ba738bad6ba918a11a849c8e0ddca526df993ea07f269e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6af1909a258053292a26b2c3972cdb7daa709b936a87e2121923c5f8ce472dd8 [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" "6af1909a258053292a26b2c3972cdb7daa709b936a87e2121923c5f8ce472dd8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Documenting ethox v0.0.2 (/opt/rustwide/workdir) [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: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.15s [INFO] running `Command { std: "docker" "inspect" "6af1909a258053292a26b2c3972cdb7daa709b936a87e2121923c5f8ce472dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af1909a258053292a26b2c3972cdb7daa709b936a87e2121923c5f8ce472dd8", kill_on_drop: false }` [INFO] [stdout] 6af1909a258053292a26b2c3972cdb7daa709b936a87e2121923c5f8ce472dd8