[go: up one dir, main page]

unidecode 0.1.3

Provides pure ASCII transliterations of Unicode strings.
Build #5867 2016-08-03 22:14:01

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading unidecode v0.1.3
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/unidecode-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps --cap-lints allow`
Compiling phf_shared v0.6.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.19/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=a91ea891cab4b0cf -C extra-filename=-a91ea891cab4b0cf --out-dir /home/cratesfyi/unidecode-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps --cap-lints allow`
Compiling phf v0.6.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/lib.rs --crate-name phf --crate-type lib -g -C metadata=481c2516a633fe04 -C extra-filename=-481c2516a633fe04 --out-dir /home/cratesfyi/unidecode-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps --extern phf_shared=/home/cratesfyi/unidecode-0.1.3/debug/deps/libphf_shared-a91ea891cab4b0cf.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/map.rs:7:5: 7:28 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/map.rs:7 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/map.rs:7:5: 7:28 help: run `rustc --explain E0252` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/set.rs:4:5: 4:28 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/set.rs:4:5: 4:28 help: run `rustc --explain E0252` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:17: 4:29 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:17: 4:29 help: run `rustc --explain E0252` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:17: 4:29 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:17: 4:29 help: run `rustc --explain E0252` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:31: 4:51 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:31: 4:51 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:31: 4:51 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:31: 4:51 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:158:16: 158:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:158 impl<'a, K, V> RandomAccessIterator for Entries<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:158:16: 158:36 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:193:16: 193:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:193 impl<'a, K, V> RandomAccessIterator for Keys<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:193:16: 193:36 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:228:16: 228:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:228 impl<'a, K, V> RandomAccessIterator for Values<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:228:16: 228:36 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:124:13: 124:33 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:124 impl<'a, T> RandomAccessIterator for Iter<'a, T> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:124:13: 124:33 help: run `rustc --explain E0404` to see a detailed explanation
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `unidecode v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/unidecode-0.1.3`,
cause: ChainedError {
error: Could not compile `phf`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/lib.rs --crate-name phf --crate-type lib -g -C metadata=481c2516a633fe04 -C extra-filename=-481c2516a633fe04 --out-dir /home/cratesfyi/unidecode-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps -L dependency=/home/cratesfyi/unidecode-0.1.3/debug/deps --extern phf_shared=/home/cratesfyi/unidecode-0.1.3/debug/deps/libphf_shared-a91ea891cab4b0cf.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.