criterion 0.2.0

Statistics-driven micro-benchmarking library
Build #84836 2018-02-05T12:50:09.910611+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading criterion v0.2.0
Fresh ansi_term v0.10.2
Fresh quote v0.3.15
Fresh strsim v0.7.0
Fresh num-traits v0.1.42
Fresh bitflags v1.0.1
Fresh regex-syntax v0.4.2
Fresh lazy_static v1.0.0
Fresh vec_map v0.8.0
Fresh cfg-if v0.1.2
Fresh byteorder v1.2.1
Fresh quick-error v1.2.1
Fresh libc v0.2.36
Fresh itoa v0.3.4
Fresh thread-scoped v1.0.2
Fresh utf8-ranges v1.0.0
Fresh term v0.4.6
Fresh log v0.4.1
Fresh dtoa v0.4.2
Fresh rustc-demangle v0.1.5
Fresh cast v0.2.2
Fresh cc v1.0.4
Fresh void v1.0.2
Fresh unicode-width v0.1.4
Fresh log v0.3.9
Fresh serde v1.0.27
Fresh either v1.4.0
Compiling pest v1.0.3
Fresh unreachable v1.0.0
Fresh textwrap v0.9.0
Compiling itertools-num v0.1.1
Fresh serde_json v1.0.9
Fresh unicode-xid v0.0.4
Running `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a19912db0c803e5 -C extra-filename=-6a19912db0c803e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh time v0.1.39
Running `rustc --crate-name itertools_num .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-num-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=dfe59748eb2ff28b -C extra-filename=-dfe59748eb2ff28b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-d924c58a4debfa6a.rlib --extern-version num_traits=num-traits,0.1.42 --cap-lints allow`
Fresh isatty v0.1.6
Fresh backtrace-sys v0.1.16
Fresh synom v0.11.3
Fresh thread_local v0.3.5
Fresh num_cpus v1.8.0
Fresh simplelog v0.4.4
Fresh rand v0.4.2
Fresh syn v0.11.11
Fresh backtrace v0.3.5
Fresh memchr v2.0.1
Fresh rand v0.3.22
Fresh aho-corasick v0.6.4
Fresh atty v0.2.6
Fresh synstructure v0.6.1
Fresh serde_derive_internals v0.19.0
Fresh regex v0.2.5
Fresh clap v2.29.3
Fresh failure_derive v0.1.1
Fresh serde_derive v1.0.27
Compiling criterion-stats v0.2.0
Fresh itertools v0.7.6
Fresh failure v0.1.1
Running `rustc --crate-name criterion_stats .cargo/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=11d735a9ab065a25 -C extra-filename=-11d735a9ab065a25 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-d924c58a4debfa6a.rlib --extern-version num_traits=num-traits,0.1.42 --extern cast=/home/cratesfyi/cratesfyi/debug/deps/libcast-7ef7ac8af5cf4b9d.rlib --extern-version cast=cast,0.2.2 --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-b77d6e347a8dacfa.rlib --extern-version num_cpus=num_cpus,1.8.0 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f68ac84df3818730.rlib --extern-version rand=rand,0.3.22 --extern thread_scoped=/home/cratesfyi/cratesfyi/debug/deps/libthread_scoped-7489d90236f5cb40.rlib --extern-version thread_scoped=thread-scoped,1.0.2 --cap-lints allow`
Compiling criterion-plot v0.2.0
Running `rustc --crate-name criterion_plot .cargo/registry/src/github.com-1ecc6299db9ec823/criterion-plot-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=901bef3dd560379c -C extra-filename=-901bef3dd560379c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3936f4769def2104.rlib --extern-version byteorder=byteorder,1.2.1 --extern cast=/home/cratesfyi/cratesfyi/debug/deps/libcast-7ef7ac8af5cf4b9d.rlib --extern-version cast=cast,0.2.2 --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-65757d5ee1a730a1.rlib --extern-version itertools=itertools,0.7.6 --cap-lints allow`
error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/iterators/pair.rs:250:36
|
250 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/iterators/pairs.rs:162:36
|
162 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `eq_ignore_ascii_case` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/position.rs:354:23
|
354 |                 slice.eq_ignore_ascii_case(string)
|                       ^^^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/position.rs:641:36
|
641 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/span.rs:191:36
|
191 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error: aborting due to 5 previous errors

error: Could not compile `pest`.

Caused by:
process didn't exit successfully: `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a19912db0c803e5 -C extra-filename=-6a19912db0c803e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.