Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created August 8, 2014 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobsilverberg/3d83f0faea9e4e19296e to your computer and use it in GitHub Desktop.
Save bobsilverberg/3d83f0faea9e4e19296e to your computer and use it in GitHub Desktop.
~/gitRepos/gaia/tests/python/runner-service$ gaia-integration --buildapp device
./bin/gaia-marionette \
--host marionette-socket-host \
--manifest /var/folders/sk/1kj23lvn46n7pvr7_xk074wm0000gp/T/tmpDYykbX.json \
--reporter mocha-socket-reporter
The Radicale CalDAV server is not installed in the virtualenv, we will skip the CalDAV tests.
If you want to run the CalDAV tests, please run |make caldav-server-install| first.
make[1]: `node_modules' is up to date.
make[1]: `b2g' is up to date.
Warning: Native modules not compiled. XOR performance will be degraded.
Warning: Native modules not compiled. UTF-8 validation disabled.
Warning: Native modules not compiled. XOR performance will be degraded.
Warning: Native modules not compiled. UTF-8 validation disabled.
buffer.js:434
throw new Error('Unknown encoding');
^
Error: Unknown encoding
at Buffer.toString (buffer.js:434:13)
at Object.fs.readFileSync (fs.js:236:33)
at Object.<anonymous> (/Users/bsilverberg_local/gitRepos/gaia/tests/js-marionette/reflow_helper.js:13:15)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/Users/bsilverberg_local/gitRepos/gaia/apps/communications/dialer/test/marionette/call_log_test.js:5:3)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Mocha.loadFiles (/Users/bsilverberg_local/gitRepos/gaia/node_modules/mocha/lib/mocha.js:172:27)
at Array.forEach (native)
at Mocha.loadFiles (/Users/bsilverberg_local/gitRepos/gaia/node_modules/mocha/lib/mocha.js:169:14)
at Mocha.run (/Users/bsilverberg_local/gitRepos/gaia/node_modules/mocha/lib/mocha.js:356:31)
at Object.<anonymous> (/Users/bsilverberg_local/gitRepos/gaia/node_modules/mocha/bin/_mocha:366:16)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
make: *** [test-integration-test] Error 1
^CTraceback (most recent call last):
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/bin/gaia-integration", line 9, in <module>
load_entry_point('gaia-runner-service==0.1', 'console_scripts', 'gaia-integration')()
File "/Users/bsilverberg_local/gitRepos/gaia/tests/python/runner-service/runner_service/runintegration.py", line 76, in cli
listener.poll()
File "/Users/bsilverberg_local/gitRepos/gaia/tests/python/runner-service/runner_service/listener.py", line 45, in poll
corredor.eventloop.poll((self.worker, self.sink))
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/lib/python2.7/site-packages/corredor-0.1-py2.7.egg/corredor/eventloop.py", line 13, in poll
ioloop.IOLoop.instance().start()
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.9-x86_64.egg/zmq/eventloop/ioloop.py", line 151, in start
super(ZMQIOLoop, self).start()
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/lib/python2.7/site-packages/tornado-4.0-py2.7-macosx-10.9-x86_64.egg/tornado/ioloop.py", line 808, in start
event_pairs = self._impl.poll(poll_timeout)
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.9-x86_64.egg/zmq/eventloop/ioloop.py", line 122, in poll
z_events = self._poller.poll(1000*timeout)
File "/Users/bsilverberg_local/.virtualenvs/gaia-js-runner/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.9-x86_64.egg/zmq/sugar/poll.py", line 101, in poll
return zmq_poll(self.sockets, timeout=timeout)
File "_poll.pyx", line 115, in zmq.backend.cython._poll.zmq_poll (zmq/backend/cython/_poll.c:1678)
File "checkrc.pxd", line 11, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/_poll.c:1879)
KeyboardInterrupt
~/gitRepos/gaia/tests/python/runner-service$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment