[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] checking jongtao/rstring against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjongtao%2Frstring" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jongtao/rstring on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-13/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65250bfc8b86d1ad20d4e2a026f66975ccfaeebea1425513adf00bfc3a326875 [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" "65250bfc8b86d1ad20d4e2a026f66975ccfaeebea1425513adf00bfc3a326875", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65250bfc8b86d1ad20d4e2a026f66975ccfaeebea1425513adf00bfc3a326875", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65250bfc8b86d1ad20d4e2a026f66975ccfaeebea1425513adf00bfc3a326875", kill_on_drop: false }` [INFO] [stdout] 65250bfc8b86d1ad20d4e2a026f66975ccfaeebea1425513adf00bfc3a326875 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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] 7748057ff31e789ba5d76c657246754ca1c0ea72c545f8ca15ab933768647cd4 [INFO] running `Command { std: "docker" "start" "-a" "7748057ff31e789ba5d76c657246754ca1c0ea72c545f8ca15ab933768647cd4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking 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: 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] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "7748057ff31e789ba5d76c657246754ca1c0ea72c545f8ca15ab933768647cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7748057ff31e789ba5d76c657246754ca1c0ea72c545f8ca15ab933768647cd4", kill_on_drop: false }` [INFO] [stdout] 7748057ff31e789ba5d76c657246754ca1c0ea72c545f8ca15ab933768647cd4