allegro_ttf 0.0.12

Allegro 5 ttf addon Rust wrapper
Build #178322016-08-13T02:44:20.868571+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading allegro_ttf v0.0.12
Downloading allegro_ttf-sys v0.0.12
Compiling allegro_ttf-sys v0.0.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/allegro_ttf-sys-0.0.12/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro_ttf-sys-dc360cb492194db8 --emit=dep-info,link -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps --cap-lints allow`
Compiling allegro_font-sys v0.0.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/allegro_font-sys-0.0.12/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro_font-sys-6601413df22926d7 --emit=dep-info,link -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps --cap-lints allow`
Compiling allegro-sys v0.0.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro-sys-52400b443d30c2e5 --emit=dep-info,link -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps --cap-lints allow`
Running `/home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro-sys-52400b443d30c2e5/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/lib.rs --crate-name allegro_sys --crate-type lib -g -C metadata=6e6895e9cfdb4f8d -C extra-filename=-6e6895e9cfdb4f8d --out-dir /home/cratesfyi/allegro_ttf-0.0.12/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps --cap-lints allow -l allegro`
Running `/home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro_font-sys-6601413df22926d7/build-script-build`
Running `/home/cratesfyi/allegro_ttf-0.0.12/debug/build/allegro_ttf-sys-dc360cb492194db8/build-script-build`
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs:8:10: 8:14 error: the trait bound `altime::ALLEGRO_TIMEOUT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs:8 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs:8:10: 8:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs:8:10: 8:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/altime.rs:8:10: 8:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:20:10: 20:14 error: the trait bound `events::ALLEGRO_EVENT_SOURCE: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:20 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:20:10: 20:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:20:10: 20:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:20:10: 20:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:52:10: 52:14 error: the trait bound `events::ALLEGRO_ANY_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:52 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:52:10: 52:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:52:10: 52:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:52:10: 52:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:61:10: 61:14 error: the trait bound `events::ALLEGRO_DISPLAY_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:61 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:61:10: 61:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:61:10: 61:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:61:10: 61:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:75:10: 75:14 error: the trait bound `events::ALLEGRO_JOYSTICK_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:75 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:75:10: 75:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:75:10: 75:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:75:10: 75:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:89:10: 89:14 error: the trait bound `events::ALLEGRO_KEYBOARD_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:89 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:89:10: 89:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:89:10: 89:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:89:10: 89:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:103:10: 103:14 error: the trait bound `events::ALLEGRO_MOUSE_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:103 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:103:10: 103:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:103:10: 103:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:103:10: 103:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:123:10: 123:14 error: the trait bound `events::ALLEGRO_TIMER_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:123 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:123:10: 123:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:123:10: 123:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:123:10: 123:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:134:10: 134:14 error: the trait bound `events::ALLEGRO_USER_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:134 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:134:10: 134:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:134:10: 134:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:134:10: 134:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:148:10: 148:14 error: the trait bound `events::ALLEGRO_EVENT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:148 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:148:10: 148:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:148:10: 148:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/events.rs:148:10: 148:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:13:10: 13:14 error: the trait bound `joystick::ALLEGRO_JOYSTICK_STATE: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:13 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:13:10: 13:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:13:10: 13:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:13:10: 13:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:21:10: 21:14 error: the trait bound `joystick::Stick: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:21 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:21:10: 21:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:21:10: 21:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/joystick.rs:21:10: 21:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs:16:10: 16:14 error: the trait bound `keyboard::ALLEGRO_KEYBOARD_STATE: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs:16 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs:16:10: 16:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs:16:10: 16:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/keyboard.rs:16:10: 16:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs:9:10: 9:14 error: the trait bound `monitor::ALLEGRO_MONITOR_INFO: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs:9 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs:9:10: 9:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs:9:10: 9:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/monitor.rs:9:10: 9:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs:17:10: 17:14 error: the trait bound `mouse::ALLEGRO_MOUSE_STATE: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs:17 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs:17:10: 17:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs:17:10: 17:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/mouse.rs:17:10: 17:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs:14:10: 14:14 error: the trait bound `utf8::__al_tagbstring: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs:14 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs:14:10: 14:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs:14:10: 14:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/utf8.rs:14:10: 14:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs:8:10: 8:14 error: the trait bound `transformations::ALLEGRO_TRANSFORM: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs:8 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs:8:10: 8:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs:8:10: 8:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/transformations.rs:8:10: 8:14 note: required by `std::marker::Copy` 
error: aborting due to 17 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `allegro_ttf v0.0.12`, intermediate artifacts can be found at `/home/cratesfyi/allegro_ttf-0.0.12`,
cause: ChainedError {
error: Could not compile `allegro-sys`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/allegro-sys-0.0.12/src/lib.rs --crate-name allegro_sys --crate-type lib -g -C metadata=6e6895e9cfdb4f8d -C extra-filename=-6e6895e9cfdb4f8d --out-dir /home/cratesfyi/allegro_ttf-0.0.12/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps -L dependency=/home/cratesfyi/allegro_ttf-0.0.12/debug/deps --cap-lints allow -l allegro` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.