[INFO] fetching crate libpacket 0.1.2... [INFO] documenting libpacket-0.1.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate libpacket 0.1.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate libpacket 0.1.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libpacket 0.1.2 [INFO] finished tweaking crates.io crate libpacket 0.1.2 [INFO] tweaked toml for crates.io crate libpacket 0.1.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libpacket-core v0.1.0 [INFO] [stderr] Downloaded libpacket-derive v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efcb0d76ed7b361525d7dfdedd1e436bb428d0663e8396fdbcc20ba7b33b3163 [INFO] running `Command { std: "docker" "start" "-a" "efcb0d76ed7b361525d7dfdedd1e436bb428d0663e8396fdbcc20ba7b33b3163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efcb0d76ed7b361525d7dfdedd1e436bb428d0663e8396fdbcc20ba7b33b3163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efcb0d76ed7b361525d7dfdedd1e436bb428d0663e8396fdbcc20ba7b33b3163", kill_on_drop: false }` [INFO] [stdout] efcb0d76ed7b361525d7dfdedd1e436bb428d0663e8396fdbcc20ba7b33b3163 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8256e86abd87f99e88b517fb379f52985ee94c1da2af3dbcf03fbd4f651ea33 [INFO] running `Command { std: "docker" "start" "-a" "c8256e86abd87f99e88b517fb379f52985ee94c1da2af3dbcf03fbd4f651ea33", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Checking libpacket-core v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling libpacket-derive v0.1.1 [INFO] [stderr] Documenting libpacket v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `RFC7042` [INFO] [stdout] --> src/ethernet.rs:64:45 [INFO] [stdout] | [INFO] [stdout] 64 | /// Internet Protocol version 4 (IPv4) [RFC7042]. [INFO] [stdout] | ^^^^^^^ no item named `RFC7042` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC7042` [INFO] [stdout] --> src/ethernet.rs:66:44 [INFO] [stdout] | [INFO] [stdout] 66 | /// Address Resolution Protocol (ARP) [RFC7042]. [INFO] [stdout] | ^^^^^^^ no item named `RFC7042` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `IEEE` [INFO] [stdout] --> src/ethernet.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | /// IETF TRILL Protocol [IEEE]. [INFO] [stdout] | ^^^^ no item named `IEEE` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC903` [INFO] [stdout] --> src/ethernet.rs:74:53 [INFO] [stdout] | [INFO] [stdout] 74 | /// Reverse Address Resolution Protocol (RARP) [RFC903]. [INFO] [stdout] | ^^^^^^ no item named `RFC903` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Apple` [INFO] [stdout] --> src/ethernet.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | /// AppleTalk - EtherTalk [Apple]. [INFO] [stdout] | ^^^^^ no item named `Apple` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Apple` [INFO] [stdout] --> src/ethernet.rs:78:55 [INFO] [stdout] | [INFO] [stdout] 78 | /// AppleTalk Address Resolution Protocol (AARP) [Apple]. [INFO] [stdout] | ^^^^^ no item named `Apple` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Xerox` [INFO] [stdout] --> src/ethernet.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | /// IPX [Xerox]. [INFO] [stdout] | ^^^^^ no item named `Xerox` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC7042` [INFO] [stdout] --> src/ethernet.rs:84:45 [INFO] [stdout] | [INFO] [stdout] 84 | /// Internet Protocol version 6 (IPv6) [RFC7042]. [INFO] [stdout] | ^^^^^^^ no item named `RFC7042` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2460` [INFO] [stdout] --> src/ip.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | /// IPv6 Hop-by-Hop Option [RFC2460] [INFO] [stdout] | ^^^^^^^ no item named `RFC2460` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC792` [INFO] [stdout] --> src/ip.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | /// Internet Control Message [RFC792] [INFO] [stdout] | ^^^^^^ no item named `RFC792` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC1112` [INFO] [stdout] --> src/ip.rs:33:36 [INFO] [stdout] | [INFO] [stdout] 33 | /// Internet Group Management [RFC1112] [INFO] [stdout] | ^^^^^^^ no item named `RFC1112` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC823` [INFO] [stdout] --> src/ip.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | /// Gateway-to-Gateway [RFC823] [INFO] [stdout] | ^^^^^^ no item named `RFC823` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2003` [INFO] [stdout] --> src/ip.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | /// IPv4 encapsulation [RFC2003] [INFO] [stdout] | ^^^^^^^ no item named `RFC2003` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC1819` [INFO] [stdout] --> src/ip.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | /// Stream [RFC1190][RFC1819] [INFO] [stdout] | ^^^^^^^ no item named `RFC1819` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC793` [INFO] [stdout] --> src/ip.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | /// Transmission Control [RFC793] [INFO] [stdout] | ^^^^^^ no item named `RFC793` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC888` [INFO] [stdout] --> src/ip.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | /// Exterior Gateway Protocol [RFC888] [INFO] [stdout] | ^^^^^^ no item named `RFC888` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC741` [INFO] [stdout] --> src/ip.rs:60:33 [INFO] [stdout] | [INFO] [stdout] 60 | /// Network Voice Protocol [RFC741] [INFO] [stdout] | ^^^^^^ no item named `RFC741` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC768` [INFO] [stdout] --> src/ip.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 78 | /// User Datagram [RFC768] [INFO] [stdout] | ^^^^^^ no item named `RFC768` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC869` [INFO] [stdout] --> src/ip.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | /// Host Monitoring [RFC869] [INFO] [stdout] | ^^^^^^ no item named `RFC869` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC908` [INFO] [stdout] --> src/ip.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | /// Reliable Data Protocol [RFC908] [INFO] [stdout] | ^^^^^^ no item named `RFC908` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC938` [INFO] [stdout] --> src/ip.rs:111:40 [INFO] [stdout] | [INFO] [stdout] 111 | /// Internet Reliable Transaction [RFC938] [INFO] [stdout] | ^^^^^^ no item named `RFC938` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC905` [INFO] [stdout] --> src/ip.rs:114:41 [INFO] [stdout] | [INFO] [stdout] 114 | /// ISO Transport Protocol Class 4 [RFC905] [INFO] [stdout] | ^^^^^^ no item named `RFC905` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC969` [INFO] [stdout] --> src/ip.rs:117:38 [INFO] [stdout] | [INFO] [stdout] 117 | /// Bulk Data Transfer Protocol [RFC969] [INFO] [stdout] | ^^^^^^ no item named `RFC969` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4340` [INFO] [stdout] --> src/ip.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | /// Datagram Congestion Control Protocol [RFC4340] [INFO] [stdout] | ^^^^^^^ no item named `RFC4340` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2473` [INFO] [stdout] --> src/ip.rs:150:29 [INFO] [stdout] | [INFO] [stdout] 150 | /// IPv6 encapsulation [RFC2473] [INFO] [stdout] | ^^^^^^^ no item named `RFC2473` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3209` [INFO] [stdout] --> src/ip.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | /// Reservation Protocol [RFC2205][RFC3209] [INFO] [stdout] | ^^^^^^^ no item named `RFC3209` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC1701` [INFO] [stdout] --> src/ip.rs:168:40 [INFO] [stdout] | [INFO] [stdout] 168 | /// Generic Routing Encapsulation [RFC1701] [INFO] [stdout] | ^^^^^^^ no item named `RFC1701` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4728` [INFO] [stdout] --> src/ip.rs:171:42 [INFO] [stdout] | [INFO] [stdout] 171 | /// Dynamic Source Routing Protocol [RFC4728] [INFO] [stdout] | ^^^^^^^ no item named `RFC4728` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4303` [INFO] [stdout] --> src/ip.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | /// Encap Security Payload [RFC4303] [INFO] [stdout] | ^^^^^^^ no item named `RFC4303` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4302` [INFO] [stdout] --> src/ip.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | /// Authentication Header [RFC4302] [INFO] [stdout] | ^^^^^^^ no item named `RFC4302` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC1735` [INFO] [stdout] --> src/ip.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | /// NBMA Address Resolution Protocol [RFC1735] [INFO] [stdout] | ^^^^^^^ no item named `RFC1735` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4443` [INFO] [stdout] --> src/ip.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | /// ICMPv6 [RFC4443] [INFO] [stdout] | ^^^^^^^ no item named `RFC4443` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2460` [INFO] [stdout] --> src/ip.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | /// No Next Header for IPv6 [RFC2460] [INFO] [stdout] | ^^^^^^^ no item named `RFC2460` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2460` [INFO] [stdout] --> src/ip.rs:210:39 [INFO] [stdout] | [INFO] [stdout] 210 | /// Destination Options for IPv6 [RFC2460] [INFO] [stdout] | ^^^^^^^ no item named `RFC2460` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2328` [INFO] [stdout] --> src/ip.rs:297:27 [INFO] [stdout] | [INFO] [stdout] 297 | /// OSPFIGP [RFC1583][RFC2328][RFC5340] [INFO] [stdout] | ^^^^^^^ no item named `RFC2328` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5340` [INFO] [stdout] --> src/ip.rs:297:36 [INFO] [stdout] | [INFO] [stdout] 297 | /// OSPFIGP [RFC1583][RFC2328][RFC5340] [INFO] [stdout] | ^^^^^^^ no item named `RFC5340` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3378` [INFO] [stdout] --> src/ip.rs:321:43 [INFO] [stdout] | [INFO] [stdout] 321 | /// Ethernet-within-IP Encapsulation [RFC3378] [INFO] [stdout] | ^^^^^^^ no item named `RFC3378` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC1241` [INFO] [stdout] --> src/ip.rs:324:31 [INFO] [stdout] | [INFO] [stdout] 324 | /// Encapsulation Header [RFC1241] [INFO] [stdout] | ^^^^^^^ no item named `RFC1241` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4601` [INFO] [stdout] --> src/ip.rs:339:41 [INFO] [stdout] | [INFO] [stdout] 339 | /// Protocol Independent Multicast [RFC4601] [INFO] [stdout] | ^^^^^^^ no item named `RFC4601` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC2393` [INFO] [stdout] --> src/ip.rs:354:42 [INFO] [stdout] | [INFO] [stdout] 354 | /// IP Payload Compression Protocol [RFC2393] [INFO] [stdout] | ^^^^^^^ no item named `RFC2393` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5798` [INFO] [stdout] --> src/ip.rs:366:45 [INFO] [stdout] | [INFO] [stdout] 366 | /// Virtual Router Redundancy Protocol [RFC5798] [INFO] [stdout] | ^^^^^^^ no item named `RFC5798` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3931` [INFO] [stdout] --> src/ip.rs:375:39 [INFO] [stdout] | [INFO] [stdout] 375 | /// Layer Two Tunneling Protocol [RFC3931] [INFO] [stdout] | ^^^^^^^ no item named `RFC3931` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC6172` [INFO] [stdout] --> src/ip.rs:429:24 [INFO] [stdout] | [INFO] [stdout] 429 | /// Fibre Channel [RFC6172] [INFO] [stdout] | ^^^^^^^ no item named `RFC6172` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3175` [INFO] [stdout] --> src/ip.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | /// [RFC3175] [INFO] [stdout] | ^^^^^^^ no item named `RFC3175` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC6275` [INFO] [stdout] --> src/ip.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | /// [RFC6275] [INFO] [stdout] | ^^^^^^^ no item named `RFC6275` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3828` [INFO] [stdout] --> src/ip.rs:438:10 [INFO] [stdout] | [INFO] [stdout] 438 | /// [RFC3828] [INFO] [stdout] | ^^^^^^^ no item named `RFC3828` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC4023` [INFO] [stdout] --> src/ip.rs:441:10 [INFO] [stdout] | [INFO] [stdout] 441 | /// [RFC4023] [INFO] [stdout] | ^^^^^^^ no item named `RFC4023` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5498` [INFO] [stdout] --> src/ip.rs:444:26 [INFO] [stdout] | [INFO] [stdout] 444 | /// MANET Protocols [RFC5498] [INFO] [stdout] | ^^^^^^^ no item named `RFC5498` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5201` [INFO] [stdout] --> src/ip.rs:447:33 [INFO] [stdout] | [INFO] [stdout] 447 | /// Host Identity Protocol [RFC5201] [INFO] [stdout] | ^^^^^^^ no item named `RFC5201` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5533` [INFO] [stdout] --> src/ip.rs:450:25 [INFO] [stdout] | [INFO] [stdout] 450 | /// Shim6 Protocol [RFC5533] [INFO] [stdout] | ^^^^^^^ no item named `RFC5533` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5840` [INFO] [stdout] --> src/ip.rs:453:49 [INFO] [stdout] | [INFO] [stdout] 453 | /// Wrapped Encapsulating Security Payload [RFC5840] [INFO] [stdout] | ^^^^^^^ no item named `RFC5840` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5858` [INFO] [stdout] --> src/ip.rs:456:36 [INFO] [stdout] | [INFO] [stdout] 456 | /// Robust Header Compression [RFC5858] [INFO] [stdout] | ^^^^^^^ no item named `RFC5858` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3692` [INFO] [stdout] --> src/ip.rs:459:46 [INFO] [stdout] | [INFO] [stdout] 459 | /// Use for experimentation and testing [RFC3692] [INFO] [stdout] | ^^^^^^^ no item named `RFC3692` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC3692` [INFO] [stdout] --> src/ip.rs:462:46 [INFO] [stdout] | [INFO] [stdout] 462 | /// Use for experimentation and testing [RFC3692] [INFO] [stdout] | ^^^^^^^ no item named `RFC3692` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ethernet.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | /// http://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ip.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | /// http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ipv4.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// http://www.iana.org/assignments/ip-parameters/ip-parameters.xhtml [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vlan.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | /// https://en.wikipedia.org/wiki/IEEE_P802.1p. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.27s [INFO] running `Command { std: "docker" "inspect" "c8256e86abd87f99e88b517fb379f52985ee94c1da2af3dbcf03fbd4f651ea33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8256e86abd87f99e88b517fb379f52985ee94c1da2af3dbcf03fbd4f651ea33", kill_on_drop: false }` [INFO] [stdout] c8256e86abd87f99e88b517fb379f52985ee94c1da2af3dbcf03fbd4f651ea33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/ram-disk/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/ram-disk/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/ram-disk/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/ram-disk/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 9b4dd52d9d3418ae6cfb97e64595e1ffc082d76a4155c5e78055e88e5becd099 [INFO] running `Command { std: "docker" "start" "-a" "9b4dd52d9d3418ae6cfb97e64595e1ffc082d76a4155c5e78055e88e5becd099", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Checking libpacket-core v0.1.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling libpacket-derive v0.1.1 [INFO] [stderr] error: could not compile `libpacket-derive` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.libpacket_derive.3e82659e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.1bphjgv2yr0mhgw4.rcgu.rmeta" "/opt/rustwide/target/debug/deps/libpacket_derive-70b7c97e39b6bfec.54uec0xybv9a3yc1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-28c4c2d962013632.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-78f985b42d6052ac.rlib" "/opt/rustwide/target/debug/deps/libmemchr-baff0e28b2d67d75.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-6b0d70db8e2e112e.rlib" "/opt/rustwide/target/debug/deps/libsyn-99175ce91e88189a.rlib" "/opt/rustwide/target/debug/deps/libquote-dc3adb69f55702af.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-9a37b41b1fcfff72.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-53e66da7b391b858.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-06d71795a05d7cd1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-05b39ac0cb4c5688.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ccaa149b737d6503.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a94a6388c153126b.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1ecfa264246b85c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ee710154a50440b8.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f09986d873ea8592.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f3521e20c99619ab.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-df6036c77d75ce21.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-24f91c1a1dfc7e13.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-bffcc61991adb202.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cf22313353d8663e.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c45fb100f99430e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-0cdc47a8a81950ea.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f1e158606c4c82f6.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0b608b5ef4df0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b8438dc0bcbbcc08.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-70e2ae036775ff2f.rlib" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-815d281f7068a893.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-377835cfab8dae0d.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.61.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/liblibpacket_derive-70b7c97e39b6bfec.so" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9b4dd52d9d3418ae6cfb97e64595e1ffc082d76a4155c5e78055e88e5becd099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b4dd52d9d3418ae6cfb97e64595e1ffc082d76a4155c5e78055e88e5becd099", kill_on_drop: false }` [INFO] [stdout] 9b4dd52d9d3418ae6cfb97e64595e1ffc082d76a4155c5e78055e88e5becd099