[INFO] cloning repository https://github.com/Obijunior/vbrcc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Obijunior/vbrcc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FObijunior%2Fvbrcc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FObijunior%2Fvbrcc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb9ba61ff893d9bb1e04be51694a1cf1b77752b4
[INFO] testing Obijunior/vbrcc against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FObijunior%2Fvbrcc" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Obijunior/vbrcc
[INFO] finished tweaking git repo https://github.com/Obijunior/vbrcc
[INFO] tweaked toml for git repo https://github.com/Obijunior/vbrcc written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Obijunior/vbrcc on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Obijunior/vbrcc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315
[INFO] running `Command { std: "docker" "start" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling vbrcc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
[INFO] running `Command { std: "docker" "inspect" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling vbrcc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vbrcc-f7869a36a810d5fd)
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test assembler::coff::tests::test_coff_header_magic ... ok
[INFO] [stdout] test assembler::coff::tests::test_coff_long_symbol_name_uses_string_table ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jmp_backward_jump ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jne_label ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_movzx_rcx_dl ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_sete_dl ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_movzx_rax_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_sete_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setl_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setge_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setne_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encoded_len_consistency ... ok
[INFO] [stdout] test assembler::encoder::tests::encoded_len_jcc_variants ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_je_forward_jump ... ok
[INFO] [stdout] test assembler::coff::tests::test_coff_relocs_and_symbols ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_all_jcc_variants ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_all_setcc_variants ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_je_label ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_je_no_operand_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_jmp_label ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_labels ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_rax_al ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_rcx_dl ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_wrong_operand_count_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setcc_invalid_register_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_sete_al ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setl_al ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setne_cl ... ok
[INFO] [stdout] test codegen::tests::test_addition ... ok
[INFO] [stdout] test codegen::tests::test_division ... ok
[INFO] [stdout] test codegen::tests::test_greater_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_greater_than_comparison ... ok
[INFO] [stdout] test codegen::tests::test_less_than_comparison ... ok
[INFO] [stdout] test codegen::tests::test_logical_or ... ok
[INFO] [stdout] test codegen::tests::test_modulo ... ok
[INFO] [stdout] test codegen::tests::test_if_with_else ... ok
[INFO] [stdout] test codegen::tests::test_for_loop_generates_labels_and_jumps ... ok
[INFO] [stdout] test codegen::tests::test_if_without_else ... ok
[INFO] [stdout] test codegen::tests::test_less_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_negate ... ok
[INFO] [stdout] test codegen::tests::test_logical_and ... ok
[INFO] [stdout] test codegen::tests::test_equal_comparison ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setg_al ... ok
[INFO] [stdout] test codegen::tests::test_not_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_return_literal ... ok
[INFO] [stdout] test codegen::tests::test_var_decl_and_return ... ok
[INFO] [stdout] test codegen::tests::test_while_loop_generates_labels_and_jumps ... ok
[INFO] [stdout] test lexer::tests::test_comparison_operators ... ok
[INFO] [stdout] test lexer::tests::test_compound_assignment ... ok
[INFO] [stdout] test lexer::tests::test_control_flow_keywords ... ok
[INFO] [stdout] test lexer::tests::test_ident_vs_keyword ... ok
[INFO] [stdout] test lexer::tests::test_increment_decrement ... ok
[INFO] [stdout] test lexer::tests::test_keyword_recognition ... ok
[INFO] [stdout] test lexer::tests::test_multi_digit_number ... ok
[INFO] [stdout] test lexer::tests::test_negative_number_tokens ... ok
[INFO] [stdout] test lexer::tests::test_plus_not_confused_with_plus_plus ... ok
[INFO] [stdout] test lexer::tests::test_single_number ... ok
[INFO] [stdout] test lexer::tests::test_whitespace_is_ignored ... ok
[INFO] [stdout] test parser::tests::expect_reports_mismatch ... ok
[INFO] [stdout] test parser::tests::parse_assignment ... ok
[INFO] [stdout] test parser::tests::parse_comparison_binds_looser_than_additive ... ok
[INFO] [stdout] test parser::tests::parse_comparison_less_than ... ok
[INFO] [stdout] test parser::tests::parse_expression_statement ... ok
[INFO] [stdout] test parser::tests::parse_compound_assignment ... ok
[INFO] [stdout] test parser::tests::parse_parenthesized_primary_expression ... ok
[INFO] [stdout] test parser::tests::parse_post_increment ... ok
[INFO] [stdout] test parser::tests::parse_unary_negation_expression ... ok
[INFO] [stdout] test parser::tests::parse_var_decl_with_init ... ok
[INFO] [stdout] test parser::tests::parse_var_decl_without_init ... ok
[INFO] [stdout] test lexer::tests::test_for_loop_tokens ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jcc_unknown_label_errors ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setle_al ... ok
[INFO] [stdout] test codegen::tests::test_assignment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vbrcc-bdc9596e0fd777f0)
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test assembler::coff::tests::test_coff_header_magic ... ok
[INFO] [stdout] test assembler::coff::tests::test_coff_long_symbol_name_uses_string_table ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_je_forward_jump ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jmp_backward_jump ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jcc_unknown_label_errors ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_jne_label ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_movzx_rax_al ... ok
[INFO] [stdout] test assembler::coff::tests::test_coff_relocs_and_symbols ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_sete_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_sete_dl ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setge_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setl_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setle_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setne_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_movzx_rcx_dl ... ok
[INFO] [stdout] test assembler::encoder::tests::encode_setg_al ... ok
[INFO] [stdout] test assembler::encoder::tests::encoded_len_jcc_variants ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_all_jcc_variants ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_all_setcc_variants ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_je_label ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_je_no_operand_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_jmp_label ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_labels ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_rax_al ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_rcx_dl ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_movzx_wrong_operand_count_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setcc_invalid_register_errors ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_sete_al ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setne_cl ... ok
[INFO] [stdout] test codegen::tests::test_addition ... ok
[INFO] [stdout] test codegen::tests::test_division ... ok
[INFO] [stdout] test codegen::tests::test_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_for_loop_generates_labels_and_jumps ... ok
[INFO] [stdout] test assembler::instruction::tests::parse_setl_al ... ok
[INFO] [stdout] test codegen::tests::test_greater_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_greater_than_comparison ... ok
[INFO] [stdout] test codegen::tests::test_assignment ... ok
[INFO] [stdout] test codegen::tests::test_if_with_else ... ok
[INFO] [stdout] test codegen::tests::test_less_than_comparison ... ok
[INFO] [stdout] test codegen::tests::test_logical_and ... ok
[INFO] [stdout] test codegen::tests::test_logical_or ... ok
[INFO] [stdout] test codegen::tests::test_modulo ... ok
[INFO] [stdout] test codegen::tests::test_negate ... ok
[INFO] [stdout] test codegen::tests::test_not_equal_comparison ... ok
[INFO] [stdout] test codegen::tests::test_return_literal ... ok
[INFO] [stdout] test codegen::tests::test_var_decl_and_return ... ok
[INFO] [stdout] test lexer::tests::test_comparison_operators ... ok
[INFO] [stdout] test codegen::tests::test_while_loop_generates_labels_and_jumps ... ok
[INFO] [stdout] test lexer::tests::test_compound_assignment ... ok
[INFO] [stdout] test lexer::tests::test_control_flow_keywords ... ok
[INFO] [stdout] test lexer::tests::test_increment_decrement ... ok
[INFO] [stdout] test lexer::tests::test_multi_digit_number ... ok
[INFO] [stdout] test lexer::tests::test_ident_vs_keyword ... ok
[INFO] [stdout] test lexer::tests::test_keyword_recognition ... ok
[INFO] [stdout] test assembler::encoder::tests::encoded_len_consistency ... ok
[INFO] [stdout] test lexer::tests::test_negative_number_tokens ... ok
[INFO] [stdout] test lexer::tests::test_plus_not_confused_with_plus_plus ... ok
[INFO] [stdout] test lexer::tests::test_single_number ... ok
[INFO] [stdout] test lexer::tests::test_whitespace_is_ignored ... ok
[INFO] [stdout] test parser::tests::expect_reports_mismatch ... ok
[INFO] [stdout] test parser::tests::parse_assignment ... ok
[INFO] [stdout] test parser::tests::parse_comparison_binds_looser_than_additive ... ok
[INFO] [stdout] test parser::tests::parse_comparison_less_than ... ok
[INFO] [stdout] test parser::tests::parse_compound_assignment ... ok
[INFO] [stdout] test parser::tests::parse_expression_statement ... ok
[INFO] [stdout] test parser::tests::parse_parenthesized_primary_expression ... ok
[INFO] [stdout] test parser::tests::parse_post_increment ... ok
[INFO] [stdout] test parser::tests::parse_unary_negation_expression ... ok
[INFO] [stdout] test parser::tests::parse_var_decl_with_init ... ok
[INFO] [stdout] test codegen::tests::test_if_without_else ... ok
[INFO] [stdout] test codegen::tests::test_less_equal_comparison ... ok
[INFO] [stdout] test lexer::tests::test_for_loop_tokens ... ok
[INFO] [stdout] test parser::tests::parse_var_decl_without_init ... ok
[INFO] [stderr]      Running tests/assembler_test.rs (/opt/rustwide/target/debug/deps/assembler_test-06bdc196ac716338)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_assembler_basic_invocation ... ok
[INFO] [stdout] test test_assembler_control_flow_instructions ... ok
[INFO] [stdout] test test_assembler_arithmetic_instructions ... ok
[INFO] [stdout] test test_assemble_with_gcc ... ok
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running `/opt/rustwide/target/debug/vbrcc /tmp/test_pipeline_main.c -o /tmp/test_pipeline_output`
[INFO] [stderr] [ ERROR ] :: L12: [ ERROR ] :: unsupported opcode:   xor rax, rax
[INFO] [stdout] [ SUCCESS ] :: Wrote assembly to "/tmp/test_pipeline_output.s"
[INFO] [stdout] test test_full_pipeline_c_to_executable ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test assembler_test`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_full_pipeline_c_to_executable stdout ----
[INFO] [stdout] Error: "full pipeline (cargo run) failed: exit status: 1"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_full_pipeline_c_to_executable
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315", kill_on_drop: false }`
[INFO] [stdout] 51e0fdeba74b67b804e16fd254330cf38c21cfa08ad24be555b727c50397a315
