gnuplot 0.0.6

Rust gnuplot controller
Build #378 2016-07-30 15:42:18

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 Updating registry `https://github.com/rust-lang/crates.io-index` Downloading gnuplot v0.0.6 Documenting gnuplot v0.0.6 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.6/doc -L dependency=/home/cratesfyi/gnuplot-0.0.6/debug -L dependency=/home/cratesfyi/gnuplot-0.0.6/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:387:17: 387:20 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:387 (pos, &a, 1us) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:387:17: 387:20 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:391:20: 391:23 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:391 (pos, label, 0us) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:391:20: 391:23 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes2d.rs:5:5: 5:20 error: unresolved import `std::io::Writer`. There is no `Writer` in `std::io`. Did you mean to use `Write`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes2d.rs:5 use std::io::Writer; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5:15: 5:24 error: unresolved import `std::io::MemWriter`. There is no `MemWriter` in `std::io`. Did you mean to use `BufWriter`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5 use std::io::{MemWriter, Writer, IoResult}; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5:26: 5:32 error: unresolved import `std::io::Writer`. There is no `Writer` in `std::io`. Did you mean to use `Write`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5 use std::io::{MemWriter, Writer, IoResult}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5:34: 5:42 error: unresolved import `std::io::IoResult`. There is no `IoResult` in `std::io`. Did you mean to use `Result`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:5 use std::io::{MemWriter, Writer, IoResult}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/writer.rs:7:5: 7:23 error: unresolved import `std::io::MemWriter`. There is no `MemWriter` in `std::io`. Did you mean to use `BufWriter`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/writer.rs:7 use std::io::MemWriter; ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/writer.rs:8:5: 8:20 error: unresolved import `std::io::Writer`. There is no `Writer` in `std::io`. Did you mean to use `Write`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/writer.rs:8 use std::io::Writer; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:10:5: 10:18 error: unresolved import `std::io::File`. There is no `File` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:10 use std::io::File; ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:11:5: 11:28 error: unresolved import `std::io::BufferedWriter`. There is no `BufferedWriter` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:11 use std::io::BufferedWriter; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:13:24: 13:31 error: unresolved import `std::io::process::Command`. Could not find `process` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:13 use std::io::process::{Command, Process}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:13:33: 13:40 error: unresolved import `std::io::process::Process`. Could not find `process` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/figure.rs:13 use std::io::process::{Command, Process}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/src/datatype.rs:5 use std::num::ToPrimitive; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/src/axes3d.rs:187 fn write_out(&self, writer: &mut Writer); ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/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.6/src/axes3d.rs:192 fn write_out(&self, w: &mut Writer) ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/src/axes_common.rs:39:6: 39:12 error: `Writer` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:39 impl Writer for ResetMemWriter ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:98:48: 98:54 error: `Writer` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:98 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.6/src/axes_common.rs:693:14: 693:19 error: unresolved name `range` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/axes_common.rs:693 for _ in range(0, num_rows * num_cols - count) ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/src/figure.rs:25 fn write_out(&self, writer: &mut Writer) ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/src/figure.rs:140:21: 140:27 error: trait `Writer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6/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.6/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.6/src/figure.rs:142 let w = writer as &mut Writer; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/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.6`, intermediate artifacts can be found at `/home/cratesfyi/gnuplot-0.0.6`, cause: ChainedError { error: Could not document `gnuplot`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.6/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.6/doc -L dependency=/home/cratesfyi/gnuplot-0.0.6/debug -L dependency=/home/cratesfyi/gnuplot-0.0.6/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.