persistentcache 0.1.6

Macros for persistently caching function calls using files or Redis
Build #101946 2018-06-02 08:17:25
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading persistentcache v0.1.6
Fresh matches v0.1.6
Fresh cc v1.0.17
Fresh ucd-util v0.1.1
Fresh lazy_static v1.0.1
Fresh libc v0.2.42
Fresh percent-encoding v1.0.1
Fresh unicode-normalization v0.1.7
Fresh unicode-bidi v0.3.4
Fresh byteorder v1.2.3
Fresh sha1 v0.2.0
Fresh void v1.0.2
Fresh rustc-demangle v0.1.8
Compiling fs2 v0.4.3
Fresh unicode-xid v0.1.0
Fresh backtrace-sys v0.1.23
Fresh unicode-xid v0.0.4
Fresh utf8-ranges v1.0.0
Fresh idna v0.1.4
Fresh serde v1.0.65
Running `rustc --crate-name fs2 .cargo/registry/src/github.com-1ecc6299db9ec823/fs2-0.4.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bccec3e50e8fb30c -C extra-filename=-bccec3e50e8fb30c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow`
Fresh proc-macro2 v0.1.10
Fresh synom v0.11.3
Fresh proc-macro2 v0.4.4
Fresh futures-await-quote v0.4.0
Fresh url v1.7.0
Fresh unreachable v1.0.0
Fresh regex-syntax v0.5.6
Fresh futures-await-synom v0.12.0
Fresh memchr v2.0.1
Fresh thread_local v0.3.5
Fresh cfg-if v0.1.3
Fresh futures-await-syn v0.12.0
Fresh aho-corasick v0.6.4
Fresh backtrace v0.3.8
Compiling error-chain v0.11.0
Running `rustc --crate-name error_chain .cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="example_generated"' --cfg 'feature="backtrace"' --cfg 'feature="default"' -C metadata=826430dc67db2f15 -C extra-filename=-826430dc67db2f15 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern backtrace=/home/cratesfyi/cratesfyi/debug/deps/libbacktrace-b142b9ed8a24a6ea.rlib --extern-version backtrace=backtrace,0.3.8 --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/backtrace-sys-7dadb06fd5acb725/out`
Fresh bincode v1.0.0
Compiling persistentcache_procmacro v0.0.3
Running `rustc --crate-name persistentcache_procmacro .cargo/registry/src/github.com-1ecc6299db9ec823/persistentcache_procmacro-0.0.3/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=3be4f0f54fa21af9 -C extra-filename=-3be4f0f54fa21af9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-7ae619c645cb5650.rlib --extern-version proc_macro2=proc-macro2,0.4.4 --extern futures_await_syn=/home/cratesfyi/cratesfyi/debug/deps/libfutures_await_syn-7d56b82e25430678.rlib --extern-version futures_await_syn=futures-await-syn,0.12.0 --extern bincode=/home/cratesfyi/cratesfyi/debug/deps/libbincode-dd84cfe5fd2a66c0.rlib --extern-version bincode=bincode,1.0.0 --extern synom=/home/cratesfyi/cratesfyi/debug/deps/libsynom-538247bd997586d9.rlib --extern-version synom=synom,0.11.3 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1 --extern futures_await_quote=/home/cratesfyi/cratesfyi/debug/deps/libfutures_await_quote-a9f3c97bac02b33e.rlib --extern-version futures_await_quote=futures-await-quote,0.4.0 --cap-lints allow`
Fresh regex v0.2.11
Fresh redis v0.8.0
Documenting persistentcache v0.1.6
Running `rustdoc --crate-name persistentcache .cargo/registry/src/github.com-1ecc6299db9ec823/persistentcache-0.1.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-1e7c3af47d940865.rlib --extern-version regex=regex,0.2.11 --extern error_chain=/home/cratesfyi/cratesfyi/debug/deps/liberror_chain-826430dc67db2f15.rlib --extern-version error_chain=error-chain,0.11.0 --extern fs2=/home/cratesfyi/cratesfyi/debug/deps/libfs2-bccec3e50e8fb30c.rlib --extern-version fs2=fs2,0.4.3 --extern bincode=/home/cratesfyi/cratesfyi/debug/deps/libbincode-dd84cfe5fd2a66c0.rlib --extern-version bincode=bincode,1.0.0 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1 --extern persistentcache_procmacro=/home/cratesfyi/cratesfyi/debug/deps/libpersistentcache_procmacro-3be4f0f54fa21af9.so --extern-version persistentcache_procmacro=persistentcache_procmacro,0.0.3 --extern redis=/home/cratesfyi/cratesfyi/debug/deps/libredis-e3b8538c916cd33c.rlib --extern-version redis=redis,0.8.0`
Finished dev [unoptimized + debuginfo] target(s) in 3.48 secs