[INFO] cloning repository xbo1/iridium [INFO] running `"git" "clone" "--bare" "git://github.com/xbo1/iridium.git" "work/cache/sources/gh/xbo1/iridium"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/xbo1/iridium'... [INFO] running `"git" "clone" "work/cache/sources/gh/xbo1/iridium" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xbo1/iridium" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/xbo1/iridium'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 50a272a5f4c9ea3b5a98956aa4389a26ccc28368 [INFO] sha for GitHub repo xbo1/iridium: 50a272a5f4c9ea3b5a98956aa4389a26ccc28368 [INFO] validating manifest of xbo1/iridium 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 xbo1/iridium 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 xbo1/iridium [INFO] finished frobbing xbo1/iridium [INFO] frobbed toml for xbo1/iridium written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium/Cargo.toml [INFO] started frobbing xbo1/iridium [INFO] finished frobbing xbo1/iridium [INFO] frobbed toml for xbo1/iridium written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/xbo1/iridium/Cargo.toml [INFO] crate xbo1/iridium 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 xbo1/iridium against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium:/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] 3aa4df82d98474f1f43d8485a54429b10b4095d1d842bd64bfb273efc87be4b9 [INFO] running `"docker" "start" "-a" "3aa4df82d98474f1f43d8485a54429b10b4095d1d842bd64bfb273efc87be4b9"` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling iridium v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / /// Handles instructions of the following form: [INFO] [stderr] 63 | | /// [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 64 | / named!(instruction_one, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | o: opcode >> [INFO] [stderr] 67 | | r: register >> [INFO] [stderr] ... | [INFO] [stderr] 77 | | ) [INFO] [stderr] 78 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / /// Handles instructions of the following form: [INFO] [stderr] 81 | | /// [INFO] [stderr] | |____________^ [INFO] [stderr] 82 | / named!(instruction_two, [INFO] [stderr] 83 | | do_parse!( [INFO] [stderr] 84 | | o: opcode >> [INFO] [stderr] 85 | | opt!(multispace) >> [INFO] [stderr] ... | [INFO] [stderr] 94 | | ) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 98 | / named!(pub instruction, [INFO] [stderr] 99 | | do_parse!( [INFO] [stderr] 100 | | ins: alt!( [INFO] [stderr] 101 | | instruction_one | [INFO] [stderr] ... | [INFO] [stderr] 107 | | ) [INFO] [stderr] 108 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] 7 | | /// #100 [INFO] [stderr] | |________^ [INFO] [stderr] 8 | / named!(pub integer_operand, [INFO] [stderr] 9 | | ws!( [INFO] [stderr] 10 | | do_parse!( [INFO] [stderr] 11 | | tag!("#") >> [INFO] [stderr] ... | [INFO] [stderr] 17 | | ) [INFO] [stderr] 18 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.35s [INFO] running `"docker" "inspect" "3aa4df82d98474f1f43d8485a54429b10b4095d1d842bd64bfb273efc87be4b9"` [INFO] running `"docker" "rm" "-f" "3aa4df82d98474f1f43d8485a54429b10b4095d1d842bd64bfb273efc87be4b9"` [INFO] [stdout] 3aa4df82d98474f1f43d8485a54429b10b4095d1d842bd64bfb273efc87be4b9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium:/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] 5bc258ae188b783171eeb1ac5ae7651e22d85b70326fcc04a3669784bebba3fb [INFO] running `"docker" "start" "-a" "5bc258ae188b783171eeb1ac5ae7651e22d85b70326fcc04a3669784bebba3fb"` [INFO] [stderr] Compiling iridium v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / /// Handles instructions of the following form: [INFO] [stderr] 63 | | /// [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 64 | / named!(instruction_one, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | o: opcode >> [INFO] [stderr] 67 | | r: register >> [INFO] [stderr] ... | [INFO] [stderr] 77 | | ) [INFO] [stderr] 78 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / /// Handles instructions of the following form: [INFO] [stderr] 81 | | /// [INFO] [stderr] | |____________^ [INFO] [stderr] 82 | / named!(instruction_two, [INFO] [stderr] 83 | | do_parse!( [INFO] [stderr] 84 | | o: opcode >> [INFO] [stderr] 85 | | opt!(multispace) >> [INFO] [stderr] ... | [INFO] [stderr] 94 | | ) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 98 | / named!(pub instruction, [INFO] [stderr] 99 | | do_parse!( [INFO] [stderr] 100 | | ins: alt!( [INFO] [stderr] 101 | | instruction_one | [INFO] [stderr] ... | [INFO] [stderr] 107 | | ) [INFO] [stderr] 108 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] 7 | | /// #100 [INFO] [stderr] | |________^ [INFO] [stderr] 8 | / named!(pub integer_operand, [INFO] [stderr] 9 | | ws!( [INFO] [stderr] 10 | | do_parse!( [INFO] [stderr] 11 | | tag!("#") >> [INFO] [stderr] ... | [INFO] [stderr] 17 | | ) [INFO] [stderr] 18 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "5bc258ae188b783171eeb1ac5ae7651e22d85b70326fcc04a3669784bebba3fb"` [INFO] running `"docker" "rm" "-f" "5bc258ae188b783171eeb1ac5ae7651e22d85b70326fcc04a3669784bebba3fb"` [INFO] [stdout] 5bc258ae188b783171eeb1ac5ae7651e22d85b70326fcc04a3669784bebba3fb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/xbo1/iridium:/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] 448f3a3c06ce892d19123ff63301100334bfc4447217d08d4f4c8721ec045956 [INFO] running `"docker" "start" "-a" "448f3a3c06ce892d19123ff63301100334bfc4447217d08d4f4c8721ec045956"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/iridium-c9db7de6b980e375 [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test assembler::register_parsers::tests::test_parse_register ... ok [INFO] [stdout] test instruction::tests::test_create_hlt ... ok [INFO] [stdout] test assembler::program_parsers::tests::test_program_to_bytes ... ok [INFO] [stdout] test assembler::program_parsers::tests::test_parse_program ... ok [INFO] [stdout] test assembler::operand_parsers::tests::test_parse_integer_operand ... ok [INFO] [stdout] test assembler::opcode_parsers::tests::test_opcode ... ok [INFO] [stdout] test assembler::instruction_parsers::tests::test_parse_instruction_form_one ... ok [INFO] [stdout] test assembler::instruction_parsers::tests::test_parse_instruction_form_two ... ok [INFO] [stdout] test instruction::tests::test_create_instruction ... ok [INFO] [stdout] test instruction::tests::test_str_to_opcode ... ok [INFO] [stdout] test vm::tests::test_add_opcode ... ok [INFO] [stdout] test vm::tests::test_create_vm ... ok [INFO] [stdout] test vm::tests::test_div_opcode ... ok [INFO] [stdout] test vm::tests::test_eq_opcode ... ok [INFO] [stdout] test vm::tests::test_gt_opcode ... ok [INFO] [stdout] test vm::tests::test_gte_opcode ... ok [INFO] [stdout] test vm::tests::test_jmp_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpb_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpe_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpf_opcode ... ok [INFO] [stdout] test vm::tests::test_load_opcode ... ok [INFO] [stdout] test vm::tests::test_lt_opcode ... ok [INFO] [stdout] test vm::tests::test_lte_opcode ... ok [INFO] [stdout] test vm::tests::test_mul_opcode ... ok [INFO] [stdout] test vm::tests::test_neq_opcode ... ok [INFO] [stdout] test vm::tests::test_opcode_hlt ... ok [INFO] [stdout] test vm::tests::test_opcode_igl ... ok [INFO] [stdout] test vm::tests::test_sub_opcode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "448f3a3c06ce892d19123ff63301100334bfc4447217d08d4f4c8721ec045956"` [INFO] running `"docker" "rm" "-f" "448f3a3c06ce892d19123ff63301100334bfc4447217d08d4f4c8721ec045956"` [INFO] [stdout] 448f3a3c06ce892d19123ff63301100334bfc4447217d08d4f4c8721ec045956