Looks like this commit [1] breaks mobilespec on all platforms. Test failure log:
https://ci.apache.org/builders/cordova-android-osx/builds/31/steps/running-tests/logs/stdio Logs here: https://ci.apache.org/builders/cordova-android-osx/builds/31/steps/gathering-logs/logs/stdio W/PluginManager( 970): THREAD WARNING: exec() call to Media.release blocked the main thread for 18ms. Plugin should use CordovaInterface.getThreadPool(). I/chromium( 970): [INFO:CONSOLE(115)] "Error in Success callbackId: Media1993552855 : TypeError: Wrong type for parameter "src" of Media: Expected String, but got Undefined.", source: file:///android_asset/www/plugins/cordova-plugin-test-framework/www/main.js (115) Looks like we need to do: new Media("dummy") to prevent failure. We really need CI on PR to validate changes like these. Thanks, Nikhil [1] https://github.com/apache/cordova-plugin-media/commit/072656de2a12e6e8deb94ce8ce3fad9eb9ce42a3 Thanks, Nikhil -----Original Message----- From: Shazron [mailto:[email protected]] Sent: Monday, July 13, 2015 1:28 PM To: [email protected] Subject: Re: [CI] Medic Update Since all the builds report the same error "didn't get test results: timed out", Perhaps the CouchDB server is not running? CouchDB server: http://cordova-vm.apache.org:5984 I verified that mobilespec for iOS builds and runs (with failing tests). On Mon, Jul 13, 2015 at 1:01 AM, Dmitry Blotsky <[email protected]> wrote: > Hi folks, > > TL;DR: all builds are failing; please help investigate > > Last week we had some CI downtime due to the Apache buildbot master > machine being rebuilt. Since then, we’ve had some successful runs and > some hickups getting resolved. Current status is: > - nightly builds now fire unconditionally at 00:01 GMT > - changes are still not arriving from GitHub (tracked by INFRA-9979) > - status reporting to GitHub is still in progress (tracked by > INFRA-9811 and CB-9243) > > (Unfortunate) current status: > - all builds are failing! > > Let’s get the build back up. Please run mobilespec on your own > machines with the latest code of all plugins and help resolve what’s > making the builds fail. > > Kindly, > Dmitry --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
