Dec 02 00:52:39.906 INFO documenting wurl-0.1.0 against master#147e60c5f89cfa2d3ffc247413956a37582c98e7 for pr-55318-1 Dec 02 00:52:39.906 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-7/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55318-1/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/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 +147e60c5f89cfa2d3ffc247413956a37582c98e7-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"` Dec 02 00:52:40.316 INFO [stdout] eff584eedde2b8c71fd91e927224ebabf159423acbfa5eccab5def2d1dc3c44a Dec 02 00:52:40.318 INFO running `"docker" "start" "-a" "eff584eedde2b8c71fd91e927224ebabf159423acbfa5eccab5def2d1dc3c44a"` Dec 02 00:52:42.144 INFO [stderr] usermod: no changes Dec 02 00:52:42.316 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 02 00:52:42.316 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 02 00:52:42.316 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 02 00:52:42.316 INFO [stderr] files will be included as a binary target: Dec 02 00:52:42.316 INFO [stderr] Dec 02 00:52:42.316 INFO [stderr] * /source/src/bin/app.rs Dec 02 00:52:42.316 INFO [stderr] * /source/src/bin/messages.rs Dec 02 00:52:42.316 INFO [stderr] Dec 02 00:52:42.316 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 02 00:52:42.316 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 02 00:52:42.316 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 02 00:52:42.316 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 02 00:52:42.316 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 02 00:52:42.316 INFO [stderr] Dec 02 00:52:42.316 INFO [stderr] For more information on this warning you can consult Dec 02 00:52:42.316 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 02 00:52:42.453 INFO [stderr] Compiling sha1 v0.6.0 Dec 02 00:52:42.460 INFO [stderr] Compiling termcolor v0.3.6 Dec 02 00:52:42.468 INFO [stderr] Compiling rprompt v1.0.3 Dec 02 00:52:42.512 INFO [stderr] Compiling iovec v0.1.2 Dec 02 00:52:42.512 INFO [stderr] Compiling net2 v0.2.33 Dec 02 00:52:42.512 INFO [stderr] Compiling time v0.1.40 Dec 02 00:52:42.512 INFO [stderr] Compiling atty v0.2.11 Dec 02 00:52:42.512 INFO [stderr] Compiling rand v0.4.3 Dec 02 00:52:45.863 INFO [stderr] Compiling openssl-sys v0.9.39 Dec 02 00:52:45.863 INFO [stderr] Compiling clap v2.32.0 Dec 02 00:52:45.876 INFO [stderr] Compiling bytes v0.4.11 Dec 02 00:52:45.944 INFO [stderr] Checking mio-extras v2.0.5 Dec 02 00:52:51.524 INFO [stderr] Checking stderrlog v0.3.0 Dec 02 00:52:51.628 INFO [stderr] Checking ws v0.7.9 Dec 02 00:52:51.628 INFO [stderr] Compiling mio v0.6.16 Dec 02 00:52:51.679 INFO [stderr] Compiling chrono v0.4.6 Dec 02 00:52:54.508 INFO [stderr] Compiling openssl v0.10.15 Dec 02 00:53:20.996 INFO [stderr] Compiling wurl v0.1.0 (/source) Dec 02 00:53:23.265 INFO [stderr] Documenting wurl v0.1.0 (/source) Dec 02 00:53:26.440 INFO [stderr] warning: `[s]` cannot be resolved, ignoring it... Dec 02 00:53:26.440 INFO [stderr] --> src/network/handler.rs:208:64 Dec 02 00:53:26.440 INFO [stderr] | Dec 02 00:53:26.440 INFO [stderr] 208 | /// Parses an Origin string from a websocket URL, replacing ws[s] with http[s]. Dec 02 00:53:26.440 INFO [stderr] | ^ cannot be resolved, ignoring Dec 02 00:53:26.440 INFO [stderr] | Dec 02 00:53:26.440 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Dec 02 00:53:26.440 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 00:53:26.440 INFO [stderr] Dec 02 00:53:26.440 INFO [stderr] warning: `[s]` cannot be resolved, ignoring it... Dec 02 00:53:26.440 INFO [stderr] --> src/network/handler.rs:208:77 Dec 02 00:53:26.440 INFO [stderr] | Dec 02 00:53:26.440 INFO [stderr] 208 | /// Parses an Origin string from a websocket URL, replacing ws[s] with http[s]. Dec 02 00:53:26.440 INFO [stderr] | ^ cannot be resolved, ignoring Dec 02 00:53:26.440 INFO [stderr] | Dec 02 00:53:26.440 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 00:53:26.440 INFO [stderr] Dec 02 00:53:26.440 INFO [stderr] warning: `[ping]` cannot be resolved, ignoring it... Dec 02 00:53:26.440 INFO [stderr] --> src/util/options.rs:49:55 Dec 02 00:53:26.441 INFO [stderr] | Dec 02 00:53:26.441 INFO [stderr] 49 | /// with the type of control frame, for example "[ping]", and further Dec 02 00:53:26.441 INFO [stderr] | ^^^^ cannot be resolved, ignoring Dec 02 00:53:26.441 INFO [stderr] | Dec 02 00:53:26.441 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 00:53:26.441 INFO [stderr] Dec 02 00:53:26.530 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.35s Dec 02 00:53:26.542 INFO [stderr] su: No module specific data is present Dec 02 00:53:27.716 INFO running `"docker" "inspect" "eff584eedde2b8c71fd91e927224ebabf159423acbfa5eccab5def2d1dc3c44a"` Dec 02 00:53:28.034 INFO running `"docker" "rm" "-f" "eff584eedde2b8c71fd91e927224ebabf159423acbfa5eccab5def2d1dc3c44a"` Dec 02 00:53:28.472 INFO [stdout] eff584eedde2b8c71fd91e927224ebabf159423acbfa5eccab5def2d1dc3c44a