systemd 0.1.0

A rust interface to libsystemd provided APIs
Documentation
Build #49675 2017-05-15T17:49:45.488294+00:00
# rustc version
rustc 1.19.0-nightly (386b0b9d3 2017-05-14)
# docs.rs version
cratesfyi 0.3.4 (cc96115 2017-05-09)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading systemd v0.1.0
Downloading utf8-cstr v0.1.6
Compiling utf8-cstr v0.1.6
Compiling log v0.3.7
Compiling libc v0.2.22
Compiling semver-parser v0.7.0
Compiling pkg-config v0.3.9
Running `rustc --crate-name utf8_cstr .cargo/registry/src/github.com-1ecc6299db9ec823/utf8-cstr-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9d7f178f4423f446 -C extra-filename=-9d7f178f4423f446 --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --cap-lints allow`
Running `rustc --crate-name log .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=b8e0bbfdccaf7d7a -C extra-filename=-b8e0bbfdccaf7d7a --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --cap-lints allow`
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.22/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=b057f0656f58b4ca -C extra-filename=-b057f0656f58b4ca --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --cap-lints allow`
Running `rustc --crate-name semver_parser .cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4a8c032208a2f4ee -C extra-filename=-4a8c032208a2f4ee --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --cap-lints allow`
Running `rustc --crate-name pkg_config .cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fdeeca4d6057a82a -C extra-filename=-fdeeca4d6057a82a --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --cap-lints allow`
Compiling semver v0.6.0
Running `rustc --crate-name semver .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.6.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=70b59fcc83de19e2 -C extra-filename=-70b59fcc83de19e2 --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern semver_parser=/home/cratesfyi/systemd-0.1.0/debug/deps/libsemver_parser-4a8c032208a2f4ee.rlib --cap-lints allow`
Compiling libsystemd-sys v0.1.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/libsystemd-sys-0.1.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=49baeb776945b7ef -C extra-filename=-49baeb776945b7ef --out-dir /home/cratesfyi/systemd-0.1.0/debug/build/libsystemd-sys-49baeb776945b7ef -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern pkg_config=/home/cratesfyi/systemd-0.1.0/debug/deps/libpkg_config-fdeeca4d6057a82a.rlib --cap-lints allow`
Running `/home/cratesfyi/systemd-0.1.0/debug/build/libsystemd-sys-49baeb776945b7ef/build-script-build`
Running `rustc --crate-name libsystemd_sys .cargo/registry/src/github.com-1ecc6299db9ec823/libsystemd-sys-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=1a94099cd0c01061 -C extra-filename=-1a94099cd0c01061 --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern libc=/home/cratesfyi/systemd-0.1.0/debug/deps/liblibc-b057f0656f58b4ca.rlib --cap-lints allow -L native=/usr/lib/x86_64-linux-gnu -l systemd`
Compiling rustc_version v0.2.1
Running `rustc --crate-name rustc_version .cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=85701244bc13e4b7 -C extra-filename=-85701244bc13e4b7 --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern semver=/home/cratesfyi/systemd-0.1.0/debug/deps/libsemver-70b59fcc83de19e2.rlib --cap-lints allow`
Compiling mbox v0.3.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/mbox-0.3.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26a3faa16cb3e03e -C extra-filename=-26a3faa16cb3e03e --out-dir /home/cratesfyi/systemd-0.1.0/debug/build/mbox-26a3faa16cb3e03e -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern rustc_version=/home/cratesfyi/systemd-0.1.0/debug/deps/librustc_version-85701244bc13e4b7.rlib --cap-lints allow`
Running `/home/cratesfyi/systemd-0.1.0/debug/build/mbox-26a3faa16cb3e03e/build-script-build`
Running `rustc --crate-name mbox .cargo/registry/src/github.com-1ecc6299db9ec823/mbox-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2515953a00cf3866 -C extra-filename=-2515953a00cf3866 --out-dir /home/cratesfyi/systemd-0.1.0/debug/deps -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern libc=/home/cratesfyi/systemd-0.1.0/debug/deps/liblibc-b057f0656f58b4ca.rlib --cap-lints allow --cfg nightly_channel`
Documenting systemd v0.1.0
Running `rustdoc --crate-name systemd .cargo/registry/src/github.com-1ecc6299db9ec823/systemd-0.1.0/src/lib.rs -o /home/cratesfyi/systemd-0.1.0/doc -L dependency=/home/cratesfyi/systemd-0.1.0/debug/deps --extern utf8_cstr=/home/cratesfyi/systemd-0.1.0/debug/deps/libutf8_cstr-9d7f178f4423f446.rlib --extern log=/home/cratesfyi/systemd-0.1.0/debug/deps/liblog-b8e0bbfdccaf7d7a.rlib --extern libsystemd_sys=/home/cratesfyi/systemd-0.1.0/debug/deps/liblibsystemd_sys-1a94099cd0c01061.rlib --extern libc=/home/cratesfyi/systemd-0.1.0/debug/deps/liblibc-b057f0656f58b4ca.rlib --extern mbox=/home/cratesfyi/systemd-0.1.0/debug/deps/libmbox-2515953a00cf3866.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 4.66 secs