# rustc version rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
# docs.rs version cratesfyi 0.3.2 (56e5d46 2017-03-20)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading chashmap v2.2.0 Compiling smallvec v0.3.2 Compiling libc v0.2.21 Compiling owning_ref v0.2.4 Running `rustc --crate-name smallvec .cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.3.2/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7a77b0a67fcfa5a8 -C extra-filename=-7a77b0a67fcfa5a8 --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name owning_ref .cargo/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.2.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3969874069a4032b -C extra-filename=-3969874069a4032b --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --cap-lints allow` Compiling rand v0.3.15 Compiling thread-id v3.0.0 Running `rustc --crate-name rand .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9d9fbdab2355ee4 -C extra-filename=-c9d9fbdab2355ee4 --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --extern libc=/home/cratesfyi/chashmap-2.2.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow` Running `rustc --crate-name thread_id .cargo/registry/src/github.com-1ecc6299db9ec823/thread-id-3.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7c664cbece6d9f97 -C extra-filename=-7c664cbece6d9f97 --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --extern libc=/home/cratesfyi/chashmap-2.2.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow` Compiling parking_lot_core v0.2.1 Running `rustc --crate-name parking_lot_core .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=25350d11e8193ff9 -C extra-filename=-25350d11e8193ff9 --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --extern libc=/home/cratesfyi/chashmap-2.2.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --extern smallvec=/home/cratesfyi/chashmap-2.2.0/debug/deps/libsmallvec-7a77b0a67fcfa5a8.rlib --extern rand=/home/cratesfyi/chashmap-2.2.0/debug/deps/librand-c9d9fbdab2355ee4.rlib --cap-lints allow` Compiling parking_lot v0.3.8 Running `rustc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.3.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="owning_ref"' -C metadata=8b800bf323a3106f -C extra-filename=-8b800bf323a3106f --out-dir /home/cratesfyi/chashmap-2.2.0/debug/deps -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --extern owning_ref=/home/cratesfyi/chashmap-2.2.0/debug/deps/libowning_ref-3969874069a4032b.rlib --extern thread_id=/home/cratesfyi/chashmap-2.2.0/debug/deps/libthread_id-7c664cbece6d9f97.rlib --extern parking_lot_core=/home/cratesfyi/chashmap-2.2.0/debug/deps/libparking_lot_core-25350d11e8193ff9.rlib --cap-lints allow` Documenting chashmap v2.2.0 Running `rustdoc --crate-name chashmap .cargo/registry/src/github.com-1ecc6299db9ec823/chashmap-2.2.0/src/lib.rs -o /home/cratesfyi/chashmap-2.2.0/doc -L dependency=/home/cratesfyi/chashmap-2.2.0/debug/deps --extern parking_lot=/home/cratesfyi/chashmap-2.2.0/debug/deps/libparking_lot-8b800bf323a3106f.rlib --extern owning_ref=/home/cratesfyi/chashmap-2.2.0/debug/deps/libowning_ref-3969874069a4032b.rlib` Finished dev [unoptimized + debuginfo] target(s) in 5.87 secs