[INFO] fetching crate scylla-rs 0.1.6...
[INFO] documenting scylla-rs-0.1.6 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate scylla-rs 0.1.6 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate scylla-rs 0.1.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate scylla-rs 0.1.6
[INFO] tweaked toml for crates.io crate scylla-rs 0.1.6 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate scylla-rs 0.1.6 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate scylla-rs 0.1.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v1.0.29
[INFO] [stderr]   Downloaded tokio-tungstenite v0.14.0
[INFO] [stderr]   Downloaded lz4 v1.23.2
[INFO] [stderr]   Downloaded thiserror-impl v1.0.29
[INFO] [stderr]   Downloaded tokio-macros v1.3.0
[INFO] [stderr]   Downloaded port_scanner v0.1.5
[INFO] [stderr]   Downloaded pin-project-internal v1.0.8
[INFO] [stderr]   Downloaded futures-executor v0.3.17
[INFO] [stderr]   Downloaded dyn-clone v1.0.4
[INFO] [stderr]   Downloaded async-recursion v0.3.2
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.10
[INFO] [stderr]   Downloaded snap v1.0.5
[INFO] [stderr]   Downloaded futures v0.3.17
[INFO] [stderr]   Downloaded async-trait v0.1.51
[INFO] [stderr]   Downloaded tungstenite v0.13.0
[INFO] [stderr]   Downloaded pin-project v1.0.8
[INFO] [stderr]   Downloaded lz4-sys v1.9.2
[INFO] [stderr]   Downloaded libc v0.2.102
[INFO] [stderr]   Downloaded backstage v0.1.1
[INFO] [stderr]   Downloaded tokio v1.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee
[INFO] running `Command { std: "docker" "start" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]     Checking tinyvec v1.4.0
[INFO] [stderr]     Checking slab v0.4.4
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]     Checking unicode-bidi v0.3.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking input_buffer v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling snap v1.0.5
[INFO] [stderr]     Checking port_scanner v0.1.5
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking dyn-clone v1.0.4
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling lz4-sys v1.9.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking thiserror v1.0.29
[INFO] [stderr]     Checking tungstenite v0.13.0
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking serde v1.0.130
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking tokio-tungstenite v0.14.0
[INFO] [stderr]     Checking backstage v0.1.1
[INFO] [stderr]     Checking serde_json v1.0.68
[INFO] [stderr]     Checking lz4 v1.23.2
[INFO] [stderr]  Documenting scylla-rs v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 45 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:50:28
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 50 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 55 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 60 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 65 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:70:28
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 70 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 75 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:80:28
[INFO] [stdout]    |
[INFO] [stdout] 80 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 80 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Read`
[INFO] [stdout]   --> src/cql/murmur3/mod.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// Use the x64 variant of the 128 bit murmur3 to hash some [Read] implementation.
[INFO] [stdout]    |                                                              ^^^^ no item named `Read` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `InsertBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:58
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                          ^^^^^^^^^^^ no item named `InsertBatch` 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 `DeleteBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:75
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^ no item named `DeleteBatch` 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 `UpdateBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:92
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^ no item named `UpdateBatch` 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/cql/frame/batch.rs:141:52
[INFO] [stdout]     |
[INFO] [stdout] 141 |     /// Set the batch type in the Batch frame. See https://cassandra.apache.org/doc/latest/cql/dml.html#batch
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 141 |     /// Set the batch type in the Batch frame. See <https://cassandra.apache.org/doc/latest/cql/dml.html#batch>
[INFO] [stdout]     |                                                    +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 152 |     /// Set the batch type to logged. See https://cassandra.apache.org/doc/latest/cql/dml.html#batch
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 152 |     /// Set the batch type to logged. See <https://cassandra.apache.org/doc/latest/cql/dml.html#batch>
[INFO] [stdout]     |                                           +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:163:45
[INFO] [stdout]     |
[INFO] [stdout] 163 |     /// Set the batch type to unlogged. See https://cassandra.apache.org/doc/latest/cql/dml.html#unlogged-batches
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 163 |     /// Set the batch type to unlogged. See <https://cassandra.apache.org/doc/latest/cql/dml.html#unlogged-batches>
[INFO] [stdout]     |                                             +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:174:44
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// Set the batch type to counter. See https://cassandra.apache.org/doc/latest/cql/dml.html#counter-batches
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// Set the batch type to counter. See <https://cassandra.apache.org/doc/latest/cql/dml.html#counter-batches>
[INFO] [stdout]     |                                            +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `cl`
[INFO] [stdout]    --> src/cql/frame/error.rs:297:17
[INFO] [stdout]     |
[INFO] [stdout] 297 |     /// achieve <cl>.
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `table`
[INFO] [stdout]    --> src/cql/frame/error.rs:394:19
[INFO] [stdout]     |
[INFO] [stdout] 394 |     /// keyspace, <table> will be present but will be the empty string.
[INFO] [stdout]     |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/cql/murmur3/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Modified from https://github.com/stusmall/murmur3
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Modified from <https://github.com/stusmall/murmur3>
[INFO] [stdout]    |                   +                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.48s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/scylla_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting scylla-rs v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 45 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:50:28
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 50 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 55 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 60 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 65 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:70:28
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 70 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 75 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> src/cql/frame/error.rs:80:28
[INFO] [stdout]    |
[INFO] [stdout] 80 |                     &slice[(6 + message.len()..)],
[INFO] [stdout]    |                            ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -                     &slice[(6 + message.len()..)],
[INFO] [stdout] 80 +                     &slice[6 + message.len()..],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Read`
[INFO] [stdout]   --> src/cql/murmur3/mod.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// Use the x64 variant of the 128 bit murmur3 to hash some [Read] implementation.
[INFO] [stdout]    |                                                              ^^^^ no item named `Read` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `InsertBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:58
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                          ^^^^^^^^^^^ no item named `InsertBatch` 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 `DeleteBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:75
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^ no item named `DeleteBatch` 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 `UpdateBatch`
[INFO] [stdout]    --> src/app/access/batch.rs:150:92
[INFO] [stdout]     |
[INFO] [stdout] 150 | /// and qualified for use in a Batch via batch traits ([`InsertBatch`], [`DeleteBatch`], [`UpdateBatch`])
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^ no item named `UpdateBatch` 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/cql/frame/batch.rs:141:52
[INFO] [stdout]     |
[INFO] [stdout] 141 |     /// Set the batch type in the Batch frame. See https://cassandra.apache.org/doc/latest/cql/dml.html#batch
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 141 |     /// Set the batch type in the Batch frame. See <https://cassandra.apache.org/doc/latest/cql/dml.html#batch>
[INFO] [stdout]     |                                                    +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 152 |     /// Set the batch type to logged. See https://cassandra.apache.org/doc/latest/cql/dml.html#batch
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 152 |     /// Set the batch type to logged. See <https://cassandra.apache.org/doc/latest/cql/dml.html#batch>
[INFO] [stdout]     |                                           +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:163:45
[INFO] [stdout]     |
[INFO] [stdout] 163 |     /// Set the batch type to unlogged. See https://cassandra.apache.org/doc/latest/cql/dml.html#unlogged-batches
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 163 |     /// Set the batch type to unlogged. See <https://cassandra.apache.org/doc/latest/cql/dml.html#unlogged-batches>
[INFO] [stdout]     |                                             +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cql/frame/batch.rs:174:44
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// Set the batch type to counter. See https://cassandra.apache.org/doc/latest/cql/dml.html#counter-batches
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// Set the batch type to counter. See <https://cassandra.apache.org/doc/latest/cql/dml.html#counter-batches>
[INFO] [stdout]     |                                            +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/cql/murmur3/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Modified from https://github.com/stusmall/murmur3
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Modified from <https://github.com/stusmall/murmur3>
[INFO] [stdout]    |                   +                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/scylla_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee", kill_on_drop: false }`
[INFO] [stdout] 33639f2af6f878a36a557255035fb4311121da2b8de3140e3bb7a8e9463ee2ee
