[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] testing tomjakubowski/quagmire against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomjakubowski%2Fquagmire" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomjakubowski/quagmire on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-11/source/Cargo.toml [INFO] crate git repo https://github.com/tomjakubowski/quagmire already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19cc52f841ce3bc213f2864cc3ab05e287495e97ac1340cc04b5ca581d1a119a [INFO] running `Command { std: "docker" "start" "-a" "19cc52f841ce3bc213f2864cc3ab05e287495e97ac1340cc04b5ca581d1a119a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19cc52f841ce3bc213f2864cc3ab05e287495e97ac1340cc04b5ca581d1a119a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19cc52f841ce3bc213f2864cc3ab05e287495e97ac1340cc04b5ca581d1a119a", kill_on_drop: false }` [INFO] [stdout] 19cc52f841ce3bc213f2864cc3ab05e287495e97ac1340cc04b5ca581d1a119a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 848968597e60e0e420ef5e614bd70514ecd04b67cecc72a2ab52f81db7ff70e0 [INFO] running `Command { std: "docker" "start" "-a" "848968597e60e0e420ef5e614bd70514ecd04b67cecc72a2ab52f81db7ff70e0", kill_on_drop: false }` [INFO] [stderr] Compiling toml v0.1.6 (https://github.com/alexcrichton/toml-rs#95c6161d) [INFO] [stderr] Compiling xdg v0.1.0 (https://github.com/o11c/rust-xdg#c5ca764b) [INFO] [stdout] error: expected identifier, found keyword `mod` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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: expected identifier, found keyword `mod` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn new_with_env(env: |&str| -> Option>) -> 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-af2fd2b83690ac1f/c5ca764/src/xdg.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | fn getenv_one(env: |&str| -> Option>, var: &str) -> Option [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:167:21 [INFO] [stdout] | [INFO] [stdout] 167 | fn getenv_many(env: |&str| -> Option>, var: &str) -> Option> [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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-af2fd2b83690ac1f/c5ca764/src/xdg.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::BytesContainer; [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-af2fd2b83690ac1f/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-a5e9b18b5f3b02a6/95c6161/src/parser.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::num::FromStrRadix; [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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/95c6161/src/lib.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | #[deriving(PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | data_dirs: Vec, [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | config_dirs: Vec, [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:12:25 [INFO] [stdout] | [INFO] [stdout] 12 | runtime_dir: Option, [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-af2fd2b83690ac1f/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-af2fd2b83690ac1f/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[E0423]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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 a function [INFO] [stdout] | [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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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 a function [INFO] [stdout] | [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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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 a function [INFO] [stdout] | [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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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/share"... [INFO] [stdout] | ^^^ not a function [INFO] [stdout] | [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[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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/share"... [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]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:33:118 [INFO] [stdout] | [INFO] [stdout] 33 | ...DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]); [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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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 a function [INFO] [stdout] | [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[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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] | ^^^^ 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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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 a function [INFO] [stdout] | [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[E0425]: cannot find value `GROUP_RWX` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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-af2fd2b83690ac1f/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[E0423]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | if env("XDG_RUNTIME_DIR").is_some() [INFO] [stdout] | ^^^ not a function [INFO] [stdout] | [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:77:70 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn want_write_data(&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[E0407]: method `detail` is not a member of trait `Error` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:770:5 [INFO] [stdout] | [INFO] [stdout] 770 | fn detail(&self) -> Option { Some(self.desc.clone()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:81:72 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn want_write_config(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:85:71 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn want_write_cache(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:89:73 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn need_write_runtime(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:93:70 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn want_mkdir_data(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:97:72 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn want_mkdir_config(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:101:71 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn want_mkdir_cache(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:105:73 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn need_mkdir_runtime(&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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:110:76 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn want_read_data(&self, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:114:78 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn want_read_config(&self, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:118:77 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn want_read_cache(&self, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:122:79 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn need_read_runtime(&self, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:127:77 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn want_list_data_all(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:131:79 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn want_list_config_all(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:135:78 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn want_list_data_once(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:139:80 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn want_list_config_once(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:143:74 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn want_list_cache(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:147:76 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn need_list_runtime(&self, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:153:68 [INFO] [stdout] | [INFO] [stdout] 153 | fn getenv_one(env: |&str| -> Option>, var: &str) -> Option [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]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:155:15 [INFO] [stdout] | [INFO] [stdout] 155 | let val = env(var).unwrap_or(Vec::new()); [INFO] [stdout] | ^^^ not a function [INFO] [stdout] | [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[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | let path = Path::new(val); [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` due to 71 previous errors [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:167:73 [INFO] [stdout] | [INFO] [stdout] 167 | fn getenv_many(env: |&str| -> Option>, var: &str) -> Option> [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[E0423]: expected function, found macro `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:169:15 [INFO] [stdout] | [INFO] [stdout] 169 | let val = env(var).unwrap_or(Vec::new()); [INFO] [stdout] | ^^^ not a function [INFO] [stdout] | [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] error[E0425]: cannot find function `split_paths` in module `std::os` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/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] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:171:20 [INFO] [stdout] | [INFO] [stdout] 171 | let paths: Vec = 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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:182:53 [INFO] [stdout] | [INFO] [stdout] 182 | fn want_write_file(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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:182:68 [INFO] [stdout] | [INFO] [stdout] 182 | fn want_write_file(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]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | let b = Path::new(b); [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-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:191:52 [INFO] [stdout] | [INFO] [stdout] 191 | fn want_write_dir(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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:191:67 [INFO] [stdout] | [INFO] [stdout] 191 | fn want_write_dir(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-af2fd2b83690ac1f/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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:198:52 [INFO] [stdout] | [INFO] [stdout] 198 | fn want_read_file(home: &Path, dirs: &Vec, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:198:69 [INFO] [stdout] | [INFO] [stdout] 198 | fn want_read_file(home: &Path, dirs: &Vec, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:198:92 [INFO] [stdout] | [INFO] [stdout] 198 | fn want_read_file(home: &Path, dirs: &Vec, b: B) -> Option [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:216:56 [INFO] [stdout] | [INFO] [stdout] 216 | fn want_list_file_all(home: &Path, dirs: &Vec, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:216:73 [INFO] [stdout] | [INFO] [stdout] 216 | fn want_list_file_all(home: &Path, dirs: &Vec, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:216:93 [INFO] [stdout] | [INFO] [stdout] 216 | fn want_list_file_all(home: &Path, dirs: &Vec, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:226:57 [INFO] [stdout] | [INFO] [stdout] 226 | fn want_list_file_once(home: &Path, dirs: &Vec, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:226:74 [INFO] [stdout] | [INFO] [stdout] 226 | fn want_list_file_once(home: &Path, dirs: &Vec, b: B) -> Vec [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[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/c5ca764/src/xdg.rs:226:94 [INFO] [stdout] | [INFO] [stdout] 226 | fn want_list_file_once(home: &Path, dirs: &Vec, b: B) -> Vec [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: aborting due to 70 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0423, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [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-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:792:5 [INFO] [stdout] | [INFO] [stdout] 792 | fn detail(&self) -> Option { 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-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:810:5 [INFO] [stdout] | [INFO] [stdout] 810 | fn detail(&self) -> Option { Some(self.to_string()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `StdError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:249:35 [INFO] [stdout] | [INFO] [stdout] 249 | fn value(&mut self) -> Option { [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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:274:33 [INFO] [stdout] | [INFO] [stdout] 274 | fn string(&mut self, start: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:274:49 [INFO] [stdout] | [INFO] [stdout] 274 | fn string(&mut self, start: uint) -> Option { [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]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:287:29 [INFO] [stdout] | [INFO] [stdout] 287 | return Some(Value::String(ret)) [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]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | return Some(Value::String(ret)); [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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:334:41 [INFO] [stdout] | [INFO] [stdout] 334 | fn escape(me: &mut Parser, pos: uint, multiline: bool) -> Option { [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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:420:41 [INFO] [stdout] | [INFO] [stdout] 420 | fn literal_string(&mut self, start: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:420:57 [INFO] [stdout] | [INFO] [stdout] 420 | fn literal_string(&mut self, start: uint) -> Option { [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]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:453:21 [INFO] [stdout] | [INFO] [stdout] 453 | return Some(Value::String(ret)); [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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:456:45 [INFO] [stdout] | [INFO] [stdout] 456 | fn number_or_datetime(&mut self, start: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:456:61 [INFO] [stdout] | [INFO] [stdout] 456 | fn number_or_datetime(&mut self, start: uint) -> Option { [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 `from_str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:474:17 [INFO] [stdout] | [INFO] [stdout] 474 | from_str::(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-a5e9b18b5f3b02a6/95c6161/src/parser.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | from_str::(self.input.slice(start, end)).map(Integer) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:491:34 [INFO] [stdout] | [INFO] [stdout] 491 | fn boolean(&mut self, start: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:491:50 [INFO] [stdout] | [INFO] [stdout] 491 | fn boolean(&mut self, start: uint) -> Option { [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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:515:35 [INFO] [stdout] | [INFO] [stdout] 515 | fn datetime(&mut self, start: uint, end_so_far: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:515:53 [INFO] [stdout] | [INFO] [stdout] 515 | fn datetime(&mut self, start: uint, end_so_far: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:515:69 [INFO] [stdout] | [INFO] [stdout] 515 | fn datetime(&mut self, start: uint, end_so_far: uint) -> Option { [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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:564:33 [INFO] [stdout] | [INFO] [stdout] 564 | fn array(&mut self, _start: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:564:49 [INFO] [stdout] | [INFO] [stdout] 564 | fn array(&mut self, _start: uint) -> Option { [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[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `Value` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:213:62 [INFO] [stdout] | [INFO] [stdout] 213 | fn emit_enum_variant(&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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:213:74 [INFO] [stdout] | [INFO] [stdout] 213 | fn emit_enum_variant(&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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | fn emit_enum_variant_arg(&mut self, _a_idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:225:69 [INFO] [stdout] | [INFO] [stdout] 225 | fn emit_enum_struct_variant(&mut self, _v_name: &str, _v_id: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:242:53 [INFO] [stdout] | [INFO] [stdout] 242 | fn emit_struct(&mut self, _name: &str, _len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:264:62 [INFO] [stdout] | [INFO] [stdout] 264 | fn emit_struct_field(&mut self, f_name: &str, _f_idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:276:38 [INFO] [stdout] | [INFO] [stdout] 276 | fn emit_tuple(&mut self, len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:282:42 [INFO] [stdout] | [INFO] [stdout] 282 | fn emit_tuple_arg(&mut self, idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:288:59 [INFO] [stdout] | [INFO] [stdout] 288 | fn emit_tuple_struct(&mut self, _name: &str, _len: uint, _f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:294:52 [INFO] [stdout] | [INFO] [stdout] 294 | fn emit_tuple_struct_arg(&mut self, _f_idx: uint, _f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:320:37 [INFO] [stdout] | [INFO] [stdout] 320 | fn emit_seq(&mut self, _len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:331:41 [INFO] [stdout] | [INFO] [stdout] 331 | fn emit_seq_elt(&mut self, _idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:337:36 [INFO] [stdout] | [INFO] [stdout] 337 | fn emit_map(&mut self, len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:343:45 [INFO] [stdout] | [INFO] [stdout] 343 | fn emit_map_elt_key(&mut self, _idx: uint, mut f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:357:45 [INFO] [stdout] | [INFO] [stdout] 357 | fn emit_map_elt_val(&mut self, _idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:438:39 [INFO] [stdout] | [INFO] [stdout] 428 | impl serialize::Decoder for Decoder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 438 | fn read_uint(&mut self) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:453:38 [INFO] [stdout] | [INFO] [stdout] 453 | fn read_int(&mut self) -> Result { [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 { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 428 | impl serialize::Decoder for Decoder { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:516:38 [INFO] [stdout] | [INFO] [stdout] 516 | where F: FnMut(&mut Decoder, uint) -> Result [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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:532:55 [INFO] [stdout] | [INFO] [stdout] 532 | fn read_enum_variant_arg(&mut self, _a_idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:541:38 [INFO] [stdout] | [INFO] [stdout] 541 | where F: FnMut(&mut Decoder, uint) -> Result [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:555:58 [INFO] [stdout] | [INFO] [stdout] 555 | fn read_struct(&mut self, _s_name: &str, _len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:572:65 [INFO] [stdout] | [INFO] [stdout] 572 | fn read_struct_field(&mut self, f_name: &str, _f_idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:596:47 [INFO] [stdout] | [INFO] [stdout] 596 | fn read_tuple(&mut self, tuple_len: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:607:47 [INFO] [stdout] | [INFO] [stdout] 607 | fn read_tuple_arg(&mut self, a_idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:614:64 [INFO] [stdout] | [INFO] [stdout] 614 | fn read_tuple_struct(&mut self, _s_name: &str, _len: uint, _f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:620:55 [INFO] [stdout] | [INFO] [stdout] 620 | fn read_tuple_struct_arg(&mut self, _a_idx: uint, _f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:640:38 [INFO] [stdout] | [INFO] [stdout] 640 | where F: FnOnce(&mut Decoder,uint) -> Result [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:658:43 [INFO] [stdout] | [INFO] [stdout] 658 | fn read_seq_elt(&mut self, idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:680:39 [INFO] [stdout] | [INFO] [stdout] 680 | where F: FnOnce(&mut Decoder, uint) -> Result [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:690:47 [INFO] [stdout] | [INFO] [stdout] 690 | fn read_map_elt_key(&mut self, idx: uint, f: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/serialization.rs:707:47 [INFO] [stdout] | [INFO] [stdout] 707 | fn read_map_elt_val(&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-a5e9b18b5f3b02a6/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-a5e9b18b5f3b02a6/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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/lib.rs:194:37 [INFO] [stdout] | [INFO] [stdout] 84 | impl Value { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 194 | let idx: Option = FromStr::from_str(key); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0223]: ambiguous associated type [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/toml-rs-a5e9b18b5f3b02a6/95c6161/src/parser.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | cur: str::CharOffsets<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use fully-qualified syntax: `::CharOffsets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 104 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0223, E0405, E0407, E0412, E0425, E0432, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0223`. [INFO] [stdout] [INFO] [stderr] error: could not compile `toml` due to 105 previous errors [INFO] running `Command { std: "docker" "inspect" "848968597e60e0e420ef5e614bd70514ecd04b67cecc72a2ab52f81db7ff70e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "848968597e60e0e420ef5e614bd70514ecd04b67cecc72a2ab52f81db7ff70e0", kill_on_drop: false }` [INFO] [stdout] 848968597e60e0e420ef5e614bd70514ecd04b67cecc72a2ab52f81db7ff70e0