secbox 0.1.1

Sensitive data container.
Build #58855 2017-06-06 02:04:11

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading secbox v0.1.1 Fresh libc v0.2.23 Documenting secbox v0.1.1 Running `rustdoc --crate-name secbox .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23` error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:84:24 | 84 | ptr::write(*res.inner, inner); | ^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:97:33 | 97 | let res = ptr::read(*self.inner); | ^^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:99:33 | 99 | ptr::write_volatile(*self.inner, mem::zeroed()); | ^^^^^^^^^^^ error[E0599]: no method named `get` found for type `std::ptr::Unique<T>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:158:29 | 158 | unsafe { self.inner.get() } | ^^^ error[E0599]: no method named `get_mut` found for type `std::ptr::Unique<T>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:165:29 | 165 | unsafe { self.inner.get_mut() } | ^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:185:32 | 185 | ptr::drop_in_place(*self.inner); | ^^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:187:45 | 187 | intrinsics::volatile_set_memory(*self.inner as *mut u8, 0, mem::size_of_val(&**self)); | ^^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs:191:64 | 191 | let _buf = Box::from_raw(slice::from_raw_parts_mut(*self.inner as *mut u8, mem::size_of_val(&**self))); | ^^^^^^^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `secbox`., cause: process didn't exit successfully: `rustdoc --crate-name secbox .cargo/registry/src/github.com-1ecc6299db9ec823/secbox-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.