crc24 0.0.3

CRC-24 implementation (IETF RFC2440-compatible)
Build #27087 2016-08-19T20:03:21.534315+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 crc24 v0.0.3
Compiling crc24 v0.0.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs --crate-name build_script_tablegen --crate-type bin -g --out-dir /home/cratesfyi/crc24-0.0.3/debug/build/crc24-86e24d3ab540ac03 --emit=dep-info,link -L dependency=/home/cratesfyi/crc24-0.0.3/debug -L dependency=/home/cratesfyi/crc24-0.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6:20: 6:24 error: unresolved import `std::old_io::File`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6 use std::old_io::{ File, Writer };
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6:20: 6:24 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6:26: 6:32 error: unresolved import `std::old_io::Writer`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6 use std::old_io::{ File, Writer };
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:6:26: 6:32 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12:22: 12:32 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12 	let dst = Path::new(os::getenv("OUT_DIR").unwrap());
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12:22: 12:32 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12:12: 12:21 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12 	let dst = Path::new(os::getenv("OUT_DIR").unwrap());
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:12:12: 12:21 help: run `rustc --explain E0433` to see a detailed explanation
<std macros>:2:8: 2:18 error: no method named `write_fmt` found for type `&mut std::vec::Vec<u8>` in the current scope 
<std macros>:2 $ dst . write_fmt ( format_args ! ( $ ( $ arg ) * ) ) )
^~~~~~~~~~
<std macros>:2:1: 2:46 note: in this expansion of write! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:32:2: 32:57 note: in this expansion of writeln! (defined in <std macros>)
<std macros>:2:8: 2:18 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
<std macros>:2:8: 2:18 help: candidate #1: `use std::io::Write` 
<std macros>:2:8: 2:18 error: no method named `write_fmt` found for type `&mut std::vec::Vec<u8>` in the current scope 
<std macros>:2 $ dst . write_fmt ( format_args ! ( $ ( $ arg ) * ) ) )
^~~~~~~~~~
<std macros>:4:1: 4:62 note: in this expansion of write! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:34:3: 35:35 note: in this expansion of writeln! (defined in <std macros>)
<std macros>:2:8: 2:18 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
<std macros>:2:8: 2:18 help: candidate #1: `use std::io::Write` 
<std macros>:2:8: 2:18 error: no method named `write_fmt` found for type `&mut std::vec::Vec<u8>` in the current scope 
<std macros>:2 $ dst . write_fmt ( format_args ! ( $ ( $ arg ) * ) ) )
^~~~~~~~~~
<std macros>:2:1: 2:46 note: in this expansion of write! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs:37:2: 37:26 note: in this expansion of writeln! (defined in <std macros>)
<std macros>:2:8: 2:18 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
<std macros>:2:8: 2:18 help: candidate #1: `use std::io::Write` 
error: aborting due to 3 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `crc24 v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/crc24-0.0.3`,
cause: ChainedError {
error: Could not compile `crc24`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/crc24-0.0.3/src/tablegen.rs --crate-name build_script_tablegen --crate-type bin -g --out-dir /home/cratesfyi/crc24-0.0.3/debug/build/crc24-86e24d3ab540ac03 --emit=dep-info,link -L dependency=/home/cratesfyi/crc24-0.0.3/debug -L dependency=/home/cratesfyi/crc24-0.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.