[erlang-questions] Issues with running smoke test after compiling OTP 17.3 from source

David Parker dave.parker@REDACTED
Tue Nov 11 16:22:21 CET 2014


Hi everybody, I’m trying to compile otp_src_17.3 and have run into the following errors when running the smoke test:


$ERL_TOP/bin/erl -s ts install -s ts smoke_test batch -s init stop

Relevant lines:

1> Testing tests.emulator_test.time_SUITE: Starting test, 11 test cases
1>
- - - - - - - - - - - - - - - - - - - - - - - - - -
time_SUITE:test_univ_to_local failed on line 123
Reason: {badmatch,{{1996,1,30},{7,45,7}}}
- - - - - - - - - - - - - - - - - - - - - - - - - -

1> Testing tests.emulator_test.time_SUITE: *** FAILED test case 1 of 11 ***
1>
- - - - - - - - - - - - - - - - - - - - - - - - - -
time_SUITE:test_local_to_univ failed on line 135
Reason: {badmatch,{{1996,1,30},{18,45,7}}}
- - - - - - - - - - - - - - - - - - - - - - - - - -

1> Testing tests.emulator_test.time_SUITE: *** FAILED test case 2 of 11 ***
1>
- - - - - - - - - - - - - - - - - - - - - - - - - -
time_SUITE:consistency failed on line 209
Reason: {badmatch,error}
- - - - - - - - - - - - - - - - - - - - - - - - - -

I’m following the documentation from http://www.erlang.org/doc/installation_guide/INSTALL.html <http://www.erlang.org/doc/installation_guide/INSTALL.html> and i get these errors after I compile and run the smoke test.  I haven’t any idea what they  mean or how to fix them. Can anybody help?

I’m compiling on a CENTOS 5 machine running in vagrant.  

Linux vagrant-centos-5 2.6.18-398.el5 #1 SMP Tue Sep 16 20:50:52 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux

I have also tried compiling on a bare metal CENTOS 5 machine with a similar config, with the same results.  Any help would be appreciated, let me know if you need more info, I’ll provide whatever I can.

— Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141111/5c6fbdbb/attachment.htm>


More information about the erlang-questions mailing list