[INFO] cloning repository https://github.com/welbornprod/phonewords [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/welbornprod/phonewords" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelbornprod%2Fphonewords", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelbornprod%2Fphonewords'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4ac9eedc58bfe8bc3f46ca9d94b73711df5d4d1 [INFO] testing welbornprod/phonewords against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelbornprod%2Fphonewords" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/welbornprod/phonewords on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/welbornprod/phonewords [INFO] finished tweaking git repo https://github.com/welbornprod/phonewords [INFO] tweaked toml for git repo https://github.com/welbornprod/phonewords written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/welbornprod/phonewords already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded regex-syntax v0.3.1 [INFO] [stderr] Downloaded clippy v0.0.64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bdfa6c20bcb81e7c0d0f09d15611fda7d19ee4e802d35af5adbe93dadbf5eae [INFO] running `Command { std: "docker" "start" "-a" "4bdfa6c20bcb81e7c0d0f09d15611fda7d19ee4e802d35af5adbe93dadbf5eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bdfa6c20bcb81e7c0d0f09d15611fda7d19ee4e802d35af5adbe93dadbf5eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bdfa6c20bcb81e7c0d0f09d15611fda7d19ee4e802d35af5adbe93dadbf5eae", kill_on_drop: false }` [INFO] [stdout] 4bdfa6c20bcb81e7c0d0f09d15611fda7d19ee4e802d35af5adbe93dadbf5eae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e47efe35ab098e2b740019d41ed2c2e8ebe5edae02baed7593a917c31537e090 [INFO] running `Command { std: "docker" "start" "-a" "e47efe35ab098e2b740019d41ed2c2e8ebe5edae02baed7593a917c31537e090", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.4.13 [INFO] [stderr] Compiling phonewords v0.0.8-4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:132:18 [INFO] [stdout] | [INFO] [stdout] 132 | let combos = try!(get_combos(&usenumber)); [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/main.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | try!(File::open(wordfile).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | let word = try!(tryword); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | let mut exepath = try!(env::current_exe()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:293:25 [INFO] [stdout] | [INFO] [stdout] 293 | let mut exeparent = try!(get_exe_parent()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.82s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e47efe35ab098e2b740019d41ed2c2e8ebe5edae02baed7593a917c31537e090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e47efe35ab098e2b740019d41ed2c2e8ebe5edae02baed7593a917c31537e090", kill_on_drop: false }` [INFO] [stdout] e47efe35ab098e2b740019d41ed2c2e8ebe5edae02baed7593a917c31537e090 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10ae9997f61a69981d0ee479e71d022a6ea6d8099bee8b181424d8e40ae43a80 [INFO] running `Command { std: "docker" "start" "-a" "10ae9997f61a69981d0ee479e71d022a6ea6d8099bee8b181424d8e40ae43a80", kill_on_drop: false }` [INFO] [stderr] Compiling phonewords v0.0.8-4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:132:18 [INFO] [stdout] | [INFO] [stdout] 132 | let combos = try!(get_combos(&usenumber)); [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/main.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | try!(File::open(wordfile).map_err( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | let word = try!(tryword); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | let mut exepath = try!(env::current_exe()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:293:25 [INFO] [stdout] | [INFO] [stdout] 293 | let mut exeparent = try!(get_exe_parent()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "10ae9997f61a69981d0ee479e71d022a6ea6d8099bee8b181424d8e40ae43a80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10ae9997f61a69981d0ee479e71d022a6ea6d8099bee8b181424d8e40ae43a80", kill_on_drop: false }` [INFO] [stdout] 10ae9997f61a69981d0ee479e71d022a6ea6d8099bee8b181424d8e40ae43a80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 87965aad0fd5d428ac2e0734c49266478dbf01f0e7d5ad6e6cbabd68b9f99585 [INFO] running `Command { std: "docker" "start" "-a" "87965aad0fd5d428ac2e0734c49266478dbf01f0e7d5ad6e6cbabd68b9f99585", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:132:18 [INFO] [stderr] | [INFO] [stderr] 132 | let combos = try!(get_combos(&usenumber)); [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/main.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | try!(File::open(wordfile).map_err( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:152:20 [INFO] [stderr] | [INFO] [stderr] 152 | let word = try!(tryword); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:283:23 [INFO] [stderr] | [INFO] [stderr] 283 | let mut exepath = try!(env::current_exe()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:293:25 [INFO] [stderr] | [INFO] [stderr] 293 | let mut exeparent = try!(get_exe_parent()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `phonewords` (bin "phonewords" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phonewords-31d0639a7aad466e) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "87965aad0fd5d428ac2e0734c49266478dbf01f0e7d5ad6e6cbabd68b9f99585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87965aad0fd5d428ac2e0734c49266478dbf01f0e7d5ad6e6cbabd68b9f99585", kill_on_drop: false }` [INFO] [stdout] 87965aad0fd5d428ac2e0734c49266478dbf01f0e7d5ad6e6cbabd68b9f99585