drone-core 0.8.1

Drone is a Hard Real-Time Operating System Framework.
Build #105114 2018-06-11T16:53:42.747876+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading drone-core v0.8.1
Fresh unicode-xid v0.0.4
Fresh ucd-util v0.1.1
Fresh if_chain v0.1.2
Fresh lazy_static v1.0.1
Fresh either v1.5.0
Fresh unicode-xid v0.1.0
Fresh quote v0.3.15
Fresh utf8-ranges v1.0.0
Fresh synom v0.11.3
Fresh regex-syntax v0.6.0
Fresh failure v0.1.1
Fresh proc-macro2 v0.4.6
Fresh libc v0.2.42
Fresh futures-core v0.2.1
Fresh void v1.0.2
Compiling drone-ctypes v0.8.1
Fresh quote v0.6.3
Compiling memchr v2.0.1
Fresh futures-io v0.2.1
Fresh futures-channel v0.2.1
Fresh unreachable v1.0.0
Fresh syn v0.11.11
Running `rustc --crate-name drone_ctypes .cargo/registry/src/github.com-1ecc6299db9ec823/drone-ctypes-0.8.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=016f610c11f3a479 -C extra-filename=-016f610c11f3a479 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling syn v0.14.2
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="use_std"' -C metadata=f754cb82c0139373 -C extra-filename=-f754cb82c0139373 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow`
Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.14.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="default"' --cfg 'feature="clone-impls"' --cfg 'feature="printing"' --cfg 'feature="quote"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="proc-macro2"' --cfg 'feature="full"' -C metadata=7b9a309a7ec56590 -C extra-filename=-7b9a309a7ec56590 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-c646a76e238c184d.rlib --extern-version proc_macro2=proc-macro2,0.4.6 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-ce10ed3dee502eae.rlib --extern-version quote=quote,0.6.3 --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow`
Fresh synstructure v0.6.1
Fresh futures-sink v0.2.1
Fresh thread_local v0.3.5
Fresh failure_derive v0.1.1
Fresh futures-util v0.2.1
Fresh futures-executor v0.2.1
Fresh futures-stable v0.2.1
Fresh futures-async-runtime v0.2.1
Fresh futures v0.2.1
Compiling aho-corasick v0.6.4
Running `rustc --crate-name aho_corasick .cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e524697c89f1b116 -C extra-filename=-e524697c89f1b116 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --cap-lints allow`
Compiling regex v1.0.0
Running `rustc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=492e08afd51eca9f -C extra-filename=-492e08afd51eca9f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-db3ee6d3c7fe5526.rlib --extern-version thread_local=thread_local,0.3.5 --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-b81dc320c0a952bb.rlib --extern-version utf8_ranges=utf8-ranges,1.0.0 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-38e34e314af44eaa.rlib --extern-version regex_syntax=regex-syntax,0.6.0 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4 --cap-lints allow`
Compiling Inflector v0.11.3
Running `rustc --crate-name inflector .cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="lazy_static"' --cfg 'feature="heavyweight"' -C metadata=bbc12f067267e117 -C extra-filename=-bbc12f067267e117 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-492e08afd51eca9f.rlib --extern-version regex=regex,1.0.0 --cap-lints allow`
Compiling drone-macros-core v0.8.1
Running `rustc --crate-name drone_macros_core .cargo/registry/src/github.com-1ecc6299db9ec823/drone-macros-core-0.8.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ee59a7360663bf89 -C extra-filename=-ee59a7360663bf89 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-492e08afd51eca9f.rlib --extern-version regex=regex,1.0.0 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-7b9a309a7ec56590.rlib --extern-version syn=syn,0.14.2 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-c646a76e238c184d.rlib --extern-version proc_macro2=proc-macro2,0.4.6 --cap-lints allow`
Compiling drone-core-macros v0.8.1
Running `rustc --crate-name drone_core_macros .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=b54a50cb3074db72 -C extra-filename=-b54a50cb3074db72 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern drone_macros_core=/home/cratesfyi/cratesfyi/debug/deps/libdrone_macros_core-ee59a7360663bf89.rlib --extern-version drone_macros_core=drone-macros-core,0.8.1 --extern inflector=/home/cratesfyi/cratesfyi/debug/deps/libinflector-bbc12f067267e117.rlib --extern-version inflector=Inflector,0.11.3 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-7b9a309a7ec56590.rlib --extern-version syn=syn,0.14.2 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-ce10ed3dee502eae.rlib --extern-version quote=quote,0.6.3 --extern if_chain=/home/cratesfyi/cratesfyi/debug/deps/libif_chain-0604e6b6fde947ad.rlib --extern-version if_chain=if_chain,0.1.2 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-c646a76e238c184d.rlib --extern-version proc_macro2=proc-macro2,0.4.6 --cap-lints allow`
error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/bitfield.rs:106:32
|
106 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/drv/driver.rs:36:18
|
36 |   let def_site = Span::def_site();
|                  ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/drv/resource.rs:6:18
|
6 |   let def_site = Span::def_site();
|                  ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/heap.rs:67:32
|
67 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/reg/map.rs:70:32
|
70 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/reg/map.rs:101:32
|
101 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/reg/map.rs:282:32
|
282 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/reg/tokens.rs:105:32
|
105 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/thr.rs:48:32
|
48 |   let (def_site, call_site) = (Span::def_site(), Span::call_site());
|                                ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error: aborting due to 9 previous errors

For more information about this error, try `rustc --explain E0599`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `drone-core-macros`.,
cause: process didn't exit successfully: `rustc --crate-name drone_core_macros .cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.1/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=b54a50cb3074db72 -C extra-filename=-b54a50cb3074db72 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern drone_macros_core=/home/cratesfyi/cratesfyi/debug/deps/libdrone_macros_core-ee59a7360663bf89.rlib --extern-version drone_macros_core=drone-macros-core,0.8.1 --extern inflector=/home/cratesfyi/cratesfyi/debug/deps/libinflector-bbc12f067267e117.rlib --extern-version inflector=Inflector,0.11.3 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-7b9a309a7ec56590.rlib --extern-version syn=syn,0.14.2 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-ce10ed3dee502eae.rlib --extern-version quote=quote,0.6.3 --extern if_chain=/home/cratesfyi/cratesfyi/debug/deps/libif_chain-0604e6b6fde947ad.rlib --extern-version if_chain=if_chain,0.1.2 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-c646a76e238c184d.rlib --extern-version proc_macro2=proc-macro2,0.4.6 --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.