[INFO] cloning repository https://github.com/themasch/tsdns [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/themasch/tsdns" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthemasch%2Ftsdns", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthemasch%2Ftsdns'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b13980a9e3eadd7a97388626bfe5f9a7fd1b2c79 [INFO] testing themasch/tsdns 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%2Fthemasch%2Ftsdns" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/themasch/tsdns 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/themasch/tsdns [INFO] finished tweaking git repo https://github.com/themasch/tsdns [INFO] tweaked toml for git repo https://github.com/themasch/tsdns written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/themasch/tsdns 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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] 7f3ea6011785a5ef497fb8f705f42891b49116b5071486c4d677d31ee7751db7 [INFO] running `Command { std: "docker" "start" "-a" "7f3ea6011785a5ef497fb8f705f42891b49116b5071486c4d677d31ee7751db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f3ea6011785a5ef497fb8f705f42891b49116b5071486c4d677d31ee7751db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f3ea6011785a5ef497fb8f705f42891b49116b5071486c4d677d31ee7751db7", kill_on_drop: false }` [INFO] [stdout] 7f3ea6011785a5ef497fb8f705f42891b49116b5071486c4d677d31ee7751db7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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] e5c90c9962162e0e26f86604d1b06d73a54131cc886e5c127af9d5f0138b7ebb [INFO] running `Command { std: "docker" "start" "-a" "e5c90c9962162e0e26f86604d1b06d73a54131cc886e5c127af9d5f0138b7ebb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-ini v0.3.0 (https://github.com/zonyitoo/rust-ini.git#0f8c06b2) [INFO] [stdout] error: out of range hex escape [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:19:65 [INFO] [stdout] | [INFO] [stdout] 19 | '\x01' ... '\x06' | '\x0E' ... '\x1F' | '\x7F' ... '\xFF' => [INFO] [stdout] | ^^^^ must be a character in the range [\x00-\x7f] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | '\u0080' ... '\uFFFF' => [INFO] [stdout] | ^^^--- [INFO] [stdout] | | [INFO] [stdout] | help: format of unicode escape sequences uses braces: `\u{0080}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | '\u0080' ... '\uFFFF' => [INFO] [stdout] | ^^^--- [INFO] [stdout] | | [INFO] [stdout] | help: format of unicode escape sequences uses braces: `\u{FFFF}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:152:26 [INFO] [stdout] | [INFO] [stdout] 152 | self.line += 1u; [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 153 | self.col = 0u; [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:156:25 [INFO] [stdout] | [INFO] [stdout] 156 | self.col += 1u; [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:264:40 [INFO] [stdout] | [INFO] [stdout] 264 | 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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:264:44 [INFO] [stdout] | [INFO] [stdout] 264 | 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: unknown format trait `s` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:101:43 [INFO] [stdout] | [INFO] [stdout] 101 | let section_str = format!("[{:s}]\n", escape_str(section.as_slice())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: the only appropriate formatting traits are: [INFO] [stdout] - ``, which uses the `Display` trait [INFO] [stdout] - `?`, which uses the `Debug` trait [INFO] [stdout] - `e`, which uses the `LowerExp` trait [INFO] [stdout] - `E`, which uses the `UpperExp` trait [INFO] [stdout] - `o`, which uses the `Octal` trait [INFO] [stdout] - `p`, which uses the `Pointer` trait [INFO] [stdout] - `b`, which uses the `Binary` trait [INFO] [stdout] - `x`, which uses the `LowerHex` trait [INFO] [stdout] - `X`, which uses the `UpperHex` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown format trait `s` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:106:43 [INFO] [stdout] | [INFO] [stdout] 106 | let prop_str = format!("{:s}={:s}\n", k_str, v_str); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: the only appropriate formatting traits are: [INFO] [stdout] - ``, which uses the `Display` trait [INFO] [stdout] - `?`, which uses the `Debug` trait [INFO] [stdout] - `e`, which uses the `LowerExp` trait [INFO] [stdout] - `E`, which uses the `UpperExp` trait [INFO] [stdout] - `o`, which uses the `Octal` trait [INFO] [stdout] - `p`, which uses the `Pointer` trait [INFO] [stdout] - `b`, which uses the `Binary` trait [INFO] [stdout] - `x`, which uses the `LowerHex` trait [INFO] [stdout] - `X`, which uses the `UpperHex` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown format trait `s` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:106:48 [INFO] [stdout] | [INFO] [stdout] 106 | let prop_str = format!("{:s}={:s}\n", k_str, v_str); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: the only appropriate formatting traits are: [INFO] [stdout] - ``, which uses the `Display` trait [INFO] [stdout] - `?`, which uses the `Debug` trait [INFO] [stdout] - `e`, which uses the `LowerExp` trait [INFO] [stdout] - `E`, which uses the `UpperExp` trait [INFO] [stdout] - `o`, which uses the `Octal` trait [INFO] [stdout] - `p`, which uses the `Pointer` trait [INFO] [stdout] - `b`, which uses the `Binary` trait [INFO] [stdout] - `x`, which uses the `LowerHex` trait [INFO] [stdout] - `X`, which uses the `UpperHex` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::hashmap` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::hashmap::HashMap; [INFO] [stdout] | ^^^^^^^ could not find `hashmap` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::hashmap` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::hashmap::{Entries, MutEntries}; [INFO] [stdout] | ^^^^^^^ could not find `hashmap` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::hashmap` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::hashmap::{Occupied, Vacant}; [INFO] [stdout] | ^^^^^^^ could not find `hashmap` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::File`, `std::io::Open`, `std::io::Truncate` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::{File, Read, Open, Write, Truncate}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^ no `Truncate` in `io` [INFO] [stdout] | | | [INFO] [stdout] | | no `Open` in `io` [INFO] [stdout] | no `File` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::from_str_radix` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::num::from_str_radix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `from_str_radix` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `phase` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | debug!("line:{}, col:{}", self.line, self.col); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | debug!("parse comment"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:188:29 [INFO] [stdout] | [INFO] [stdout] 188 | ... debug!("Got section: {}", msec); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:206:29 [INFO] [stdout] | [INFO] [stdout] 206 | ... debug!("Got value: {}", mval); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:225:29 [INFO] [stdout] | [INFO] [stdout] 225 | ... debug!("Got key: {}", mkey); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:316:17 [INFO] [stdout] | [INFO] [stdout] 316 | fail!("Parse fail. {}:{} {}", e.line, e.col, e.msg); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:324:17 [INFO] [stdout] | [INFO] [stdout] 324 | fail!("File {} not exists", filename); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:345:17 [INFO] [stdout] | [INFO] [stdout] 345 | error!("File {} not exists", filename); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:369:17 [INFO] [stdout] | [INFO] [stdout] 369 | error!("Parse fail. {}:{} {}", e.line, e.col, e.msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0403]: the name `T` is already used for a generic parameter in this item's generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:160:14 [INFO] [stdout] | [INFO] [stdout] 128 | impl> Parser { [INFO] [stdout] | - first use of `T` [INFO] [stdout] ... [INFO] [stdout] 160 | fn error(&self, msg: String) -> Result { [INFO] [stdout] | ^ already used [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:20:62 [INFO] [stdout] | [INFO] [stdout] 20 | escaped.push_str(format!("\\\\x{:04x}", c as int).as_slice()), [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 `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:33:62 [INFO] [stdout] | [INFO] [stdout] 33 | escaped.push_str(format!("\\\\x{:04x}", c as int).as_slice()), [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[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | let mut file = File::open_mode(&Path::new(filename), Truncate, Write).unwrap(); [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 value, found trait `Write` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:93:72 [INFO] [stdout] | [INFO] [stdout] 93 | let mut file = File::open_mode(&Path::new(filename), Truncate, Write).unwrap(); [INFO] [stdout] | ^^^^^ not a value [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant instead [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Shutdown::Write; [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:118:11 [INFO] [stdout] | [INFO] [stdout] 118 | line: 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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | col: 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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:123:11 [INFO] [stdout] | [INFO] [stdout] 123 | line: 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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | col: uint, [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:264:34 [INFO] [stdout] | [INFO] [stdout] 264 | 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[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:322:49 [INFO] [stdout] | [INFO] [stdout] 322 | let mut reader = match File::open_mode(&Path::new(filename), Open, Read) { [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 value, found trait `Read` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:322:76 [INFO] [stdout] | [INFO] [stdout] 322 | let mut reader = match File::open_mode(&Path::new(filename), Open, Read) { [INFO] [stdout] | ^^^^ not a value [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant instead [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Shutdown::Read; [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-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:343:49 [INFO] [stdout] | [INFO] [stdout] 343 | let mut reader = match File::open_mode(&Path::new(filename), Open, Read) { [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 value, found trait `Read` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:343:76 [INFO] [stdout] | [INFO] [stdout] 343 | let mut reader = match File::open_mode(&Path::new(filename), Open, Read) { [INFO] [stdout] | ^^^^ not a value [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant instead [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Shutdown::Read; [INFO] [stdout] | [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(phase)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:312:38 [INFO] [stdout] | [INFO] [stdout] 312 | let mut parser = Parser::new(box buf.as_slice().chars()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:365:38 [INFO] [stdout] | [INFO] [stdout] 365 | let mut parser = Parser::new(box buf.as_slice().chars()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [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/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(phase)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `phase` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(phase)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | impl> Parser { [INFO] [stdout] | ^^^^^^^^------ help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:394:10 [INFO] [stdout] | [INFO] [stdout] 394 | impl<'a> Iterator<(&'a String, &'a Properties)> for SectionIterator<'a> { [INFO] [stdout] | ^^^^^^^^------------------------------ help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-ini-78dd24f7c5a7de10/0f8c06b/src/libini/ini.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | impl<'a> Iterator<(&'a String, &'a mut Properties)> for SectionMutIterator<'a> { [INFO] [stdout] | ^^^^^^^^---------------------------------- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 50 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-ini` due to 51 previous errors [INFO] [stdout] Some errors have detailed explanations: E0107, E0403, E0412, E0423, E0425, E0432, E0433, E0463, E0554... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e5c90c9962162e0e26f86604d1b06d73a54131cc886e5c127af9d5f0138b7ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5c90c9962162e0e26f86604d1b06d73a54131cc886e5c127af9d5f0138b7ebb", kill_on_drop: false }` [INFO] [stdout] e5c90c9962162e0e26f86604d1b06d73a54131cc886e5c127af9d5f0138b7ebb