gnuplot 0.0.11

Rust gnuplot controller
Build #373 2016-07-30T15:41:45.600547+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 gnuplot v0.0.11
Documenting gnuplot v0.0.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.11/doc -L dependency=/home/cratesfyi/gnuplot-0.0.11/debug -L dependency=/home/cratesfyi/gnuplot-0.0.11/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes2d.rs:5:5: 5:24 error: unresolved import `std::old_io::Writer`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes2d.rs:5 use std::old_io::Writer;
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:10:5: 10:22 error: unresolved import `std::old_io::File`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:10 use std::old_io::File;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:11:5: 11:32 error: unresolved import `std::old_io::BufferedWriter`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:11 use std::old_io::BufferedWriter;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:12:5: 12:24 error: unresolved import `std::old_path::Path`. Could not find `old_path` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:12 use std::old_path::Path;
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:13:28: 13:35 error: unresolved import `std::old_io::process::Command`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:13 use std::old_io::process::{Command, Process};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:13:37: 13:44 error: unresolved import `std::old_io::process::Process`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:13 use std::old_io::process::{Command, Process};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/datatype.rs:5:5: 5:26 error: unresolved import `std::num::ToPrimitive`. There is no `ToPrimitive` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/datatype.rs:5 use std::num::ToPrimitive;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:187:35: 187:41 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:187 	fn write_out(&self, writer: &mut Writer);
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:187:35: 187:41 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:192:30: 192:36 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:192 	fn write_out(&self, w: &mut Writer)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:192:30: 192:36 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240:36: 240:42 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240 			fn set_cntrparam<F: FnOnce(&mut Writer)>(w: &mut Writer, wr: F)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240:36: 240:42 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240:53: 240:59 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240 			fn set_cntrparam<F: FnOnce(&mut Writer)>(w: &mut Writer, wr: F)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes3d.rs:240:53: 240:59 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:65:48: 65:54 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:65 pub fn write_out_label_options<T: PlotWriter + Writer>(label_type: LabelType, options: &[LabelOption], writer: &mut T)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:65:48: 65:54 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:67:25: 67:31 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:67 	let w = writer as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:67:25: 67:31 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:268:43: 268:49 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:268 	pub fn write_out_commands(&self, w: &mut Writer)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:268:43: 268:49 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:551:36: 551:42 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:551 	pub fn write_line_options(c: &mut Writer, options: &[PlotOption])
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:551:36: 551:42 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:582:41: 582:47 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:582 	pub fn write_color_options<'l>(c: &mut Writer, options: &[PlotOption<'l>], default: Option<&'l str>)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:582:41: 582:47 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:660:14: 660:19 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:660 				for _ in range(0, num_rows * num_cols - count)
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:679:68: 679:74 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:679 		let args = &mut self.elems.as_mut_slice()[elem_idx].args as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:679:68: 679:74 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:851:48: 851:54 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:851 	pub fn write_out_commands(&self, writer: &mut Writer)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:851:48: 851:54 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:859:59: 859:65 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:859 	pub fn write_out_elements(&self, cmd: &str, writer: &mut Writer)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:859:59: 859:65 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:967:61: 967:67 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:967 			let c = &mut self.get_common_data_mut().commands as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:967:61: 967:67 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1186:61: 1186:67 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1186 			let c = &mut self.get_common_data_mut().commands as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1186:61: 1186:67 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1223:61: 1223:67 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1223 			let c = &mut self.get_common_data_mut().commands as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/axes_common.rs:1223:61: 1223:67 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:25:35: 25:41 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:25 	fn write_out(&self, writer: &mut Writer)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:25:35: 25:41 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:140:21: 140:27 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:140 	pub fn echo<'l, T: Writer>(&'l self, writer: &mut T) -> &'l Figure
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:140:21: 140:27 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:142:26: 142:32 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:142 		let w = writer as &mut Writer;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/figure.rs:142:26: 142:32 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `gnuplot v0.0.11`, intermediate artifacts can be found at `/home/cratesfyi/gnuplot-0.0.11`,
cause: ChainedError {
error: Could not document `gnuplot`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.11/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.11/doc -L dependency=/home/cratesfyi/gnuplot-0.0.11/debug -L dependency=/home/cratesfyi/gnuplot-0.0.11/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.