00:11
3月 18, 2020
00:08
section_end:1584499098:get_sourcessection_start:1584499098:restore_cachesection_end:1584499100:restore_cachesection_start:1584499100:download_artifactssection_end:1584499101:download_artifactssection_start:1584499101:build_script$ flex -b -oyylex.c lex.txt$ bison -y --defines=ytab.h --report=all --report-file=y.output.txt --output=ytab.c --xml=y.output.xml yacc.txt$ makegcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -D CODECODE_CI -c yylex.c -o yylex.ogcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -D CODECODE_CI -c ytab.c -o ytab.ogcc ./yylex.o ./ytab.o -l"fl" -o app$ ./app input1.txt > user_output1.txt$ diff output1.txt user_output1.txt -b -B -y -i -W 10015 <section_end:1584499102:build_scriptsection_start:1584499102:after_scriptsection_end:1584499104:after_scriptERROR: Job failed: exit code 1