./verifast-validate-witness.sh sv-benchmarks/c/loop-invgen/apache-get-tag.i ./results/automizer-verification-files/SV-COMP24_unreach-call/apache-get-tag.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-invgen/apache-get-tag.i + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/apache-get-tag.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-invgen/apache-get-tag.i + FILE=apache-get-tag.i ++ echo apache-get-tag ++ sed 's/[-\.]/_/g' - + SANITIZED=apache_get_tag + INSTRUMENTED_PROGRAM=apache_get_tag__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-invgen/apache-get-tag.i --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/apache-get-tag.yml/witness-2.1.yml --output-file apache_get_tag__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_assert', '__VERIFIER_nondet_int', 'main'] [] ILP32 [('((t <= tagbuf_len) && (0 <= t))', 48, True), ('((t <= tagbuf_len) && (0 <= t))', 32, True)] [('__VERIFIER_assert', '(cond != 0)', '(cond != 0)')] [('((t <= tagbuf_len) && (0 <= t))', 48, True), ('((t <= tagbuf_len) && (0 <= t))', 32, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('assume_abort_if_not', 'true', 'true'), ('__VERIFIER_assert', '(cond != 0)', '(cond != 0)'), ('__VERIFIER_nondet_int', 'true', 'true'), ('main', 'module(apache_get_tag__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' apache_get_tag__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c apache_get_tag__verifast_instrumented.c apache_get_tag__verifast_instrumented.c apache_get_tag__verifast_instrumented.c(46,5-13): Parse error: Parse error.