apis 0.4.1

Reactive, session-oriented, asynchronous process-calculus framework
Build #119625 2018-10-05T01:39:12.109367+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading apis v0.4.1
Fresh macro-attr v0.2.0
Fresh marksman_escape v0.1.2
Fresh either v1.5.0
Fresh cfg-if v0.1.5
Fresh version_check v0.1.5
Fresh vec_map v0.8.1
Compiling bounded-spsc-queue v0.4.0
Fresh void v1.0.2
Fresh enum_derive v0.1.7
Running `rustc --crate-name bounded_spsc_queue .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ac32f8df64fe1671 -C extra-filename=-ac32f8df64fe1671 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh unreachable v1.0.0
Fresh smallvec v0.6.5
Fresh log v0.4.5
Fresh num-traits v0.2.6
Compiling macro-machines v0.8.6
Compiling enum-unitary v0.3.4
Running `rustc --crate-name macro_machines .cargo/registry/src/github.com-1ecc6299db9ec823/macro-machines-0.8.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=48c8770ee1c5eea9 -C extra-filename=-48c8770ee1c5eea9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-f5bbe4c1999a96be.rlib --extern-version log=log,0.4.5 --extern marksman_escape=/home/cratesfyi/cratesfyi/debug/deps/libmarksman_escape-ee2d49c0696bed00.rlib --extern-version marksman_escape=marksman_escape,0.1.2 --cap-lints allow`
Running `rustc --crate-name enum_unitary .cargo/registry/src/github.com-1ecc6299db9ec823/enum-unitary-0.3.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9035d513cd098635 -C extra-filename=-9035d513cd098635 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern enum_derive=/home/cratesfyi/cratesfyi/debug/deps/libenum_derive-571a57db87053f20.rlib --extern-version enum_derive=enum_derive,0.1.7 --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-7e393c06c3365063.rlib --extern-version num_traits=num-traits,0.2.6 --extern macro_attr=/home/cratesfyi/cratesfyi/debug/deps/libmacro_attr-8f0b61e973dcd6c1.rlib --extern-version macro_attr=macro-attr,0.2.0 --cap-lints allow`
Fresh lazy_static v1.1.0
Fresh colored v1.6.1
error[E0425]: cannot find function `dealloc` in module `alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.4.0/src/lib.rs:252:20
|
252 |             alloc::dealloc(self.buffer as *mut u8, layout);
|                    ^^^^^^^ not found in `alloc`

error[E0425]: cannot find function `alloc` in module `alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.4.0/src/lib.rs:345:22
|
345 |     let ptr = alloc::alloc(layout);
|                      ^^^^^ not found in `alloc`

error[E0425]: cannot find function `handle_alloc_error` in module `alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.4.0/src/lib.rs:347:16
|
347 |         alloc::handle_alloc_error(layout)
|                ^^^^^^^^^^^^^^^^^^ not found in `alloc`

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0425`.
error: Could not compile `bounded-spsc-queue`.

Caused by:
process didn't exit successfully: `rustc --crate-name bounded_spsc_queue .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-spsc-queue-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ac32f8df64fe1671 -C extra-filename=-ac32f8df64fe1671 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.