[INFO] cloning repository photz/toy-compiler [INFO] running `"git" "clone" "--bare" "git://github.com/photz/toy-compiler.git" "work/cache/sources/gh/photz/toy-compiler"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/photz/toy-compiler'... [INFO] running `"git" "clone" "work/cache/sources/gh/photz/toy-compiler" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/photz/toy-compiler"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/photz/toy-compiler'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/photz/toy-compiler" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 02c911b80a1658af4432b87a77ad3381dc2d7859 [INFO] sha for GitHub repo photz/toy-compiler: 02c911b80a1658af4432b87a77ad3381dc2d7859 [INFO] validating manifest of photz/toy-compiler on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of photz/toy-compiler on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing photz/toy-compiler [INFO] finished frobbing photz/toy-compiler [INFO] frobbed toml for photz/toy-compiler written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/photz/toy-compiler/Cargo.toml [INFO] started frobbing photz/toy-compiler [INFO] finished frobbing photz/toy-compiler [INFO] frobbed toml for photz/toy-compiler written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler/Cargo.toml [INFO] crate photz/toy-compiler already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing photz/toy-compiler against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] d7d12466b7cbfd302d858b4bd69a171c012a209c6d593cf45276950705cfc3da [INFO] running `"docker" "start" "-a" "d7d12466b7cbfd302d858b4bd69a171c012a209c6d593cf45276950705cfc3da"` [INFO] [stderr] Compiling rust-compiler v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:391:15 [INFO] [stderr] | [INFO] [stderr] 391 | '0' ... '9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:401:15 [INFO] [stderr] | [INFO] [stderr] 401 | 'a' ... 'z' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "d7d12466b7cbfd302d858b4bd69a171c012a209c6d593cf45276950705cfc3da"` [INFO] running `"docker" "rm" "-f" "d7d12466b7cbfd302d858b4bd69a171c012a209c6d593cf45276950705cfc3da"` [INFO] [stdout] d7d12466b7cbfd302d858b4bd69a171c012a209c6d593cf45276950705cfc3da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bc3cb4256743fa3a66868464d5c72d9b5d343de44c6ab1e0d8011dd6ec727878 [INFO] running `"docker" "start" "-a" "bc3cb4256743fa3a66868464d5c72d9b5d343de44c6ab1e0d8011dd6ec727878"` [INFO] [stderr] Compiling rust-compiler v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:391:15 [INFO] [stderr] | [INFO] [stderr] 391 | '0' ... '9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:401:15 [INFO] [stderr] | [INFO] [stderr] 401 | 'a' ... 'z' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "bc3cb4256743fa3a66868464d5c72d9b5d343de44c6ab1e0d8011dd6ec727878"` [INFO] running `"docker" "rm" "-f" "bc3cb4256743fa3a66868464d5c72d9b5d343de44c6ab1e0d8011dd6ec727878"` [INFO] [stdout] bc3cb4256743fa3a66868464d5c72d9b5d343de44c6ab1e0d8011dd6ec727878 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/photz/toy-compiler:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] bdfc45f4294c7b29a2786912f85bfc4422c8047081764ae2a9939b1383c574a0 [INFO] running `"docker" "start" "-a" "bdfc45f4294c7b29a2786912f85bfc4422c8047081764ae2a9939b1383c574a0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_compiler-04d4a97c73dc9e3c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bdfc45f4294c7b29a2786912f85bfc4422c8047081764ae2a9939b1383c574a0"` [INFO] running `"docker" "rm" "-f" "bdfc45f4294c7b29a2786912f85bfc4422c8047081764ae2a9939b1383c574a0"` [INFO] [stdout] bdfc45f4294c7b29a2786912f85bfc4422c8047081764ae2a9939b1383c574a0