00:16
3月 19, 2020
00:09
section_end:1584608602:get_sourcessection_start:1584608602:restore_cachesection_end:1584608604:restore_cachesection_start:1584608604:download_artifactssection_end:1584608606:download_artifactssection_start:1584608606: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:1584608607:build_scriptsection_start:1584608607:after_scriptsection_end:1584608609:after_scriptERROR: Job failed: exit code 1