[INFO] cloning repository https://github.com/tomjakubowski/quagmire
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomjakubowski/quagmire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomjakubowski%2Fquagmire", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomjakubowski%2Fquagmire'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f50ce5ea56295d550a247a482ea61208f1a6bef5
[INFO] checking tomjakubowski/quagmire against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomjakubowski%2Fquagmire" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomjakubowski/quagmire
[INFO] finished tweaking git repo https://github.com/tomjakubowski/quagmire
[INFO] tweaked toml for git repo https://github.com/tomjakubowski/quagmire written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomjakubowski/quagmire on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomjakubowski/quagmire already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `quagmire` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/alexcrichton/toml-rs`
[INFO] [stderr]     Updating git repository `https://github.com/o11c/rust-xdg`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621
[INFO] running `Command { std: "docker" "start" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `quagmire` (manifest) generated 1 warning
[INFO] [stderr]     Checking xdg v0.1.0 (https://github.com/o11c/rust-xdg#c5ca764b)
[INFO] [stderr]     Checking toml v0.1.6 (https://github.com/alexcrichton/toml-rs#95c6161d)
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn new_with_env(env: |&str| -> Option<Vec<u8>>) -> XdgDirs
[INFO] [stdout]    |                          ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn getenv_one(env: |&str| -> Option<Vec<u8>>, var: &str) -> Option<Path>
[INFO] [stdout]     |                    ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `|`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn getenv_many(env: |&str| -> Option<Vec<u8>>, var: &str) -> Option<Vec<Path>>
[INFO] [stdout]     |                     ^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `mod`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use Value::{mod, Array, Table, Float, Integer, Boolean, Datetime};
[INFO] [stdout]   |             ^^^ expected identifier, found keyword
[INFO] [stdout]   |
[INFO] [stdout] help: escape `mod` to use it as an identifier
[INFO] [stdout]   |
[INFO] [stdout] 8 | use Value::{r#mod, Array, Table, Float, Integer, Boolean, Datetime};
[INFO] [stdout]   |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `mod`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/show.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use Value::{mod, String, Integer, Float, Boolean, Datetime, Array, Table};
[INFO] [stdout]   |             ^^^ expected identifier, found keyword
[INFO] [stdout]   |
[INFO] [stdout] help: escape `mod` to use it as an identifier
[INFO] [stdout]   |
[INFO] [stdout] 4 | use Value::{r#mod, String, Integer, Float, Boolean, Datetime, Array, Table};
[INFO] [stdout]   |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:957:21
[INFO] [stdout]     |
[INFO] [stdout] 957 |               a: Some(box Foo {
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 958 | |                 a: None,
[INFO] [stdout] 959 | |                 b: Bar { a: "foo".to_string(), b: 4.5 },
[INFO] [stdout] 960 | |             }),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]     |
[INFO] [stdout] 957 ~             a: Some(Box::new(Foo {
[INFO] [stdout] 958 |                 a: None,
[INFO] [stdout] 959 |                 b: Bar { a: "foo".to_string(), b: 4.5 },
[INFO] [stdout] 960 ~             })),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `serialize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/lib.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | extern crate serialize;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::path::BytesContainer`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::BytesContainer;
[INFO] [stdout]   |     ^^^^^^^^^^^--------------
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `BytesContainer` in `path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::fs`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::fs::PathExtensions;
[INFO] [stdout]   |              ^^ could not find `fs` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::num::FromStrRadix`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::num::FromStrRadix;
[INFO] [stdout]   |     ^^^^^^^^^^------------
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `FromStrRadix` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Value::r#mod`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use Value::{mod, Array, Table, Float, Integer, Boolean, Datetime};
[INFO] [stdout]   |             ^^^ no `r#mod` in `Value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Value::r#mod`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/show.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use Value::{mod, String, Integer, Float, Boolean, Datetime, Array, Table};
[INFO] [stdout]   |             ^^^ no `r#mod` in `Value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[deriving(Show)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[deriving(PartialEq)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:92:3
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[deriving(PartialEq)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[deriving(PartialEq, Show)]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/lib.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[deriving(PartialEq, Clone)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `detail` is not a member of trait `Error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:770:5
[INFO] [stdout]     |
[INFO] [stdout] 770 |     fn detail(&self) -> Option<String> { Some(self.desc.clone()) }
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:187:14
[INFO] [stdout]     |
[INFO] [stdout] 187 |     std::io::fs::mkdir_recursive(home, io::USER_RWX).unwrap();
[INFO] [stdout]     |              ^^ could not find `fs` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 |     std::io::fs::mkdir_recursive(&joined, io::USER_RWX).unwrap();
[INFO] [stdout]     |              ^^ could not find `fs` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:218:23
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let mut vec = io::fs::readdir(&home.join(b)).unwrap_or(vec!());
[INFO] [stdout]     |                       ^^ could not find `fs` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:221:26
[INFO] [stdout]     |
[INFO] [stdout] 221 |         vec.push_all(io::fs::readdir(&path.join(b)).unwrap_or(vec!()).as_slice());
[INFO] [stdout]     |                          ^^ could not find `fs` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     data_home: Path,
[INFO] [stdout]   |                ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::path::Path;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 |     config_home: Path,
[INFO] [stdout]   |                  ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::path::Path;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     cache_home: Path,
[INFO] [stdout]   |                 ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::path::Path;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 |     data_dirs: Vec<Path>,
[INFO] [stdout]    |                    ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 |     config_dirs: Vec<Path>,
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:12:25
[INFO] [stdout]    |
[INFO] [stdout] 12 |     runtime_dir: Option<Path>,
[INFO] [stdout]    |                         ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `getenv_as_bytes` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 |         XdgDirs::new_with_env(std::os::getenv_as_bytes)
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `homedir` in module `std::os`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let home = std::os::homedir().unwrap();
[INFO] [stdout]    |                             ^^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:33:87
[INFO] [stdout]    |
[INFO] [stdout] 33 | ...   let data_dirs = getenv_many(|n: &str| env(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/s...
[INFO] [stdout]    |                                                                                     ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:33:118
[INFO] [stdout]    |
[INFO] [stdout] 33 | ....unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]);
[INFO] [stdout]    |                                                   ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:34:91
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let config_dirs = getenv_many(|n: &str| env(n), "XDG_CONFIG_DIRS").unwrap_or(vec![Path::new("/etc/xdg")]);
[INFO] [stdout]    |                                                                                           ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GROUP_RWX` in module `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:50:57
[INFO] [stdout]    |
[INFO] [stdout] 50 |                         if stat_buf.perm.intersects(io::GROUP_RWX | io::OTHER_RWX)
[INFO] [stdout]    |                                                         ^^^^^^^^^ not found in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `OTHER_RWX` in module `io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:50:73
[INFO] [stdout]    |
[INFO] [stdout] 50 |                         if stat_buf.perm.intersects(io::GROUP_RWX | io::OTHER_RWX)
[INFO] [stdout]    |                                                                         ^^^^^^^^^ not found in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:77:70
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn want_write_data<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:81:72
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn want_write_config<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                        ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:85:71
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn want_write_cache<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                       ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:89:73
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn need_write_runtime<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                         ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:93:70
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn want_mkdir_data<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:97:72
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn want_mkdir_config<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]    |                                                                        ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:101:71
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn want_mkdir_cache<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]     |                                                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:105:73
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn need_mkdir_runtime<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stdout]     |                                                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:110:76
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn want_read_data<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:114:78
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn want_read_config<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:118:77
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn want_read_cache<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:122:79
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn need_read_runtime<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                               ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:127:77
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn want_list_data_all<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:131:79
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn want_list_config_all<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                               ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:135:78
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn want_list_data_once<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:139:80
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn want_list_config_once<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:143:74
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn want_list_cache<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:147:76
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn need_list_runtime<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:153:68
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn getenv_one(env: |&str| -> Option<Vec<u8>>, var: &str) -> Option<Path>
[INFO] [stdout]     |                                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let path = Path::new(val);
[INFO] [stdout]     |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:167:73
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn getenv_many(env: |&str| -> Option<Vec<u8>>, var: &str) -> Option<Vec<Path>>
[INFO] [stdout]     |                                                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `split_paths` in module `std::os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let paths = std::os::split_paths(val);
[INFO] [stdout]     |                          ^^^^^^^^^^^ not found in `std::os`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::env::split_paths;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `split_paths`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 170 -     let paths = std::os::split_paths(val);
[INFO] [stdout] 170 +     let paths = split_paths(val);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:171:20
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let paths: Vec<Path> = paths.into_iter().filter(|p| p.is_absolute()).collect();
[INFO] [stdout]     |                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:182:53
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn want_write_file<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stdout]     |                                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:182:68
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn want_write_file<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stdout]     |                                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:184:13
[INFO] [stdout]     |
[INFO] [stdout] 184 |     let b = Path::new(b);
[INFO] [stdout]     |             ^^^^ use of undeclared type `Path`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `USER_RWX` in module `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:187:44
[INFO] [stdout]     |
[INFO] [stdout] 187 |     std::io::fs::mkdir_recursive(home, io::USER_RWX).unwrap();
[INFO] [stdout]     |                                            ^^^^^^^^ not found in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:191:52
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn want_write_dir<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:191:67
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn want_write_dir<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stdout]     |                                                                   ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `USER_RWX` in module `io`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:194:47
[INFO] [stdout]     |
[INFO] [stdout] 194 |     std::io::fs::mkdir_recursive(&joined, io::USER_RWX).unwrap();
[INFO] [stdout]     |                                               ^^^^^^^^ not found in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:198:52
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:198:69
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:198:92
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stdout]     |                                                                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:216:56
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:216:73
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:216:93
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xdg` (lib) due to 70 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:226:57
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:226:74
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Path` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:226:94
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stdout]     |                                                                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:30:46
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let data_home = getenv_one(|n: &str| env(n), "XDG_DATA_HOME").unwrap_or(home.join(".local/share"));
[INFO] [stdout]    |                                              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let data_home = getenv_one(|n: &str| env!(n), "XDG_DATA_HOME").unwrap_or(home.join(".local/share"));
[INFO] [stdout]    |                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:31:48
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let config_home = getenv_one(|n: &str| env(n), "XDG_CONFIG_HOME").unwrap_or(home.join(".config"));
[INFO] [stdout]    |                                                ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let config_home = getenv_one(|n: &str| env!(n), "XDG_CONFIG_HOME").unwrap_or(home.join(".config"));
[INFO] [stdout]    |                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:32:47
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let cache_home = getenv_one(|n: &str| env(n), "XDG_CACHE_HOME").unwrap_or(home.join(".cache"));
[INFO] [stdout]    |                                               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let cache_home = getenv_one(|n: &str| env!(n), "XDG_CACHE_HOME").unwrap_or(home.join(".cache"));
[INFO] [stdout]    |                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 | ...   let data_dirs = getenv_many(|n: &str| env(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/s...
[INFO] [stdout]    |                                             ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let data_dirs = getenv_many(|n: &str| env!(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]);
[INFO] [stdout]    |                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:34:49
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let config_dirs = getenv_many(|n: &str| env(n), "XDG_CONFIG_DIRS").unwrap_or(vec![Path::new("/etc/xdg")]);
[INFO] [stdout]    |                                                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let config_dirs = getenv_many(|n: &str| env!(n), "XDG_CONFIG_DIRS").unwrap_or(vec![Path::new("/etc/xdg")]);
[INFO] [stdout]    |                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:35:48
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let runtime_dir = getenv_one(|n: &str| env(n), "XDG_RUNTIME_DIR"); // optional
[INFO] [stdout]    |                                                ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let runtime_dir = getenv_one(|n: &str| env!(n), "XDG_RUNTIME_DIR"); // optional
[INFO] [stdout]    |                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 if env("XDG_RUNTIME_DIR").is_some()
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 if env!("XDG_RUNTIME_DIR").is_some()
[INFO] [stdout]    |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:155:15
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let val = env(var).unwrap_or(Vec::new());
[INFO] [stdout]     |               ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let val = env!(var).unwrap_or(Vec::new());
[INFO] [stdout]     |                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find function `env` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-fe3941f982356f9e/c5ca764/src/xdg.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let val = env(var).unwrap_or(Vec::new());
[INFO] [stdout]     |               ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: a macro named `env` exists in another namespace
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let val = env!(var).unwrap_or(Vec::new());
[INFO] [stdout]     |                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `detail` is not a member of trait `StdError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:792:5
[INFO] [stdout]     |
[INFO] [stdout] 792 |     fn detail(&self) -> Option<String> { Some(self.to_string()) }
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `StdError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `detail` is not a member of trait `StdError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:810:5
[INFO] [stdout]     |
[INFO] [stdout] 810 |     fn detail(&self) -> Option<String> { Some(self.to_string()) }
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `StdError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub lo: uint,
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub hi: uint,
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_linecol(&self, offset: uint) -> (uint, uint) {
[INFO] [stdout]    |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:72:48
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_linecol(&self, offset: uint) -> (uint, uint) {
[INFO] [stdout]    |                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_linecol(&self, offset: uint) -> (uint, uint) {
[INFO] [stdout]    |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:83:27
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn next_pos(&self) -> uint {
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:249:35
[INFO] [stdout]     |
[INFO] [stdout] 249 |     fn value(&mut self) -> Option<Value> {
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:274:33
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn string(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:274:49
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn string(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                                 ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:287:29
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 return Some(Value::String(ret))
[INFO] [stdout]     |                             ^^^^^ use of undeclared type `Value`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 332 |         return Some(Value::String(ret));
[INFO] [stdout]     |                     ^^^^^ use of undeclared type `Value`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:334:41
[INFO] [stdout]     |
[INFO] [stdout] 334 |         fn escape(me: &mut Parser, pos: uint, multiline: bool) -> Option<char> {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:356:46
[INFO] [stdout]     |
[INFO] [stdout] 356 | ...                   for _ in range(0, len) {
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:420:41
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn literal_string(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:420:57
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn literal_string(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:453:21
[INFO] [stdout]     |
[INFO] [stdout] 453 |         return Some(Value::String(ret));
[INFO] [stdout]     |                     ^^^^^ use of undeclared type `Value`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:456:45
[INFO] [stdout]     |
[INFO] [stdout] 456 |     fn number_or_datetime(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:456:61
[INFO] [stdout]     |
[INFO] [stdout] 456 |     fn number_or_datetime(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                                             ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:491:34
[INFO] [stdout]     |
[INFO] [stdout] 491 |     fn boolean(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:491:50
[INFO] [stdout]     |
[INFO] [stdout] 491 |     fn boolean(&mut self, start: uint) -> Option<Value> {
[INFO] [stdout]     |                                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:494:22
[INFO] [stdout]     |
[INFO] [stdout] 494 |             for _ in range(0u, 4u) {
[INFO] [stdout]     |                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:499:22
[INFO] [stdout]     |
[INFO] [stdout] 499 |             for _ in range(0u, 5u) {
[INFO] [stdout]     |                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:515:35
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn datetime(&mut self, start: uint, end_so_far: uint) -> Option<Value> {
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:515:53
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn datetime(&mut self, start: uint, end_so_far: uint) -> Option<Value> {
[INFO] [stdout]     |                                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:515:69
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn datetime(&mut self, start: uint, end_so_far: uint) -> Option<Value> {
[INFO] [stdout]     |                                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:517:18
[INFO] [stdout]     |
[INFO] [stdout] 517 |         for _ in range(0u, 15u) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:564:33
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn array(&mut self, _start: uint) -> Option<Value> {
[INFO] [stdout]     |                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:564:49
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn array(&mut self, _start: uint) -> Option<Value> {
[INFO] [stdout]     |                                                 ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:614:68
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn insert(&mut self, into: &mut TomlTable, key: String, value: Value,
[INFO] [stdout]     |                                                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:615:23
[INFO] [stdout]     |
[INFO] [stdout] 615 |               key_lo: uint) {
[INFO] [stdout]     |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:628:28
[INFO] [stdout]     |
[INFO] [stdout] 628 |                    key_lo: uint) -> Option<(&'b mut TomlTable, &'b str)> {
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:690:29
[INFO] [stdout]     |
[INFO] [stdout] 690 |                     key_lo: uint) {
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:732:74
[INFO] [stdout]     |
[INFO] [stdout] 732 |     fn insert_array(&mut self, into: &mut TomlTable, key: String, value: Value,
[INFO] [stdout]     |                                                                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:733:28
[INFO] [stdout]     |
[INFO] [stdout] 733 |                    key_lo: uint) {
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/show.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl fmt::Show for Value {
[INFO] [stdout]    |           ^^^^ not found in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/show.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl fmt::Show for Value {
[INFO] [stdout]    |                    ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:101:20
[INFO] [stdout]     |
[INFO] [stdout] 101 |     ExpectedMapKey(uint),
[INFO] [stdout]     |                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:103:24
[INFO] [stdout]     |
[INFO] [stdout] 103 |     ExpectedMapElement(uint),
[INFO] [stdout]     |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:164:32
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn emit_uint(&mut self, v: uint) -> Result<(), Error> {
[INFO] [stdout]     |                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `int` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:179:31
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn emit_int(&mut self, v: int) -> Result<(), Error> {
[INFO] [stdout]     |                               ^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               not found in this scope
[INFO] [stdout]     |                               help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:213:62
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn emit_enum_variant<F>(&mut self, _v_name: &str, _v_id: uint, _len: uint, f: F)
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:213:74
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn emit_enum_variant<F>(&mut self, _v_name: &str, _v_id: uint, _len: uint, f: F)
[INFO] [stdout]     |                                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:219:52
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn emit_enum_variant_arg<F>(&mut self, _a_idx: uint, f: F)
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:225:69
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn emit_enum_struct_variant<F>(&mut self, _v_name: &str, _v_id: uint,
[INFO] [stdout]     |                                                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:226:42
[INFO] [stdout]     |
[INFO] [stdout] 226 | ...                   _len: uint,
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:235:50
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...                   _f_idx: uint,
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:242:53
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn emit_struct<F>(&mut self, _name: &str, _len: uint, f: F)
[INFO] [stdout]     |                                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:264:62
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn emit_struct_field<F>(&mut self, f_name: &str, _f_idx: uint, f: F)
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:276:38
[INFO] [stdout]     |
[INFO] [stdout] 276 |     fn emit_tuple<F>(&mut self, len: uint, f: F)
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:282:42
[INFO] [stdout]     |
[INFO] [stdout] 282 |     fn emit_tuple_arg<F>(&mut self, idx: uint, f: F)
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:288:59
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn emit_tuple_struct<F>(&mut self, _name: &str, _len: uint, _f: F)
[INFO] [stdout]     |                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:294:52
[INFO] [stdout]     |
[INFO] [stdout] 294 |     fn emit_tuple_struct_arg<F>(&mut self, _f_idx: uint, _f: F)
[INFO] [stdout]     |                                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:320:37
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn emit_seq<F>(&mut self, _len: uint, f: F)
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:331:41
[INFO] [stdout]     |
[INFO] [stdout] 331 |     fn emit_seq_elt<F>(&mut self, _idx: uint, f: F)
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:337:36
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn emit_map<F>(&mut self, len: uint, f: F)
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:343:45
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn emit_map_elt_key<F>(&mut self, _idx: uint, mut f: F)
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:357:45
[INFO] [stdout]     |
[INFO] [stdout] 357 |     fn emit_map_elt_val<F>(&mut self, _idx: uint, f: F)
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:438:39
[INFO] [stdout]     |
[INFO] [stdout] 438 |     fn read_uint(&mut self) -> Result<uint, DecodeError> {
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 428 | impl<uint> serialize::Decoder<DecodeError> for Decoder {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:439:38
[INFO] [stdout]     |
[INFO] [stdout] 439 |         self.read_i64().map(|i| i as uint)
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `int` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:453:38
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn read_int(&mut self) -> Result<int, DecodeError> {
[INFO] [stdout]     |                                      ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 453 -     fn read_int(&mut self) -> Result<int, DecodeError> {
[INFO] [stdout] 453 +     fn read_int(&mut self) -> Result<i32, DecodeError> {
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 428 | impl<int> serialize::Decoder<DecodeError> for Decoder {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `int` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:454:38
[INFO] [stdout]     |
[INFO] [stdout] 454 |         self.read_i64().map(|i| i as int)
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      not found in this scope
[INFO] [stdout]     |                                      help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:516:38
[INFO] [stdout]     |
[INFO] [stdout] 516 |         where F: FnMut(&mut Decoder, uint) -> Result<T, DecodeError>
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:519:18
[INFO] [stdout]     |
[INFO] [stdout] 519 |         for i in range(0, names.len()) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:532:55
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn read_enum_variant_arg<T, F>(&mut self, _a_idx: uint, f: F)
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:541:38
[INFO] [stdout]     |
[INFO] [stdout] 541 |         where F: FnMut(&mut Decoder, uint) -> Result<T, DecodeError>
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:547:53
[INFO] [stdout]     |
[INFO] [stdout] 547 | ...                   _f_idx: uint,
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:555:58
[INFO] [stdout]     |
[INFO] [stdout] 555 |     fn read_struct<T, F>(&mut self, _s_name: &str, _len: uint, f: F)
[INFO] [stdout]     |                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:572:65
[INFO] [stdout]     |
[INFO] [stdout] 572 |     fn read_struct_field<T, F>(&mut self, f_name: &str, _f_idx: uint, f: F)
[INFO] [stdout]     |                                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:596:47
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn read_tuple<T, F>(&mut self, tuple_len: uint, f: F)
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:607:47
[INFO] [stdout]     |
[INFO] [stdout] 607 |     fn read_tuple_arg<T, F>(&mut self, a_idx: uint, f: F)
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:614:64
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn read_tuple_struct<T, F>(&mut self, _s_name: &str, _len: uint, _f: F)
[INFO] [stdout]     |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:620:55
[INFO] [stdout]     |
[INFO] [stdout] 620 |     fn read_tuple_struct_arg<T, F>(&mut self, _a_idx: uint, _f: F)
[INFO] [stdout]     |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:640:38
[INFO] [stdout]     |
[INFO] [stdout] 640 |         where F: FnOnce(&mut Decoder,uint) -> Result<T, DecodeError>
[INFO] [stdout]     |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:658:43
[INFO] [stdout]     |
[INFO] [stdout] 658 |     fn read_seq_elt<T, F>(&mut self, idx: uint, f: F)
[INFO] [stdout]     |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:680:39
[INFO] [stdout]     |
[INFO] [stdout] 680 |         where F: FnOnce(&mut Decoder, uint) -> Result<T, DecodeError>
[INFO] [stdout]     |                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:690:47
[INFO] [stdout]     |
[INFO] [stdout] 690 |     fn read_map_elt_key<T, F>(&mut self, idx: uint, f: F)
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:707:47
[INFO] [stdout]     |
[INFO] [stdout] 707 |     fn read_map_elt_val<T, F>(&mut self, idx: uint, f: F)
[INFO] [stdout]     |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:733:11
[INFO] [stdout]     |
[INFO] [stdout] 733 | impl fmt::Show for DecodeError {
[INFO] [stdout]     |           ^^^^ not found in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:795:11
[INFO] [stdout]     |
[INFO] [stdout] 795 | impl fmt::Show for Error {
[INFO] [stdout]     |           ^^^^ not found in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/lib.rs:194:37
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     let idx: Option<uint> = FromStr::from_str(key);
[INFO] [stdout]     |                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl<uint> Value {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:494:28
[INFO] [stdout]     |
[INFO] [stdout] 494 |             for _ in range(0u, 4u) {
[INFO] [stdout]     |                            ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:494:32
[INFO] [stdout]     |
[INFO] [stdout] 494 |             for _ in range(0u, 4u) {
[INFO] [stdout]     |                                ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:499:28
[INFO] [stdout]     |
[INFO] [stdout] 499 |             for _ in range(0u, 5u) {
[INFO] [stdout]     |                            ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:499:32
[INFO] [stdout]     |
[INFO] [stdout] 499 |             for _ in range(0u, 5u) {
[INFO] [stdout]     |                                ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:517:24
[INFO] [stdout]     |
[INFO] [stdout] 517 |         for _ in range(0u, 15u) {
[INFO] [stdout]     |                        ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:517:28
[INFO] [stdout]     |
[INFO] [stdout] 517 |         for _ in range(0u, 15u) {
[INFO] [stdout]     |                            ^^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     cur: str::CharOffsets<'a>,
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `CharOffsets` implemented for `str`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 16 -     cur: str::CharOffsets<'a>,
[INFO] [stdout] 16 +     cur: <str as Example>::CharOffsets<'a>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `ParserError` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:768:16
[INFO] [stdout]     |
[INFO] [stdout] 768 | impl Error for ParserError {
[INFO] [stdout]     |                ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::fmt::Display` is not implemented for `ParserError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ParserError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `ParserError` doesn't implement `Debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:768:16
[INFO] [stdout]     |
[INFO] [stdout] 768 | impl Error for ParserError {
[INFO] [stdout]     |                ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Debug` is not implemented for `ParserError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ParserError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `ParserError` or manually `impl Debug for ParserError`
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `DecodeError` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:780:19
[INFO] [stdout]     |
[INFO] [stdout] 780 | impl StdError for DecodeError {
[INFO] [stdout]     |                   ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::fmt::Display` is not implemented for `DecodeError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | pub struct DecodeError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `DecodeError` doesn't implement `Debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:780:19
[INFO] [stdout]     |
[INFO] [stdout] 780 | impl StdError for DecodeError {
[INFO] [stdout]     |                   ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Debug` is not implemented for `DecodeError`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | pub struct DecodeError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `DecodeError` or manually `impl Debug for DecodeError`
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serialization::Error` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:808:19
[INFO] [stdout]     |
[INFO] [stdout] 808 | impl StdError for Error {
[INFO] [stdout]     |                   ^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::fmt::Display` is not implemented for `serialization::Error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:68:1
[INFO] [stdout]     |
[INFO] [stdout]  68 | pub enum Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serialization::Error` doesn't implement `Debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/serialization.rs:808:19
[INFO] [stdout]     |
[INFO] [stdout] 808 | impl StdError for Error {
[INFO] [stdout]     |                   ^^^^^ the trait `Debug` is not implemented for `serialization::Error`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `std::error::Error`
[INFO] [stdout]    --> /rustc/011c518242557d21690f7936b5812318dc2fec47/library/core/src/error.rs:59:0
[INFO] [stdout] help: consider annotating `serialization::Error` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout]  68 + #[derive(Debug)]
[INFO] [stdout]  69 | pub enum Error {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toml` (lib) due to 111 previous errors
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Err`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/lib.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | impl FromStr for Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation
[INFO] [stdout]     |
[INFO] [stdout]     = help: implement the missing item: `type Err = /* Type */;`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:474:17
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 from_str::<f64>(self.input.slice(start, end)).map(Float)
[INFO] [stdout]     |                 ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-2f0ddadb2de6adf2/95c6161/src/parser.rs:479:13
[INFO] [stdout]     |
[INFO] [stdout] 479 |             from_str::<i64>(self.input.slice(start, end)).map(Integer)
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0223, E0277, E0405, E0407, E0425, E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621", kill_on_drop: false }`
[INFO] [stdout] 158be26ffd1a89b6d0af2a803c43cbe92f7b4a33238f2aeecaa3c01ee647c621
