Build #1931548 2025-03-31 07:41:23
# rustc version
rustc 1.88.0-nightly (fedf10752 2025-03-30)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tripcode-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tripcode-0.2.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250330-1.88.0-nightly-fedf10752\", \"--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}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9e929f007f549658a3d342ccb0da001749e57579e3b533adf1f0a67b75b51931
[INFO] running `Command { std: "docker" "start" "-a" "9e929f007f549658a3d342ccb0da001749e57579e3b533adf1f0a67b75b51931", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting tripcode v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/util.rs:152:22
[INFO] [stderr] |
[INFO] [stderr] 152 | d @ 0...0x3F => d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 158 | Some((try_dec!(salt1) << 26) | (try_dec!(salt2) << 18))
[INFO] [stderr] | --------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/util.rs:152:22
[INFO] [stderr] |
[INFO] [stderr] 152 | d @ 0...0x3F => d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 158 | Some((try_dec!(salt1) << 26) | (try_dec!(salt2) << 18))
[INFO] [stderr] | --------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 274 | ret |= try_dec!(enc_dec::Crypt::decode(c));
[INFO] [stderr] | ----------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 277 | ret |= try_dec!(enc_dec::CryptLastChar::decode(tripcode[9]));
[INFO] [stderr] | ----------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 331 | ret.0 |= try_dec!(enc_dec::Base64::decode(c));
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 335 | let d11 = try_dec!(enc_dec::Base64::decode(tripcode[10]));
[INFO] [stderr] | ----------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 337 | ret.1 = (d11 << 6 | try_dec!(enc_dec::Base64::decode(tripcode[11]))) as u8;
[INFO] [stderr] | ----------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 496 | ret.0 |= try_dec!(D::decode(c));
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 502 | ret.1 |= try_dec!(D::decode(c)) as u32;
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 599 | ret.0 |= try_dec_kana!(iter) as u64;
[INFO] [stderr] | ------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` which comes from the expansion of the macro `try_dec_kana` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/hash/mod.rs:86:14
[INFO] [stderr] |
[INFO] [stderr] 86 | 0...0x3F => $d,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 605 | ret.1 |= try_dec_kana!(iter) as u32;
[INFO] [stderr] | ------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_dec` which comes from the expansion of the macro `try_dec_kana` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:533:26
[INFO] [stderr] |
[INFO] [stderr] 533 | x @ 0...0xF => x,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 542 | let byte = (try_hex!(d1) << 4) | try_hex!(d0);
[INFO] [stderr] | ------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_hex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:533:26
[INFO] [stderr] |
[INFO] [stderr] 533 | x @ 0...0xF => x,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 542 | let byte = (try_hex!(d1) << 4) | try_hex!(d0);
[INFO] [stderr] | ------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: this warning originates in the macro `try_hex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:256:7
[INFO] [stderr] |
[INFO] [stderr] 256 | /// * https://osdn.jp/projects/naniya/wiki/2chtrip (Japanese)
[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] 256 | /// * <https://osdn.jp/projects/naniya/wiki/2chtrip> (Japanese)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `tripcode` (lib doc) generated 16 warnings (2 duplicates) (run `cargo fix --lib -p tripcode` to apply 14 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tripcode/index.html
[INFO] running `Command { std: "docker" "inspect" "9e929f007f549658a3d342ccb0da001749e57579e3b533adf1f0a67b75b51931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e929f007f549658a3d342ccb0da001749e57579e3b533adf1f0a67b75b51931", kill_on_drop: false }`
[INFO] [stdout] 9e929f007f549658a3d342ccb0da001749e57579e3b533adf1f0a67b75b51931