IRC log of #zope3-dev for Saturday, 2008-08-09

mgedminquestion about kgs00:00
mgedminshould I run bin/upload after every commit of controlled-versions.cfg00:00
mgedminor should only actual releases that get versions like 3.4.0c7 be uploaded?00:01
srichterI think only actual versions00:01
srichterbut since we are in final bug-fixing mode, I think every change could create a new release00:02
srichterI want as many people as possible to get the latest changes, so that the KGS is as stable as possible00:02
mgedminhmm00:03
srichteryou don't have to though00:03
mgedminheh, I don't even know how to ;)00:03
ktwilightis there any definitive guide for KGS?00:03
srichterif it is too costly in time, I rather see more fixes :-)00:03
mgedminhttp://download.zope.org/zope3.4/intro.html for the users00:04
mgedminhttp://zope3.pov.lt/trac/browser/zope.release/branches/3.4/README.txt for maintainers00:04
mgedminam I right?00:04
srichteryep00:04
mgedminabout those two being definitive?00:04
srichteryes00:04
ktwilightsweet thanks mgedmin :)00:05
mgedminoh, I ses the latter one was updated while I wasn't looking00:05
mgedminhttp://svn.zope.org/zope.release/branches/3.4/README.txt?view=markup is a more authoritative url00:06
mgedminbut harder to remember00:06
srichterbtw thanks to everyone for being interested and helping out00:09
srichterit has definitely sparked my interest in getting it done again00:09
ktwilight:)00:11
*** benji has quit IRC00:14
mgedminheh, I'd have given up last week if not the encouragement I received here from irc00:18
mgedminit's too big a job for any one person00:18
mgedminunless he's very dedicated00:18
srichteryep, I agree00:20
srichterwhen I originally created the code and KGS, I spent literally weeks making packages00:21
*** whit has joined #zope3-dev00:24
*** aclark|away is now known as aclark00:26
*** yotaff has quit IRC00:27
*** elro has joined #zope3-dev00:30
*** rmarianski has quit IRC00:31
mgedminyay py2.5-64bit errors went from 34+30 down to 5+300:40
mgedminthe usual zope.server.ftp stuff00:41
mgedminz3c.form00:41
mgedminand zc.zope3recipes00:41
mgedminI don't understand the last one00:41
mgedminit gets an unexpected zc.buildout upgrade to 1.1.100:41
*** rmarianski has joined #zope3-dev00:42
mgedminbut I nuked the buildbot sandbox today00:42
mgedminand this is the only one build slave that is trying to upgrade buildout inside a z3c.zope3recipes test00:42
mgedminweird00:42
srichteryay00:44
srichtergood news00:44
*** greenman has joined #zope3-dev00:45
*** whit has quit IRC00:48
ktwilightmgedmin, let me know if there's anything that i can help with. though i must say, i'm a noob in python :)00:48
mgedminare you an expert in something else?00:51
mgedminmany debugging techinques are generic00:51
*** sunew has quit IRC00:51
ktwilightmgedmin, unfortunately, am a master of none00:53
ktwilightpretty much, anything basic is fine by me :)00:54
*** nathany has quit IRC00:56
*** jodok has joined #zope3-dev00:58
*** jamur2 has quit IRC01:03
*** lurkymclurkleton has quit IRC01:04
*** jamur2 has joined #zope3-dev01:05
*** whit has joined #zope3-dev01:13
ccombmgedmin I think the failure of zope.server has to do with ZODB tests01:19
ccombWhen I remove everything from the buildout test egg list excepted ZODB3 and zope.server, it hangs for a long time on testAPPE01:20
ccombthen probably fails but I've not waited long enough01:21
*** greenman has quit IRC01:21
*** jamur2 has quit IRC01:22
ccombWhat about moving ZODB just at the end of the test egg list?01:22
mgedminhmm01:23
mgedminhow long is "long time"?01:23
ccombat least 10 min01:23
ccombotherwise it's 17sec long01:24
ccombI'm launching the tests without ZODB to see01:24
mgedminI'll try bin/test -m ZODB -m zope.server01:24
mgedminas soon as my current bin/test finishes01:24
mgedminchecking if z3c.form 1.8.1 works01:24
ccombgood idea01:25
*** sp0cksbeard has quit IRC01:25
mgedminiirc 1.8.2 broke z3c.layer or some other package, can't remember which01:25
*** lucielejard has quit IRC01:25
ccombformjs ?01:25
mgedminmaybe01:25
ccombDid you do semething for zope.security?01:26
mgedminyes01:27
ccombreuploaded?01:27
mgedminno 're'01:28
mgedminuploaded .tar.gz sdist, removed broken .zip sdist01:28
mgedminyay z3c.form 1.8.1 works01:28
mgedminhm01:30
mgedminbin/test -pvc1 -m ZODB -m zope.server passes here01:30
mgedminsome other package must be triggering zope.server failures01:30
*** timte has quit IRC01:31
mgedminthere are 5658 tests that are run before zope.server01:32
ccombIs running "-m ZODB -m zope.server" exactly the same than modifying the generated buildout.cfg?01:33
mgedmin13 steps for binary search01:33
mgedminccomb: no01:33
mgedminbut should be close, I think01:33
mgedminsys.path will be different01:33
mgedminnot much else01:33
mgedmin13 steps with, say, 20 minutes per step = a bit too much01:34
ccomb-m ZODB is just a third of the ZODB test, actually01:37
mgedminI wonder if test -m zope would get the error or not01:37
* mgedmin is currently waiting for test -m ZEO -m zope.server01:37
ccombok01:37
*** quodt has joined #zope3-dev01:38
mgedminto see the order of packages tested: bin/test --list-tests|egrep -o '[(][a-zA-Z0-9_]+'|tr -d '('|uniq01:38
mgedminand FAIL01:43
mgedminZEO makes zope.server fail01:43
*** whit has quit IRC01:43
mgedmintime: 11m13.302s01:43
mgedmina bit weird01:44
mgedminall zodb tests pass01:44
mgedminthen test #310, testABOR in zope.server elaves behind a thread01:44
ccombI've seen that01:44
mgedminthen test #311, testAPPE complains about an uncaptured python exception, whic is the OSError 9: bad file descriptor01:45
*** redir has quit IRC01:46
*** dunny has quit IRC01:46
*** Jell-O-Fishi has quit IRC01:46
*** malthe has quit IRC01:46
*** Theuni has quit IRC01:46
*** tlotze has quit IRC01:46
*** jfroche has quit IRC01:46
*** jodok has quit IRC01:46
*** srichter has quit IRC01:47
*** redir has joined #zope3-dev01:48
*** dunny has joined #zope3-dev01:48
*** Jell-O-Fishi has joined #zope3-dev01:48
*** malthe has joined #zope3-dev01:48
*** Theuni has joined #zope3-dev01:48
*** tlotze has joined #zope3-dev01:48
*** jfroche has joined #zope3-dev01:48
*** kobold has quit IRC01:49
*** srichter has joined #zope3-dev01:50
*** hazmat has quit IRC01:52
*** fcorrea has quit IRC01:52
*** malthe has quit IRC01:52
*** hazmat has joined #zope3-dev01:52
*** ChanServ sets mode: +o hazmat01:52
*** fcorrea has joined #zope3-dev01:52
*** philiKON has quit IRC01:53
*** philiKON has joined #zope3-dev01:54
*** malthe has joined #zope3-dev01:55
mgedminokay, when I run it under strace, testAPPE hangs forever instead of crashing with EBADF02:08
srichtermgedmin: did this need to make sense?02:09
mgedminwhat?02:10
srichterI did not get your message above :-)02:11
mgedminso, in the kgs test buildbot, bin/test -m zope.server succeeds02:11
mgedminbin/test -m ZEO -m zope.server fails with 4 errors02:11
mgedminstrace -o TRACE bin/test -m ZEO -m zope.server hangs in recvfrom()02:12
mgedminthose 4 zope.server errors are the only thing keeping two or three buildbot slaves red02:12
*** kobold has joined #zope3-dev02:13
mgedminccomb triggered the deadlock in the same test (testAPPE) without strace a while ago02:14
* mgedmin doesn't understand why he doesn't see accept() calls in strace log02:15
*** malthe is now known as malthe|Zzz02:18
mgedminmy fd 16 is a socket, according to lsof, but strace never shows how it appeared in my process02:19
*** sm has joined #zope3-dev02:21
*** kobold has quit IRC02:22
*** kobold has joined #zope3-dev02:22
mgedminoh, silly me, I should've strace -f02:23
ccombWhy am I getting /usr/lib/python2.5/site-packages in the middle of the python path, although I'm in a virtualenv --no-site-packages ?!02:25
ccombit enables docutils 0.5 and brings a lot of errors02:26
mgedminrm -r develop-eggs and rerun buildout02:28
mgedminthere's probably an .egg-link in develop-eggs/ that pulls in site packages02:29
mgedminthat's what happened to two of my buildbot builders02:29
mgedminhm, now I get an assertion error in ZEO.tests.testConnection.MappingStorageConnectionTests02:30
*** quodt has quit IRC02:32
mgedminthat's because my disk is full02:36
*** junkafarian has quit IRC02:37
*** elro has quit IRC02:40
mgedminno, same assertion error again02:47
srichtermgedmin: I am deeply impressed with your test research skills and persistency02:49
mgedminookay, I just had 300 megs of free disk space, now I've 12 kb02:56
mgedminheh, strace log ate 1.3 gigs02:57
srichterwow02:58
ccombthe fix for the zope3recipes failures is just to replace "buildout" with "buildout -o" ?02:59
mgedminno idea02:59
mgedminI think I tried that02:59
ccombI've done it and it works02:59
mgedminhm02:59
mgedminyou have an egg cache02:59
mgedminprobably02:59
ccombyes02:59
mgedmindownload-cache configured from ~/.buildout?03:00
mgedminbuildout -o will fail in a clean sandbox, since it needs to get some eggs from somewhere03:00
ccombjust an eggs-directory in default.cfg03:00
mgedminhm03:00
mgedminbrain not working03:01
*** rmarianski has quit IRC03:01
mgedminif you can fix z3recipes, then zope.server will be the only remaining failure03:01
ccomb8403 tests with 0 failures and 0 errors in 4 minutes 43.111 seconds03:02
ccombwithout ZODB03:02
*** b52laptop has quit IRC03:22
*** greenman has joined #zope3-dev03:32
mgedminyay minimal test case!03:42
mgedminbin/test -pvc1 -m zope.server -t testAPPE -m ZEO -t insane03:42
mgedminstrace log shows the pipe was closed in one thread and then another thread tried to write to it03:54
*** flox has left #zope3-dev04:00
mgedminbin/test -pvc1 -m ZEO -t insane --repeat 5 also fails04:03
mgedminthough it may be unrelated04:04
*** mgedmin has quit IRC04:16
*** aclark is now known as aclark|away04:33
*** srichter has quit IRC04:56
*** redir has quit IRC05:01
*** srichter has joined #zope3-dev05:17
*** bigkevmcd has quit IRC05:22
*** yota has quit IRC05:22
*** srichter has quit IRC05:23
*** srichter has joined #zope3-dev05:23
*** srichter has quit IRC05:54
*** greenman has quit IRC05:57
*** srichter has joined #zope3-dev06:30
*** binseer has joined #zope3-dev07:29
*** fairwinds has quit IRC07:41
*** binseer has quit IRC07:50
*** binseer has joined #zope3-dev07:51
*** philiKON_ has joined #zope3-dev07:53
*** philiKON has quit IRC08:01
*** fcorrea has quit IRC08:14
*** elro has joined #zope3-dev08:28
*** fcorrea has joined #zope3-dev08:34
*** quodt has joined #zope3-dev08:59
*** baijum has joined #zope3-dev09:00
*** elro has quit IRC09:31
*** flox has joined #zope3-dev09:53
*** redir has joined #zope3-dev10:17
*** redir has quit IRC10:21
*** quodt has quit IRC10:35
*** markusleist has joined #zope3-dev10:56
*** malthe|Zzz is now known as malthe11:18
*** aclark|away is now known as aclark11:24
*** ktwilight has quit IRC11:26
*** ktwilight has joined #zope3-dev11:32
*** flox has quit IRC11:47
*** oggers has joined #zope3-dev11:59
*** jodok has joined #zope3-dev12:07
*** junkafarian has joined #zope3-dev12:13
*** ktwilight_ has joined #zope3-dev12:15
*** jodok has quit IRC12:18
*** ktwilight has quit IRC12:19
*** Jell-O-Fishi has quit IRC12:36
*** b52laptop has joined #zope3-dev12:39
*** yota has joined #zope3-dev13:04
*** vipod has joined #zope3-dev13:17
*** junkafarian has quit IRC13:30
*** brandon_rhodes has joined #zope3-dev14:22
*** andres has quit IRC14:31
*** timte has joined #zope3-dev14:32
*** fairwinds has joined #zope3-dev14:36
*** dunny has quit IRC15:13
*** binseer has quit IRC15:20
*** baijum has quit IRC15:53
*** fcorrea has quit IRC16:13
*** andres has joined #zope3-dev16:22
*** aclark is now known as aclark|away16:28
*** Theuni has quit IRC16:46
*** oggers has quit IRC16:51
*** fcorrea has joined #zope3-dev17:01
*** baijum has joined #zope3-dev18:00
*** redir has joined #zope3-dev18:07
*** quodt has joined #zope3-dev18:18
*** fcorrea has quit IRC18:24
*** quodt has quit IRC18:44
*** andres has quit IRC18:52
*** fcorrea has joined #zope3-dev18:53
*** malthe is now known as malthe|out19:21
*** redir has quit IRC19:21
*** andres has joined #zope3-dev19:37
*** hazmat has quit IRC19:37
*** danfairs has quit IRC20:19
*** jodok has joined #zope3-dev20:25
*** jodok has quit IRC20:39
*** fcorrea has quit IRC20:42
*** bigkevmcd has joined #zope3-dev20:43
*** fcorrea has joined #zope3-dev20:46
*** afd_ has joined #zope3-dev20:54
*** fcorrea has quit IRC21:17
baijumHow to get all roles defined ? any utility or method ?21:47
srichteryep21:47
srichterall roiles are defined as IRole utilities21:48
baijumsrichter: thanks !21:48
*** baijum has left #zope3-dev22:10
*** natea_ has joined #zope3-dev22:33
*** natea_ has quit IRC22:34
*** natea_ has joined #zope3-dev22:34
*** afd_ has quit IRC23:34
*** srichter has quit IRC23:53
*** mcdonc has quit IRC23:57

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