Closed Bug 1554187 Opened 5 years ago Closed 4 years ago

Intermittent 'mach static-analysis autotest --intree-tool' did not run successfully. Please check log for errors.

Categories

(Developer Infrastructure :: Source Code Analysis, defect, P5)

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure, regression)

Filed by: aiakab [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=248199051&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/emLH8gA7QiG_pbh--cAseA/runs/0/artifacts/public/logs/live_backing.log


The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

TypeError: 'NoneType' object is not iterable

File "z:\build\build\src\python/mozbuild/mozbuild/mach_commands.py", line 2574, in autotest
ret_val = future.result()
File "z:\build\build\src\third_party/python/futures\concurrent\futures_base.py", line 398, in result
return self.__get_result()
File "z:\build\build\src\third_party/python/futures\concurrent\futures\thread.py", line 55, in run
result = self.fn(self.args, **self.kwargs)
File "z:\build\build\src\python/mozbuild/mozbuild/mach_commands.py", line 2989, in _verify_checker
checks='-
,' + check, header_filter='', sources=[test_file_path_cpp])
13:24:20 WARNING - setting return code to 2
13:24:20 FATAL - 'mach static-analysis autotest --intree-tool' did not run successfully. Please check log for errors.
13:24:20 FATAL - Running post_fatal callback...
13:24:20 FATAL - Exiting -1
13:24:20 INFO - [mozharness: 2019-05-24 13:24:20.889000Z] Finished static-analysis-autotest step (failed)
13:24:20 INFO - Running post-run listener: _parse_build_tests_ccov
13:24:20 INFO - Running post-run listener: _shutdown_sccache
13:24:20 INFO - Running command: ['z:\build\build\src\sccache\sccache.exe', '--stop-server'] in z:\build\build\src
13:24:20 INFO - Copy/paste: z:\build\build\src\sccache\sccache.exe --stop-server
13:24:20 INFO - Stopping sccache server...
13:24:21 INFO - error: couldn't connect to server
13:24:21 INFO - caused by: No connection could be made because the target machine actively refused it. (os error 10061)
13:24:21 ERROR - Return code: 2
13:24:21 INFO - Running post-run listener: _summarize
13:24:21 ERROR - # TBPL FAILURE #
13:24:21 INFO - [mozharness: 2019-05-24 13:24:21.899000Z] FxDesktopBuild summary:
13:24:21 ERROR - # TBPL FAILURE #
[taskcluster 2019-05-24T13:24:21.916Z] Exit Code: 4294967295
[taskcluster 2019-05-24T13:24:21.916Z] User Time: 0s
[taskcluster 2019-05-24T13:24:21.916Z] Kernel Time: 0s
[taskcluster 2019-05-24T13:24:21.916Z] Wall Time: 6m51.9596668s
[taskcluster 2019-05-24T13:24:21.916Z] Result: FAILED
[taskcluster 2019-05-24T13:24:21.916Z] === Task Finished ===

See Also: → 1503453
Severity: normal → minor
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.