gnuplot 0.0.8

Rust gnuplot controller
Build #376 2016-07-30 15:42:05

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.8 Documenting gnuplot v0.0.8 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.8/doc -L dependency=/home/cratesfyi/gnuplot-0.0.8/debug -L dependency=/home/cratesfyi/gnuplot-0.0.8/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:387:17: 387:20 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:387 (pos, &a, 1us) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/axes_common.rs:391:20: 391:23 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:391 (pos, label, 0us) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/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.8/src/axes2d.rs:5 use std::old_io::Writer; ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5:19: 5:28 error: unresolved import `std::old_io::MemWriter`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5 use std::old_io::{MemWriter, Writer, IoResult}; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5:30: 5:36 error: unresolved import `std::old_io::Writer`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5 use std::old_io::{MemWriter, Writer, IoResult}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5:38: 5:46 error: unresolved import `std::old_io::IoResult`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:5 use std::old_io::{MemWriter, Writer, IoResult}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/writer.rs:7:5: 7:27 error: unresolved import `std::old_io::MemWriter`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/writer.rs:7 use std::old_io::MemWriter; ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/writer.rs:8:5: 8: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.8/src/writer.rs:8 use std::old_io::Writer; ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:10 use std::old_io::File; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:11 use std::old_io::BufferedWriter; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:13 use std::old_io::process::{Command, Process}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:13 use std::old_io::process::{Command, Process}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/datatype.rs:5 use std::num::ToPrimitive; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/axes3d.rs:187 fn write_out(&self, writer: &mut Writer); ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/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.8/src/axes3d.rs:192 fn write_out(&self, w: &mut Writer) ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/src/axes_common.rs:39:6: 39:12 error: `Writer` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:39 impl Writer for ResetMemWriter ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:98:48: 98:54 error: `Writer` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/axes_common.rs:693:14: 693:19 error: unresolved name `range` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/axes_common.rs:693 for _ in range(0, num_rows * num_cols - count) ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:25 fn write_out(&self, writer: &mut Writer) ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/src/figure.rs:140:21: 140:27 error: trait `Writer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8/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.8/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.8/src/figure.rs:142 let w = writer as &mut Writer; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/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.8`, intermediate artifacts can be found at `/home/cratesfyi/gnuplot-0.0.8`, cause: ChainedError { error: Could not document `gnuplot`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.8/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.8/doc -L dependency=/home/cratesfyi/gnuplot-0.0.8/debug -L dependency=/home/cratesfyi/gnuplot-0.0.8/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.