Closed
Bug 1475029
Opened 8 years ago
Closed 7 years ago
UnknownError: ERROR_SIGNEDSTATE_REQUIRED: The addon must be signed and isn't.
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davidwalsh, Unassigned)
Details
I'm trying to run tests for the debugger and I'm seeing the following error:
```
$ ./mach mochitest --log-tbpl=- --headless devtools/client/debugger/new
cat: backend.TestManifestBackend.in: No such file or directory
Build configuration changed. Regenerating backend.
No handlers could be found for logger "mozbuild.frontend.reader"
Checking for ssltunnel processes...
Checking for xpcshell processes...
SUITE-START | Running 66 tests
Running manifest: devtools/client/debugger/new/test/mochitest/browser.ini
pk12util: PKCS12 IMPORT SUCCESSFUL
MochitestServer : launching [u'/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/dist/bin/xpcshell', '-g', u'/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/dist/Nightly.app/Contents/Resources', '-f', u'/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/dist/bin/components/httpd.js', '-e', "const _PROFILE_PATH = '/var/folders/94/n0b8629s1vb79l84c9knt2jr0000gn/T/tmp4cC7Qf.mozrunner'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '127.0.0.1'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;", '-f', '/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/_tests/testing/mochitest/server.js']
runtests.py | Server pid: 56134
runtests.py | Websocket server pid: 56135
runtests.py | SSL tunnel pid: 56136
runtests.py | Running with e10s: True
runtests.py | Running tests: start.
Found 'firefox' running before starting test browser!
{'username': 'davidwalsh', 'cmdline': ['/Applications/Firefox.app/Contents/MacOS/firefox', '--marionette', '--headless', '--profile', '/Users/davidwalsh/Library/Application Support/browsh/firefox_profile'], 'ppid': 1, 'pid': 29188, 'name': 'firefox'}
{'username': 'davidwalsh', 'cmdline': None, 'ppid': 53678, 'pid': 53691, 'name': 'firefox-bin'}
{'username': 'davidwalsh', 'cmdline': ['/Applications/Firefox Nightly.app/Contents/MacOS/firefox'], 'ppid': 1, 'pid': 53794, 'name': 'firefox'}
Application command: /Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/dist/Nightly.app/Contents/MacOS/firefox -marionette -foreground -profile /var/folders/94/n0b8629s1vb79l84c9knt2jr0000gn/T/tmp4cC7Qf.mozrunner
runtests.py | Application pid: 56137
TEST-INFO | started process GECKO(56137)
Traceback (most recent call last):
File "/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/_tests/testing/mochitest/runtests.py", line 2801, in doTests
marionette_args=marionette_args,
File "/Users/davidwalsh/Projects/debugger.html/firefox/objdir-frontend/_tests/testing/mochitest/runtests.py", line 2264, in runApp
addons.install(create_zip(addon_path))
File "/Users/davidwalsh/Projects/debugger.html/firefox/testing/marionette/client/marionette_driver/addons.py", line 55, in install
raise AddonInstallException(e)
AddonInstallException: Could not install add-on at '/var/folders/94/n0b8629s1vb79l84c9knt2jr0000gn/T/tmpby4Fec.zip': UnknownError: ERROR_SIGNEDSTATE_REQUIRED: The addon must be signed and isn't.
stacktrace:
WebDriverError@chrome://marionette/content/error.js:178:5
UnknownError@chrome://marionette/content/error.js:529:5
addon.install@chrome://marionette/content/addon.js:109:11
Automation Error: Received unexpected exception while running application
Stopping web server
Stopping web socket server
Stopping ssltunnel
leakcheck | refcount logging is off, so leaks can't be detected!
runtests.py | Running tests: end.
Buffered messages finished
TEST-INFO | checking window state
Browser Chrome Test Summary
Passed: 0
Failed: 0
Todo: 0
Mode: e10s
*** End BrowserChrome Test Results ***
Buffered messages finished
SUITE-END | took 2s
Overall Summary
mochitest-browser: 0/0
```
The error has come out of nowhere, as I've updated no software.
Comment 1•8 years ago
|
||
Just to be clear -- this is an unmodified tree? You're not adding/modifying a new addon in the tree?
(Not clear from the error if this is something debugger-testing related or in the test infra/Marionette itself, but let's start here...)
Product: Firefox → DevTools
| Reporter | ||
Comment 2•8 years ago
|
||
The build script here is super bare:
https://github.com/devtools-html/debugger.html/blob/master/bin/download-firefox-artifact#L36
Running the `./mach mochitest --log-tbpl=- --headless devtools/client/debugger/new` command before any modification triggers the same error.
Comment 3•7 years ago
|
||
Hey David, just stumbled upon this old bug. Is this still a problem?
Flags: needinfo?(dwalsh)
| Reporter | ||
Comment 4•7 years ago
|
||
This is no longer an issue! :)
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(dwalsh)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•