Build #137206 2019-01-14T16:10:30.649857+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)# build log
Updating crates.io index
Downloading crates ...
Downloaded version-sync v0.7.0
Fresh version_check v0.1.5
Compiling proc-macro2 v0.4.24
Fresh cfg-if v0.1.6
Fresh matches v0.1.8
Fresh unicode-xid v0.1.0
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.24/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="proc-macro"' -C metadata=019921aff2723348 -C extra-filename=-019921aff2723348 --out-dir /home/cratesfyi/cratesfyi/debug/build/proc-macro2-019921aff2723348 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh ucd-util v0.1.3
Fresh lazy_static v1.2.0
Fresh unicode-normalization v0.1.7
Fresh either v1.5.0
Fresh bitflags v1.0.4
Fresh utf8-ranges v1.0.2
Fresh percent-encoding v1.0.1
Checking semver-parser v0.9.0
Fresh unicode-bidi v0.3.4
Running `rustc --crate-name semver_parser /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.9.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=e4049ef3029d84bd -C extra-filename=-e4049ef3029d84bd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh regex-syntax v0.6.4
Fresh thread_local v0.3.6
Fresh itertools v0.8.0
Fresh libc v0.2.46
Fresh idna v0.1.5
Fresh serde v1.0.84
Checking pulldown-cmark v0.2.0
Running `rustc --crate-name pulldown_cmark /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ceecdaf482c9949a -C extra-filename=-ceecdaf482c9949a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8f5ba66b690b2b94.rmeta --cap-lints allow`
Fresh memchr v2.1.2
Fresh url v1.7.2
Fresh toml v0.4.10
Fresh aho-corasick v0.6.9
Fresh regex v1.1.0
Running `/home/cratesfyi/cratesfyi/debug/build/proc-macro2-019921aff2723348/build-script-build`
Running `rustc --crate-name proc_macro2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.24/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="proc-macro"' -C metadata=320d2dea7875e2e6 -C extra-filename=-320d2dea7875e2e6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-7c1165a65bd94e58.rmeta --cap-lints allow --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro`
Checking quote v0.6.10
Running `rustc --crate-name quote /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.6.10/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' -C metadata=f322b6e344d43d18 -C extra-filename=-f322b6e344d43d18 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-320d2dea7875e2e6.rmeta --cap-lints allow`
Checking syn v0.15.24
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.24/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=2c0b4c1784804457 -C extra-filename=-2c0b4c1784804457 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-320d2dea7875e2e6.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-f322b6e344d43d18.rmeta --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-7c1165a65bd94e58.rmeta --cap-lints allow`
Documenting version-sync v0.7.0
Running `rustdoc --crate-name version_sync /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/version-sync-0.7.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.2.0' --extern-html-root-url 'regex=https://docs.rs/regex/1.1.0' --extern-html-root-url 'pulldown_cmark=https://docs.rs/pulldown-cmark/0.2.0' --extern-html-root-url 'toml=https://docs.rs/toml/0.4.10' --extern-html-root-url 'itertools=https://docs.rs/itertools/0.8.0' --extern-html-root-url 'url=https://docs.rs/url/1.7.2' --extern-html-root-url 'semver_parser=https://docs.rs/semver-parser/0.9.0' --extern-html-root-url 'syn=https://docs.rs/syn/0.15.24' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-ab1dd125bfc55f86.rmeta --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-78a6d1a4a27fe797.rmeta --extern pulldown_cmark=/home/cratesfyi/cratesfyi/debug/deps/libpulldown_cmark-ceecdaf482c9949a.rmeta --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-824ee0ca83df8e3d.rmeta --extern semver_parser=/home/cratesfyi/cratesfyi/debug/deps/libsemver_parser-e4049ef3029d84bd.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-2c0b4c1784804457.rmeta --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-2fffdfe00e71d6ab.rmeta --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-e33b5c39e77ac9ce.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 8.86s