Nov 28 15:38:00.489 INFO documenting carrier-cli-0.2.0 against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 28 15:38:00.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-2/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 15:38:00.684 INFO [stdout] 7b0e36e0b2080cf3a5c6e0dfa8ea84bbe76ebaab9697dc9681f34fe0f038b18e Nov 28 15:38:00.687 INFO running `"docker" "start" "-a" "7b0e36e0b2080cf3a5c6e0dfa8ea84bbe76ebaab9697dc9681f34fe0f038b18e"` Nov 28 15:38:01.246 INFO [stderr] usermod: no changes Nov 28 15:38:01.747 INFO [stderr] Compiling subtle v0.7.1 Nov 28 15:38:01.747 INFO [stderr] Checking bs58 v0.2.2 Nov 28 15:38:01.759 INFO [stderr] Compiling rand v0.5.5 Nov 28 15:38:01.759 INFO [stderr] Checking hpack v0.3.0 Nov 28 15:38:01.759 INFO [stderr] Compiling bytes v0.4.11 Nov 28 15:38:01.762 INFO [stderr] Checking prost v0.4.0 Nov 28 15:38:08.400 INFO [stderr] Checking parking_lot_core v0.3.1 Nov 28 15:38:08.913 INFO [stderr] Compiling prost-types v0.4.0 Nov 28 15:38:11.303 INFO [stderr] Compiling curve25519-dalek v0.19.1 Nov 28 15:38:11.303 INFO [stderr] Compiling curve25519-dalek v0.20.0 Nov 28 15:38:11.400 INFO [stderr] Checking parking_lot v0.6.4 Nov 28 15:38:13.727 INFO [stderr] Checking tokio-reactor v0.1.7 Nov 28 15:38:17.875 INFO [stderr] Compiling prost-build v0.4.0 Nov 28 15:38:19.452 INFO [stderr] Checking tokio-udp v0.1.3 Nov 28 15:38:19.452 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 28 15:38:19.452 INFO [stderr] Checking tokio-uds v0.2.4 Nov 28 15:38:19.452 INFO [stderr] Checking tokio-file-unix v0.5.1 Nov 28 15:38:20.003 INFO [stderr] Checking ed25519-dalek v0.8.1 Nov 28 15:38:20.643 INFO [stderr] Checking x25519-dalek v0.3.0 Nov 28 15:38:23.814 INFO [stderr] Checking snow v0.4.0 Nov 28 15:38:27.993 INFO [stderr] Checking tokio v0.1.13 Nov 28 15:38:27.993 INFO [stderr] Checking trust-dns-proto v0.5.0 Nov 28 15:38:29.199 INFO [stderr] Compiling carrier v0.2.0 Nov 28 15:38:35.703 INFO [stderr] Checking trust-dns-resolver v0.10.0 Nov 28 15:38:45.355 INFO [stderr] Documenting carrier-cli v0.2.0 (/source) Nov 28 15:38:53.076 INFO [stderr] warning: `[Record]` cannot be resolved, ignoring it... Nov 28 15:38:53.077 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.5.0/src/op/message.rs:663:67 Nov 28 15:38:53.077 INFO [stderr] | Nov 28 15:38:53.077 INFO [stderr] 663 | /// The message taken in should be processed and then return [`Record`]s which should be Nov 28 15:38:53.077 INFO [stderr] | ^^^^^^^^ cannot be resolved, ignoring Nov 28 15:38:53.078 INFO [stderr] | Nov 28 15:38:53.078 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 28 15:38:53.078 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 15:38:53.079 INFO [stderr] Nov 28 15:38:53.087 INFO [stderr] warning: `[u8]` cannot be resolved, ignoring it... Nov 28 15:38:53.087 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rust-crypto-0.2.36/src/mac.rs:36:5 Nov 28 15:38:53.087 INFO [stderr] | Nov 28 15:38:53.087 INFO [stderr] 36 | / /** Nov 28 15:38:53.087 INFO [stderr] 37 | | * Obtain the result of a Mac computation as [u8]. This method should be used very carefully Nov 28 15:38:53.087 INFO [stderr] 38 | | * since incorrect use of the Mac code could result in permitting a timing attack which defeats Nov 28 15:38:53.087 INFO [stderr] 39 | | * the security provided by a Mac function. Nov 28 15:38:53.087 INFO [stderr] 40 | | */ Nov 28 15:38:53.087 INFO [stderr] | |_______^ Nov 28 15:38:53.087 INFO [stderr] | Nov 28 15:38:53.087 INFO [stderr] = note: the link appears in this line: Nov 28 15:38:53.087 INFO [stderr] Nov 28 15:38:53.087 INFO [stderr] Obtain the result of a Mac computation as [u8]. This method should be used very carefully Nov 28 15:38:53.087 INFO [stderr] ^^ Nov 28 15:38:53.087 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 15:38:53.087 INFO [stderr] Nov 28 15:38:53.223 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.98s Nov 28 15:38:53.247 INFO [stderr] su: No module specific data is present Nov 28 15:38:53.614 INFO running `"docker" "inspect" "7b0e36e0b2080cf3a5c6e0dfa8ea84bbe76ebaab9697dc9681f34fe0f038b18e"` Nov 28 15:38:53.744 INFO running `"docker" "rm" "-f" "7b0e36e0b2080cf3a5c6e0dfa8ea84bbe76ebaab9697dc9681f34fe0f038b18e"` Nov 28 15:38:53.975 INFO [stdout] 7b0e36e0b2080cf3a5c6e0dfa8ea84bbe76ebaab9697dc9681f34fe0f038b18e