Comment 4 for bug 1385330

Revision history for this message
Martin Pitt (pitti) wrote :

OK, Jenkins config fixed, https://jenkins.qa.ubuntu.com/job/trusty-adt-linux/113/ succeeded now. But please double-check if this is right:

seccomp_bpf_tests.c: In function ���change_syscall���:
  seccomp_bpf_tests.c:1086:7: error: ���struct user_regs_struct��� has no member named ���orig_ax���
     regs.SYSCALL_REG = syscall;
         ^
  seccomp_bpf_tests.c:1107:7: error: ���struct user_regs_struct��� has no member named ���ax���
     regs.SYSCALL_RET = 1;
         ^
  make: *** [seccomp_bpf_tests] Error 1
11:12:04 INFO | END ERROR ubuntu_seccomp.seccomp ubuntu_seccomp.seccomp timestamp=1415704324 localtime=Nov 11 11:12:04
11:12:04 INFO | END GOOD ---- ---- timestamp=1415704324 localtime=Nov 11 11:12:04
adt-run [11:12:05]: test ubuntu-regression-suite: -----------------------]
adt-run [11:12:06]: test ubuntu-regression-suite: - - - - - - - - - - results - - - - - - - - - -
ubuntu-regression-suite PASS

This error happens on i386 only (amd64 is fine). This smells like some failing exit code isn't being propagated properly?