[INFO] fetching crate codespawn 0.3.3... [INFO] checking codespawn-0.3.3 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate codespawn 0.3.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate codespawn 0.3.3 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded json v0.10.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b97d03628f26b3cd07fec7b74bc62c3b63bd98df877fe22d8463f260625dab2d [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" "b97d03628f26b3cd07fec7b74bc62c3b63bd98df877fe22d8463f260625dab2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b97d03628f26b3cd07fec7b74bc62c3b63bd98df877fe22d8463f260625dab2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b97d03628f26b3cd07fec7b74bc62c3b63bd98df877fe22d8463f260625dab2d", kill_on_drop: false }` [INFO] [stdout] b97d03628f26b3cd07fec7b74bc62c3b63bd98df877fe22d8463f260625dab2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 37d70e0998c5afe8d62aa2533c08ce158463a7afa6026f6253a93157a9afd38d [INFO] running `Command { std: "docker" "start" "-a" "37d70e0998c5afe8d62aa2533c08ce158463a7afa6026f6253a93157a9afd38d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking json v0.10.3 [INFO] [stderr] Checking xml-rs v0.3.6 [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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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/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 the macro `some` (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: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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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/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 the macro `some` (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: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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 the macro `some` (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 1.69s [INFO] running `Command { std: "docker" "inspect" "37d70e0998c5afe8d62aa2533c08ce158463a7afa6026f6253a93157a9afd38d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d70e0998c5afe8d62aa2533c08ce158463a7afa6026f6253a93157a9afd38d", kill_on_drop: false }` [INFO] [stdout] 37d70e0998c5afe8d62aa2533c08ce158463a7afa6026f6253a93157a9afd38d