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.1
Compiling python27-sys v0.0.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/build.rs --crate-name build_script_build --crate-type bin -g --cfg feature=\"Py_USING_UNICODE\" --cfg feature=\"Py_UNICODE_WIDE\" --cfg feature=\"WITH_THREAD\" --cfg feature=\"default\" --out-dir /home/cratesfyi/python27-sys-0.0.1/debug/build/python27-sys-6c31df5de6e85bc0 --emit=dep-info,link -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug/deps`
Running `/home/cratesfyi/python27-sys-0.0.1/debug/build/python27-sys-6c31df5de6e85bc0/build-script-build`
Documenting python27-sys v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/lib.rs --crate-name python27_sys -o /home/cratesfyi/python27-sys-0.0.1/doc --cfg feature=\"Py_USING_UNICODE\" --cfg feature=\"Py_UNICODE_WIDE\" --cfg feature=\"WITH_THREAD\" --cfg feature=\"default\" -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:151:34: 151:36 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:151 pub smalltable: [Py_ssize_t; 2u],
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:151:34: 151:36 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/stringobject.rs:17:27: 17:29 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/stringobject.rs:17 pub ob_sval: [c_char; 1u],
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/stringobject.rs:17:27: 17:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:15:34: 15:36 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:15 pub ob_item: [*mut PyObject; 1u],
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:15:34: 15:36 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:164:26: 164:29 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:164 pub const PyBUF_SIMPLE : int = 0;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:164:26: 164:29 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:165:28: 165:31 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:165 pub const PyBUF_WRITABLE : int = 0x0001;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:165:28: 165:31 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:166:26: 166:29 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:166 pub const PyBUF_FORMAT : int = 0x0004;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:166:26: 166:29 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:167:22: 167:25 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:167 pub const PyBUF_ND : int = 0x0008;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:167:22: 167:25 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:168:27: 168:30 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:168 pub const PyBUF_STRIDES : int = (0x0010 | PyBUF_ND);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:168:27: 168:30 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:169:32: 169:35 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:169 pub const PyBUF_C_CONTIGUOUS : int = (0x0020 | PyBUF_STRIDES);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:169:32: 169:35 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:170:32: 170:35 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:170 pub const PyBUF_F_CONTIGUOUS : int = (0x0040 | PyBUF_STRIDES);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:170:32: 170:35 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:171:34: 171:37 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:171 pub const PyBUF_ANY_CONTIGUOUS : int = (0x0080 | PyBUF_STRIDES);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:171:34: 171:37 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:172:28: 172:31 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:172 pub const PyBUF_INDIRECT : int = (0x0100 | PyBUF_STRIDES);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:172:28: 172:31 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:174:26: 174:29 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:174 pub const PyBUF_CONTIG : int = (PyBUF_ND | PyBUF_WRITABLE);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:174:26: 174:29 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:175:29: 175:32 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:175 pub const PyBUF_CONTIG_RO : int = (PyBUF_ND);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:175:29: 175:32 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:177:27: 177:30 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:177 pub const PyBUF_STRIDED : int = (PyBUF_STRIDES | PyBUF_WRITABLE);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:177:27: 177:30 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:178:30: 178:33 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:178 pub const PyBUF_STRIDED_RO : int = (PyBUF_STRIDES);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:178:30: 178:33 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:180:27: 180:30 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:180 pub const PyBUF_RECORDS : int = (PyBUF_STRIDES | PyBUF_WRITABLE | PyBUF_FORMAT);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:180:27: 180:30 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:181:30: 181:33 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:181 pub const PyBUF_RECORDS_RO : int = (PyBUF_STRIDES | PyBUF_FORMAT);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:181:30: 181:33 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:183:24: 183:27 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:183 pub const PyBUF_FULL : int = (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:183:24: 183:27 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:184:27: 184:30 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:184 pub const PyBUF_FULL_RO : int = (PyBUF_INDIRECT | PyBUF_FORMAT);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:184:27: 184:30 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:188:24: 188:27 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:188 pub const PyBUF_READ : int = 0x100;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:188:24: 188:27 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:189:25: 189:28 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:189 pub const PyBUF_WRITE : int = 0x200;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:189:25: 189:28 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:190:26: 190:29 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:190 pub const PyBUF_SHADOW : int = 0x400;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:190:26: 190:29 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:541:26: 541:29 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:541 pub const Py_PRINT_RAW : int = 1; // No string quotes etc.
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:541:26: 541:29 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/objimpl.rs:58:61: 58:64 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/objimpl.rs:58 let weaklistoffset = (*Py_TYPE(o)).tp_weaklistoffset as int;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/objimpl.rs:58:61: 58:64 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:38:64: 38:67 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:38 *(*(op as *mut PyTupleObject)).ob_item.as_ptr().offset(i as int)
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:38:64: 38:67 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:49:68: 49:71 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:49 *(*(op as *mut PyTupleObject)).ob_item.as_mut_ptr().offset(i as int) = v;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/tupleobject.rs:49:68: 49:71 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:39:54: 39:57 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:39 *(*(op as *mut PyListObject)).ob_item.offset(i as int)
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:39:54: 39:57 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:50:54: 50:57 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:50 *(*(op as *mut PyListObject)).ob_item.offset(i as int) = v;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/listobject.rs:50:54: 50:57 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:713:31: 713:45 error: the precise format of `Fn`-family traits' type parameters is subject to change. Use parenthetical notation (Fn(Foo, Bar) -> Baz) instead (see issue #29625)
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:713 pub unsafe fn Py_TRASHCAN<F : FnOnce<(), ()>>(op: *mut PyObject, body: F) {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:713:31: 713:45 help: add #![feature(unboxed_closures)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:713:31: 713:45 error: wrong number of type arguments: expected 1, found 2 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/python27-sys-0.0.1/src/object.rs:713 pub unsafe fn Py_TRASHCAN<F : FnOnce<(), ()>>(op: *mut PyObject, body: F) {
^~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `python27-sys v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/python27-sys-0.0.1`,
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.1/src/lib.rs --crate-name python27_sys -o /home/cratesfyi/python27-sys-0.0.1/doc --cfg feature="Py_USING_UNICODE" --cfg feature="Py_UNICODE_WIDE" --cfg feature="WITH_THREAD" --cfg feature="default" -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug -L dependency=/home/cratesfyi/python27-sys-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.