Nov 28 07:11:02.559 INFO documenting wurl-0.1.0 against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 28 07:11:02.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-5/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55318/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/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 +6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb-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 07:11:03.056 INFO [stdout] 82a240a085d3a8afb4b3352716cfd00c3570e53638d1f944d8f3af4c2b637334 Nov 28 07:11:03.058 INFO running `"docker" "start" "-a" "82a240a085d3a8afb4b3352716cfd00c3570e53638d1f944d8f3af4c2b637334"` Nov 28 07:11:05.102 INFO [stderr] usermod: no changes Nov 28 07:11:05.259 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 28 07:11:05.259 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 28 07:11:05.259 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 28 07:11:05.259 INFO [stderr] files will be included as a binary target: Nov 28 07:11:05.259 INFO [stderr] Nov 28 07:11:05.259 INFO [stderr] * /source/src/bin/app.rs Nov 28 07:11:05.259 INFO [stderr] * /source/src/bin/messages.rs Nov 28 07:11:05.259 INFO [stderr] Nov 28 07:11:05.259 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 28 07:11:05.259 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 28 07:11:05.259 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 28 07:11:05.259 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 28 07:11:05.259 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 28 07:11:05.259 INFO [stderr] Nov 28 07:11:05.259 INFO [stderr] For more information on this warning you can consult Nov 28 07:11:05.259 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 28 07:11:05.400 INFO [stderr] Compiling sha1 v0.6.0 Nov 28 07:11:05.400 INFO [stderr] Compiling termcolor v0.3.6 Nov 28 07:11:05.400 INFO [stderr] Compiling rprompt v1.0.3 Nov 28 07:11:05.478 INFO [stderr] Compiling iovec v0.1.2 Nov 28 07:11:05.482 INFO [stderr] Compiling net2 v0.2.33 Nov 28 07:11:05.484 INFO [stderr] Compiling time v0.1.40 Nov 28 07:11:05.485 INFO [stderr] Compiling rand v0.4.3 Nov 28 07:11:05.486 INFO [stderr] Compiling openssl-sys v0.9.39 Nov 28 07:11:09.764 INFO [stderr] Compiling bytes v0.4.11 Nov 28 07:11:09.766 INFO [stderr] Checking mio-extras v2.0.5 Nov 28 07:11:09.841 INFO [stderr] Checking stderrlog v0.3.0 Nov 28 07:11:15.395 INFO [stderr] Compiling mio v0.6.16 Nov 28 07:11:15.427 INFO [stderr] Checking ws v0.7.9 Nov 28 07:11:15.451 INFO [stderr] Compiling openssl v0.10.15 Nov 28 07:11:15.578 INFO [stderr] Compiling chrono v0.4.6 Nov 28 07:11:35.853 INFO [stderr] Compiling wurl v0.1.0 (/source) Nov 28 07:11:38.304 INFO [stderr] Documenting wurl v0.1.0 (/source) Nov 28 07:11:41.487 INFO [stderr] warning: `[s]` cannot be resolved, ignoring it... Nov 28 07:11:41.488 INFO [stderr] --> src/network/handler.rs:208:64 Nov 28 07:11:41.488 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] 208 | /// Parses an Origin string from a websocket URL, replacing ws[s] with http[s]. Nov 28 07:11:41.495 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 07:11:41.495 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 28 07:11:41.495 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 07:11:41.495 INFO [stderr] Nov 28 07:11:41.495 INFO [stderr] warning: `[s]` cannot be resolved, ignoring it... Nov 28 07:11:41.495 INFO [stderr] --> src/network/handler.rs:208:77 Nov 28 07:11:41.495 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] 208 | /// Parses an Origin string from a websocket URL, replacing ws[s] with http[s]. Nov 28 07:11:41.495 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 07:11:41.495 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 07:11:41.495 INFO [stderr] Nov 28 07:11:41.495 INFO [stderr] warning: `[ping]` cannot be resolved, ignoring it... Nov 28 07:11:41.495 INFO [stderr] --> src/util/options.rs:49:55 Nov 28 07:11:41.495 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] 49 | /// with the type of control frame, for example "[ping]", and further Nov 28 07:11:41.495 INFO [stderr] | ^^^^ cannot be resolved, ignoring Nov 28 07:11:41.495 INFO [stderr] | Nov 28 07:11:41.495 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 07:11:41.495 INFO [stderr] Nov 28 07:11:41.602 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.46s Nov 28 07:11:41.627 INFO [stderr] su: No module specific data is present Nov 28 07:11:42.380 INFO running `"docker" "inspect" "82a240a085d3a8afb4b3352716cfd00c3570e53638d1f944d8f3af4c2b637334"` Nov 28 07:11:42.666 INFO running `"docker" "rm" "-f" "82a240a085d3a8afb4b3352716cfd00c3570e53638d1f944d8f3af4c2b637334"` Nov 28 07:11:43.007 INFO [stdout] 82a240a085d3a8afb4b3352716cfd00c3570e53638d1f944d8f3af4c2b637334