[go: up one dir, main page]

rocket 0.4.5

Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
Documentation
Build #255814 2020-05-30 22:06:19
# rustc version
rustc 1.45.0-nightly (4bd32c980 2020-05-29)# docs.rs version
docsrs 0.6.0 (f6cd70b 2020-05-29)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/rocket-0.4.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rocket-0.4.5/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 -20200529-1.45.0-nightly-4bd32c980 --static-root-path / --cap-lints warn --extern-html-root-url memchr=https://docs.rs/memchr/2.3.3 --extern-html-root-url log=https://docs.rs/log/0.4.8 --extern-html-root-url time=https://docs.rs/time/0.1.43 --extern-html-root-url yansi=https://docs.rs/yansi/0.5.0 --extern-html-root-url atty=https://docs.rs/atty/0.2.14 --extern-html-root-url rocket_codegen=https://docs.rs/rocket_codegen/0.4.5 --extern-html-root-url pear=https://docs.rs/pear/0.1.2 --extern-html-root-url state=https://docs.rs/state/0.4.1 --extern-html-root-url rocket_http=https://docs.rs/rocket_http/0.4.5 --extern-html-root-url toml=https://docs.rs/toml/0.4.10 --extern-html-root-url num_cpus=https://docs.rs/num_cpus/1.13.0 --extern-html-root-url base64=https://docs.rs/base64/0.12.1 --extern-html-root-url version_check=https://docs.rs/version_check/0.9.2" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2" "--all-features"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 4385e790d9bb383f87d16d01507bb400fc8ae9e4c1e90733b36ace580b0a8038
[INFO] running `"docker" "start" "-a" "4385e790d9bb383f87d16d01507bb400fc8ae9e4c1e90733b36ace580b0a8038"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling cc v1.0.54
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling yansi v0.4.0
[INFO] [stderr]    Compiling untrusted v0.6.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling smallvec v1.4.0
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling subtle v2.2.3
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling subtle v1.0.0
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling typeable v0.1.2
[INFO] [stderr]    Compiling traitobject v0.1.0
[INFO] [stderr]    Compiling zeroize v1.1.0
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling serde v1.0.111
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling base64 v0.12.1
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling state v0.4.1
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling ring v0.13.5
[INFO] [stderr]    Compiling pear_codegen v0.1.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling rocket_codegen v0.4.5
[INFO] [stderr]    Compiling rocket v0.4.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling generic-array v0.12.3
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling universal-hash v0.3.0
[INFO] [stderr]    Compiling block-cipher-trait v0.6.2
[INFO] [stderr]    Compiling crypto-mac v0.7.0
[INFO] [stderr]    Compiling aead v0.2.0
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling mime v0.2.6
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]    Compiling webpki v0.18.1
[INFO] [stderr]    Compiling sct v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling polyval v0.3.3
[INFO] [stderr]    Compiling aes-soft v0.3.3
[INFO] [stderr]    Compiling hmac v0.7.1
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling hyper v0.10.16
[INFO] [stderr]    Compiling webpki-roots v0.15.0
[INFO] [stderr]    Compiling rustls v0.14.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling ghash v0.2.3
[INFO] [stderr]    Compiling aes v0.3.2
[INFO] [stderr]    Compiling hkdf v0.8.0
[INFO] [stderr]    Compiling devise_core v0.2.0
[INFO] [stderr]    Compiling hyper-sync-rustls v0.3.0-rc.4
[INFO] [stderr]    Compiling aes-gcm v0.5.0
[INFO] [stderr]    Compiling devise_codegen v0.2.0
[INFO] [stderr]    Compiling cookie v0.11.3
[INFO] [stderr]    Compiling pear v0.1.2
[INFO] [stderr]    Compiling devise v0.2.0
[INFO] [stderr]     Checking rocket_http v0.4.5
[INFO] [stderr]  Documenting rocket v0.4.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 33s
[INFO] running `"docker" "inspect" "4385e790d9bb383f87d16d01507bb400fc8ae9e4c1e90733b36ace580b0a8038"`
[INFO] running `"docker" "rm" "-f" "4385e790d9bb383f87d16d01507bb400fc8ae9e4c1e90733b36ace580b0a8038"`
[INFO] [stdout] 4385e790d9bb383f87d16d01507bb400fc8ae9e4c1e90733b36ace580b0a8038