blob: a1791b5ccad8f60df3e94ac1def78336eda6ae4c [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001#
2# SPDX-License-Identifier: MIT
3#
4
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005import os
6
7from subprocess import check_output
8from shutil import rmtree
9from oeqa.runtime.case import OERuntimeTestCase
10from oeqa.core.decorator.depends import OETestDepends
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011from oeqa.core.decorator.data import skipIfDataVar
12from oeqa.runtime.decorator.package import OEHasPackage
13
14#in the future these lists could be moved outside of module
15errors = ["error", "cannot", "can\'t", "failed"]
16
17common_errors = [
18 "(WW) warning, (EE) error, (NI) not implemented, (??) unknown.",
19 "dma timeout",
20 "can\'t add hid device:",
21 "usbhid: probe of ",
22 "_OSC failed (AE_ERROR)",
23 "_OSC failed (AE_SUPPORT)",
24 "AE_ALREADY_EXISTS",
25 "ACPI _OSC request failed (AE_SUPPORT)",
26 "can\'t disable ASPM",
27 "Failed to load module \"vesa\"",
28 "Failed to load module vesa",
29 "Failed to load module \"modesetting\"",
30 "Failed to load module modesetting",
31 "Failed to load module \"glx\"",
32 "Failed to load module \"fbdev\"",
33 "Failed to load module fbdev",
34 "Failed to load module glx",
35 "[drm] Cannot find any crtc or sizes - going 1024x768",
36 "_OSC failed (AE_NOT_FOUND); disabling ASPM",
37 "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
38 "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!",
39 "hd.: possibly failed opcode",
40 'NETLINK INITIALIZATION FAILED',
41 'kernel: Cannot find map file',
42 'omap_hwmod: debugss: _wait_target_disable failed',
43 'VGA arbiter: cannot open kernel arbiter, no multi-card support',
44 'Failed to find URL:http://ipv4.connman.net/online/status.html',
45 'Online check failed for',
46 'netlink init failed',
47 'Fast TSC calibration',
48 "BAR 0-9",
49 "Failed to load module \"ati\"",
50 "controller can't do DEVSLP, turning off",
51 "stmmac_dvr_probe: warning: cannot get CSR clock",
52 "error: couldn\'t mount because of unsupported optional features",
53 "GPT: Use GNU Parted to correct GPT errors",
54 "Cannot set xattr user.Librepo.DownloadInProgress",
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080055 "Failed to read /var/lib/nfs/statd/state: Success",
56 "error retry time-out =",
57 "logind: cannot setup systemd-logind helper (-61), using legacy fallback",
Andrew Geissler82c905d2020-04-13 13:39:40 -050058 "Failed to rename network interface",
59 "Failed to process device, ignoring: Device or resource busy",
60 "Cannot find a map file",
61 "[rdrand]: Initialization Failed",
62 "[pulseaudio] authkey.c: Failed to open cookie file",
63 "[pulseaudio] authkey.c: Failed to load authentication key",
Brad Bishop6e60e8b2018-02-01 10:27:11 -050064 ]
65
66video_related = [
Brad Bishop6e60e8b2018-02-01 10:27:11 -050067]
68
69x86_common = [
70 '[drm:psb_do_init] *ERROR* Debug is',
71 'wrong ELF class',
72 'Could not enable PowerButton event',
73 'probe of LNXPWRBN:00 failed with error -22',
74 'pmd_set_huge: Cannot satisfy',
75 'failed to setup card detect gpio',
76 'amd_nb: Cannot enumerate AMD northbridges',
77 'failed to retrieve link info, disabling eDP',
78 'Direct firmware load for iwlwifi',
Brad Bishop19323692019-04-05 15:28:33 -040079 'Direct firmware load for regulatory.db',
80 'failed to load regulatory.db',
Brad Bishop6e60e8b2018-02-01 10:27:11 -050081] + common_errors
82
83qemux86_common = [
84 'wrong ELF class',
85 "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.",
86 "can't claim BAR ",
87 'amd_nb: Cannot enumerate AMD northbridges',
Brad Bishop6e60e8b2018-02-01 10:27:11 -050088 'tsc: HPET/PMTIMER calibration failed',
Brad Bishop79641f22019-09-10 07:20:22 -040089 "modeset(0): Failed to initialize the DRI2 extension",
Brad Bishop79641f22019-09-10 07:20:22 -040090 "glamor initialization failed",
Brad Bishop6e60e8b2018-02-01 10:27:11 -050091] + common_errors
92
93ignore_errors = {
94 'default' : common_errors,
95 'qemux86' : [
96 'Failed to access perfctr msr (MSR',
97 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
98 ] + qemux86_common,
99 'qemux86-64' : qemux86_common,
100 'qemumips' : [
101 'Failed to load module "glx"',
102 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500103 'cacheinfo: Failed to find cpu0 device node',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500104 ] + common_errors,
105 'qemumips64' : [
106 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500107 'cacheinfo: Failed to find cpu0 device node',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500108 ] + common_errors,
109 'qemuppc' : [
110 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
111 'host side 80-wire cable detection failed, limiting max speed',
112 'mode "640x480" test failed',
113 'Failed to load module "glx"',
114 'can\'t handle BAR above 4GB',
115 'Cannot reserve Legacy IO',
116 ] + common_errors,
117 'qemuarm' : [
118 'mmci-pl18x: probe of fpga:05 failed with error -22',
119 'mmci-pl18x: probe of fpga:0b failed with error -22',
120 'Failed to load module "glx"',
121 'OF: amba_device_add() failed (-19) for /amba/smc@10100000',
122 'OF: amba_device_add() failed (-19) for /amba/mpmc@10110000',
123 'OF: amba_device_add() failed (-19) for /amba/sctl@101e0000',
124 'OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000',
125 'OF: amba_device_add() failed (-19) for /amba/sci@101f0000',
Brad Bishop19323692019-04-05 15:28:33 -0400126 'OF: amba_device_add() failed (-19) for /amba/spi@101f4000',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500127 'OF: amba_device_add() failed (-19) for /amba/ssp@101f4000',
128 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
129 'Failed to initialize \'/amba/timer@101e3000\': -22',
130 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
131 ] + common_errors,
132 'qemuarm64' : [
133 'Fatal server error:',
134 '(EE) Server terminated with error (1). Closing log file.',
135 'dmi: Firmware registration failed.',
136 'irq: type mismatch, failed to map hwirq-27 for /intc',
Andrew Geissler82c905d2020-04-13 13:39:40 -0500137 'logind: failed to get session seat',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500138 ] + common_errors,
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500139 'intel-core2-32' : [
140 'ACPI: No _BQC method, cannot determine initial brightness',
141 '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
142 '(EE) Failed to load module "psb"',
143 '(EE) Failed to load module psb',
144 '(EE) Failed to load module "psbdrv"',
145 '(EE) Failed to load module psbdrv',
146 '(EE) open /dev/fb0: No such file or directory',
147 '(EE) AIGLX: reverting to software rendering',
148 'dmi: Firmware registration failed.',
149 'ioremap error for 0x78',
150 ] + x86_common,
151 'intel-corei7-64' : [
152 'can\'t set Max Payload Size to 256',
153 'intel_punit_ipc: can\'t request region for resource',
154 '[drm] parse error at position 4 in video mode \'efifb\'',
155 'ACPI Error: Could not enable RealTimeClock event',
156 'ACPI Warning: Could not enable fixed event - RealTimeClock',
157 'hci_intel INT33E1:00: Unable to retrieve gpio',
158 'hci_intel: probe of INT33E1:00 failed',
159 'can\'t derive routing for PCI INT A',
160 'failed to read out thermal zone',
161 'Bluetooth: hci0: Setting Intel event mask failed',
162 'ttyS2 - failed to request DMA',
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500163 'Bluetooth: hci0: Failed to send firmware data (-38)',
164 'atkbd serio0: Failed to enable keyboard on isa0060/serio0',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500165 ] + x86_common,
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500166 'genericx86' : x86_common,
167 'genericx86-64' : [
168 'Direct firmware load for i915',
169 'Failed to load firmware i915',
170 'Failed to fetch GuC',
171 'Failed to initialize GuC',
172 'Failed to load DMC firmware',
173 'The driver is built-in, so to load the firmware you need to',
174 ] + x86_common,
175 'edgerouter' : [
Brad Bishop19323692019-04-05 15:28:33 -0400176 'not creating \'/sys/firmware/fdt\'',
177 'Failed to find cpu0 device node',
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500178 'Fatal server error:',
Brad Bishop19323692019-04-05 15:28:33 -0400179 'Server terminated with error',
180 ] + common_errors,
181 'beaglebone-yocto' : [
182 'Direct firmware load for regulatory.db',
183 'failed to load regulatory.db',
184 'l4_wkup_cm',
185 'Failed to load module "glx"',
186 'Failed to make EGL context current',
187 'glamor initialization failed',
188 ] + common_errors,
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500189}
190
191log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"]
192
193class ParseLogsTest(OERuntimeTestCase):
194
195 @classmethod
196 def setUpClass(cls):
197 cls.errors = errors
198
199 # When systemd is enabled we need to notice errors on
200 # circular dependencies in units.
201 if 'systemd' in cls.td.get('DISTRO_FEATURES', ''):
202 cls.errors.extend([
203 'Found ordering cycle on',
204 'Breaking ordering cycle by deleting job',
205 'deleted to break ordering cycle',
206 'Ordering cycle found, skipping',
207 ])
208
209 cls.ignore_errors = ignore_errors
210 cls.log_locations = log_locations
211 cls.msg = ''
212 is_lsb, _ = cls.tc.target.run("which LSB_Test.sh")
213 if is_lsb == 0:
214 for machine in cls.ignore_errors:
215 cls.ignore_errors[machine] = cls.ignore_errors[machine] \
216 + video_related
217
218 def getMachine(self):
219 return self.td.get('MACHINE', '')
220
221 def getWorkdir(self):
222 return self.td.get('WORKDIR', '')
223
224 # Get some information on the CPU of the machine to display at the
225 # beginning of the output. This info might be useful in some cases.
226 def getHardwareInfo(self):
227 hwi = ""
228 cmd = ('cat /proc/cpuinfo | grep "model name" | head -n1 | '
229 " awk 'BEGIN{FS=\":\"}{print $2}'")
230 _, cpu_name = self.target.run(cmd)
231
232 cmd = ('cat /proc/cpuinfo | grep "cpu cores" | head -n1 | '
233 "awk {'print $4'}")
234 _, cpu_physical_cores = self.target.run(cmd)
235
236 cmd = 'cat /proc/cpuinfo | grep "processor" | wc -l'
237 _, cpu_logical_cores = self.target.run(cmd)
238
239 _, cpu_arch = self.target.run('uname -m')
240
241 hwi += 'Machine information: \n'
242 hwi += '*******************************\n'
243 hwi += 'Machine name: ' + self.getMachine() + '\n'
244 hwi += 'CPU: ' + str(cpu_name) + '\n'
245 hwi += 'Arch: ' + str(cpu_arch)+ '\n'
246 hwi += 'Physical cores: ' + str(cpu_physical_cores) + '\n'
247 hwi += 'Logical cores: ' + str(cpu_logical_cores) + '\n'
248 hwi += '*******************************\n'
249
250 return hwi
251
252 # Go through the log locations provided and if it's a folder
253 # create a list with all the .log files in it, if it's a file
254 # just add it to that list.
255 def getLogList(self, log_locations):
256 logs = []
257 for location in log_locations:
258 status, _ = self.target.run('test -f ' + str(location))
259 if status == 0:
260 logs.append(str(location))
261 else:
262 status, _ = self.target.run('test -d ' + str(location))
263 if status == 0:
264 cmd = 'find ' + str(location) + '/*.log -maxdepth 1 -type f'
265 status, output = self.target.run(cmd)
266 if status == 0:
267 output = output.splitlines()
268 for logfile in output:
269 logs.append(os.path.join(location, str(logfile)))
270 return logs
271
272 # Copy the log files to be parsed locally
273 def transfer_logs(self, log_list):
274 workdir = self.getWorkdir()
275 self.target_logs = workdir + '/' + 'target_logs'
276 target_logs = self.target_logs
277 if os.path.exists(target_logs):
278 rmtree(self.target_logs)
279 os.makedirs(target_logs)
280 for f in log_list:
281 self.target.copyFrom(str(f), target_logs)
282
283 # Get the local list of logs
284 def get_local_log_list(self, log_locations):
285 self.transfer_logs(self.getLogList(log_locations))
286 list_dir = os.listdir(self.target_logs)
287 dir_files = [os.path.join(self.target_logs, f) for f in list_dir]
288 logs = [f for f in dir_files if os.path.isfile(f)]
289 return logs
290
291 # Build the grep command to be used with filters and exclusions
292 def build_grepcmd(self, errors, ignore_errors, log):
293 grepcmd = 'grep '
294 grepcmd += '-Ei "'
295 for error in errors:
Brad Bishop08902b02019-08-20 09:16:51 -0400296 grepcmd += '\<' + error + '\>' + '|'
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500297 grepcmd = grepcmd[:-1]
298 grepcmd += '" ' + str(log) + " | grep -Eiv \'"
299
300 try:
301 errorlist = ignore_errors[self.getMachine()]
302 except KeyError:
303 self.msg += 'No ignore list found for this machine, using default\n'
304 errorlist = ignore_errors['default']
305
306 for ignore_error in errorlist:
307 ignore_error = ignore_error.replace('(', '\(')
308 ignore_error = ignore_error.replace(')', '\)')
309 ignore_error = ignore_error.replace("'", '.')
310 ignore_error = ignore_error.replace('?', '\?')
311 ignore_error = ignore_error.replace('[', '\[')
312 ignore_error = ignore_error.replace(']', '\]')
313 ignore_error = ignore_error.replace('*', '\*')
314 ignore_error = ignore_error.replace('0-9', '[0-9]')
315 grepcmd += ignore_error + '|'
316 grepcmd = grepcmd[:-1]
317 grepcmd += "\'"
318
319 return grepcmd
320
321 # Grep only the errors so that their context could be collected.
322 # Default context is 10 lines before and after the error itself
323 def parse_logs(self, errors, ignore_errors, logs,
324 lines_before = 10, lines_after = 10):
325 results = {}
326 rez = []
327 grep_output = ''
328
329 for log in logs:
330 result = None
331 thegrep = self.build_grepcmd(errors, ignore_errors, log)
332
333 try:
334 result = check_output(thegrep, shell=True).decode('utf-8')
335 except:
336 pass
337
338 if result is not None:
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800339 results[log] = {}
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500340 rez = result.splitlines()
341
342 for xrez in rez:
343 try:
344 cmd = ['grep', '-F', xrez, '-B', str(lines_before)]
345 cmd += ['-A', str(lines_after), log]
346 grep_output = check_output(cmd).decode('utf-8')
347 except:
348 pass
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800349 results[log][xrez]=grep_output
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500350
351 return results
352
353 # Get the output of dmesg and write it in a file.
354 # This file is added to log_locations.
355 def write_dmesg(self):
356 (status, dmesg) = self.target.run('dmesg > /tmp/dmesg_output.log')
357
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500358 @OETestDepends(['ssh.SSHTest.test_ssh'])
359 def test_parselogs(self):
360 self.write_dmesg()
361 log_list = self.get_local_log_list(self.log_locations)
362 result = self.parse_logs(self.errors, self.ignore_errors, log_list)
363 print(self.getHardwareInfo())
364 errcount = 0
365 for log in result:
366 self.msg += 'Log: ' + log + '\n'
367 self.msg += '-----------------------\n'
368 for error in result[log]:
369 errcount += 1
370 self.msg += 'Central error: ' + str(error) + '\n'
371 self.msg += '***********************\n'
372 self.msg += result[str(log)][str(error)] + '\n'
373 self.msg += '***********************\n'
374 self.msg += '%s errors found in logs.' % errcount
375 self.assertEqual(errcount, 0, msg=self.msg)