**** BEGIN LOGGING AT Thu May 09 02:59:56 2019 May 09 05:20:23 Morning! May 09 05:25:47 morning May 09 05:32:45 JaMa: I merged the meta-wop for Geoclue. I can send the new version upstream via mailing list or what's the procedure for this? May 09 05:40:32 Morning! May 09 05:57:16 Herrie: let's launch a brand new build, which will take quite some time May 09 05:57:55 JaMa: considering all the halium builds will be put in a new package_dir, should we do some cleanup beforehand to save space? May 09 06:12:00 Tofe: Already kicked off some new builds yesterday May 09 06:12:10 Morning that was, not evening May 09 06:12:51 Seems that it got stuck though May 09 06:12:58 Not sure what's the cause May 09 06:14:24 Herrie: but does it include JaMa's merge of my PR concerning tune_pkgarch ? the latter is quite impacting May 09 06:15:00 Tofe: No May 09 06:15:14 I cancelled the builds since they were anyway stuck May 09 06:15:21 Let me PR another small fix May 09 06:15:25 ok :) May 09 06:20:44 Herrie: sorry for not responding yesterday (I'm trying to finally merge Yocto upgrade in internal build) May 09 06:21:13 Herrie: git send-email to corresponding ML is the right procedure May 09 06:22:21 Tofe: we can selectivelly delete all sstate-cache with the old arch, we'll also need to update sstate-cleanup config in jenkins-job.sh to cleanup new arch as well May 09 06:22:41 I can take care of that, but probably next week at first May 09 06:24:44 Tofe: https://github.com/webOS-ports/meta-webos-ports/pull/348 May 09 06:25:13 Nothing too major, but good to have the log a bit cleaner ;) May 09 06:25:18 Been there for a while ;) May 09 06:39:56 Herrie: merged May 09 06:40:56 JaMa: ok, well in the meantime we can give it a try, it'll probably delete quite a bit on its way May 09 06:42:43 not that I do need a new build right now anyway May 09 06:53:08 JaMa: No worries. Where are they moving to? Sumo? May 09 06:54:38 Tofe: I kicked off new build, let's see if it builds now May 09 07:17:06 Seems it's stuck at same point like yesterday: http://jenkins.nas-admin.org/job/LuneOS/job/luneos-testing_mido/49/console May 09 07:17:12 I think PR is down again? May 09 07:17:20 I had issues in my local build as well May 09 07:17:59 I disabled PRSERV_HOST = "jenkins.nas-admin.org:8585" for my local builds May 09 07:40:32 Herrie: thud May 09 07:41:07 I can check PRserv May 09 07:41:37 yes it's down May 09 07:45:32 JaMa: Thud ooh nice :) That's a nice bump from morty :) May 09 07:46:00 I assume this will eventually hit all the different lines including OSE? May 09 07:50:07 eventually yes, but don't hold your breath May 09 08:04:32 OK ;) May 09 08:04:51 JaMa: Thnx for fixing PRserv **** BEGIN LOGGING AT Thu May 09 12:03:25 2019 May 09 13:00:36 Tofe: Seems I forgot some bumps in meta-webos-ports, added those now May 09 13:01:22 For configurator and filecache May 09 13:10:33 ok :) May 09 13:11:54 That's why you probably still had issues on your local build May 09 13:20:30 my build hasn't reached configurator yet ;) May 09 13:27:21 Well you'd need to update layers again I guess? May 09 13:37:29 yup May 09 15:21:05 Local build behaves better May 09 15:21:29 Still some minor LS2 issues but that's a matter of adding the calls/methods to the right file it seens May 09 16:18:17 PureTryOut[m]: o/ May 09 16:18:45 Herrie: I just finished my tissot build at home now May 09 16:29:13 Hey! May 09 16:40:37 Tofe: Well you'd have to rebuild configurator and filecache May 09 16:40:49 But it's not that much normally I'd say May 09 16:42:34 Herrie: already done May 09 16:55:40 OK :) May 09 17:16:40 Tofe: One of the minor issues seems to be webos-telephonyd May 09 17:16:52 2019-05-09T16:14:52.898337Z [10] user.warning webos-telephonyd [] LS_REQUIRES_SECURITY {"SERVICE":"com.webos.service.systemservice","CATEGORY":"/","METHOD":"platformQuery"} Service security groups don't allow method call. May 09 17:16:52 2019-05-09T16:14:52.898380Z [10] user.err webos-telephonyd [] LS_NO_METH {"METHOD":"platformQuery"} Couldn't find method: platformQuery May 09 17:17:38 Seems new luna-sysservice is expecting another service name: https://github.com/webosose/luna-sysservice/blob/38897dd2234997f00476d1812b99ad8d6d31f37b/Src/TimePrefsHandler.cpp#L3774 May 09 17:18:12 So I guess we'd need to update https://github.com/webOS-ports/webos-telephonyd/tree/webosose/files/sysbus to reflect these new names as well May 09 17:18:16 As a first step May 09 17:18:22 yes, good catch May 09 17:19:22 Seems like I'll be stuck in a train tomorrow for 6 or so hours, so I got some time to tinker tomorrow May 09 17:19:28 Today not so much it seems May 09 17:20:44 I'll have some time this week-end May 09 17:41:51 This one we'd need to address too: Seems to be the cause of most of the issues in configurator: 2019-05-09T19:21:32.842385Z [11210] user.err configurator [] Configurator CONFIGURATOR_ERROR {"config":"/etc/palm/activities/org.webosports.service.messaging/org.webosports.service.messaging.assignMessages.json","error":13} /etc/palm/activities/org.webosports.service.messaging/org.webosports. May 09 17:41:51 service.messaging.assignMessages.json: {"errorCode":13,"errorText":"'com.palm.configurator' doesn't have rights to call callback/trigger","returnValue":false} (MojErr: 13) May 09 17:43:00 Which comes from https://github.com/webosose/activitymanager/blob/dd631ba54d8970545ccb284ee35bbcd11afb2441/src/activitymanager/service/PermissionManager.cpp#L127 May 09 17:43:37 Which probably needs something added to https://github.com/webosose/activitymanager/blob/dd631ba54d8970545ccb284ee35bbcd11afb2441/files/sysbus/com.webos.service.activitymanager.perm.json May 09 17:44:26 Or here: https://github.com/webosose/configurator/blob/master/files/sysbus/com.webos.service.configurator.perm.json May 09 17:45:21 Seems similar issue to what EricBlade reported in https://github.com/webosose/sleepd/issues/4 in general **** ENDING LOGGING AT Fri May 10 03:01:14 2019