./verifast-validate-witness.sh sv-benchmarks/c/loop-invariants/eq1.c ./results/automizer-verification-files/SV-COMP24_unreach-call/eq1.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-invariants/eq1.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/eq1.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-invariants/eq1.c + FILE=eq1.c ++ echo eq1 ++ sed 's/[-\.]/_/g' - + SANITIZED=eq1 + INSTRUMENTED_PROGRAM=eq1__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-invariants/eq1.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/eq1.yml/witness-2.1.yml --output-file eq1__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_nondet_uint', '__VERIFIER_assert', 'main'] [] ILP32 [('((z == y) && (x == w))', 23, True)] [('__VERIFIER_assert', '(cond != 0)', '(cond != 0)')] [('((z == y) && (x == w))', 23, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_nondet_uint', 'true', 'true'), ('__VERIFIER_assert', '(cond != 0)', '(cond != 0)'), ('main', 'module(eq1__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' eq1__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c eq1__verifast_instrumented.c eq1__verifast_instrumented.c eq1__verifast_instrumented.c(37,5-13): Parse error: Parse error.