Build #1505930 2024-11-07T17:30:13.361397+00:00
# rustc version
rustc 1.84.0-nightly (854980293 2024-11-06)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/hashers-1.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/hashers-1.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241106-1.84.0-nightly-854980293\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] d4e883cea0dca89e73bff6a31c50074b411cbd97b215ef8fc9b9535786e8f8f8
[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" "d4e883cea0dca89e73bff6a31c50074b411cbd97b215ef8fc9b9535786e8f8f8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anagrams-hashmap, chi2, kolmogorov-smirnov
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting hashers v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr] --> src/pigeon.rs:70:5
[INFO] [stderr] |
[INFO] [stderr] 70 | (x.wrapping_shl(32) | x.wrapping_shr(32))
[INFO] [stderr] | ^ ^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 70 - (x.wrapping_shl(32) | x.wrapping_shr(32))
[INFO] [stderr] 70 + x.wrapping_shl(32) | x.wrapping_shr(32)
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:123:7
[INFO] [stderr] |
[INFO] [stderr] 123 | //! - http://www.cse.yorku.ca/~oz/hash.html Oz's Hash functions. (oz)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 123 | //! - <http://www.cse.yorku.ca/>~oz/hash.html Oz's Hash functions. (oz)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:124:7
[INFO] [stderr] |
[INFO] [stderr] 124 | //! - http://www.burtleburtle.net/bob/hash/doobs.html Bob Jenkins'
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 124 | //! - <http://www.burtleburtle.net/bob/hash/doobs.html> Bob Jenkins'
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:126:7
[INFO] [stderr] |
[INFO] [stderr] 126 | //! - http://burtleburtle.net/bob/hash/spooky.html Jenkin's SpookyHash. (jenkins::spooky_hash)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 126 | //! - <http://burtleburtle.net/bob/hash/spooky.html> Jenkin's SpookyHash. (jenkins::spooky_hash)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:128:7
[INFO] [stderr] |
[INFO] [stderr] 128 | //! - https://github.com/cbreeden/fxhash A fast, non-secure, hashing algorithm derived from an
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 128 | //! - <https://github.com/cbreeden/fxhash> A fast, non-secure, hashing algorithm derived from an
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:130:7
[INFO] [stderr] |
[INFO] [stderr] 130 | //! - http://www.isthe.com/chongo/tech/comp/fnv/ The Fowler/Noll/Vo hash algorithm. (fnv)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 130 | //! - <http://www.isthe.com/chongo/tech/comp/fnv/> The Fowler/Noll/Vo hash algorithm. (fnv)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:183:7
[INFO] [stderr] |
[INFO] [stderr] 183 | //! - https://maniagnosis.crsr.net/2013/02/creating-letterpress-cheating-program.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 183 | //! - <https://maniagnosis.crsr.net/2013/02/creating-letterpress-cheating-program.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:184:7
[INFO] [stderr] |
[INFO] [stderr] 184 | //! - https://maniagnosis.crsr.net/2014/01/letterpress-cheating-in-rust-09.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 184 | //! - <https://maniagnosis.crsr.net/2014/01/letterpress-cheating-in-rust-09.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:185:7
[INFO] [stderr] |
[INFO] [stderr] 185 | //! - https://maniagnosis.crsr.net/2016/01/letterpress-cheating-in-rust-16-how.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 185 | //! - <https://maniagnosis.crsr.net/2016/01/letterpress-cheating-in-rust-16-how.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:1:10
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From http://www.burtleburtle.net/bob/hash/doobs.html.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From <http://www.burtleburtle.net/bob/hash/doobs.html.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | //! https://en.wikipedia.org/wiki/Jenkins_hash_function.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 4 | //! <https://en.wikipedia.org/wiki/Jenkins_hash_function.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/spooky_hash.rs:1:10
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From http://burtleburtle.net/bob/hash/spooky.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From <http://burtleburtle.net/bob/hash/spooky.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/spooky_hash.rs:3:30
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Quoted comments are from http://burtleburtle.net/bob/c/SpookyV2.h or
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Quoted comments are from <http://burtleburtle.net/bob/c/SpookyV2.h> or
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/spooky_hash.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | //! http://burtleburtle.net/bob/c/SpookyV2.cpp
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 4 | //! <http://burtleburtle.net/bob/c/SpookyV2.cpp>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/spooky_hash.rs:389:10
[INFO] [stderr] |
[INFO] [stderr] 389 | /// From http://burtleburtle.net/bob/hash/spooky.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 389 | /// From <http://burtleburtle.net/bob/hash/spooky.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:20:10
[INFO] [stderr] |
[INFO] [stderr] 20 | /// From http://www.burtleburtle.net/bob/hash/doobs.html:
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 20 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:81:10
[INFO] [stderr] |
[INFO] [stderr] 81 | /// From http://www.burtleburtle.net/bob/hash/doobs.html:
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 81 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:83:10
[INFO] [stderr] |
[INFO] [stderr] 83 | /// > ...http://burtleburtle.net/bob/c/lookup3.c (2006) is about 2
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 83 | /// > ...<http://burtleburtle.net/bob/c/lookup3.c> (2006) is about 2
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:88:25
[INFO] [stderr] |
[INFO] [stderr] 88 | /// > as "My Hash", see http://burtleburtle.net/bob/c/lookup3.c.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 88 | /// > as "My Hash", see <http://burtleburtle.net/bob/c/lookup3.c.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jenkins/mod.rs:143:9
[INFO] [stderr] |
[INFO] [stderr] 143 | /// See http://www.burtleburtle.net/bob/c/lookup3.c.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 143 | /// See <http://www.burtleburtle.net/bob/c/lookup3.c.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:1:40
[INFO] [stderr] |
[INFO] [stderr] 1 | //! # Hash functions by Steven Pigeon (https://hbfs.wordpress.com/)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1 | //! # Hash functions by Steven Pigeon (<https://hbfs.wordpress.com/>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:5:7
[INFO] [stderr] |
[INFO] [stderr] 5 | //! * https://hbfs.wordpress.com/2015/09/29/hash-functions-part-i/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 5 | //! * <https://hbfs.wordpress.com/2015/09/29/hash-functions-part-i/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:6:7
[INFO] [stderr] |
[INFO] [stderr] 6 | //! * https://hbfs.wordpress.com/2015/10/06/the-anatomy-of-hash-functions-hash-functions-part-ii/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 6 | //! * <https://hbfs.wordpress.com/2015/10/06/the-anatomy-of-hash-functions-hash-functions-part-ii/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:7:7
[INFO] [stderr] |
[INFO] [stderr] 7 | //! * https://hbfs.wordpress.com/2015/10/13/testing-hash-functions-hash-functions-part-iii/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 7 | //! * <https://hbfs.wordpress.com/2015/10/13/testing-hash-functions-hash-functions-part-iii/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:8:7
[INFO] [stderr] |
[INFO] [stderr] 8 | //! * https://hbfs.wordpress.com/2015/10/20/three-bad-functions-hash-functions-part-iv/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 8 | //! * <https://hbfs.wordpress.com/2015/10/20/three-bad-functions-hash-functions-part-iv/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:9:7
[INFO] [stderr] |
[INFO] [stderr] 9 | //! * https://hbfs.wordpress.com/2015/10/27/three-somewhat-better-functions-hash-functions-part-v/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 9 | //! * <https://hbfs.wordpress.com/2015/10/27/three-somewhat-better-functions-hash-functions-part-v/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:10:7
[INFO] [stderr] |
[INFO] [stderr] 10 | //! * https://hbfs.wordpress.com/2015/11/17/and-a-good-one-hash-functions-part-vi/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 10 | //! * <https://hbfs.wordpress.com/2015/11/17/and-a-good-one-hash-functions-part-vi/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/pigeon.rs:14:7
[INFO] [stderr] |
[INFO] [stderr] 14 | //! * https://hbfs.wordpress.com/2011/11/08/mild-obfuscation/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 14 | //! * <https://hbfs.wordpress.com/2011/11/08/mild-obfuscation/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/oz.rs:1:10
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From http://www.cse.yorku.ca/~oz/hash.html.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1 | //! From <http://www.cse.yorku.ca/>~oz/hash.html.
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/oz.rs:27:10
[INFO] [stderr] |
[INFO] [stderr] 27 | /// From http://www.cse.yorku.ca/~oz/hash.html:
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 27 | /// From <http://www.cse.yorku.ca/>~oz/hash.html:
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/oz.rs:36:10
[INFO] [stderr] |
[INFO] [stderr] 36 | /// From http://www.burtleburtle.net/bob/hash/doobs.html:
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 36 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/oz.rs:97:10
[INFO] [stderr] |
[INFO] [stderr] 97 | /// From http://www.cse.yorku.ca/~oz/hash.html:
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 97 | /// From <http://www.cse.yorku.ca/>~oz/hash.html:
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/oz.rs:154:10
[INFO] [stderr] |
[INFO] [stderr] 154 | /// From http://www.cse.yorku.ca/~oz/hash.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 154 | /// From <http://www.cse.yorku.ca/>~oz/hash.html
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:285:10
[INFO] [stderr] |
[INFO] [stderr] 285 | /// From https://github.com/cbreeden/fxhash
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 285 | /// From <https://github.com/cbreeden/fxhash>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:396:5
[INFO] [stderr] |
[INFO] [stderr] 396 | /// http://www.isthe.com/chongo/tech/comp/fnv/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 396 | /// <http://www.isthe.com/chongo/tech/comp/fnv/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `hashers` (lib doc) generated 35 warnings (run `cargo fix --lib -p hashers` to apply 35 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr] Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/hashers/index.html
[INFO] running `Command { std: "docker" "inspect" "d4e883cea0dca89e73bff6a31c50074b411cbd97b215ef8fc9b9535786e8f8f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4e883cea0dca89e73bff6a31c50074b411cbd97b215ef8fc9b9535786e8f8f8", kill_on_drop: false }`
[INFO] [stdout] d4e883cea0dca89e73bff6a31c50074b411cbd97b215ef8fc9b9535786e8f8f8