mgedmin | question about kgs | 00:00 |
---|---|---|
mgedmin | should I run bin/upload after every commit of controlled-versions.cfg | 00:00 |
mgedmin | or should only actual releases that get versions like 3.4.0c7 be uploaded? | 00:01 |
srichter | I think only actual versions | 00:01 |
srichter | but since we are in final bug-fixing mode, I think every change could create a new release | 00:02 |
srichter | I want as many people as possible to get the latest changes, so that the KGS is as stable as possible | 00:02 |
mgedmin | hmm | 00:03 |
srichter | you don't have to though | 00:03 |
mgedmin | heh, I don't even know how to ;) | 00:03 |
ktwilight | is there any definitive guide for KGS? | 00:03 |
srichter | if it is too costly in time, I rather see more fixes :-) | 00:03 |
mgedmin | http://download.zope.org/zope3.4/intro.html for the users | 00:04 |
mgedmin | http://zope3.pov.lt/trac/browser/zope.release/branches/3.4/README.txt for maintainers | 00:04 |
mgedmin | am I right? | 00:04 |
srichter | yep | 00:04 |
mgedmin | about those two being definitive? | 00:04 |
srichter | yes | 00:04 |
ktwilight | sweet thanks mgedmin :) | 00:05 |
mgedmin | oh, I ses the latter one was updated while I wasn't looking | 00:05 |
mgedmin | http://svn.zope.org/zope.release/branches/3.4/README.txt?view=markup is a more authoritative url | 00:06 |
mgedmin | but harder to remember | 00:06 |
srichter | btw thanks to everyone for being interested and helping out | 00:09 |
srichter | it has definitely sparked my interest in getting it done again | 00:09 |
ktwilight | :) | 00:11 |
*** benji has quit IRC | 00:14 | |
mgedmin | heh, I'd have given up last week if not the encouragement I received here from irc | 00:18 |
mgedmin | it's too big a job for any one person | 00:18 |
mgedmin | unless he's very dedicated | 00:18 |
srichter | yep, I agree | 00:20 |
srichter | when I originally created the code and KGS, I spent literally weeks making packages | 00:21 |
*** whit has joined #zope3-dev | 00:24 | |
*** aclark|away is now known as aclark | 00:26 | |
*** yotaff has quit IRC | 00:27 | |
*** elro has joined #zope3-dev | 00:30 | |
*** rmarianski has quit IRC | 00:31 | |
mgedmin | yay py2.5-64bit errors went from 34+30 down to 5+3 | 00:40 |
mgedmin | the usual zope.server.ftp stuff | 00:41 |
mgedmin | z3c.form | 00:41 |
mgedmin | and zc.zope3recipes | 00:41 |
mgedmin | I don't understand the last one | 00:41 |
mgedmin | it gets an unexpected zc.buildout upgrade to 1.1.1 | 00:41 |
*** rmarianski has joined #zope3-dev | 00:42 | |
mgedmin | but I nuked the buildbot sandbox today | 00:42 |
mgedmin | and this is the only one build slave that is trying to upgrade buildout inside a z3c.zope3recipes test | 00:42 |
mgedmin | weird | 00:42 |
srichter | yay | 00:44 |
srichter | good news | 00:44 |
*** greenman has joined #zope3-dev | 00:45 | |
*** whit has quit IRC | 00:48 | |
ktwilight | mgedmin, let me know if there's anything that i can help with. though i must say, i'm a noob in python :) | 00:48 |
mgedmin | are you an expert in something else? | 00:51 |
mgedmin | many debugging techinques are generic | 00:51 |
*** sunew has quit IRC | 00:51 | |
ktwilight | mgedmin, unfortunately, am a master of none | 00:53 |
ktwilight | pretty much, anything basic is fine by me :) | 00:54 |
*** nathany has quit IRC | 00:56 | |
*** jodok has joined #zope3-dev | 00:58 | |
*** jamur2 has quit IRC | 01:03 | |
*** lurkymclurkleton has quit IRC | 01:04 | |
*** jamur2 has joined #zope3-dev | 01:05 | |
*** whit has joined #zope3-dev | 01:13 | |
ccomb | mgedmin I think the failure of zope.server has to do with ZODB tests | 01:19 |
ccomb | When I remove everything from the buildout test egg list excepted ZODB3 and zope.server, it hangs for a long time on testAPPE | 01:20 |
ccomb | then probably fails but I've not waited long enough | 01:21 |
*** greenman has quit IRC | 01:21 | |
*** jamur2 has quit IRC | 01:22 | |
ccomb | What about moving ZODB just at the end of the test egg list? | 01:22 |
mgedmin | hmm | 01:23 |
mgedmin | how long is "long time"? | 01:23 |
ccomb | at least 10 min | 01:23 |
ccomb | otherwise it's 17sec long | 01:24 |
ccomb | I'm launching the tests without ZODB to see | 01:24 |
mgedmin | I'll try bin/test -m ZODB -m zope.server | 01:24 |
mgedmin | as soon as my current bin/test finishes | 01:24 |
mgedmin | checking if z3c.form 1.8.1 works | 01:24 |
ccomb | good idea | 01:25 |
*** sp0cksbeard has quit IRC | 01:25 | |
mgedmin | iirc 1.8.2 broke z3c.layer or some other package, can't remember which | 01:25 |
*** lucielejard has quit IRC | 01:25 | |
ccomb | formjs ? | 01:25 |
mgedmin | maybe | 01:25 |
ccomb | Did you do semething for zope.security? | 01:26 |
mgedmin | yes | 01:27 |
ccomb | reuploaded? | 01:27 |
mgedmin | no 're' | 01:28 |
mgedmin | uploaded .tar.gz sdist, removed broken .zip sdist | 01:28 |
mgedmin | yay z3c.form 1.8.1 works | 01:28 |
mgedmin | hm | 01:30 |
mgedmin | bin/test -pvc1 -m ZODB -m zope.server passes here | 01:30 |
mgedmin | some other package must be triggering zope.server failures | 01:30 |
*** timte has quit IRC | 01:31 | |
mgedmin | there are 5658 tests that are run before zope.server | 01:32 |
ccomb | Is running "-m ZODB -m zope.server" exactly the same than modifying the generated buildout.cfg? | 01:33 |
mgedmin | 13 steps for binary search | 01:33 |
mgedmin | ccomb: no | 01:33 |
mgedmin | but should be close, I think | 01:33 |
mgedmin | sys.path will be different | 01:33 |
mgedmin | not much else | 01:33 |
mgedmin | 13 steps with, say, 20 minutes per step = a bit too much | 01:34 |
ccomb | -m ZODB is just a third of the ZODB test, actually | 01:37 |
mgedmin | I wonder if test -m zope would get the error or not | 01:37 |
* mgedmin is currently waiting for test -m ZEO -m zope.server | 01:37 | |
ccomb | ok | 01:37 |
*** quodt has joined #zope3-dev | 01:38 | |
mgedmin | to see the order of packages tested: bin/test --list-tests|egrep -o '[(][a-zA-Z0-9_]+'|tr -d '('|uniq | 01:38 |
mgedmin | and FAIL | 01:43 |
mgedmin | ZEO makes zope.server fail | 01:43 |
*** whit has quit IRC | 01:43 | |
mgedmin | time: 11m13.302s | 01:43 |
mgedmin | a bit weird | 01:44 |
mgedmin | all zodb tests pass | 01:44 |
mgedmin | then test #310, testABOR in zope.server elaves behind a thread | 01:44 |
ccomb | I've seen that | 01:44 |
mgedmin | then test #311, testAPPE complains about an uncaptured python exception, whic is the OSError 9: bad file descriptor | 01:45 |
*** redir has quit IRC | 01:46 | |
*** dunny has quit IRC | 01:46 | |
*** Jell-O-Fishi has quit IRC | 01:46 | |
*** malthe has quit IRC | 01:46 | |
*** Theuni has quit IRC | 01:46 | |
*** tlotze has quit IRC | 01:46 | |
*** jfroche has quit IRC | 01:46 | |
*** jodok has quit IRC | 01:46 | |
*** srichter has quit IRC | 01:47 | |
*** redir has joined #zope3-dev | 01:48 | |
*** dunny has joined #zope3-dev | 01:48 | |
*** Jell-O-Fishi has joined #zope3-dev | 01:48 | |
*** malthe has joined #zope3-dev | 01:48 | |
*** Theuni has joined #zope3-dev | 01:48 | |
*** tlotze has joined #zope3-dev | 01:48 | |
*** jfroche has joined #zope3-dev | 01:48 | |
*** kobold has quit IRC | 01:49 | |
*** srichter has joined #zope3-dev | 01:50 | |
*** hazmat has quit IRC | 01:52 | |
*** fcorrea has quit IRC | 01:52 | |
*** malthe has quit IRC | 01:52 | |
*** hazmat has joined #zope3-dev | 01:52 | |
*** ChanServ sets mode: +o hazmat | 01:52 | |
*** fcorrea has joined #zope3-dev | 01:52 | |
*** philiKON has quit IRC | 01:53 | |
*** philiKON has joined #zope3-dev | 01:54 | |
*** malthe has joined #zope3-dev | 01:55 | |
mgedmin | okay, when I run it under strace, testAPPE hangs forever instead of crashing with EBADF | 02:08 |
srichter | mgedmin: did this need to make sense? | 02:09 |
mgedmin | what? | 02:10 |
srichter | I did not get your message above :-) | 02:11 |
mgedmin | so, in the kgs test buildbot, bin/test -m zope.server succeeds | 02:11 |
mgedmin | bin/test -m ZEO -m zope.server fails with 4 errors | 02:11 |
mgedmin | strace -o TRACE bin/test -m ZEO -m zope.server hangs in recvfrom() | 02:12 |
mgedmin | those 4 zope.server errors are the only thing keeping two or three buildbot slaves red | 02:12 |
*** kobold has joined #zope3-dev | 02:13 | |
mgedmin | ccomb triggered the deadlock in the same test (testAPPE) without strace a while ago | 02:14 |
* mgedmin doesn't understand why he doesn't see accept() calls in strace log | 02:15 | |
*** malthe is now known as malthe|Zzz | 02:18 | |
mgedmin | my fd 16 is a socket, according to lsof, but strace never shows how it appeared in my process | 02:19 |
*** sm has joined #zope3-dev | 02:21 | |
*** kobold has quit IRC | 02:22 | |
*** kobold has joined #zope3-dev | 02:22 | |
mgedmin | oh, silly me, I should've strace -f | 02:23 |
ccomb | Why 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 |
ccomb | it enables docutils 0.5 and brings a lot of errors | 02:26 |
mgedmin | rm -r develop-eggs and rerun buildout | 02:28 |
mgedmin | there's probably an .egg-link in develop-eggs/ that pulls in site packages | 02:29 |
mgedmin | that's what happened to two of my buildbot builders | 02:29 |
mgedmin | hm, now I get an assertion error in ZEO.tests.testConnection.MappingStorageConnectionTests | 02:30 |
*** quodt has quit IRC | 02:32 | |
mgedmin | that's because my disk is full | 02:36 |
*** junkafarian has quit IRC | 02:37 | |
*** elro has quit IRC | 02:40 | |
mgedmin | no, same assertion error again | 02:47 |
srichter | mgedmin: I am deeply impressed with your test research skills and persistency | 02:49 |
mgedmin | ookay, I just had 300 megs of free disk space, now I've 12 kb | 02:56 |
mgedmin | heh, strace log ate 1.3 gigs | 02:57 |
srichter | wow | 02:58 |
ccomb | the fix for the zope3recipes failures is just to replace "buildout" with "buildout -o" ? | 02:59 |
mgedmin | no idea | 02:59 |
mgedmin | I think I tried that | 02:59 |
ccomb | I've done it and it works | 02:59 |
mgedmin | hm | 02:59 |
mgedmin | you have an egg cache | 02:59 |
mgedmin | probably | 02:59 |
ccomb | yes | 02:59 |
mgedmin | download-cache configured from ~/.buildout? | 03:00 |
mgedmin | buildout -o will fail in a clean sandbox, since it needs to get some eggs from somewhere | 03:00 |
ccomb | just an eggs-directory in default.cfg | 03:00 |
mgedmin | hm | 03:00 |
mgedmin | brain not working | 03:01 |
*** rmarianski has quit IRC | 03:01 | |
mgedmin | if you can fix z3recipes, then zope.server will be the only remaining failure | 03:01 |
ccomb | 8403 tests with 0 failures and 0 errors in 4 minutes 43.111 seconds | 03:02 |
ccomb | without ZODB | 03:02 |
*** b52laptop has quit IRC | 03:22 | |
*** greenman has joined #zope3-dev | 03:32 | |
mgedmin | yay minimal test case! | 03:42 |
mgedmin | bin/test -pvc1 -m zope.server -t testAPPE -m ZEO -t insane | 03:42 |
mgedmin | strace log shows the pipe was closed in one thread and then another thread tried to write to it | 03:54 |
*** flox has left #zope3-dev | 04:00 | |
mgedmin | bin/test -pvc1 -m ZEO -t insane --repeat 5 also fails | 04:03 |
mgedmin | though it may be unrelated | 04:04 |
*** mgedmin has quit IRC | 04:16 | |
*** aclark is now known as aclark|away | 04:33 | |
*** srichter has quit IRC | 04:56 | |
*** redir has quit IRC | 05:01 | |
*** srichter has joined #zope3-dev | 05:17 | |
*** bigkevmcd has quit IRC | 05:22 | |
*** yota has quit IRC | 05:22 | |
*** srichter has quit IRC | 05:23 | |
*** srichter has joined #zope3-dev | 05:23 | |
*** srichter has quit IRC | 05:54 | |
*** greenman has quit IRC | 05:57 | |
*** srichter has joined #zope3-dev | 06:30 | |
*** binseer has joined #zope3-dev | 07:29 | |
*** fairwinds has quit IRC | 07:41 | |
*** binseer has quit IRC | 07:50 | |
*** binseer has joined #zope3-dev | 07:51 | |
*** philiKON_ has joined #zope3-dev | 07:53 | |
*** philiKON has quit IRC | 08:01 | |
*** fcorrea has quit IRC | 08:14 | |
*** elro has joined #zope3-dev | 08:28 | |
*** fcorrea has joined #zope3-dev | 08:34 | |
*** quodt has joined #zope3-dev | 08:59 | |
*** baijum has joined #zope3-dev | 09:00 | |
*** elro has quit IRC | 09:31 | |
*** flox has joined #zope3-dev | 09:53 | |
*** redir has joined #zope3-dev | 10:17 | |
*** redir has quit IRC | 10:21 | |
*** quodt has quit IRC | 10:35 | |
*** markusleist has joined #zope3-dev | 10:56 | |
*** malthe|Zzz is now known as malthe | 11:18 | |
*** aclark|away is now known as aclark | 11:24 | |
*** ktwilight has quit IRC | 11:26 | |
*** ktwilight has joined #zope3-dev | 11:32 | |
*** flox has quit IRC | 11:47 | |
*** oggers has joined #zope3-dev | 11:59 | |
*** jodok has joined #zope3-dev | 12:07 | |
*** junkafarian has joined #zope3-dev | 12:13 | |
*** ktwilight_ has joined #zope3-dev | 12:15 | |
*** jodok has quit IRC | 12:18 | |
*** ktwilight has quit IRC | 12:19 | |
*** Jell-O-Fishi has quit IRC | 12:36 | |
*** b52laptop has joined #zope3-dev | 12:39 | |
*** yota has joined #zope3-dev | 13:04 | |
*** vipod has joined #zope3-dev | 13:17 | |
*** junkafarian has quit IRC | 13:30 | |
*** brandon_rhodes has joined #zope3-dev | 14:22 | |
*** andres has quit IRC | 14:31 | |
*** timte has joined #zope3-dev | 14:32 | |
*** fairwinds has joined #zope3-dev | 14:36 | |
*** dunny has quit IRC | 15:13 | |
*** binseer has quit IRC | 15:20 | |
*** baijum has quit IRC | 15:53 | |
*** fcorrea has quit IRC | 16:13 | |
*** andres has joined #zope3-dev | 16:22 | |
*** aclark is now known as aclark|away | 16:28 | |
*** Theuni has quit IRC | 16:46 | |
*** oggers has quit IRC | 16:51 | |
*** fcorrea has joined #zope3-dev | 17:01 | |
*** baijum has joined #zope3-dev | 18:00 | |
*** redir has joined #zope3-dev | 18:07 | |
*** quodt has joined #zope3-dev | 18:18 | |
*** fcorrea has quit IRC | 18:24 | |
*** quodt has quit IRC | 18:44 | |
*** andres has quit IRC | 18:52 | |
*** fcorrea has joined #zope3-dev | 18:53 | |
*** malthe is now known as malthe|out | 19:21 | |
*** redir has quit IRC | 19:21 | |
*** andres has joined #zope3-dev | 19:37 | |
*** hazmat has quit IRC | 19:37 | |
*** danfairs has quit IRC | 20:19 | |
*** jodok has joined #zope3-dev | 20:25 | |
*** jodok has quit IRC | 20:39 | |
*** fcorrea has quit IRC | 20:42 | |
*** bigkevmcd has joined #zope3-dev | 20:43 | |
*** fcorrea has joined #zope3-dev | 20:46 | |
*** afd_ has joined #zope3-dev | 20:54 | |
*** fcorrea has quit IRC | 21:17 | |
baijum | How to get all roles defined ? any utility or method ? | 21:47 |
srichter | yep | 21:47 |
srichter | all roiles are defined as IRole utilities | 21:48 |
baijum | srichter: thanks ! | 21:48 |
*** baijum has left #zope3-dev | 22:10 | |
*** natea_ has joined #zope3-dev | 22:33 | |
*** natea_ has quit IRC | 22:34 | |
*** natea_ has joined #zope3-dev | 22:34 | |
*** afd_ has quit IRC | 23:34 | |
*** srichter has quit IRC | 23:53 | |
*** mcdonc has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!