make template

8 个作业 来自于 master 用时 48 秒 (排队 1 秒)

没有进行代码缺陷检查。可能是由于没有名称为“code-analysis”的job,请确认job名称。
状态 运行分数 作业 ID 作业名称 覆盖率
  Make
已通过 60 #220896
ubuntu-16.04 short-job
make

00:16

 
  Code Analysis
已失败 #220897
ubuntu-16.04 short-job code-analysis allowed to fail
code-analysis

00:10

 
  Case1
已失败 #220898
ubuntu-16.04 short-job
case1

00:08

已失败 #220899
ubuntu-16.04 short-job allowed to fail manual
teacher-check1

00:13

 
  Case2
已跳过 #220900
ubuntu-16.04 short-job
case2
已跳过 #220901
ubuntu-16.04 short-job allowed to fail manual
teacher-check2
 
  Case3
已跳过 #220902
ubuntu-16.04 short-job
case3
已跳过 #220903
ubuntu-16.04 short-job allowed to fail manual
teacher-check3
 
作业 步骤 失败原因
已失败
case1 Case1
HEAD is now at d72d92b make template
Checking out d72d92b5 as master...
Skipping Git submodules setup
$ make
gcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -D CODECODE_CI -c main.c -o main.o
gcc ./main.o -l"fl" -o app
$ ./app input1.txt > user_output1.txt
$ diff output1.txt user_output1.txt -b -B -y -i -W 100
�ڴ��ļ���д����ӡ���������� <ERROR: Job failed: exit code 1
已失败
teacher-check1 Case1
Using docker image sha256:d754eea7ee6347c92835f150e162dc89a2dce7a8eee59393c53081f8fe782991 for registry.cn-hangzhou.aliyuncs.com/engintime/ubuntu_16.04_program:latest ...
Running on runner-bcc83c0c-project-37880-concurrent-0 via iZhp39h4p1wufveb0m6k86Z...
Cloning repository...
Cloning into '/builds/engintime/cp-lab/template-template/readfile3'...
Checking out d72d92b5 as master...
Skipping Git submodules setup
$ ./app input1.txt > /dev/null
/bin/bash: line 64: ./app: No such file or directory
ERROR: Job failed: exit code 1
已失败
code-analysis Code Analysis
gcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -D CODECODE_CI -c  main.c -o main.o
gcc ./main.o -l"fl" -o app
$ mkdir -p build
$ cppcheck -v --force --enable=all --xml -I./ ./ 2> ./build/cppcheck-report.xml
Checking main.c...
$ bash -c 'find ./ -regex ".*\.c\|.*\.h" | vera++ -S -s -d -c ./build/vera-report.xml'
1 reports in 1 files.
$ valgrind --xml=yes --xml-file=./build/valgrind-report.xml ./app > /dev/null
ERROR: Job failed: exit code 1