/srv/irclogs.ubuntu.com/2018/01/17/#kubuntu-devel.txt

-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_cantor build #38: STILL UNSTABLE in 1 hr 4 min: https://kci.pangea.pub/job/bionic_unstable_cantor/38/00:01
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_ark build #59: STILL UNSTABLE in 1 hr 6 min: https://kci.pangea.pub/job/bionic_unstable_ark/59/00:01
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_ruqola build #60: FAILURE in 1 hr 16 min: https://kci.pangea.pub/job/bionic_unstable_ruqola/60/00:11
-kubuntu-ci:#kubuntu-devel- Project bionic_stable_cantor build #59: STILL UNSTABLE in 1 hr 21 min: https://kci.pangea.pub/job/bionic_stable_cantor/59/00:17
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_purpose build #52: STILL FAILING in 47 min: https://kci.pangea.pub/job/bionic_unstable_purpose/52/00:31
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kalzium build #43: STILL UNSTABLE in 1 hr 36 min: https://kci.pangea.pub/job/bionic_unstable_kalzium/43/00:32
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_ruqola build #61: STILL FAILING in 26 min: https://kci.pangea.pub/job/bionic_unstable_ruqola/61/00:43
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_baloo-widgets build #41: STILL FAILING in 1 hr 19 min: https://kci.pangea.pub/job/bionic_unstable_baloo-widgets/41/00:45
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kstars build #54: STILL UNSTABLE in 1 hr 59 min: https://kci.pangea.pub/job/bionic_unstable_kstars/54/00:54
-kubuntu-ci:#kubuntu-devel- Yippee, build fixed!01:09
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_ruqola build #62: FIXED in 25 min: https://kci.pangea.pub/job/bionic_unstable_ruqola/62/01:09
-kubuntu-ci:#kubuntu-devel- Project bionic_stable_kwin build #65: STILL UNSTABLE in 1 hr 56 min: https://kci.pangea.pub/job/bionic_stable_kwin/65/01:09
mparilloFollowing https://kubuntu.org/news/plasma-5-12-lts-beta-available-ppa-for-testing-on-artful-bionic/ in an AA VM. I got 262 packages to update. Clean update, re-booted the VM. No dead kittens. 01:09
mparillokrunner launches kinfocenter, reporting Plasma 5.11.95 (FW 5.42). The kicker application launcher launches discover, System Settings, Dolphin, Kate, konsole, and they come up cleanly.01:11
mparilloIt did not switch AA to Breeze Dark.01:13
acheronukmparillo: thanks. the breeze dark was set in a config file provided by kubuntu-settings in bionic, so AA would not have switched01:17
mparilloAnd unlike XX, I did not manage to crash discover.01:44
mparillohttps://blog.martin-graesslin.com/blog/2018/01/kwinx11-is-feature-frozen/01:50
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kwin build #61: STILL UNSTABLE in 2 hr 40 min: https://kci.pangea.pub/job/bionic_unstable_kwin/61/02:01
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_akonadi build #67: FAILURE in 44 min: https://kci.pangea.pub/job/bionic_unstable_akonadi/67/02:03
IrcsomeBot<ahoneybun> Finally leaving for home from the office lol02:13
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kdevelop build #72: UNSTABLE in 54 min: https://kci.pangea.pub/job/bionic_unstable_kdevelop/72/02:14
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_akonadi build #68: STILL FAILING in 21 min: https://kci.pangea.pub/job/bionic_unstable_akonadi/68/02:30
-kubuntu-ci:#kubuntu-devel- Yippee, build fixed!02:53
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_purpose build #53: FIXED in 22 min: https://kci.pangea.pub/job/bionic_unstable_purpose/53/02:53
=== ronnoc_ is now known as ronnoc
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kdeclarative build #37: UNSTABLE in 2 hr 12 min: https://kci.pangea.pub/job/bionic_unstable_kdeclarative/37/05:34
jimtendoHi all,08:00
jimtendoNot sure if this is a Kubuntu issue or I'm doing something wrong (copying from other CMakeLists that I've seen). When trying to build a KDE plugin, I'm using ${PLUGIN_INSTALL_DIR} as the location to install the library to. On Kubuntu, this maps to: /usr/lib/x86_64-linux-gnu/plugins/ where as I think it should be /usr/lib/x86_64-linux-gnu/qt5/plugins/, lest it won't be found otherwise. Anyone know anything about this or has noticed similar behaviour?08:00
jimtendo^ Does that sound like a bug? The way I'm referencing the install dir in my CMake (copied from some other projects I've seen): install(TARGETS mylib DESTINATION ${PLUGIN_INSTALL_DIR})08:00
blazejimtendo: cmake is not that smart as you may think, you have to define it manually08:23
acheronukjimtendo: maybe pass -DKDE_INSTALL_USE_QT_SYS_PATHS=ON to cmake?08:27
blazein case of kde app there's ${KDE_INSTALL_PLUGINDIR} variable08:29
acheronukjimtendo: our build tools for packages pass that cmake option by default08:32
blazeyou have to use include(KDEInstallDirs) from ECM08:32
acheronukyes, you do08:32
* acheronuk hates cmake08:33
acheronukwell, it can be annoying, anyway08:34
blazei love cmake, because I had to use autotools earlier :D08:35
acheronukurgh. point taken08:36
-kubuntu-ci:#kubuntu-devel- Yippee, build fixed!08:45
-kubuntu-ci:#kubuntu-devel- Project bionic_unstable_kdevelop build #73: FIXED in 37 min: https://kci.pangea.pub/job/bionic_unstable_kdevelop/73/08:45
jimtendoThanks acheronuk and blaze... looks like the "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON" was what I needed :)08:55
acheronuk:)08:56
jimtendoQuick followup sorry - is there a command I can use to restart KRunner? Working on a onetimepass (TOTP) krunner atm.08:59
BluesKajHowdy folks10:52
jimtendoHowdy BluesKaj.10:54
BluesKajHi jimtendo10:55
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » master build #2009: SUCCESS in 1 min 1 sec: https://kci.pangea.pub/job/mgmt_docker/label=master/2009/11:14
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » swy-01 build #2009: SUCCESS in 3 min 38 sec: https://kci.pangea.pub/job/mgmt_docker/label=swy-01/2009/11:16
=== JoseeAntonioR is now known as jose
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » linode-01 build #2009: SUCCESS in 5 hr 38 min: https://kci.pangea.pub/job/mgmt_docker/label=linode-01/2009/16:51
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » linode-01 build #2010: SUCCESS in 40 sec: https://kci.pangea.pub/job/mgmt_docker/label=linode-01/2010/16:52
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » master build #2010: FAILURE in 1 min 4 sec: https://kci.pangea.pub/job/mgmt_docker/label=master/2010/16:53
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » linode-01 build #2011: SUCCESS in 43 sec: https://kci.pangea.pub/job/mgmt_docker/label=linode-01/2011/17:01
-kubuntu-ci:#kubuntu-devel- Yippee, build fixed!17:02
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » master build #2011: FIXED in 1 min 23 sec: https://kci.pangea.pub/job/mgmt_docker/label=master/2011/17:02
-kubuntu-ci:#kubuntu-devel- Yippee, build fixed!17:05
-kubuntu-ci:#kubuntu-devel- Project mgmt_docker » swy-01 build #2011: FIXED in 4 min 25 sec: https://kci.pangea.pub/job/mgmt_docker/label=swy-01/2011/17:05
yofelFYI: CI is operational again after the meltdown maintenance on linode earlier today17:05
IrcsomeBot<tsimonq2> Kool17:13
acheronukyofel: thanks. I was going to try to look at it, but sort put it off18:36
acheronuksort off18:36
acheronukyofel: docker-monitor.service does not seem to start automatically on any nodes. is that normal? I need to go in and manually start it when they are rebooted18:40
yofelthat is supposed to auto-start, maybe I forgot to actually enable it again..18:42
yofelhm no...18:43
yofelJan 17 16:56:40 kubuntu.dh.bytemark.co.uk docker-monitor[1834]: /usr/lib/ruby/2.3.0/drb/drb.rb:883:in `initialize': Cannot assign requested address - bind(2) for "10.0.3.1" port 9991 (Errno::EADDRNOTAVAIL)18:45
yofellooks like I forgot to make it depend on the network target?18:45
acheronukI didn't poke at it, on the principle that if I change nothing I break nothing18:45
acheronukright18:45
yofelokay, I'll fix that once I find out what the correct dep is18:46
acheronukcool. not been a huge bother, but it did perplex me until I discovered what it was and why stuff was failing18:49
acheronukstill not sure why mgmt_tooling is broken. if you have a clue on that, would be appreciated18:50
yofelthat really isn't telling much.. noted18:51
acheronuk20:59:39 Tests have failed for a parallel_test group. Use the following command to run the group again:18:53
acheronuk20:59:39 18:53
acheronuk20:59:39 nice ruby -r/var/lib/jenkins/workspace/mgmt_tooling/test/helper.rb -Itest -e '%w[ci-tooling/test/test_adt_junit_summary.rb ci-tooling/test/test_ci_source.rb ci-tooling/test/test_ci_tarball.rb ci-tooling/test/test_mutable-uri_generic.rb ci-tooling/test/test_projects_factory.rb ci-tooling/test/test_thread_pool.rb ci-tooling/test/test_upstream_scm.rb].each { |f| require %{./#{f}} }' --  2>&118:53
acheronukbut nothing that really tell me why18:54
acheronukso, I've not got much to 'tell'!18:54
acheronukwell, not really being familiar with the test side, it doesn't tell *me* much, anyway18:55
* acheronuk runs it18:56
acheronukknowing my luck, it will pass18:57
-kubuntu-ci:#kubuntu-devel- Project mgmt_tooling build #180: STILL FAILING in 4 min 59 sec: https://kci.pangea.pub/job/mgmt_tooling/180/19:01
acheronuknope. same fail :/19:01
=== claydoh is now known as Guest18477

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!