=== TheMuso` is now known as TheMuso === thumper is now known as thumper-afk [05:59] hello [06:15] good morning [07:57] Bonjor tout le monde ! [08:01] rebonjour pitti ;) [08:09] Morning [08:12] hey Trevinho! [08:13] didrocks: hey, how is it? [08:14] Trevinho: I'm great, thanks! Yourself? [08:15] hey desktopers [08:15] hey Trevinho, re didrocks [08:15] didrocks: quite good thanks [08:15] Trevinho, managing to get back in business? ;-) [08:15] Hi seb128 [08:15] I already am for two days, but you know... Backlog... [08:17] yeah, he took me the week to feel like I had an handle again on things and a better idea on what to work on next === ara is now known as Guest95629 [08:48] morning all [08:48] evening TheMuso [08:49] Hey folks. :) [08:51] hey willcooke TheMuso [08:51] morning seb128 [08:51] how are you? [08:58] good morning willcooke, hey TheMuso [09:01] yo yo yo [09:02] hey Laney [09:07] hey seb128 [09:07] how's it going? [09:08] hey Laney [09:08] Laney, good! and you? [09:09] I strained my groin at climbing yesterday! [09:09] * Laney is walking funny [09:09] hey didrocks!!! [09:11] g'night TheMuso [09:11] Night willcooke, night folks. [09:12] Laney, seb128 - added you to a snappy store meeting on Monday. Optional. [09:13] but figured you might be interested [09:14] hi and bye TheMuso! [09:14] hey willcooke, ok, might poke my snout in [09:19] willcooke, ok, thanks [09:19] Laney, utch :-( [09:19] pitti: so, large tests works on wily, it seems? (the only issue seems to be an incorrect go-lang download) [09:20] didrocks: oh, they do? [09:21] pitti: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-wily-ubuntu-desktop-ubuntu-make/wily/amd64/u/ubuntu-make-git/20160113_232648@/log.gz [09:21] however, it can't download the docker image [09:21] I wonder if this one isn't using docker.io config file despite the version :p [09:22] Trevinho, andyrock, hikiko - ahead of the review meeting tomorrow please could you update the trello board as appropriate [09:24] desktoppers, someone was playing with the trello import script and was getting auth errors. I think I've fixed that now, so let me know if you need more info [09:25] willcooke, sure but I'll do it at the end of the day because I might have progress by then [09:25] (I hope so at least) [09:25] hikiko, sure thing, thanks [09:39] pitti: so, I tried another run with a branch where I set /etc/docker/docker.io file for wily, but it seems that it can't pull from it (look at the 2 running instances) [09:39] pitti: can it be that some workers don't have the same access rules? [09:40] didrocks: where does hte /etc/default/docker.io thing come from? [09:40] debian/docker.io.docker.init does [09:40] ……………………. /etc/default/$BASE [09:40] BASE=$(basename $0) [09:41] which is still /etc/init.d/docker [09:41] didrocks: I'm not convinced that the .io ending there is actually a thing [09:41] that is xenial, but I doubt it's much different in wily [09:41] pitti: it was on trusty at some point for sure, but newer [09:41] version seems to use another one [09:41] as we did major upgrade there… [09:42] I was just poking out loud, in case this transition hasn't been done there [09:42] didrocks: so, fw access rules aren't really different between releases; it could be that the rules differ between the clouds, but for now I'd blame the wrong file name [09:42] pitti: hum? which wrong file name [09:42] didrocks: /etc/default/docker.io [09:42] pitti: hem, it's the same with /etc/default/docker [09:42] as this was my first attempt [09:43] pitti: look at the master (and yesterday's run) [09:43] I changed the file *BECAUSE* (and I only added, not remove the other one) this was failing to give it a try on wily [09:43] right, http://autopkgtest.ubuntu.com/running.shtml#pkg-ubuntu-make-git is clearly a firewall/proxy issue [09:44] $ wget -O- https://index.docker.io/v1/repositories/didrocks/docker-umake-manual/images [09:44] that works (I'm in the current instance) [09:45] so, we are maybe not sourcing /etc/default/docker there [09:45] and both docker and docker.io default files have the proxy (NB, easier to do a symlink) [09:45] * didrocks looks at the systemd jobs [09:45] $ sudo cat /proc/838/environ |xargs -0n1 [09:45] -> no proxy [09:45] EnvironmentFile=-/etc/default/docker [09:46] oh, I was looking at the .init, does it have a .service? [09:46] ah, so it has [09:46] so that's upstart vs. systemd [09:46] ah! [09:46] /etc/default/docker [09:46] ah, but I bet it's already started [09:46] isn't really a PAM-like EnvironmentFile, perhaps due to that? [09:46] contrary to the trusty case [09:47] that or being started… [09:47] if you are on the instance [09:47] mind restarting the service? [09:47] and looking at the env? [09:47] it's more like a PAM one [09:47] restart doesn't help [09:48] ok [09:48] didrocks: dropping the "export" does help, docker has the proxy now [09:48] so, I need to special case trusty and the rest [09:48] didrocks: I actually think we shoudl fix docker.service [09:49] if /etc/default/docker is supposed to be a shell script instaed of a PAM-like environment file, then it should not use EnvironmentFile [09:49] yeah [09:50] ExecStart=/bin/sh -c "[ -r /etc/default/docker ] && . /etc/default/docker; exec /usr/bin/docker -d -H fd:// $DOCKER_OPTS" [09:50] ? [09:50] sounds good to me, I wonder however the time to sru this… [09:50] (and it's breaking existing config from admins) [09:50] if they are using wily [09:50] and confired it the right way for docker [09:51] configured* [09:51] I don't think the above change is a regression; it rather fixes a regression [09:51] oh, you mean if they didn't specify "export" [09:51] yeah [09:51] # If you need Docker to use an HTTP proxy, it can also be specified here. [09:51] because they stumbled upon the issue in wily [09:51] #export http_proxy="http://127.0.0.1:3128/" [09:51] that's what's tehre by default [09:51] and "fixed" it [09:51] then, they get an upgrade [09:51] which breaks them [09:51] so I had assumed that people would start with "export" [09:52] so, add a set -a above? [09:52] ExecStart=/bin/sh -c "[ -r /etc/default/docker ] && { set -a; . /etc/default/docker; set -a }; exec /usr/bin/docker -d -H fd:// $DOCKER_OPTS" (syntax untested, might need a little adjustment) [09:52] err, set +a after sourcing [09:52] you mean set +a? [09:52] yep [09:52] (for the second one) [09:52] not that it matters much, the very next thing is an exec; we could just drop it [09:53] didrocks: FWIW, this should just source /etc/environment [09:53] then this would automatically use proxy vars etc., this would be so much less hassle [09:53] and that's a proper EnvironmentFile= [09:54] pitti: maybe we should check with the cloud team who is in charge of docker? [09:54] * didrocks needs "only" to special case in between :/ [09:54] didrocks: not sure that we have anyone, but sure [09:54] pitti: when I touched docker, I got some people pinging me :) [09:54] so I guess yeah [09:55] didrocks: yeah, so [ -d /run/systemd/system/ ] → "no export"; else "export" ? [09:55] rbasak IIRC [09:55] pitti: yep, was writing tihs :) [09:55] this* [09:55] then, restart the daemon, which I guess was autostarted [09:55] on install [09:55] ah, good point (you'd need that for trusty too I suppose?) [09:56] pitti: no, we don't, and I really wonder why TBH [09:56] as it's working here as you saw… [09:56] wow, that's a bit of a surprise indeed [09:56] oh [09:56] I reboot [09:56] forget it :) [09:57] ah :) [10:00] pitti: ok, reran, so the remaining unknown issue is the large tests failing, under $random condition, when other tests are ran first, and this, only when not connected to a tty and only in trusty autopkgtest infra (not on a qemu image) [10:01] didrocks: so that $random thing happens for running a wily or xenial guest too? [10:01] didrocks: or do you mean only a trusty guest? [10:01] pitti: only a trusty guest, it works on wily [10:02] wow [10:02] pitti: on xenial, I keep having out of date image issue [10:02] so, can't say [10:02] didrocks: how do you mean? [10:02] I thought I dist-upgrade the testbed before starting the test [10:02] pitti: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial-ubuntu-desktop-ubuntu-make/xenial/amd64/u/ubuntu-make-git/20160113_150906@/log.gz [10:02] for dep requirements? [10:03] --apt-pocket=proposed [10:03] didrocks: I suppose I shouldn't enable -proposed for --git stuff [10:03] pitti: yeah, doesn't really make sense I think [10:03] Broken checkbox-gui:amd64 Depends on checkbox-ng-service [ amd64 ] < none -> 0.20.1-1 > ( utils ) [10:03] Considering checkbox-ng-service:amd64 1 as a solution to checkbox-gui:amd64 0 [10:03] Holding Back checkbox-gui:amd64 rather than change checkbox-ng-service:amd64 [10:03] when you enable proposed though, you do apt-get update afterwards, right? [10:04] yes [10:04] and dist-upgrade [10:04] so it's "just" the checkbox-gui uninstallable issue [10:05] Laney, Trevinho, is there a bug to track webkitgtk2 scrollbar issues? [10:05] dunno [10:05] Laney, do you see corrupted bg/artifact after scrolling as well? [10:05] good morning! [10:05] or just that they don't do the overlay/merge to a thin bar issue? [10:05] didrocks: I locally cowboyed the worker, if you request xenial again it ought to work now; want to try? [10:05] larsu, "morning" [10:05] :-) [10:06] larsu, how was the gym? [10:06] seb128: hehe :) How are you? [10:06] hey larsu! [10:06] seb128: no gym, some errands this morning [10:06] I start feeling better, thanks! [10:06] ah ok [10:06] seb128: nice! [10:06] morgen pitti! [10:06] I though you started to do like didrocks [10:06] exercice every day [10:06] nah [10:06] it doesn't redraw the background or something [10:06] hi larsu! [10:06] that's crazy! [10:06] g'day Laney [10:06] Laney, ok, same than I see then [10:06] look at devhelp [10:07] it has the same thing [10:07] right [10:07] larsu: how's the snow? [10:08] pitti: done! [10:08] pitti: TESTS=medium [10:08] works now on wily, nice! [10:08] thanks for helping debuggin :) [10:08] debugging* [10:08] * didrocks hugs pitti [10:09] yay [10:09] * pitti hugs didrocks back [10:09] crap! [10:10] pitti: you might want to kill 2 of them btw [10:10] WARNING:root:instance adt-wily-amd64-ubuntu-make-git-20160114-092052 (package ubuntu-make-git) has no associated adt-run; orphaned, deleting [10:10] (wily TESTS=all) [10:10] didrocks: sorry, my janitor script doesn't recognize these git builds [10:10] didrocks: I'm afraid I just killed your three wily runs [10:10] no worry :) [10:11] I'll restart an "all" wily and xenial one, that's ok? [10:11] Laney: no snow. Sunshine and ~10° [10:11] Laney, Trevinho, could be https://bugs.webkit.org/show_bug.cgi?id=145513 [10:11] bugs.webkit.org bug 145513 in WebKit Gtk "Scrollbars render with glitches using GTK themes that do not define a background for them" [Normal,New] [10:11] shucks [10:11] laney@ubuntu.com gets 55 emails [10:12] that's usually a "pitti!" moment [10:12] didrocks: hang on [10:12] Laney: yeah, it's "pitti cowboys a change for didrocks and screws up", sorry [10:12] hehe [10:13] didrocks: ok, go ahead and queue them [10:13] didrocks: http://autopkgtest.ubuntu.com/running.shtml already has one queued for xenial [10:13] pitti: thanks! yeah, only queued wily now [10:13] they will start once the workers restart [10:15] hum, the queue didn't update, but that's maybe related to workers waiting [10:16] didrocks: yeah; I do see it in rabbit, though, just not on running.html [10:17] as long as it's not a rabbit hole :) [10:17] sorry Laney [10:18] moar emailssssss for Laney [10:18] ok, there we go [10:18] ah nice, tests racing on wily and xenial :) [10:18] let's see! [10:19] didrocks: adt-run has no --apt-pocket any more [10:19] pitti: as xenial is going to be a LTS, I would say if all large tests pass on them, let's give up on trusty large tests… [10:19] pitti: excellent :) [10:20] didrocks: hm, if that's good enough; I'd still like to know what's going on, though [10:20] didrocks: but if that unblocks you for the time being, so much the better [10:20] yeah, would be great, but without reproducing directly when sshed into the worker… [10:20] yeah [10:20] 183! [10:20] ok, promised, next time I'll test this locally before [10:21] Laney, just flag pitti as a spammer [10:21] ;-) [10:21] Laney: speaking of which... next week (or so) we're going to have a virtual sprint about the autopkgtest infra [10:21] Laney: the idea was that I do one for autopkgtest, barry one for system-image, robru one for ci-train, bdmurray one for errors.u.c. [10:22] for learning from each other and increase the bus factor [10:22] in case you (or anyone here, really!) want to join the presentation or some hack session [10:22] interesting [10:22] do you have a schedule or something? [10:23] Laney: not yet, so far it just came up as an idea in the 1-on-1 with slangasek yesterday evening [10:23] we'll probably have some more info after today's team meeting [10:23] Laney: but probably I'll do the talk next Tuesday late afternoon [10:24] pitti: alright, I'll keep an eye out [10:24] it would be good to work on email notifications at some point [10:25] *nod* [10:28] didrocks: that's without recommends now, is it? [10:37] pitti: it is, yeah [10:37] (without) [11:06] morning [11:09] andyrock, "morning" ;-) [11:09] hey andyrock [11:17] pitti: I looked at the golang failure (as it seems it was the only failure), and as the medium test pass, but not the large ones, it means it's the 3rd party breaking me, looking :p [11:17] and go 1.5.3 has been released 14h ago, suspicious… [11:19] ah, they did change from sha1 to sha256, the test telling that checksum isn't good is right! [11:19] * didrocks fixes and adapt medium tests [11:21] fixed in master, need a quick release now [11:21] (yeah tests \o/) [11:24] * pitti ^5s didrocks [11:37] pitti: hum, the xenial request (the one made at the same time than wily) disappeared? I don't find it on running nor on https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial-ubuntu-desktop-ubuntu-make?format=plain [11:40] attente: it is uploaded, waiting in the new queue now [11:42] didrocks: ah, found the log; it failed with a "testbed failure", and already retried twice [11:42] didrocks: third retry has restarted a minute ago [11:42] didrocks: after that fails as well, I'll get a log === hikiko is now known as hikiko|ln [11:50] Laney, found the new URL and updated the bug [11:50] I think we need a new bug for the legal text because it will need to go to legal for approval [11:51] Could you give me a link to the file with the full text in LP? [11:51] thx [11:51] why a new one though, can't they use the same? [11:51] pitti: thx! === alan_g is now known as alan_g|afk [11:51] https://bazaar.launchpad.net/~unity-control-center-team/unity-control-center/trunk/view/head:/panels/info/searchingthedashlegalnotice.html [11:52] WTF at whoever put it all one one line [11:52] urg [11:53] it's okay, they can use the URL I gave which is installed on every Ubuntu system these days [11:53] * Laney sniggers and runs off [11:55] willcooke: what's the plan with regard online accounts for the calendar app currently I can't add any calendars if I click on the google button, also there seems to be some icons missing from the that page [11:56] I attached it anyway [11:56] no need to ping our manager about bugs thanks, we'll fix them [11:58] that bit isn't integrated with ubuntu online accounts yet [12:03] Laney, I've sent an amended text over to legal, will add to that bug when I get it back again... [12:03] you rule, yay! [12:03] WARNING:root:instance adt-xenial-amd64-ubuntu-make-git-20160114-101739 (package ubuntu-make-git) has no associated adt-run; orphaned, deleting [12:03] WARNING:root:instance adt-wily-amd64-ubuntu-make-git-20160114-101739 (package ubuntu-make-git) has no associated adt-run; orphaned, deleting [12:03] WAH WAH! [12:03] didrocks: I'm so sorry for this; I'll fix this right now [12:04] oops, the 6-hourly maintenance cron job did it again [12:08] :) [12:08] no worry! [12:10] ok, I think I fixed it, and commented out the instance.delete(), so that I'll just see what's going on [12:10] oki :) [12:13] didrocks: ack, please re-queue [12:17] done [12:17] didrocks: I see xenial, not wily yet? [12:21] pitti: wasn't that xenial? wily was running happily [12:21] didrocks: ah, if wily succeeded already, nevermind; the above run killed a running wily instance too [12:21] oh :( [12:21] this was closed if not finished [12:21] * didrocks looks if it finished [12:22] ..............................................E..........adt-run [12:11:14]: ERROR: Received signal 15, cleaning up... [12:22] it has been killed [12:22] yes, and it had one error [12:22] just had something like 5 tests to finish first :/ [12:22] perhaps the one that you fixed an hour ago [12:22] I guess the error was go [12:22] hoping so [12:23] * didrocks reruns all the tests once more then [12:23] (testing a contributor's branch meanwhile) [12:23] queued === hikiko|ln is now known as hikiko [12:43] Trevinho, [12:43] here? [12:43] hi hikiko [12:43] hi :) [12:43] I have a question [12:43] I noticed that the unity windows [12:44] are continuously redrawn [12:44] is this intentional? [12:45] I think they shouldn't [12:56] pitti: sorry to be a PITA, but it seems the xenial request disappeared again (the "all" one) [12:56] ah, it restarted, so I guess a testbed failure? [12:57] ("running for" still increments?) [13:00] there is also a 5-minute sync gap between completion and being able to see the results via e.g. packages report. [13:12] xnox: yeah, not the case here as it's a ppa run, and there is no visualisation, just rough data [13:22] didrocks: right, it will tmpfail 3 times, then it'll give up and give me a log [13:23] didrocks, wow you are hipster =) [13:23] xnox: isn't it? And you haven't seen my tests wrapper handling local, vm or remote tests :p [13:24] xnox: no, that 5 min gap just applies to autopkgtest.u.c., but didrocks doesn't use that [13:25] results appear on swift as soon as the test finishes [13:25] Design work for the Xerus animal is scheduled! Should be delivered a week before Beta 1 [13:25] does that include the default wallpaper? [13:26] if so, swwwwwweeeeettttttttttttt [13:27] Laney, should be. Will confirm [13:27] * willcooke lunches [13:27] bacon sandwich? [13:27] * Laney saved some last night for one of those [13:27] no such luck. I've got, surprise surprise, some turkey to eat up :) [13:33] seb128: FYI, I still had some comments on the new packages from the student, I've asked him to fix those before pushing to the archive [13:33] then, I sponsor, you NEW, I MIR, and changing the seed :p [13:33] didrocks, ok, no hurry from my part, I've enough to do to not be bored ;-) [13:33] wfm! [13:33] ;) [14:02] willcooke: the meeting is at 10:30 utc right? [14:02] maybe I'll be there half an hour later [14:03] I've an exam [14:03] pretty sure I'm not going to use the all four hours [14:03] just in case [14:03] ten minutes later not half an hour ; [14:03] ;) [14:07] andyrock, yeah, correct time. No worries [14:24] pitti: ok, all wily tests pass. xenial still mysteriously fails at the very end, after running all tests (or most, I saw it printing large one?). Maybe let's see if after one more automatic retry, it dumps stuff [14:52] did you already tweak your ssh_config today? http://www.mail-archive.com/misc@openbsd.org/msg144351.html (note ssh, not sshd -- thus client) [14:53] Sweet5hark: alternatively, wait to install our updates in two hours [14:53] oh boy [14:53] ha, nice! thanks mdeslaur [14:54] mdeslaur: thx! from the waves this makes already it sounds like you guys had to put in quite a few extra hours ... [14:56] just had to make sure updates were ready [14:58] mdeslaur: thanks anyway, you guys rock. ;) [15:01] didrocks: http://autopkgtest.ubuntu.com/running.shtml#pkg-ubuntu-make-git is getting connection timeouts again [15:02] didrocks: well, that, or "Unable to find image 'didrocks/docker-umake-manual:latest' locally [15:02] means something else [15:13] didrocks: hmm @ http://paste.ubuntu.com/14496457/ [15:14] didrocks: oh, nevermind, that was just my ssh to prodstack; seems I just have some networking troubles [15:14] incidentally canonistack also stopped working [15:16] didrocks: ok, it's still runnning, network is bck [15:19] Laney, confirming - yes will include wallpaper [15:20] w00t [15:27] nice! [15:42] didrocks: here we are: http://paste.ubuntu.com/14496639/ [15:42] didrocks: (medium passed, FTR) [15:43] didrocks: I'll fix the tmpfail ("stdout: no such file") [15:44] didrocks: so it sounds like some test got previously run as root, and then as user? [15:44] didrocks: the differenve between wily and xenial is obviously python 3.5 [16:17] andyrock, is https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1156566 something you were working on? [16:17] Launchpad bug 1156566 in indicator-session (Ubuntu) ""Restart" is missing from the system menu" [Medium,Triaged] [16:18] it's about having separate dbus calls/dialogs for shutdown/restart [16:18] mmm yeah I've the branch here [16:18] 99% completed [16:18] Hi hi. May I have a sponsor for grub to probe zfs filesystems better? https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1527727 [16:18] Launchpad bug 1527727 in grub2 (Ubuntu) "grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/..." [Medium,Confirmed] [16:19] I'll try to complete it [16:19] seb128: ^^^ [16:19] sorry about that [16:19] andyrock, no worry, just found the bug while triaging, maybe assign it to yourself if you work on it? [16:19] or mark it as duplicate if you already have one [16:19] yup assign it to me [16:19] link? [16:25] andyrock, I pinged you with the url? or what do you mean? [16:25] pitti: yeah, some as running and root, and some aren't, however, I can't reproduce in qemu that particular issue, so doesn't seem to be 3.5 ( [16:25] ops sorry [16:25] :-) [16:25] pitti: I wonder if that's just a snaffu, if I should try to get everything pre-compiled to avoid this or… [16:25] working at -15°C [16:25] not my fault :P [16:30] andyrock, somewhat your fault, you decided to go study there ;-) [16:53] * didrocks waves good evening and good night, going to a docker meetup tonight! [16:54] bye didrocks! [16:54] dock away! [16:55] see you Laney! I will cloudify myself even! ;) [16:55] come and snow on me [17:28] sooo, when do we get opteron a1100s as ARM builders? [17:30] 8 a57 cores@2GHz, 4x1MB L2 cache, 8MB L3 cache sounds sweet. [18:08] night all [18:42] bye! [19:03] Laney, night! [21:38] Sweet5hark, yo, when you're around, we should talk about maybe a LO update for docviewer :)