[INFO] fetching crate codespawn 0.3.3...
[INFO] checking codespawn-0.3.3 against try#8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f for pr-114559
[INFO] extracting crate codespawn 0.3.3 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate codespawn 0.3.3 on toolchain 8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "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-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d074e7c88e1d49f0f2fe3c135dd897f5ac5314b5e91cfa25fc2468bc8f8723b8
[INFO] running `Command { std: "docker" "start" "-a" "d074e7c88e1d49f0f2fe3c135dd897f5ac5314b5e91cfa25fc2468bc8f8723b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d074e7c88e1d49f0f2fe3c135dd897f5ac5314b5e91cfa25fc2468bc8f8723b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d074e7c88e1d49f0f2fe3c135dd897f5ac5314b5e91cfa25fc2468bc8f8723b8", kill_on_drop: false }`
[INFO] [stdout] d074e7c88e1d49f0f2fe3c135dd897f5ac5314b5e91cfa25fc2468bc8f8723b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 115d97b6aac27f6a1f1edbd260cb60d4337e2af47a14a15250f8b1b505f34e45
[INFO] running `Command { std: "docker" "start" "-a" "115d97b6aac27f6a1f1edbd260cb60d4337e2af47a14a15250f8b1b505f34e45", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v0.7.0
[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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_get` (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/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` which comes from the expansion of the macro `some_get` (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:67:64
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 NUM_TABS => if !v.is_empty() { self.num_tabs = try!(v.parse::<u8>()); },
[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: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/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/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: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/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` which comes from the expansion of the macro `some_get` (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/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/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` which comes from the expansion of the macro `some_get` (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: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: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/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` which comes from the expansion of the macro `some_get` (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: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/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/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` which comes from the expansion of the macro `some_str` (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: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` which comes from the expansion of the macro `some_get` (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` which comes from the expansion of the macro `some_str` (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: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: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: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/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` which comes from the expansion of the macro `some_get` (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: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/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::<u8>()); },
[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` which comes from the expansion of the macro `some_str` (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/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: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/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/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` which comes from the expansion of the macro `some_str` (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/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/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/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/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/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: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/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: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: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` which comes from the expansion of the macro `some_str` (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` which comes from the expansion of the macro `some_str` (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: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: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: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` which comes from the expansion of the macro `some_str` (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` which comes from the expansion of the macro `some_str` (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 method `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 method `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 method `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 method `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 method `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 method `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 method `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 method `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 0.58s
[INFO] running `Command { std: "docker" "inspect" "115d97b6aac27f6a1f1edbd260cb60d4337e2af47a14a15250f8b1b505f34e45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "115d97b6aac27f6a1f1edbd260cb60d4337e2af47a14a15250f8b1b505f34e45", kill_on_drop: false }`
[INFO] [stdout] 115d97b6aac27f6a1f1edbd260cb60d4337e2af47a14a15250f8b1b505f34e45
