yell 0.4.1

Simple UDP messaging
Build #102756 2018-06-06T00:51:16.871077+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`
Fresh libc v0.2.42
Fresh lazycell v0.6.0
Fresh rustc-serialize v0.3.24
Fresh slab v0.4.0
Fresh cfg-if v0.1.3
Compiling c_linked_list v1.1.0
Fresh iovec v0.1.2
Fresh log v0.4.1
Fresh net2 v0.2.32
Compiling json_macros v0.3.2
Compiling mio v0.6.14
Running `rustc --crate-name json_macros .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="with-rustc-serialize"' --cfg 'feature="rustc-serialize"' --cfg 'feature="default"' -C metadata=ae884a7d49f148fe -C extra-filename=-ae884a7d49f148fe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --cap-lints allow`
Running `rustc --crate-name c_linked_list .cargo/registry/src/github.com-1ecc6299db9ec823/c_linked_list-1.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=22252f7652cb0152 -C extra-filename=-22252f7652cb0152 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name mio .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.14/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="with-deprecated"' -C metadata=52da5f0bb96bc147 -C extra-filename=-52da5f0bb96bc147 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-81a5dc5c0e5d6600.rlib --extern-version slab=slab,0.4.0 --extern lazycell=/home/cratesfyi/cratesfyi/debug/deps/liblazycell-790770675563c65c.rlib --extern-version lazycell=lazycell,0.6.0 --extern iovec=/home/cratesfyi/cratesfyi/debug/deps/libiovec-a21be0ccac0f0eb6.rlib --extern-version iovec=iovec,0.1.2 --extern net2=/home/cratesfyi/cratesfyi/debug/deps/libnet2-cd5c50a136dfb44b.rlib --extern-version net2=net2,0.2.32 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-9a2384ac12322a5f.rlib --extern-version log=log,0.4.1 --cap-lints allow`
Compiling get_if_addrs v0.4.1
Running `rustc --crate-name get_if_addrs .cargo/registry/src/github.com-1ecc6299db9ec823/get_if_addrs-0.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c2a7ed7ff5ebf454 -C extra-filename=-c2a7ed7ff5ebf454 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern c_linked_list=/home/cratesfyi/cratesfyi/debug/deps/libc_linked_list-22252f7652cb0152.rlib --extern-version c_linked_list=c_linked_list,1.1.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow`
error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields
--> .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:85:10
|
85 |         &Token::Ident(id) if id.name.as_str() == "null" => {
|          ^^^^^^^^^^^^^^^^ expected 2 fields, found 1

error[E0614]: type `syntax::ast::Symbol` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:54:26
|
54 |                 let s = &*istr;
|                          ^^^^^

error[E0599]: no method named `parse_pat_literal_maybe_minus` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:90:31
|
90 |             let expr = parser.parse_pat_literal_maybe_minus().ok().unwrap();
|                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: did you mean `parse_literal_maybe_minus`?

error: aborting due to 3 previous errors

Some errors occurred: E0023, E0599, E0614.
For more information about an error, try `rustc --explain E0023`.
error: Could not compile `json_macros`.

Caused by:
process didn't exit successfully: `rustc --crate-name json_macros .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg feature="with-rustc-serialize" --cfg feature="rustc-serialize" --cfg feature="default" -C metadata=ae884a7d49f148fe -C extra-filename=-ae884a7d49f148fe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --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.