[go: up one dir, main page]

tokio-reactor 0.1.4

Event loop that drives Tokio I/O resources.
Documentation
Build #113994 2018-08-24 16:03:34
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tokio-reactor v0.1.4
Downloading tokio-io v0.1.8
Fresh stable_deref_trait v1.1.1
Fresh lazycell v0.6.0
Fresh version_check v0.1.4
Fresh byteorder v1.2.4
Fresh cfg-if v0.1.5
Fresh libc v0.2.43
Fresh crossbeam-utils v0.5.0
Fresh futures v0.1.23
Fresh owning_ref v0.3.3
Fresh scopeguard v0.3.3
Fresh slab v0.4.1
Fresh log v0.4.4
Fresh rand v0.4.3
Fresh num_cpus v1.8.0
Fresh tokio-executor v0.1.4
Fresh void v1.0.2
Fresh lock_api v0.1.3
Fresh iovec v0.1.2
Fresh net2 v0.2.33
Compiling unreachable v1.0.0
Fresh bytes v0.4.9
Compiling mio v0.6.15
Fresh lazy_static v1.1.0
Compiling tokio-io v0.1.8
Running `rustc --crate-name unreachable .cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b9c7c97cb1bf6717 -C extra-filename=-b9c7c97cb1bf6717 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-6c52c4ddaea6e3db.rlib --extern-version void=void,1.0.2 --cap-lints allow`
Running `rustc --crate-name mio .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="with-deprecated"' -C metadata=e88b1cfe8b3ba7e5 -C extra-filename=-e88b1cfe8b3ba7e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-256b477fd7ebee0b.rlib --extern-version log=log,0.4.4 --extern iovec=/home/cratesfyi/cratesfyi/debug/deps/libiovec-a21be0ccac0f0eb6.rlib --extern-version iovec=iovec,0.1.2 --extern net2=/home/cratesfyi/cratesfyi/debug/deps/libnet2-8de51759da02215b.rlib --extern-version net2=net2,0.2.33 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-8bdcdf1795930a41.rlib --extern-version slab=slab,0.4.1 --extern lazycell=/home/cratesfyi/cratesfyi/debug/deps/liblazycell-790770675563c65c.rlib --extern-version lazycell=lazycell,0.6.0 --cap-lints allow`
Running `rustc --crate-name tokio_io .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-io-0.1.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=50fd62fce37710a6 -C extra-filename=-50fd62fce37710a6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-7c92a300de6e1cf8.rlib --extern-version futures=futures,0.1.23 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-256b477fd7ebee0b.rlib --extern-version log=log,0.4.4 --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-996bdd1cd39c08a8.rlib --extern-version bytes=bytes,0.4.9 --cap-lints allow`
Compiling smallvec v0.6.5
Running `rustc --crate-name smallvec .cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.5/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=6b2e905bdcabe9ef -C extra-filename=-6b2e905bdcabe9ef --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --cap-lints allow`
Compiling parking_lot_core v0.2.14
Running `rustc --crate-name parking_lot_core .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.14/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4018130564df1522 -C extra-filename=-4018130564df1522 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-6b2e905bdcabe9ef.rlib --extern-version smallvec=smallvec,0.6.5 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-8ca360fa2b4d47a3.rlib --extern-version rand=rand,0.4.3 --cap-lints allow`
Compiling parking_lot v0.6.3
Running `rustc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.6.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="owning_ref"' --cfg 'feature="lock_api"' --cfg 'feature="default"' -C metadata=3a4bac1d316044bf -C extra-filename=-3a4bac1d316044bf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lock_api=/home/cratesfyi/cratesfyi/debug/deps/liblock_api-19975639ea5ecc9b.rlib --extern-version lock_api=lock_api,0.1.3 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-4018130564df1522.rlib --extern-version parking_lot_core=parking_lot_core,0.2.14 --cap-lints allow`
Documenting tokio-reactor v0.1.4
Running `rustdoc --crate-name tokio_reactor .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-b77d6e347a8dacfa.rlib --extern-version num_cpus=num_cpus,1.8.0 --extern crossbeam_utils=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_utils-6b63968b13c8f6ae.rlib --extern-version crossbeam_utils=crossbeam-utils,0.5.0 --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-50fd62fce37710a6.rlib --extern-version tokio_io=tokio-io,0.1.8 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-3a4bac1d316044bf.rlib --extern-version parking_lot=parking_lot,0.6.3 --extern mio=/home/cratesfyi/cratesfyi/debug/deps/libmio-e88b1cfe8b3ba7e5.rlib --extern-version mio=mio,0.6.15 --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-8bdcdf1795930a41.rlib --extern-version slab=slab,0.4.1 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-256b477fd7ebee0b.rlib --extern-version log=log,0.4.4 --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-7c92a300de6e1cf8.rlib --extern-version futures=futures,0.1.23 --extern tokio_executor=/home/cratesfyi/cratesfyi/debug/deps/libtokio_executor-4a80272a37df904f.rlib --extern-version tokio_executor=tokio-executor,0.1.4 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-f2ec63ec8de36e3b.rlib --extern-version lazy_static=lazy_static,1.1.0`
warning: [Experimental] cannot be resolved, ignoring it...

warning: [Debug] cannot be resolved, ignoring it...

warning: [Poll] cannot be resolved, ignoring it...

Finished dev [unoptimized + debuginfo] target(s) in 5.2 secs