pyo3 0.5.0

Bindings to Python interpreter
Build #126522 2018-11-11T11:32:54.875361+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)
# docs.rs version
cratesfyi 0.6.0 (c695234 2018-11-02)

# build log
Updating crates.io index
Downloading crates ...
Downloaded pyo3 v0.5.0
Fresh version_check v0.1.5
Fresh cfg-if v0.1.6
Fresh unicode-xid v0.1.0
Fresh ucd-util v0.1.2
Fresh lazy_static v1.2.0
Fresh utf8-ranges v1.0.2
Fresh proc-macro-hack-impl v0.4.1
Fresh spin v0.4.10
Fresh libc v0.2.43
Fresh regex-syntax v0.6.3
Fresh thread_local v0.3.6
Fresh proc-macro-hack v0.4.1
Fresh proc-macro2 v0.4.21
Fresh num-traits v0.2.6
Fresh memchr v2.1.1
Fresh quote v0.6.10
Compiling mashup-impl v0.1.9
Fresh aho-corasick v0.6.9
Compiling syn v0.15.19
Running `rustc --crate-name mashup_impl /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mashup-impl-0.1.9/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=ec996430041484d5 -C extra-filename=-ec996430041484d5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-17648128207b85f7.rlib --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-883bfc80a90a5bc9.rlib --cap-lints allow`
Fresh regex v1.0.6
Compiling pyo3 v0.5.0
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.5.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=b92295a8146572c1 -C extra-filename=-b92295a8146572c1 --out-dir /home/cratesfyi/cratesfyi/debug/build/pyo3-b92295a8146572c1 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-27bb5ec9ee9468d9.rlib --extern version_check=/home/cratesfyi/cratesfyi/debug/deps/libversion_check-53416817fa76efae.rlib --cap-lints allow`
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.19/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=e6b0577e0dd34722 -C extra-filename=-e6b0577e0dd34722 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-883bfc80a90a5bc9.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-1388afeb54a09f83.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-83ea6a50d639627d.rlib --cap-lints allow`
Checking mashup v0.1.9
Running `rustc --crate-name mashup /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mashup-0.1.9/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=0e70652f1a11b01f -C extra-filename=-0e70652f1a11b01f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern mashup_impl=/home/cratesfyi/cratesfyi/debug/deps/libmashup_impl-ec996430041484d5.so --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-83aab3a44e5af40e.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/pyo3-b92295a8146572c1/build-script-build`
error: failed to run custom build command for `pyo3 v0.5.0`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/pyo3-b92295a8146572c1/build-script-build` (exit code: 101)
--- stderr
Error: pyo3 requires a more recent version of rustc.
Use `rustup update` or your preferred method to update Rust
Installed version is: 1.31.0-nightly (2018-10-19). Minimum required: 1.32.0-nightly (2018-11-02).
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.5.0/build.rs:453:17
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.