[INFO] fetching crate codespawn 0.3.3... [INFO] checking codespawn-0.3.3 against beta for pr-78714 [INFO] extracting crate codespawn 0.3.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate codespawn 0.3.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate codespawn 0.3.3 [INFO] finished tweaking crates.io crate codespawn 0.3.3 [INFO] tweaked toml for crates.io crate codespawn 0.3.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8411507f233a92797d66161e7e691adf4e827e1e9bb36dee2c6c609d89f550c0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8411507f233a92797d66161e7e691adf4e827e1e9bb36dee2c6c609d89f550c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8411507f233a92797d66161e7e691adf4e827e1e9bb36dee2c6c609d89f550c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8411507f233a92797d66161e7e691adf4e827e1e9bb36dee2c6c609d89f550c0", kill_on_drop: false }` [INFO] [stdout] 8411507f233a92797d66161e7e691adf4e827e1e9bb36dee2c6c609d89f550c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 373dc61e14f8dc1592b02d4867512de2f8f205854170e96ba4284cd077b30238 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "373dc61e14f8dc1592b02d4867512de2f8f205854170e96ba4284cd077b30238", kill_on_drop: false }` [INFO] [stderr] Checking json v0.10.3 [INFO] [stderr] Checking codespawn v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:112:24 [INFO] [stdout] | [INFO] [stdout] 112 | let lang_idx = some_get!(self.supported_langs.get(&lang)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:224:24 [INFO] [stdout] | [INFO] [stdout] 224 | _ => { some_get!(raw_code.configs.get_mut(&i.0)).global_cfg.insert(j.0.clone(), j.1.clone()); } [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | some_get!(raw_code.configs.get_mut(&i.0)).name_dict.insert(n.clone(), v.clone()); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | some_get!(raw_code.configs.get_mut(&i.0)).type_dict.insert(t.clone(), v.clone()); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/raw_code.rs:244:32 [INFO] [stdout] | [INFO] [stdout] 244 | if depth > 1 { try!(process_kids(some_get!(item.children.last_mut()), depth-1, name, attribs)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:244:50 [INFO] [stdout] | [INFO] [stdout] 244 | if depth > 1 { try!(process_kids(some_get!(item.children.last_mut()), depth-1, name, attribs)); } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | let mut parent = some_get!(raw_code.elements.last_mut()); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/raw_code.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | try!(process_kids(parent, i.2, &i.0, &i.1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | try!(fmt_code.process_config(&config)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:67:64 [INFO] [stdout] | [INFO] [stdout] 67 | NUM_TABS => if !v.is_empty() { self.num_tabs = try!(v.parse::()); }, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/fmt_code.rs:68:64 [INFO] [stdout] | [INFO] [stdout] 68 | TAB_CHAR => if !v.is_empty() { self.tab_char = some!(v.chars().next(), "Invalid iterator"); }, [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | let mut file = try!(File::create(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | try!(file.write_all(code.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | try!(file.read_to_string(&mut xml_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | let file =try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | try!(file.read_to_string(&mut json_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | let parsed_json = try!(json::parse(json_str)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | let cfg_file = String::from(some_str!(i.1.as_str())); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | let cfg_file = String::from(some_str!(e.as_str())); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | try!(process(&i, &mut code_data, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | try!(file.read_to_string(&mut json_cfg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | let parsed_json = try!(json::parse(json_cfg.as_str())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | try!(process(&i, &mut config_data, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:75:63 [INFO] [stdout] | [INFO] [stdout] 75 | attribs.push((String::from(i.0), String::from(some_str!(i.1.as_str())))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:79:64 [INFO] [stdout] | [INFO] [stdout] 79 | attribs.push((String::from(NAME), String::from(some_str!(i.1.as_str())))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | try!(process(&(&i.0, &j), data, depth+1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | try!(process(&i, data, depth+1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | try!(process(&(&json.0, &j), data, depth)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:112:24 [INFO] [stdout] | [INFO] [stdout] 112 | let lang_idx = some_get!(self.supported_langs.get(&lang)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:224:24 [INFO] [stdout] | [INFO] [stdout] 224 | _ => { some_get!(raw_code.configs.get_mut(&i.0)).global_cfg.insert(j.0.clone(), j.1.clone()); } [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | some_get!(raw_code.configs.get_mut(&i.0)).name_dict.insert(n.clone(), v.clone()); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | some_get!(raw_code.configs.get_mut(&i.0)).type_dict.insert(t.clone(), v.clone()); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/raw_code.rs:244:32 [INFO] [stdout] | [INFO] [stdout] 244 | if depth > 1 { try!(process_kids(some_get!(item.children.last_mut()), depth-1, name, attribs)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:244:50 [INFO] [stdout] | [INFO] [stdout] 244 | if depth > 1 { try!(process_kids(some_get!(item.children.last_mut()), depth-1, name, attribs)); } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw_code.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | let mut parent = some_get!(raw_code.elements.last_mut()); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/raw_code.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | try!(process_kids(parent, i.2, &i.0, &i.1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | try!(fmt_code.process_config(&config)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:67:64 [INFO] [stdout] | [INFO] [stdout] 67 | NUM_TABS => if !v.is_empty() { self.num_tabs = try!(v.parse::()); }, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/fmt_code.rs:68:64 [INFO] [stdout] | [INFO] [stdout] 68 | TAB_CHAR => if !v.is_empty() { self.tab_char = some!(v.chars().next(), "Invalid iterator"); }, [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | let mut file = try!(File::create(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fmt_code.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | try!(file.write_all(code.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | try!(file.read_to_string(&mut xml_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml_parser.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | let file =try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | try!(file.read_to_string(&mut json_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | let parsed_json = try!(json::parse(json_str)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | let cfg_file = String::from(some_str!(i.1.as_str())); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | let cfg_file = String::from(some_str!(e.as_str())); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | try!(process(&i, &mut code_data, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | try!(file.read_to_string(&mut json_cfg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | let parsed_json = try!(json::parse(json_cfg.as_str())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | try!(process(&i, &mut config_data, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:75:63 [INFO] [stdout] | [INFO] [stdout] 75 | attribs.push((String::from(i.0), String::from(some_str!(i.1.as_str())))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | ($x:expr, $msg:expr) => (try!($x.ok_or(CodeSpawnError::Other($msg.to_owned())))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/json_parser.rs:79:64 [INFO] [stdout] | [INFO] [stdout] 79 | attribs.push((String::from(NAME), String::from(some_str!(i.1.as_str())))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | try!(process(&(&i.0, &j), data, depth+1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | try!(process(&i, data, depth+1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/json_parser.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | try!(process(&(&json.0, &j), data, depth)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:53:51 [INFO] [stdout] | [INFO] [stdout] 53 | CodeSpawnError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:54:51 [INFO] [stdout] | [INFO] [stdout] 54 | CodeSpawnError::Json(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | CodeSpawnError::Xml(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:87:35 [INFO] [stdout] | [INFO] [stdout] 87 | CodeSpawnError::Other(err.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:53:51 [INFO] [stdout] | [INFO] [stdout] 53 | CodeSpawnError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:54:51 [INFO] [stdout] | [INFO] [stdout] 54 | CodeSpawnError::Json(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | CodeSpawnError::Xml(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:87:35 [INFO] [stdout] | [INFO] [stdout] 87 | CodeSpawnError::Other(err.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/raw_code.rs:250:17 [INFO] [stdout] | [INFO] [stdout] 250 | let mut parent = some_get!(raw_code.elements.last_mut()); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/raw_code.rs:250:17 [INFO] [stdout] | [INFO] [stdout] 250 | let mut parent = some_get!(raw_code.elements.last_mut()); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `Command { std: "docker" "inspect" "373dc61e14f8dc1592b02d4867512de2f8f205854170e96ba4284cd077b30238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "373dc61e14f8dc1592b02d4867512de2f8f205854170e96ba4284cd077b30238", kill_on_drop: false }` [INFO] [stdout] 373dc61e14f8dc1592b02d4867512de2f8f205854170e96ba4284cd077b30238