Ruby 1.8.1 preview4

Hi,

You can get the (hopefully) final preview to 1.8.1.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview4.tar.gz

Enjoy and report problems if you find any.

I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.

						matz.

Hi, all,

From: “Yukihiro Matsumoto” matz@ruby-lang.org
Sent: Monday, December 22, 2003 6:54 PM

You can get the (hopefully) final preview to 1.8.1.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview4.tar.gz

Enjoy and report problems if you find any.

I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.

Thanks, matz. I’ll be a good boy.

Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.

$ make && make test && make install && cd test && ruby runner.rb

Regards,
// NaHi

You can get the (hopefully) final preview to 1.8.1.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview4.tar.gz

Enjoy and report problems if you find any.

I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.

Mirrored here:

http://rubyforge.org/project/showfiles.php?group_id=30

Merry Christmas to all!

Yours,

Tom

Enjoy and report problems if you find any.

jello test # ruby soap/test_streamhandler.rb
Loaded suite soap/test_streamhandler
Started
F…E
Finished in 0.97705 seconds.

  1. Failure:
    test_basic_auth(SOAP::TestStreamHandler)
    [soap/test_streamhandler.rb:154]:
    <“Basic Zm9vOmJhcg==”> expected but was
    .

  2. Error:
    test_proxy(SOAP::TestStreamHandler):
    NameError: uninitialized constant
    HTTPAccess2::Client::NO_PROXY_HOSTS
    soap/test_streamhandler.rb:174:in `test_proxy’

jello test # uname -a
Linux jello 2.6.0-test11-gentoo-r1 #1 Fri Dec 5 23:58:13 EST 2003 i686
Celeron (Coppermine) GenuineIntel GNU/Linux

All the other tests ran fine.

···


Zachary P. Landau kapheine@hypa.net
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc

Yukihiro Matsumoto wrote:

Hi,

You can get the (hopefully) final preview to 1.8.1.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview4.tar.gz

Enjoy and report problems if you find any.

I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.

  					matz.

Well…

E:\dev\Src\ruby-1.8.1\test>runner.rb
Loaded suite test
Started

…E…


…basic_auth is not supported under soap4r + net/http
for now.




Finished in 619.08 seconds.

  1. Error:
    test_ln(TestFileUtils):
    Errno::EINVAL: Invalid argument - data/same or tmp/lndest
    E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in link' E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in ln’
    E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in fu_each_src_dest0' E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in ln’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:389:in test_ln' E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in each’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in `test_ln’

682 tests, 7955 assertions, 0 failures, 1 errors

but that’s ln, it shouldn’t work in windows anyway, isn’t it?.
Tested in Win200 pro on cmd and msys shell, compiled with mingw, both
results the same in test_fileutils.rb. I’m not sure what the soap4r
above means.

cheers
Adartse

$ make && make test && make install && cd test && ruby runner.rb

nasun% ruby -v
ruby 1.8.1 (2003-12-22) [sparc-solaris2.8]
nasun%

nasun% ruby runner.rb
Loaded suite .
Started
..................................................................................................................................................................................................................................................................................................................................................................................................................basic_auth is not supported under soap4r + net/http for now.
.EEE...........................................................................................................................................................................................................................E..............................................................................
Finished in 61.232761 seconds.

  1) Error:
test_charset(SOAP::TestStreamHandler):
NameError: undefined local variable or method `num' for REXML::Encoding:Module
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `load'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/source.rb:41:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/parser.rb:89:in `parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call'
    (eval):2:in `do_server_proc'
    ./soap/test_streamhandler.rb:184:in `test_charset'

  2) Error:
test_normal(SOAP::TestStreamHandler):
NameError: undefined local variable or method `num' for REXML::Encoding:Module
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `load'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/source.rb:41:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/parser.rb:89:in `parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call'
    (eval):2:in `do_server_proc'
    ./soap/test_streamhandler.rb:138:in `test_normal'

  3) Error:
test_proxy(SOAP::TestStreamHandler):
NameError: undefined local variable or method `num' for REXML::Encoding:Module
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `load'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encoding.rb:29:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/source.rb:41:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:24:in `do_parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/parser.rb:89:in `parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/processor.rb:36:in `unmarshal'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:102:in `invoke'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/proxy.rb:108:in `call'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/soap/rpc/driver.rb:190:in `call'
    (eval):2:in `do_server_proc'
    ./soap/test_streamhandler.rb:169:in `test_proxy'

  4) Error:
