Build #89015 2018-03-05T22:17:59.961985+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading yell v0.4.1
Downloading json_macros v0.3.2
Fresh cfg-if v0.1.2
Fresh rustc-serialize v0.3.24
Fresh libc v0.2.39
Fresh slab v0.3.0
Compiling c_linked_list v1.1.0
Fresh lazycell v0.6.0
Compiling json_macros v0.3.2
Fresh log v0.4.1
Fresh iovec v0.1.2
Fresh net2 v0.2.32
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="rustc-serialize"' --cfg 'feature="with-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`
Fresh log v0.3.9
Fresh mio v0.6.13
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 libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --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 --cap-lints allow`
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: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0614"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `json_macros`.,
cause: 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="rustc-serialize" --cfg feature="with-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)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.