Build #43724 2017-03-07T23:45:24.769883+00:00
# rustc version
rustc 1.17.0-nightly (0f34b532a 2017-02-21)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading parking_lot v0.4.0
Compiling owning_ref v0.3.2
Compiling libc v0.2.21
Compiling smallvec v0.1.8
Running `rustc --crate-name owning_ref .cargo/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.3.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=be81a3382854cdb4 -C extra-filename=-be81a3382854cdb4 --out-dir /home/cratesfyi/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.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="default"' --cfg 'feature="use_std"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --cap-lints allow`
Running `rustc --crate-name smallvec .cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.1.8/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=aab31697ccb33d82 -C extra-filename=-aab31697ccb33d82 --out-dir /home/cratesfyi/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --cap-lints allow`
Compiling thread-id v3.0.0
Compiling rand v0.3.15
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/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --extern libc=/home/cratesfyi/parking_lot-0.4.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
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/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --extern libc=/home/cratesfyi/parking_lot-0.4.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
Compiling parking_lot_core v0.2.0
Running `rustc --crate-name parking_lot_core .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=20904cd428521484 -C extra-filename=-20904cd428521484 --out-dir /home/cratesfyi/parking_lot-0.4.0/debug/deps -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --extern libc=/home/cratesfyi/parking_lot-0.4.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --extern rand=/home/cratesfyi/parking_lot-0.4.0/debug/deps/librand-c9d9fbdab2355ee4.rlib --extern smallvec=/home/cratesfyi/parking_lot-0.4.0/debug/deps/libsmallvec-aab31697ccb33d82.rlib --cap-lints allow`
Documenting parking_lot v0.4.0
Running `rustdoc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.0/src/lib.rs -o /home/cratesfyi/parking_lot-0.4.0/doc --cfg 'feature="owning_ref"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/parking_lot-0.4.0/debug/deps --extern parking_lot_core=/home/cratesfyi/parking_lot-0.4.0/debug/deps/libparking_lot_core-20904cd428521484.rlib --extern owning_ref=/home/cratesfyi/parking_lot-0.4.0/debug/deps/libowning_ref-be81a3382854cdb4.rlib --extern thread_id=/home/cratesfyi/parking_lot-0.4.0/debug/deps/libthread_id-7c664cbece6d9f97.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 6.59 secs