kernel_security qrt failing on s390x configs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QA Regression Testing |
New
|
Undecided
|
Unassigned |
Bug Description
This is happening on Yakkety but I think it's also happening on Xenial as well ...
35. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_020_
36. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of stack ... FAIL
37. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_021_
38. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of libs ... FAIL
39. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_021_
40. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of mmap ... FAIL
41. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_022_
42. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of text ... FAIL
43. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_022_
44. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of vdso ... FAIL
45. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_022_
46. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of brk ... FAIL
47. 08/09 19:02:07 ERROR| utils:0153| [stderr] test_023_
48. 08/09 19:02:07 ERROR| utils:0153| [stderr] ASLR of text vs libs ... FAIL
83. 08/09 19:02:09 ERROR| utils:0153| [stderr] test_072_
84. 08/09 19:02:09 ERROR| utils:0153| [stderr] CONFIG_DEBUG_RODATA enabled ... FAIL
161. 08/09 19:02:39 ERROR| utils:0153| [stderr] FAIL: test_020_
162. 08/09 19:02:39 ERROR| utils:0153| [stderr] ASLR of stack
163. 08/09 19:02:39 ERROR| utils:0153| [stderr] -------
164. 08/09 19:02:39 ERROR| utils:0153| [stderr] Traceback (most recent call last):
165. 08/09 19:02:39 ERROR| utils:0153| [stderr] File "./test-
166. 08/09 19:02:39 ERROR| utils:0153| [stderr] self._test_
167. 08/09 19:02:39 ERROR| utils:0153| [stderr] File "./test-
168. 08/09 19:02:39 ERROR| utils:0153| [stderr] self.assertShel
169. 08/09 19:02:39 ERROR| utils:0153| [stderr] File "/home/
170. 08/09 19:02:39 ERROR| utils:0153| [stderr] self.assertEqua
171. 08/09 19:02:39 ERROR| utils:0153| [stderr] AssertionError: Got exit code 2, expected 0
172. 08/09 19:02:39 ERROR| utils:0153| [stderr] Command: 'make'
173. 08/09 19:02:39 ERROR| utils:0153| [stderr] Output:
174. 08/09 19:02:39 ERROR| utils:0153| [stderr] cc -Wall -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -fPIC -pie -o aslr aslr.c -ldl
175. 08/09 19:02:39 ERROR| utils:0153| [stderr] aslr.c: In function ‘area_pointer’:
176. 08/09 19:02:39 ERROR| utils:0153| [stderr] aslr.c:144:41: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘uintptr_t {aka long unsigned int}’ [-Wformat=]
177. 08/09 19:02:39 ERROR| utils:0153| [stderr] fprintf(stderr, "[pie] AREA_MMAP: %p\tAREA_TEXT: %p\n", area_pointer(
178. 08/09 19:02:39 ERROR| utils:0153| [stderr] ^
179. 08/09 19:02:39 ERROR| utils:0153| [stderr] aslr.c:144:56: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘uintptr_t {aka long unsigned int}’ [-Wformat=]
180. 08/09 19:02:39 ERROR| utils:0153| [stderr] fprintf(stderr, "[pie] AREA_MMAP: %p\tAREA_TEXT: %p\n", area_pointer(
181. 08/09 19:02:39 ERROR| utils:0153| [stderr] ^
182. 08/09 19:02:39 ERROR| utils:0153| [stderr] cc -Wall -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -fPIC -pie -o mmap-growth-
183. 08/09 19:02:39 ERROR| utils:0153| [stderr] cc -Wall -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -m31 -fPIC -pie -o aslr32 aslr.c -ldl
184. 08/09 19:02:39 ERROR| utils:0153| [stderr] In file included from /usr/include/
185. 08/09 19:02:39 ERROR| utils:0153| [stderr] from aslr.c:13:
186. 08/09 19:02:39 ERROR| utils:0153| [stderr] /usr/include/
187. 08/09 19:02:39 ERROR| utils:0153| [stderr] # include
188. 08/09 19:02:39 ERROR| utils:0153| [stderr] ^
189. 08/09 19:02:39 ERROR| utils:0153| [stderr] compilation terminated.
190. 08/09 19:02:39 ERROR| utils:0153| [stderr] Makefile:26: recipe for target 'aslr32' failed
191. 08/09 19:02:39 ERROR| utils:0153| [stderr] make: *** [aslr32] Error 1
and so on ...