hyperbuild 0.0.31

Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling
Build #214569 2020-01-20T09:48:55.961042+00:00
# rustc version
rustc 1.42.0-nightly (c0e02ad72 2020-01-19)
# docs.rs version
docsrs 0.6.0 (7e16fc6 2020-01-15)

# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/hyperbuild-0.0.31/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/hyperbuild-0.0.31/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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200119-1.42.0-nightly-c0e02ad72 --static-root-path / --extern-html-root-url fastrie=https://docs.rs/fastrie/0.0.6 --extern-html-root-url structopt=https://docs.rs/structopt/0.3.8 --extern-html-root-url cascade=https://docs.rs/cascade/0.1.4 --extern-html-root-url phf=https://docs.rs/phf/0.8.0 --extern-html-root-url serde_json=https://docs.rs/serde_json/1.0.44 --extern-html-root-url serde=https://docs.rs/serde/1.0.104" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5068ef3c882b5b5f55f4e637860bc75775d90c855b77be8807633500ed07cb4d
[INFO] running `"docker" "start" "-a" "5068ef3c882b5b5f55f4e637860bc75775d90c855b77be8807633500ed07cb4d"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling siphasher v0.3.1
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]    Compiling fastrie v0.0.6
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking cascade v0.1.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling syn-mid v0.4.0
[INFO] [stderr]    Compiling rustversion v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling proc-macro-error v0.4.5
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.5
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling structopt-derive v0.4.1
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking structopt v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.44
[INFO] [stderr]    Compiling hyperbuild v0.0.31 (/opt/rustwide/workdir)
[INFO] [stderr] warning: function is never used: `camel_case`
[INFO] [stderr]   --> build.rs:42:4
[INFO] [stderr]    |
[INFO] [stderr] 42 | fn camel_case(n: &Vec<String>) -> String {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr]  Documenting hyperbuild v0.0.31 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0716]: temporary value dropped while borrowed
[INFO] [stderr]    --> src/spec/tag/omission.rs:149:86
[INFO] [stderr]     |
[INFO] [stderr] 149 |   pub static CLOSING_TAG_OMISSION_RULES: Map<&'static [u8], &ClosingTagOmissionRule> = phf_map! {
[INFO] [stderr]     |  ______________________________________________________________________________________^
[INFO] [stderr] 150 | |     b"li" => LI_CLOSING_TAG_OMISSION_RULE,
[INFO] [stderr] 151 | |     b"dt" => DT_CLOSING_TAG_OMISSION_RULE,
[INFO] [stderr] 152 | |     b"dd" => DD_CLOSING_TAG_OMISSION_RULE,
[INFO] [stderr] ...   |
[INFO] [stderr] 163 | |     b"th" => TH_CLOSING_TAG_OMISSION_RULE,
[INFO] [stderr] 164 | | };
[INFO] [stderr]     | | ^
[INFO] [stderr]     | | |
[INFO] [stderr]     | | creates a temporary which is freed while still in use
[INFO] [stderr]     | |_temporary value is freed at the end of this statement
[INFO] [stderr]     |   cast requires that borrow lasts for `'static`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0716]: temporary value dropped while borrowed
[INFO] [stderr]    --> src/spec/tag/whitespace.rs:51:91
[INFO] [stderr]     |
[INFO] [stderr] 51  |   static TAG_WHITESPACE_MINIFICATION: Map<&'static [u8], &'static WhitespaceMinification> = phf_map! {
[INFO] [stderr]     |  ___________________________________________________________________________________________^
[INFO] [stderr] 52  | |     // Content tags.
[INFO] [stderr] 53  | |     b"address" => CONTENT,
[INFO] [stderr] 54  | |     b"audio" => CONTENT,
[INFO] [stderr] ...   |
[INFO] [stderr] 159 | |     b"pre" => WHITESPACE_SENSITIVE,
[INFO] [stderr] 160 | | };
[INFO] [stderr]     | | ^
[INFO] [stderr]     | | |
[INFO] [stderr]     | | creates a temporary which is freed while still in use
[INFO] [stderr]     | |_temporary value is freed at the end of this statement
[INFO] [stderr]     |   cast requires that borrow lasts for `'static`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0716]: temporary value dropped while borrowed
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/hyperbuild-d2aada5b57e1eb66/out/gen_attrs.rs:2780:42
[INFO] [stderr]      |
[INFO] [stderr] 2780 |   pub static ATTRS: AttrMap = AttrMap::new(phf::phf_map! {
[INFO] [stderr]      |  __________________________________________^
[INFO] [stderr] 2781 | |     b"formenctype" => FORMENCTYPE_ATTR,
[INFO] [stderr] 2782 | |     b"shape" => SHAPE_ATTR,
[INFO] [stderr] 2783 | |     b"itemid" => ITEMID_ATTR,
[INFO] [stderr] ...    |
[INFO] [stderr] 2941 | |     b"itemprop" => ITEMPROP_ATTR,
[INFO] [stderr] 2942 | | });
[INFO] [stderr]      | | ^- temporary value is freed at the end of this statement
[INFO] [stderr]      | | |
[INFO] [stderr]      | |_creates a temporary which is freed while still in use
[INFO] [stderr]      |   cast requires that borrow lasts for `'static`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0716`.
[INFO] [stderr] error: Could not document `hyperbuild`.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name hyperbuild src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi -L dependency=/opt/rustwide/target/debug/deps --extern cascade=/opt/rustwide/target/debug/deps/libcascade-1211477cc6686217.rmeta --extern fastrie=/opt/rustwide/target/debug/deps/libfastrie-0d4a67f4f38617d5.rmeta --extern phf=/opt/rustwide/target/debug/deps/libphf-41aae297160623df.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-246d6820fe93df68.rmeta -Z unstable-options --resource-suffix -20200119-1.42.0-nightly-c0e02ad72 --static-root-path / --extern-html-root-url 'fastrie=https://docs.rs/fastrie/0.0.6' --extern-html-root-url 'structopt=https://docs.rs/structopt/0.3.8' --extern-html-root-url 'cascade=https://docs.rs/cascade/0.1.4' --extern-html-root-url 'phf=https://docs.rs/phf/0.8.0' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.44' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.104'` (exit code: 1)
[INFO] running `"docker" "inspect" "5068ef3c882b5b5f55f4e637860bc75775d90c855b77be8807633500ed07cb4d"`
[INFO] running `"docker" "rm" "-f" "5068ef3c882b5b5f55f4e637860bc75775d90c855b77be8807633500ed07cb4d"`
[INFO] [stdout] 5068ef3c882b5b5f55f4e637860bc75775d90c855b77be8807633500ed07cb4d