[INFO] fetching crate fdt 0.0.1... [INFO] documenting fdt-0.0.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate fdt 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate fdt 0.0.1 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 fdt 0.0.1 [INFO] finished tweaking crates.io crate fdt 0.0.1 [INFO] tweaked toml for crates.io crate fdt 0.0.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 106afa7b830755efba6a16b68c6f8e96f0678b1cacfc350f94b2fd975ea8eed0 [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" "106afa7b830755efba6a16b68c6f8e96f0678b1cacfc350f94b2fd975ea8eed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "106afa7b830755efba6a16b68c6f8e96f0678b1cacfc350f94b2fd975ea8eed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "106afa7b830755efba6a16b68c6f8e96f0678b1cacfc350f94b2fd975ea8eed0", kill_on_drop: false }` [INFO] [stdout] 106afa7b830755efba6a16b68c6f8e96f0678b1cacfc350f94b2fd975ea8eed0 [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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4800bb3f635537bd047f6013a01cfaa13515dbbda4a4bd32245557bbb60a05c9 [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" "4800bb3f635537bd047f6013a01cfaa13515dbbda4a4bd32245557bbb60a05c9", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Documenting fdt v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/header.rs:108:23 [INFO] [stdout] | [INFO] [stdout] 108 | MIN_COMPAT_VERSION ... MAX_COMPAT_VERSION => Ok(()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[no_std]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:26:57 [INFO] [stdout] | [INFO] [stdout] 26 | /// For the time being the interface is read only and '[no_std]' with no heap [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/property.rs:127:39 [INFO] [stdout] | [INFO] [stdout] 127 | /// Filters on properties with name [name] [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: `[path]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/property.rs:130:33 [INFO] [stdout] | [INFO] [stdout] 130 | /// nodes with names matching [path] [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | /// Filters on nodes with name [name] [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: `[path]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:458:33 [INFO] [stdout] | [INFO] [stdout] 458 | /// nodes with names matching [path] [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: `[compatible]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:471:40 [INFO] [stdout] | [INFO] [stdout] 471 | /// Filters on nodes compatible with [compatible]. [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: `[compatible]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:474:57 [INFO] [stdout] | [INFO] [stdout] 474 | /// nodes with a 'compatible' property containing the [compatible] argument. [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: `[property]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:484:33 [INFO] [stdout] | [INFO] [stdout] 484 | /// Filters on nodes based on [property]. [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: `[property]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:488:20 [INFO] [stdout] | [INFO] [stdout] 488 | /// the value of [property]. [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: `[phandle]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:498:29 [INFO] [stdout] | [INFO] [stdout] 498 | /// Returns the node with [phandle] if it is iterated by this iterator. [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:21:39 [INFO] [stdout] | [INFO] [stdout] 21 | /// Checks if the node name matches [name] [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | /// If [name] contains an address part ('@' and anything after that), this [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | /// Otherwise any nodes with the name [name] will match regardless of address part. [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: `[name]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | /// Returns the property with name [name]. [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: `[compatible]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:104:16 [INFO] [stdout] | [INFO] [stdout] 104 | /// Tests if [compatible] is contained in the nodes [compatible] property. [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: `[compatible]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:104:55 [INFO] [stdout] | [INFO] [stdout] 104 | /// Tests if [compatible] is contained in the nodes [compatible] property. [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: `[combatible]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:106:36 [INFO] [stdout] | [INFO] [stdout] 106 | /// If the node doesn't have the [combatible] property, false is returned. [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: `[Formatter]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:144:47 [INFO] [stdout] | [INFO] [stdout] 144 | /// Formats the full path of this node on a [Formatter] [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: `[subnodes]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:157:50 [INFO] [stdout] | [INFO] [stdout] 157 | /// node. For iteration over all subnodes, use [subnodes()]. [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: `[depth]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | /// Returns the supernode with [depth]. [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: `[depth]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/node.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 168 | /// Returns None if [depth] is deeper than or equal to the node. [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: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "4800bb3f635537bd047f6013a01cfaa13515dbbda4a4bd32245557bbb60a05c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4800bb3f635537bd047f6013a01cfaa13515dbbda4a4bd32245557bbb60a05c9", kill_on_drop: false }` [INFO] [stdout] 4800bb3f635537bd047f6013a01cfaa13515dbbda4a4bd32245557bbb60a05c9