[INFO] cloning repository https://github.com/jongtao/rstring [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jongtao/rstring" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjongtao%2Frstring", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjongtao%2Frstring'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f800a15877a62491a0a40bb19dc407f4d8aba2a [INFO] testing jongtao/rstring against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjongtao%2Frstring" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jongtao/rstring on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jongtao/rstring [INFO] finished tweaking git repo https://github.com/jongtao/rstring [INFO] tweaked toml for git repo https://github.com/jongtao/rstring written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/jongtao/rstring already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 214b5c6f39c3bdaff99be177af35e503776241b5f67bf0703b6f71a79cd88c66 [INFO] running `Command { std: "docker" "start" "-a" "214b5c6f39c3bdaff99be177af35e503776241b5f67bf0703b6f71a79cd88c66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "214b5c6f39c3bdaff99be177af35e503776241b5f67bf0703b6f71a79cd88c66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "214b5c6f39c3bdaff99be177af35e503776241b5f67bf0703b6f71a79cd88c66", kill_on_drop: false }` [INFO] [stdout] 214b5c6f39c3bdaff99be177af35e503776241b5f67bf0703b6f71a79cd88c66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 313f899a7d777a3abb2fe4daab54acddb98cdda3192d49c685cea2ef8e79763d [INFO] running `Command { std: "docker" "start" "-a" "313f899a7d777a3abb2fe4daab54acddb98cdda3192d49c685cea2ef8e79763d", kill_on_drop: false }` [INFO] [stderr] Compiling rstring v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | "-e6" => series = try!(set_series(&mut series_set, e_series::e6())), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:211:25 [INFO] [stdout] | [INFO] [stdout] 211 | "-e12" => series = try!(set_series(&mut series_set, e_series::e12())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | "-e24" => series = try!(set_series(&mut series_set, e_series::e24())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | "-e48" => series = try!(set_series(&mut series_set, e_series::e48())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | "-e96" => series = try!(set_series(&mut series_set, e_series::e96())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:215:26 [INFO] [stdout] | [INFO] [stdout] 215 | "-e192" => series = try!(set_series(&mut series_set, e_series::e192())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:218:16 [INFO] [stdout] | [INFO] [stdout] 218 | series = try!(set_series(&mut series_set, vec![])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:221:27 [INFO] [stdout] | [INFO] [stdout] 221 | "-csv" => out_file = try!(set_output(&mut output_set, OutputType::CSV)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:222:29 [INFO] [stdout] | [INFO] [stdout] 222 | "-spice" => out_file = try!(set_output(&mut output_set, OutputType::SPICE)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:226:16 [INFO] [stdout] | [INFO] [stdout] 226 | source = try!(set_source(&mut source_set, arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | ... series = try!(set_series(&mut series_set, e_series::e12())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:234:19 [INFO] [stdout] | [INFO] [stdout] 234 | ... out_file = try!(set_output(&mut output_set, OutputType::HUMAN)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | resistance = try!(set_resistance(&mut resistance_set, arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:243:19 [INFO] [stdout] | [INFO] [stdout] 243 | voltages.push(try!(set_voltage(source, arg))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.08s [INFO] running `Command { std: "docker" "inspect" "313f899a7d777a3abb2fe4daab54acddb98cdda3192d49c685cea2ef8e79763d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "313f899a7d777a3abb2fe4daab54acddb98cdda3192d49c685cea2ef8e79763d", kill_on_drop: false }` [INFO] [stdout] 313f899a7d777a3abb2fe4daab54acddb98cdda3192d49c685cea2ef8e79763d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f872956374bd6376500e8c34964b163fb2d5626436e41ef3ec5b7f2c371664e7 [INFO] running `Command { std: "docker" "start" "-a" "f872956374bd6376500e8c34964b163fb2d5626436e41ef3ec5b7f2c371664e7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rstring v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | "-e6" => series = try!(set_series(&mut series_set, e_series::e6())), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:211:25 [INFO] [stdout] | [INFO] [stdout] 211 | "-e12" => series = try!(set_series(&mut series_set, e_series::e12())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | "-e24" => series = try!(set_series(&mut series_set, e_series::e24())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | "-e48" => series = try!(set_series(&mut series_set, e_series::e48())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | "-e96" => series = try!(set_series(&mut series_set, e_series::e96())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:215:26 [INFO] [stdout] | [INFO] [stdout] 215 | "-e192" => series = try!(set_series(&mut series_set, e_series::e192())), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:218:16 [INFO] [stdout] | [INFO] [stdout] 218 | series = try!(set_series(&mut series_set, vec![])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:221:27 [INFO] [stdout] | [INFO] [stdout] 221 | "-csv" => out_file = try!(set_output(&mut output_set, OutputType::CSV)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:222:29 [INFO] [stdout] | [INFO] [stdout] 222 | "-spice" => out_file = try!(set_output(&mut output_set, OutputType::SPICE)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:226:16 [INFO] [stdout] | [INFO] [stdout] 226 | source = try!(set_source(&mut source_set, arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | ... series = try!(set_series(&mut series_set, e_series::e12())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:234:19 [INFO] [stdout] | [INFO] [stdout] 234 | ... out_file = try!(set_output(&mut output_set, OutputType::HUMAN)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | resistance = try!(set_resistance(&mut resistance_set, arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/input.rs:243:19 [INFO] [stdout] | [INFO] [stdout] 243 | voltages.push(try!(set_voltage(source, arg))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "f872956374bd6376500e8c34964b163fb2d5626436e41ef3ec5b7f2c371664e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f872956374bd6376500e8c34964b163fb2d5626436e41ef3ec5b7f2c371664e7", kill_on_drop: false }` [INFO] [stdout] f872956374bd6376500e8c34964b163fb2d5626436e41ef3ec5b7f2c371664e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 15008b5063f82f8ff427b9011ed273c6c3ce3a8e7df0c20935e66dbe4ef1d18e [INFO] running `Command { std: "docker" "start" "-a" "15008b5063f82f8ff427b9011ed273c6c3ce3a8e7df0c20935e66dbe4ef1d18e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/input.rs:210:24 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 210 | "-e6" => series = try!(set_series(&mut series_set, e_series::e6())), [INFO] [stdout] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:211:25 [INFO] [stderr] | [INFO] [stderr] 211 | "-e12" => series = try!(set_series(&mut series_set, e_series::e12())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | "-e24" => series = try!(set_series(&mut series_set, e_series::e24())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | "-e48" => series = try!(set_series(&mut series_set, e_series::e48())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:214:25 [INFO] [stderr] | [INFO] [stderr] 214 | "-e96" => series = try!(set_series(&mut series_set, e_series::e96())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:215:26 [INFO] [stderr] | [INFO] [stderr] 215 | "-e192" => series = try!(set_series(&mut series_set, e_series::e192())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:218:16 [INFO] [stderr] | [INFO] [stderr] 218 | series = try!(set_series(&mut series_set, vec![])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:221:27 [INFO] [stderr] | [INFO] [stderr] 221 | "-csv" => out_file = try!(set_output(&mut output_set, OutputType::CSV)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:222:29 [INFO] [stderr] | [INFO] [stderr] 222 | "-spice" => out_file = try!(set_output(&mut output_set, OutputType::SPICE)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:226:16 [INFO] [stderr] | [INFO] [stderr] 226 | source = try!(set_source(&mut source_set, arg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:230:17 [INFO] [stderr] | [INFO] [stderr] 230 | ... series = try!(set_series(&mut series_set, e_series::e12())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:234:19 [INFO] [stderr] | [INFO] [stderr] 234 | ... out_file = try!(set_output(&mut output_set, OutputType::HUMAN)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:240:18 [INFO] [stderr] | [INFO] [stderr] 240 | resistance = try!(set_resistance(&mut resistance_set, arg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/input.rs:243:19 [INFO] [stderr] | [INFO] [stderr] 243 | voltages.push(try!(set_voltage(source, arg))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `rstring` (bin "rstring" test) generated 14 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.85s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rstring-80c36aefdc4a49bc) [INFO] running `Command { std: "docker" "inspect" "15008b5063f82f8ff427b9011ed273c6c3ce3a8e7df0c20935e66dbe4ef1d18e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15008b5063f82f8ff427b9011ed273c6c3ce3a8e7df0c20935e66dbe4ef1d18e", kill_on_drop: false }` [INFO] [stdout] 15008b5063f82f8ff427b9011ed273c6c3ce3a8e7df0c20935e66dbe4ef1d18e