bf 0.4.8

An optimizing Brainfuck interpeter and JIT compiler
Build #101667 2018-05-30 23:33:14

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.26.0-dev (0eb87c9bf 2018-03-16)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading bf v0.4.8 Fresh vec_map v0.8.1 Fresh strsim v0.7.0 Fresh lazy_static v0.2.11 Fresh libc v0.2.41 Fresh ansi_term v0.11.0 Fresh bitflags v1.0.3 Fresh stable_deref_trait v1.0.0 Fresh unicode-width v0.1.5 Fresh take_mut v0.2.2 Fresh byteorder v1.2.3 Fresh owning_ref v0.3.3 Fresh textwrap v0.9.0 Compiling dynasm v0.2.1 Running `rustc --crate-name dynasm .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=7360edf65b0319f7 -C extra-filename=-7360edf65b0319f7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern owning_ref=/home/cratesfyi/cratesfyi/debug/deps/libowning_ref-9ae3d472223e5e47.rlib --extern-version owning_ref=owning_ref,0.3.3 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-9912b24f648af35d.rlib --extern-version byteorder=byteorder,1.2.3 --cap-lints allow` Fresh memmap v0.6.2 Fresh atty v0.2.10 Fresh dynasmrt v0.2.1 Fresh clap v2.31.2 error[E0432]: unresolved import `syntax::edition` --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/lib.rs:14:13 | 14 | use syntax::edition::DEFAULT_EDITION; | ^^^^^^^ Could not find `edition` in `syntax` error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/arch/x64/compiler.rs:1674:59 | 1674 | ecx.expr_lit(span, ast::LitKind::Int(scale as u128, ast::LitIntType::Unsuffixed)), | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/serialize.rs:249:41 | 249 | span, ast::LitKind::Int(mask as u128, ast::LitIntType::Unsuffixed) | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/serialize.rs:254:49 | 254 | span, ast::LitKind::Int((-shift) as u128, ast::LitIntType::Unsuffixed) | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/serialize.rs:258:46 | 258 | span, ast::LitKind::Int(shift as u128, ast::LitIntType::Unsuffixed) | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit integers are not stable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/serialize.rs:196:53 | 196 | ecx.expr_lit(ecx.call_site(), ast::LitKind::Int(0u128, ast::LitIntType::Unsuffixed)) | ^^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error: aborting due to 6 previous errors Some errors occurred: E0432, E0658. For more information about an error, try `rustc --explain E0432`. thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `dynasm`., cause: process didn't exit successfully: `rustc --crate-name dynasm .cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.1/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=7360edf65b0319f7 -C extra-filename=-7360edf65b0319f7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern owning_ref=/home/cratesfyi/cratesfyi/debug/deps/libowning_ref-9ae3d472223e5e47.rlib --extern-version owning_ref=owning_ref,0.3.3 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-9912b24f648af35d.rlib --extern-version byteorder=byteorder,1.2.3 --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.