[INFO] cloning repository wfraser/tis100-rs [INFO] running `"git" "clone" "--bare" "git://github.com/wfraser/tis100-rs.git" "work/cache/sources/gh/wfraser/tis100-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/wfraser/tis100-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/wfraser/tis100-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wfraser/tis100-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/wfraser/tis100-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/wfraser/tis100-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 28af652a36f94c659104352ddd2938a89cf16f27 [INFO] sha for GitHub repo wfraser/tis100-rs: 28af652a36f94c659104352ddd2938a89cf16f27 [INFO] validating manifest of wfraser/tis100-rs 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 wfraser/tis100-rs 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 wfraser/tis100-rs [INFO] finished frobbing wfraser/tis100-rs [INFO] frobbed toml for wfraser/tis100-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs/Cargo.toml [INFO] started frobbing wfraser/tis100-rs [INFO] finished frobbing wfraser/tis100-rs [INFO] frobbed toml for wfraser/tis100-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/wfraser/tis100-rs/Cargo.toml [INFO] crate wfraser/tis100-rs 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing wfraser/tis100-rs against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 46aebd6339e04fd9547fc5e878845b3217497e902597c025a14a2a11e089af09 [INFO] running `"docker" "start" "-a" "46aebd6339e04fd9547fc5e878845b3217497e902597c025a14a2a11e089af09"` [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling stderrlog v0.4.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling tis100 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/assembly.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | b'A'...b'Z' => true, [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/assembly.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | b'0'...b'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.44s [INFO] running `"docker" "inspect" "46aebd6339e04fd9547fc5e878845b3217497e902597c025a14a2a11e089af09"` [INFO] running `"docker" "rm" "-f" "46aebd6339e04fd9547fc5e878845b3217497e902597c025a14a2a11e089af09"` [INFO] [stdout] 46aebd6339e04fd9547fc5e878845b3217497e902597c025a14a2a11e089af09 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] cc09f17a6d34893e6093ec62477daf3613efab49e62c8c2e1a403a4cfc451685 [INFO] running `"docker" "start" "-a" "cc09f17a6d34893e6093ec62477daf3613efab49e62c8c2e1a403a4cfc451685"` [INFO] [stderr] Compiling tis100 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/assembly.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | b'A'...b'Z' => true, [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/assembly.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | b'0'...b'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.36s [INFO] running `"docker" "inspect" "cc09f17a6d34893e6093ec62477daf3613efab49e62c8c2e1a403a4cfc451685"` [INFO] running `"docker" "rm" "-f" "cc09f17a6d34893e6093ec62477daf3613efab49e62c8c2e1a403a4cfc451685"` [INFO] [stdout] cc09f17a6d34893e6093ec62477daf3613efab49e62c8c2e1a403a4cfc451685 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/wfraser/tis100-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 0a3766bb6a2c91d8998317eca4a143b8c92ecf24e5e09c234c8bdf919cffbc4a [INFO] running `"docker" "start" "-a" "0a3766bb6a2c91d8998317eca4a143b8c92ecf24e5e09c234c8bdf919cffbc4a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/tis100-f9863f3469c540cb [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/tis100-cfad05e3a5f5057d [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/testlib-a53c16c46e758dbb [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test parse_test ... ok [INFO] [stdout] test parse_whitespace_test ... ok [INFO] [stdout] test stack_test ... ok [INFO] [stdout] test connectivity_test ... ok [INFO] [stdout] test connectivity_test_asm ... ok [INFO] [stdout] test out_of_range_immediate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests tis100 [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" "0a3766bb6a2c91d8998317eca4a143b8c92ecf24e5e09c234c8bdf919cffbc4a"` [INFO] running `"docker" "rm" "-f" "0a3766bb6a2c91d8998317eca4a143b8c92ecf24e5e09c234c8bdf919cffbc4a"` [INFO] [stdout] 0a3766bb6a2c91d8998317eca4a143b8c92ecf24e5e09c234c8bdf919cffbc4a