test_wsdl(XSD::TestEmptyCharset):
Errno::EINVAL: Invalid argument - iconv("euc-jp", "utf-8")
    (eval):6:in `iconv'
    (eval):6:in `encode'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/source.rb:42:in `encoding='
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/parsers/baseparser.rb:183:in `pull'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/parsers/streamparser.rb:12:in `parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/document.rb:166:in `parse_stream'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb:27:in `do_parse'
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/wsdl/xmlSchema/parser.rb:60:in `parse'
    ./xsd/test_noencoding.rb:14:in `test_wsdl'

704 tests, 7279 assertions, 0 failures, 4 errors
nasun%

For Iconv

nasun% ruby -riconv -e 'p Iconv::iconv("ucs-2", "utf-8", "aa")'
-e:1:in `iconv': Invalid argument - iconv("ucs-2", "utf-8") (Errno::EINVAL)
        from -e:1
nasun%

nasun% ruby -riconv -e 'p Iconv::iconv("UCS-2", "UTF-8", "aa")'
["\376\377\000a\000a"]
nasun%

Guy Decoux

Finished in 215.493 seconds.

724 tests, 7334 assertions, 0 failures, 0 errors

$ ruby -v
ruby 1.8.1 (2003-12-22) [i386-cygwin]

Cheers,
Gavin

PS. Merry Christmas, all.

···

On Monday, December 22, 2003, 9:50:18 PM, Hiroshi wrote:

Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.

$ make && make test && make install && cd test && ruby runner.rb

From: “Yukihiro Matsumoto” matz@ruby-lang.org
Sent: Monday, December 22, 2003 6:54 PM

You can get the (hopefully) final preview to 1.8.1.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview4.tar.gz

Enjoy and report problems if you find any.

I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.

Thanks, matz. I’ll be a good boy.

Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.

$ make && make test && make install && cd test && ruby runner.rb

Just installed ruby-1.8.1-preview4, After this failure, it seems to hang
forever. It would be nice when a testcase exceeds a timelimit, say 15
seconds, outputted to the display which method it currently were
evaluating. I had to CTRL-C it.

rehash
ruby -v
ruby 1.8.1 (2003-12-22) [i386-freebsd5.1]
ruby runner.rb
Loaded suite .
Started
…/home/neoneye
/stow/ruby/lib/ruby/1.8/drb/drb.rb:705:in open': druby://server.neoneye.home:64 149 - #<Errno::ETIMEDOUT: Operation timed out - connect(2)> (DRb::DRbConnError) from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in open' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1084:in initialize

from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in new' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in open’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1014:in method_mis sing' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extserv.rb:16:in initiali
ze’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12:in ne w' from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12 ^CE/home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:78:in stop’: Interrupt from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:78:in invoke_service' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:38:in service’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/drbtest.rb:235:in setup' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testcase.rb:69:in run’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:34:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:34:in run’
… 8 levels…
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:21:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/autorunner.rb:183:in run’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run’
from runner.rb:7

BTW: have a nice christmas

···

On Mon, 22 Dec 2003 19:50:18 +0900, NAKAMURA, Hiroshi wrote:


Simon Strandgaard

Hello,

Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.

$ make && make test && make install && cd test && ruby runner.rb

I tried to do so.

./configure --prefix=/usr/local/ruby181p4

(snip)

make

(snip)

make test

test succeeded

su

Password:
# make install
(snip)
# exit
logout

cd test/
/usr/local/ruby181p4/bin/ruby runner.rb

./soap/helloworld/hw_s.rb:3: undefined superclass `StandaloneServer' (TypeError)
        from ./soap/helloworld/test_helloworld.rb:6:in `require'
        from ./soap/helloworld/test_helloworld.rb:6
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:75:in `require'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:75:in `collect_file'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:58:in `recursive_collect'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:50:in `each'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:50:in `recursive_collect'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:54:in `recursive_collect'
         ... 7 levels...
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:54:in `'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:181:in `run'
        from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run'
        from runner.rb:7

