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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading python27-sys v0.0.4
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"cargo-build\" --cfg feature=\"default\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/python27-sys-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug/deps -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug/deps --cap-lints allow`
Compiling python27-sys v0.0.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/build.rs --crate-name build_script_build --crate-type bin -g --cfg feature=\"WITH_THREAD\" --cfg feature=\"default\" --cfg feature=\"Py_UNICODE_WIDE\" --cfg feature=\"Py_USING_UNICODE\" --out-dir /home/cratesfyi/python27-sys-0.0.4/debug/build/python27-sys-732067154ed35c5e --emit=dep-info,link -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug/deps`
Running `/home/cratesfyi/python27-sys-0.0.4/debug/build/python27-sys-732067154ed35c5e/build-script-build`
Documenting python27-sys v0.0.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/lib.rs --crate-name python27_sys -o /home/cratesfyi/python27-sys-0.0.4/doc --cfg feature=\"WITH_THREAD\" --cfg feature=\"default\" --cfg feature=\"Py_UNICODE_WIDE\" --cfg feature=\"Py_USING_UNICODE\" -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug/deps --extern libc=/home/cratesfyi/python27-sys-0.0.4/debug/deps/liblibc-0c57a2126eb1e7e8.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:7:10: 7:14 error: the trait bound `object::PyObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:7 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:7:10: 7:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:7:10: 7:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:18:10: 18:14 error: the trait bound `object::PyVarObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:18 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:18:10: 18:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:18:10: 18:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:139:10: 139:14 error: the trait bound `object::Py_buffer: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:139 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:139:10: 139:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:139:10: 139:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:209:10: 209:14 error: the trait bound `object::PyNumberMethods: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:209 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:209:10: 209:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:209:10: 209:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:253:10: 253:14 error: the trait bound `object::PySequenceMethods: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:253 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:253:10: 253:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:253:10: 253:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:268:10: 268:14 error: the trait bound `object::PyMappingMethods: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:268 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:268:10: 268:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:268:10: 268:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:276:10: 276:14 error: the trait bound `object::PyBufferProcs: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:276 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:276:10: 276:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:276:10: 276:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:353:10: 353:14 error: the trait bound `object::PyTypeObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:353 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:353:10: 353:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/object.rs:353:10: 353:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/unicodeobject.rs:18:10: 18:14 error: the trait bound `unicodeobject::PyUnicodeObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/unicodeobject.rs:18 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/unicodeobject.rs:18:10: 18:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/unicodeobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/unicodeobject.rs:18:10: 18:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/intobject.rs:6:10: 6:14 error: the trait bound `intobject::PyIntObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/intobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/intobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/intobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/intobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/floatobject.rs:6:10: 6:14 error: the trait bound `floatobject::PyFloatObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/floatobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/floatobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/floatobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/floatobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:6:10: 6:14 error: the trait bound `complexobject::Py_complex: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:24:10: 24:14 error: the trait bound `complexobject::PyComplexObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:24 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:24:10: 24:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/complexobject.rs:24:10: 24:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/memoryobject.rs:37:10: 37:14 error: the trait bound `memoryobject::PyMemoryViewObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/memoryobject.rs:37 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/memoryobject.rs:37:10: 37:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/memoryobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/memoryobject.rs:37:10: 37:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/tupleobject.rs:6:10: 6:14 error: the trait bound `tupleobject::PyTupleObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/tupleobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/tupleobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/tupleobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/tupleobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/listobject.rs:6:10: 6:14 error: the trait bound `listobject::PyListObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/listobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/listobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/listobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/listobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:39:10: 39:14 error: the trait bound `methodobject::PyMethodDef: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:39 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:39:10: 39:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:39:10: 39:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:70:10: 70:14 error: the trait bound `methodobject::PyMethodChain: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:70 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:70:10: 70:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/methodobject.rs:70:10: 70:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:6:10: 6:14 error: the trait bound `classobject::PyClassObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:6:10: 6:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:24:10: 24:14 error: the trait bound `classobject::PyInstanceObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:24 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:24:10: 24:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:24:10: 24:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:38:10: 38:14 error: the trait bound `classobject::PyMethodObject: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:38 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:38:10: 38:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/classobject.rs:38:10: 38:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/descrobject.rs:17:10: 17:14 error: the trait bound `descrobject::PyGetSetDef: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/descrobject.rs:17 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/descrobject.rs:17:10: 17:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/descrobject.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/descrobject.rs:17:10: 17:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:26:10: 26:14 error: the trait bound `pystate::PyThreadState: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:26 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:26:10: 26:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:26:10: 26:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:54:10: 54:14 error: the trait bound `pystate::PyGILState_STATE: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:54 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:54:10: 54:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pystate.rs:54:10: 54:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pythonrun.rs:16:10: 16:14 error: the trait bound `pythonrun::PyCompilerFlags: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pythonrun.rs:16 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pythonrun.rs:16:10: 16:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pythonrun.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/pythonrun.rs:16:10: 16:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:5:10: 5:14 error: the trait bound `import::PyImport_Struct_inittab: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:5 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:5:10: 5:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:5:10: 5:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:11:10: 11:14 error: the trait bound `import::PyImport_Struct_frozen: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:11 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:11:10: 11:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/import.rs:11:10: 11:14 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/structmember.rs:6:10: 6:14 error: the trait bound `structmember::PyMemberDef: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/structmember.rs:6 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/structmember.rs:6:10: 6:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/structmember.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/structmember.rs:6:10: 6:14 note: required by `std::marker::Copy`
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `python27-sys v0.0.4`, intermediate artifacts can be found at `/home/cratesfyi/python27-sys-0.0.4`,
cause: ChainedError {
error: Could not document `python27-sys`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.4/src/lib.rs --crate-name python27_sys -o /home/cratesfyi/python27-sys-0.0.4/doc --cfg feature="WITH_THREAD" --cfg feature="default" --cfg feature="Py_UNICODE_WIDE" --cfg feature="Py_USING_UNICODE" -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug -L dependency=/home/cratesfyi/python27-sys-0.0.4/debug/deps --extern libc=/home/cratesfyi/python27-sys-0.0.4/debug/deps/liblibc-0c57a2126eb1e7e8.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.