[INFO] cloning repository onefrankguy/chifir [INFO] running `"git" "clone" "--bare" "git://github.com/onefrankguy/chifir.git" "work/cache/sources/gh/onefrankguy/chifir"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/onefrankguy/chifir'... [INFO] running `"git" "clone" "work/cache/sources/gh/onefrankguy/chifir" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/onefrankguy/chifir" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/onefrankguy/chifir"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/onefrankguy/chifir'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 96c6206beb965f2e7143915170848f9401b30413 [INFO] sha for GitHub repo onefrankguy/chifir: 96c6206beb965f2e7143915170848f9401b30413 [INFO] validating manifest of onefrankguy/chifir 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 onefrankguy/chifir 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 onefrankguy/chifir [INFO] finished frobbing onefrankguy/chifir [INFO] frobbed toml for onefrankguy/chifir written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir/Cargo.toml [INFO] started frobbing onefrankguy/chifir [INFO] finished frobbing onefrankguy/chifir [INFO] frobbed toml for onefrankguy/chifir written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/onefrankguy/chifir/Cargo.toml [INFO] crate onefrankguy/chifir 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded termion v1.1.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing onefrankguy/chifir against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir:/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] 48681a66c6dd31eb18e3da46e4c4023cc829a4767136f8e1d8c0e3458647c4ac [INFO] running `"docker" "start" "-a" "48681a66c6dd31eb18e3da46e4c4023cc829a4767136f8e1d8c0e3458647c4ac"` [INFO] [stderr] Compiling termion v1.1.1 [INFO] [stderr] Compiling chifir v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | input: Option>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | output: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:97:39 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn input(mut self, input: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:155:41 [INFO] [stderr] | [INFO] [stderr] 155 | pub fn output(mut self, output: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/compiler.rs:279:51 [INFO] [stderr] | [INFO] [stderr] 279 | let address = operand.trim_left_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.86s [INFO] running `"docker" "inspect" "48681a66c6dd31eb18e3da46e4c4023cc829a4767136f8e1d8c0e3458647c4ac"` [INFO] running `"docker" "rm" "-f" "48681a66c6dd31eb18e3da46e4c4023cc829a4767136f8e1d8c0e3458647c4ac"` [INFO] [stdout] 48681a66c6dd31eb18e3da46e4c4023cc829a4767136f8e1d8c0e3458647c4ac [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir:/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] 3cbb03d05148ea22adcc981f6bcb85e265924aa8b6deb82cec05a9074af6b06e [INFO] running `"docker" "start" "-a" "3cbb03d05148ea22adcc981f6bcb85e265924aa8b6deb82cec05a9074af6b06e"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling chifir v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | input: Option>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | output: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:97:39 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn input(mut self, input: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/computer.rs:155:41 [INFO] [stderr] | [INFO] [stderr] 155 | pub fn output(mut self, output: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/compiler.rs:279:51 [INFO] [stderr] | [INFO] [stderr] 279 | let address = operand.trim_left_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `"docker" "inspect" "3cbb03d05148ea22adcc981f6bcb85e265924aa8b6deb82cec05a9074af6b06e"` [INFO] running `"docker" "rm" "-f" "3cbb03d05148ea22adcc981f6bcb85e265924aa8b6deb82cec05a9074af6b06e"` [INFO] [stdout] 3cbb03d05148ea22adcc981f6bcb85e265924aa8b6deb82cec05a9074af6b06e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/onefrankguy/chifir:/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] 491355def3c0929c7d283709540f62df95706aacd95e8e0d21fcbb86818abd94 [INFO] running `"docker" "start" "-a" "491355def3c0929c7d283709540f62df95706aacd95e8e0d21fcbb86818abd94"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/chifir-17752d27a97214b8 [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test compiler::tests::it_parses_brk_as_opcode_0 ... ok [INFO] [stdout] test compiler::tests::it_ignors_trailing_separators ... ok [INFO] [stdout] test compiler::tests::it_ignores_trailing_label_characters ... ok [INFO] [stdout] test compiler::tests::it_parses_hex_for_opcode_0 ... ok [INFO] [stdout] test compiler::tests::it_compiles_the_complex_ctrl_c_example ... ok [INFO] [stdout] test compiler::tests::it_compiles_addresses_for_labels ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_b_as_hex ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_c_as_a_label ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_c_as_hex ... ok [INFO] [stdout] test compiler::tests::it_parses_operands_as_relative_addresses ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_carriage_return ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_carriage_return_line_feed ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_form_feed ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_line_feed ... ok [INFO] [stdout] test compiler::tests::it_returns_an_error_when_compiling_invalid_utf8 ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_next_line ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_a_as_hex ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_a_as_a_label ... ok [INFO] [stdout] test compiler::tests::it_parses_operand_b_as_a_label ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_line_separator ... ok [INFO] [stdout] test compiler::tests::it_strips_inline_comments_starting_with_tabs ... ok [INFO] [stdout] test compiler::tests::it_strips_inline_comments_starting_with_spaces ... ok [INFO] [stdout] test compiler::tests::it_strips_inline_comments ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_vertical_tab ... ok [INFO] [stdout] test compiler::tests::it_splits_lines_by_paragraph_separator ... ok [INFO] [stdout] test compiler::tests::it_strips_single_line_comments_starting_with_tabs ... ok [INFO] [stdout] test compiler::tests::it_trims_spaces_from_instructions ... ok [INFO] [stdout] test computer::tests::it_prevents_overflow_when_running_opcode_7 ... ok [INFO] [stdout] test computer::tests::it_prevents_divide_by_zero_errors_when_running_opcode_11 ... ok [INFO] [stdout] test computer::tests::it_prevents_divide_by_zero_errors_when_running_opcode_10 ... ok [INFO] [stdout] test compiler::tests::it_strips_single_line_comments ... ok [INFO] [stdout] test compiler::tests::it_strips_single_line_comments_starting_with_spaces ... ok [INFO] [stdout] test compiler::tests::it_lets_the_last_label_win ... ok [INFO] [stdout] test compiler::tests::it_compiles_the_simple_ctrl_c_example ... ok [INFO] [stdout] test compiler::tests::it_trims_tabs_from_instructions ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_11 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_12_else_branch ... ok [INFO] [stdout] test computer::tests::it_prevents_overflow_when_running_opcode_9 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_0 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_10 ... ok [INFO] [stdout] test computer::tests::it_provides_safe_memory_access_when_stepping ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_1 ... ok [INFO] [stdout] test computer::tests::it_prevents_overflow_while_runing_opcode_8 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_12_then_branch ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_15_blocking ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_2_then_branch ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_15_non_blocking ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_2_else_branch ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_17 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_16 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_13 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_6 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_5 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_3 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_4 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_7 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_8 ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_9 ... ok [INFO] [stdout] test sixel::tests::it_converts_000000_to_question_mark ... ok [INFO] [stdout] test sixel::tests::it_converts_000111_to_w ... ok [INFO] [stdout] test sixel::tests::it_converts_111000_to_capital_f ... ok [INFO] [stdout] test sixel::tests::it_converts_111111_to_tilde ... ok [INFO] [stdout] test sixel::tests::it_displays_capital_a ... ok [INFO] [stdout] test computer::tests::it_runs_opcode_14 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/chifir-7fbff78d6031857c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests chifir [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/compiler.rs - compiler (line 107) ... ok [INFO] [stdout] test src/compiler.rs - compiler (line 35) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::dump (line 233) ... ok [INFO] [stdout] test src/compiler.rs - compiler (line 6) ... ok [INFO] [stdout] test src/compiler.rs - compiler (line 140) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::input (line 81) ... ok [INFO] [stdout] test src/compiler.rs - compiler (line 70) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::input (line 63) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::load_from_slice (line 210) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::load (line 185) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::next (line 164) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::new (line 31) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::output (line 110) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::step (line 252) ... ok [INFO] [stdout] test src/computer.rs - computer::Computer::output (line 135) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "491355def3c0929c7d283709540f62df95706aacd95e8e0d21fcbb86818abd94"` [INFO] running `"docker" "rm" "-f" "491355def3c0929c7d283709540f62df95706aacd95e8e0d21fcbb86818abd94"` [INFO] [stdout] 491355def3c0929c7d283709540f62df95706aacd95e8e0d21fcbb86818abd94