(;_:wink: ... Am I wrong ?

/usr/local/ruby181p4/bin/ruby -v

ruby 1.8.1 (2003-12-22) [i386-freebsd5.1]

Regards,

TAKAHASHI 'Maki' Masayoshi E-mail: maki@rubycolor.org

···

"NAKAMURA, Hiroshi" <nakahiro@sarion.co.jp> wrote:

On a Playstation2 running linux:

ruby 1.8.1 (2003-12-22) [mipsel-linux]

Loaded suite .
Started
…F.F…EEEEEEE…EEEEFEEEFEEEE.EF.EE.E…EE.E…F.F…
Finished in 256.917632 seconds.

  1. Failure:
    test_SOAPDouble(SOAP::TestSOAP) [./soap/test_basetype.rb:257]:
    <“-0”> expected but was
    <“+0”>.

  2. Failure:
    test_SOAPFloat(SOAP::TestSOAP)
    [./soap/test_basetype.rb:161:in `test_SOAPFloat’
    ./soap/test_basetype.rb:160:in `each’
    ./soap/test_basetype.rb:160:in `test_SOAPFloat’]:
    <1.4e-45> expected but was
    <0.0>.

  3. Error:
    test_charset(SOAP::TestStreamHandler):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in do_server_proc' ./soap/test_streamhandler.rb:184:in test_charset’

  4. Error:
    test_normal(SOAP::TestStreamHandler):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in do_server_proc' ./soap/test_streamhandler.rb:138:in test_normal’

  5. Error:
    test_proxy(SOAP::TestStreamHandler):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in do_server_proc' ./soap/test_streamhandler.rb:169:in test_proxy’

  6. Error:
    test_calc(SOAP::Calc::TestCalc):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in add' ./soap/calc/test_calc.rb:46:in test_calc’

  7. Error:
    test_calc2(SOAP::Calc::TestCalc2):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in set' ./soap/calc/test_calc2.rb:49:in test_calc2’

  8. Error:
    test_calc_cgi(SOAP::Calc::TestCalcCGI):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in add' ./soap/calc/test_calc_cgi.rb:61:in test_calc_cgi’

  9. Error:
    test_hello_world(SOAP::HelloWorld::TestHelloWorld):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:95:in invoke’
    /usr/local/lib/ruby/1.8/soap/rpc/proxy.rb:108:in call' /usr/local/lib/ruby/1.8/soap/rpc/driver.rb:190:in call’
    (eval):2:in hello_world' ./soap/helloworld/test_helloworld.rb:44:in test_hello_world’

  10. Error:
    test_AREF(TestStringScanner):
    NoMethodError: undefined method get_byte' for #<StringScanner_R 11/14 "...trb st" @ "trc"> ./strscan/test_stringscanner.rb:359:in test_AREF’

  11. Error:
    test_bol?(TestStringScanner):
    NoMethodError: undefined method bol?' for #<StringScanner_R 0/20 @ "a\nbbb..."> ./strscan/test_stringscanner.rb:95:in test_bol?’

  12. Error:
    test_concat(TestStringScanner):
    NoMethodError: undefined method concat' for #<StringScanner_R 1/1 a" @> ./strscan/test_stringscanner.rb:147:in test_concat’

  13. Error:
    test_const_Id(TestStringScanner):
    NameError: uninitialized constant StringScanner_R::Id
    ./strscan/test_stringscanner.rb:54:in `test_const_Id’

  14. Failure:
    test_const_Version(TestStringScanner) [./strscan/test_stringscanner.rb:50]:
    expected but was
    .

  15. Error:
    test_eos?(TestStringScanner):
    TypeError: can’t modify frozen string
    ./strscan/test_stringscanner.rb:89:in replace' ./strscan/test_stringscanner.rb:89:in test_eos?’

  16. Error:
    test_get_byte(TestStringScanner):
    NoMethodError: undefined method get_byte' for #<StringScanner_R 0/5 @ "abcde"> ./strscan/test_stringscanner.rb:257:in test_get_byte’

  17. Error:
    test_getch(TestStringScanner):
    TypeError: can’t modify frozen string
    ./strscan/test_stringscanner.rb:251:in replace' ./strscan/test_stringscanner.rb:251:in test_getch’

  18. Failure:
    test_inspect(TestStringScanner) [./strscan/test_stringscanner.rb:64]:
    <“#<StringScanner 0/11 @ "test …">”> expected but was
    <“#<StringScanner_R 0/11 @ "test …">”>.

  19. Error:
    test_matched(TestStringScanner):
    NoMethodError: undefined method []' for nil:NilClass /usr/local/lib/ruby/site_ruby/1.8/rscan.rb:137:in matched’
    ./strscan/test_stringscanner.rb:300:in `test_matched’

  20. Error:
    test_pos(TestStringScanner):
    NoMethodError: undefined method get_byte' for #<StringScanner_R 0/11 @ "test ..."> ./strscan/test_stringscanner.rb:136:in test_pos’

  21. Error:
    test_post_match(TestStringScanner):
    NoMethodError: undefined method post_match' for #<StringScanner_R 1/9 a " @ " b c ..."> ./strscan/test_stringscanner.rb:424:in test_post_match’

  22. Error:
    test_pre_match(TestStringScanner):
    NoMethodError: undefined method pre_match' for #<StringScanner_R 1/9 a " @ " b c ..."> ./strscan/test_stringscanner.rb:392:in test_pre_match’

  23. Error:
    test_s_allocate(TestStringScanner):
    NoMethodError: undefined method size' for nil:NilClass /usr/local/lib/ruby/site_ruby/1.8/rscan.rb:31:in inspect’
    ./strscan/test_stringscanner.rb:33:in `test_s_allocate’

  24. Failure:
    test_s_mustc(TestStringScanner) [./strscan/test_stringscanner.rb:43]:
    Exception raised:
    Class:
    Message: <“strscan is not C version”>
    —Backtrace—
    /usr/local/lib/ruby/site_ruby/1.8/rscan.rb:18:in must_C_version' ../strscan/test_stringscanner.rb:44:in test_s_mustc’
    …/strscan/test_stringscanner.rb:43:in assert_nothing_raised' ../strscan/test_stringscanner.rb:43:in test_s_mustc’

···

On Mon, 22 Dec 2003 19:50:18 +0900, NAKAMURA, Hiroshi nakahiro@sarion.co.jp wrote:

Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.


  1. Error:
    test_scan(TestStringScanner):
    TypeError: can’t modify frozen string
    ./strscan/test_stringscanner.rb:204:in replace' ./strscan/test_stringscanner.rb:204:in test_scan’

  2. Error:
    test_skip(TestStringScanner):
    TypeError: can’t modify frozen string
    ./strscan/test_stringscanner.rb:222:in replace' ./strscan/test_stringscanner.rb:222:in test_skip’

  3. Error:
    test_terminate(TestStringScanner):
    NoMethodError: undefined method terminate' for #<StringScanner_R 1/4 ss" @ "sss"> ./strscan/test_stringscanner.rb:458:in test_terminate’

  4. Error:
    test_datetime(WSDL::Datetime::TestDatetime):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:275:in invoke’
    /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:224:in rpc_send' (eval):2:in now’
    ./wsdl/datetime/test_datetime.rb:62:in `test_datetime’

  5. Error:
    test_time(WSDL::Datetime::TestDatetime):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:275:in invoke’
    /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:224:in rpc_send' (eval):2:in now’
    ./wsdl/datetime/test_datetime.rb:76:in `test_time’

  6. Error:
    test_raa(WSDL::RAA::TestRAA):
    SocketError: getaddrinfo: Temporary failure in name resolution
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in initialize' /usr/local/lib/ruby/1.8/net/protocol.rb:83:in new’
    /usr/local/lib/ruby/1.8/net/protocol.rb:83:in connect' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in timeout’
    /usr/local/lib/ruby/1.8/timeout.rb:55:in timeout' /usr/local/lib/ruby/1.8/net/protocol.rb:82:in connect’
    /usr/local/lib/ruby/1.8/net/protocol.rb:64:in initialize' /usr/local/lib/ruby/1.8/net/protocols.rb:38:in initialize’
    /usr/local/lib/ruby/1.8/net/http.rb:430:in open' /usr/local/lib/ruby/1.8/net/http.rb:430:in do_start’
    /usr/local/lib/ruby/1.8/net/http.rb:419:in start' /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:93:in start’
    /usr/local/lib/ruby/1.8/soap/netHttpClient.rb:72:in post' /usr/local/lib/ruby/1.8/soap/streamHandler.rb:184:in send_post’
    /usr/local/lib/ruby/1.8/soap/streamHandler.rb:100:in send' /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:275:in invoke’
    /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:224:in rpc_send' (eval):2:in getAllListings’
    ./wsdl/raa/test_raa.rb:62:in `test_raa’

  7. Failure:
    test_XSDDouble(XSD::TestXSD) [./xsd/test_xsd.rb:290]:
    <“-0”> expected but was
    <“+0”>.

  8. Failure:
    test_XSDFloat(XSD::TestXSD)
    [./xsd/test_xsd.rb:194:in `test_XSDFloat’
    ./xsd/test_xsd.rb:193:in `each’
    ./xsd/test_xsd.rb:193:in `test_XSDFloat’]:
    <1.4e-45> expected but was
    <0.0>.

724 tests, 7114 assertions, 7 failures, 25 errors


exoticorn/farbrausch

Hi, Zachary,

  1. Failure:
    test_basic_auth(SOAP::TestStreamHandler)
    [soap/test_streamhandler.rb:154]:
    <“Basic Zm9vOmJhcg==”> expected but was
    .

  2. Error:
    test_proxy(SOAP::TestStreamHandler):
    NameError: uninitialized constant
    HTTPAccess2::Client::NO_PROXY_HOSTS
    soap/test_streamhandler.rb:174:in `test_proxy’

Hmm. Seems to have an old version of http-access2 installed.
rm -rf /usr/local/lib/ruby/site_ruby/1.8/http-access2*
or get the latest version from
http://raa.ruby-lang.org/list.rhtml?name=http-access2
Would you please run the test again?

Regards,
// NaHi

Hi,

From: “Osuka Adartse” rocioestradacastaneda@prodigy.net.mx
Sent: Wednesday, December 24, 2003 1:01 AM

E:\dev\Src\ruby-1.8.1\test>runner.rb
Loaded suite test
Started

…E…


…basic_auth is not supported under soap4r + net/http
for now.




Finished in 619.08 seconds.

  1. Error:
    test_ln(TestFileUtils):
    Errno::EINVAL: Invalid argument - data/same or tmp/lndest
    E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in link' E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in ln’
    E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in fu_each_src_dest0' E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in ln’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:389:in test_ln' E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in each’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in `test_ln’

682 tests, 7955 assertions, 0 failures, 1 errors

but that’s ln, it shouldn’t work in windows anyway, isn’t it?.
Tested in Win200 pro on cmd and msys shell, compiled with mingw, both
results the same in test_fileutils.rb.

Is it FAT32 filesystem you are running test on? Please ignore this
then.

I’m not sure what the soap4r
above means.

Ignore this, too. It is accepted as soap4r + net/http specification
for now yesterday and I removed this warning.

Regards,
// NaHi

“N” == NAKAMURA, Hiroshi nakahiro@sarion.co.jp writes:

$ make && make test && make install && cd test && ruby runner.rb

happy Xmas to all hard-working ruby-coders :slight_smile:
It did run fine on my linux box.

galere:/tmp/ruby-1.8.1/test # ruby -v
ruby 1.8.1 (2003-12-22) [i686-linux]

ruby runner.rb
704 tests, 7290 assertions, 0 failures, 0 errors

Hi,

  1. Error:
    test_charset(SOAP::TestStreamHandler):
    NameError: undefined local variable or method `num’ for REXML::Encoding:Module
    /usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13

Change US-ASCII.rb:3 to <<-‘EOL’, or try [ruby-core:01960].

nasun% ruby -riconv -e ‘p Iconv::iconv(“ucs-2”, “utf-8”, “aa”)’
-e:1:in `iconv’: Invalid argument - iconv(“ucs-2”, “utf-8”) (Errno::EINVAL)
from -e:1
nasun%

nasun% ruby -riconv -e ‘p Iconv::iconv(“UCS-2”, “UTF-8”, “aa”)’
[“\376\377\000a\000a”]
nasun%

Some iconv implementations ignore case in encoding name, but
some others don’t. And there is no portable way to get
supported encodings list, or to know wheather case sensitive or
not. Iconv library specification is quite incomplete.

···

At Mon, 22 Dec 2003 21:26:28 +0900, ts wrote:


Nobu Nakada

/stow/ruby/lib/ruby/1.8/drb/drb.rb:705:in `open': druby://server.neoneye.home:64

Same here : I've error with drb

nasun% cat s.rb
require 'drb/drb'
  
# The URI for the server to connect to
URI="druby://localhost:8787"
  
class TimeServer
  
  def get_current_time
    return Time.now
  end
  
end
  
# The object that handles requests on the server
FRONT_OBJECT=TimeServer.new

···

#
$SAFE = 1 # disable eval() and friends

DRb.start_service(URI, FRONT_OBJECT)
# Wait for the drb server thread to finish before exiting.
DRb.thread.join
nasun%

nasun% cat c.rb
require 'drb/drb'

# The URI to connect to
SERVER_URI="druby://localhost:8787"
#
# Start a local DRbServer to handle callbacks.
#
# Not necessary for this small example, but will be required
# as soon as we pass a non-marshallable object as an argument
# to a dRuby call.
DRb.start_service

timeserver = DRbObject.new_with_uri(SERVER_URI)
puts timeserver.get_current_time
#
nasun%

nasun% /opt/sparcv9/bin/ruby -vrrbconfig -e 'p Config::CONFIG["CC"]'
ruby 1.8.1 (2003-10-31) [sparc-solaris2.8]
"/opt/gcc332/bin/gcc -m64 -mcpu=ultrasparc"
nasun%

nasun% /opt/sparcv9/bin/ruby s.rb &
[2] 25727
nasun%

nasun% /opt/sparcv9/bin/ruby c.rb
Mon Dec 22 15:30:53 MET 2003
nasun%

nasun% ruby -vrrbconfig -e 'p Config::CONFIG["CC"]'
ruby 1.8.1 (2003-12-22) [sparc-solaris2.8]
"gcc -m64 -mcpu=ultrasparc"
nasun%

this is the same gcc

nasun% gcc -v
Reading specs from /opt/sparcv9/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
Configured with: /j/ts/gcc-3.3.2/configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --prefix=/opt/gcc332
Thread model: posix
gcc version 3.3.2
nasun%

nasun% ruby s.rb &
[2] 25739
nasun%

nasun% ruby c.rb
/usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:553:in `read': Resource temporarily unavailable (DRb::DRbConnError)
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:553:in `load'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:610:in `recv_reply'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:864:in `recv_reply'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1090:in `send_message'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1015:in `method_missing'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1014:in `open'
        from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1014:in `method_missing'
        from c.rb:14
nasun%

Guy Decoux

All good here on ppc:

snark {87}% /opt/bin/ruby -v
ruby 1.8.1 (2003-12-22) [powerpc-linux]
snark {88}% /opt/bin/ruby runner.rb
Loaded suite .
Started
[…]
Finished in 155.482435 seconds.

724 tests, 7334 assertions, 0 failures, 0 errors

¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª

···

In article 200312221226.hBMCQNF29081@moulon.inra.fr, ts wrote:

$ make && make test && make install && cd test && ruby runner.rb


Lauren Elliott

Hi,

From: “Dennis Ranke” exoticorn@epost.de
Newsgroups: comp.lang.ruby
Sent: Tuesday, December 23, 2003 7:06 AM

On a Playstation2 running linux:

Thanks. Very interesting. Seems to be 3 kind of errors.

[1, 2, 31, 32; floating point]

  1. Failure:
    test_SOAPDouble(SOAP::TestSOAP) [./soap/test_basetype.rb:257]:
    <“-0”> expected but was
    <“+0”>.

How does this dump?
$ ruby -e ‘a = -0.0; p (1 / a > 0.0)’

expecting false…

  1. Failure:
    test_SOAPFloat(SOAP::TestSOAP)
    [./soap/test_basetype.rb:161:in `test_SOAPFloat’
    ./soap/test_basetype.rb:160:in `each’
    ./soap/test_basetype.rb:160:in `test_SOAPFloat’]:
    <1.4e-45> expected but was
    <0.0>.

