Discussion:
Access to snake farm
Anders Qvist
2002-11-02 21:27:54 UTC
Permalink
asmodean.lysator.liu.se Linux 2.2.19/Alpha not configured to run?
Haven't had time to check asmoedan out yet.
It was upgraded recently and stopped working. It started gobbling
memory somewhere in the tests.
Hmm, asmodean gets through the tests now.

3 tests failed:
test_fcntl test_resource test_struct

I assume test_resource is the problem you were talking about. The
other two, thus:

test_struct

[ 22:10 ] - ./python ../python/dist/src/Lib/test/test_struct.py
trying: xcbhilfd
Traceback (most recent call last):
File "../python/dist/src/Lib/test/test_struct.py", line 83, in ?
raise TestFailed, "unpack/pack not transitive (%s, %s)" % (
test.test_support.TestFailed: unpack/pack not transitive (xcbhilfd, ('a', 1, 255, 65535, 8390045716468559616, 3.1414999961853027, 2.469590930136872e-312))

test_fcntl

[ 22:15 ] - ./python ../python/dist/src/Lib/test/regrtest.py -s test_fcntl
test_fcntl
test test_fcntl crashed -- exceptions.IOError: [Errno 22] Ogiltigt argument
1 test failed:
test_fcntl
[ 22:16 ] - LC_ALL="C" ./python ../python/dist/src/Lib/test/regrtest.py -s test_fcntl
test_file
1 test OK.
[ 22:16 ] - locale
LANG=POSIX
LC_CTYPE="sv_SE"
LC_NUMERIC="sv_SE"
LC_TIME="sv_SE"
LC_COLLATE="sv_SE"
LC_MONETARY="sv_SE"
LC_MESSAGES="sv_SE"
LC_ALL=sv_SE

I suppose the test should set its locale, so it's not dependent on
what is set in the shell.

The original hang that made me remove it from the xenofarm project
queue. All the alphas are short on RAM and have OOM-killers, so it
might be that some parent process was slain, leaving dangling kids
around. I'll reintroduce it and see if it hangs again.
--
Anders "Quest" Qvist

"We've all heard that a million monkeys banging on a million typewriters
will eventually reproduce the entire works of Shakespeare. Now, thanks
to the Internet, we know this is not true." -- Robert Wilensky
Anders Qvist
2002-11-02 21:41:36 UTC
Permalink
Post by Anders Qvist
test_fcntl
[ 22:16 ] - LC_ALL="C" ./python ../python/dist/src/Lib/test/regrtest.py -s test_fcntl
test_file
^^^^
Post by Anders Qvist
1 test OK.
I think that's the third time in as many weeks I make the same
mistake.
--
Anders "Quest" Qvist

"We've all heard that a million monkeys banging on a million typewriters
will eventually reproduce the entire works of Shakespeare. Now, thanks
to the Internet, we know this is not true." -- Robert Wilensky
Neal Norwitz
2002-11-03 00:40:03 UTC
Permalink
Post by Anders Qvist
Hmm, asmodean gets through the tests now.
test_fcntl test_resource test_struct
I only get the test_resource failure. Perhaps the other two are
locale problems?

Neal
Neal Norwitz
2002-11-03 00:49:45 UTC
Permalink
Post by Neal Norwitz
Post by Anders Qvist
Hmm, asmodean gets through the tests now.
test_fcntl test_resource test_struct
I only get the test_resource failure. Perhaps the other two are
locale problems?
I spoke too soon. resource.c wasn't updated on asmodean.
I believe all the tests work for me now on asmodean.

Neal

Loading...