Hmm…

[3-9, 28-30; socket]

  1. Error:
    test_charset(SOAP::TestStreamHandler):
    SocketError: getaddrinfo: Temporary failure in name resolution

$ ruby -rsocket -e ‘p Socket.getaddrinfo(“localhost”, “http”)’

Same error?

[10 - 27; strscan]

test_s_mustc(TestStringScanner) [./strscan/test_stringscanner.rb:43]:
Exception raised:
Class:
Message: <“strscan is not C version”>
—Backtrace—
/usr/local/lib/ruby/site_ruby/1.8/rscan.rb:18:in must_C_version' ../strscan/test_stringscanner.rb:44:in test_s_mustc’
…/strscan/test_stringscanner.rb:43:in assert_nothing_raised' ../strscan/test_stringscanner.rb:43:in test_s_mustc’

Delete /usr/local/lib/ruby/site_ruby/1.8/rscan.rb and strscan related file
(/usr/local/lib/ruby/site_ruby/1.8/i686-linux/* or something).
Would you please try it again then?

Regards,
// NaHi

  1. Failure:
    test_basic_auth(SOAP::TestStreamHandler)
    [soap/test_streamhandler.rb:154]:
    <“Basic Zm9vOmJhcg==”> expected but was
    .

  2. Error:
    test_proxy(SOAP::TestStreamHandler):
    NameError: uninitialized constant
    HTTPAccess2::Client::NO_PROXY_HOSTS
    soap/test_streamhandler.rb:174:in `test_proxy’

Hmm. Seems to have an old version of http-access2 installed.
rm -rf /usr/local/lib/ruby/site_ruby/1.8/http-access2*
or get the latest version from
http://raa.ruby-lang.org/list.rhtml?name=http-access2
Would you please run the test again?

That solved the problem. All of the tests pass now. Thanks.

···


Zachary P. Landau kapheine@hypa.net
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc

NAKAMURA, Hiroshi wrote:

Hi,

From: “Osuka Adartse” rocioestradacastaneda@prodigy.net.mx
Sent: Wednesday, December 24, 2003 1:01 AM

E:\dev\Src\ruby-1.8.1\test>runner.rb
Loaded suite test
Started
…basic_auth is not supported under soap4r + net/http
for now.

  1. Error:
    test_ln(TestFileUtils):
    Errno::EINVAL: Invalid argument - data/same or tmp/lndest
    E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in link' E:/usr/local/lib/ruby/1.8/fileutils.rb:246:in ln’
    E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in fu_each_src_dest0' E:/usr/local/lib/ruby/1.8/fileutils.rb:244:in ln’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:389:in test_ln' E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in each’
    E:/dev/Src/ruby-1.8.1/test/fileutils/test_fileutils.rb:388:in `test_ln’

682 tests, 7955 assertions, 0 failures, 1 errors

Is it FAT32 filesystem you are running test on? Please ignore this
then.
Ok!

I’m not sure what the soap4r
above means.

Ignore this, too. It is accepted as soap4r + net/http specification
for now yesterday and I removed this warning.

Regards,
// NaHi

Hi

it’s fat32 indeed.

cheers
Adartse

Hi, Simon,

From: “Simon Strandgaard” neoneye@adslhome.dk
Newsgroups: comp.lang.ruby
Sent: Monday, December 22, 2003 11:16 PM

Just installed ruby-1.8.1-preview4, After this failure, it seems to hang
forever. It would be nice when a testcase exceeds a timelimit, say 15
seconds, outputted to the display which method it currently were
evaluating. I had to CTRL-C it.

‘ruby runner.rb -v’ dumps the test evaluating.

rehash
ruby -v
ruby 1.8.1 (2003-12-22) [i386-freebsd5.1]
ruby runner.rb
Loaded suite .
Started
…/home/neoneye
/stow/ruby/lib/ruby/1.8/drb/drb.rb:705:in open': druby://server.neoneye.home:64 149 - #<Errno::ETIMEDOUT: Operation timed out - connect(2)> (DRb::DRbConnError) from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in open' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1084:in initialize

from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in new' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in open’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1014:in method_mis sing' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extserv.rb:16:in initiali
ze’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12:in `ne
w’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12

Hmm. Still happens? How does it says?

$ ruby -d runner.rb

$ ruby -d runner.rb -v drb

Regards,
// NaHi