[erlang-questions] Building erlang tests

Travis Jensen travis.jensen@REDACTED
Fri May 6 00:43:45 CEST 2011


I'm trying to get the Erlang unit tests running under Linux (pu branch).
I've gone through a full compile and then did "make release_tests". I'm
getting the following output. Is there anywhere with instructions about how
to really get the unit tests working? The wiki on github isn't cutting it
for me.

Thanks.

tj

travis@REDACTED:~/src/main-otp$ make release_tests
if test -f lib/test_server/Makefile; then \
(cd lib/test_server; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/test_server'
=== Entering application test_server
make[2]: Entering directory `/home/travis/src/main-otp/lib/test_server/src'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[3]: Entering directory `/home/travis/src/main-otp/lib/test_server/src'
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/test_server
/usr/bin/install -c -m 644 test_server_ctrl.erl test_server_node.erl
test_server.erl test_server_sup.erl test_server_line.erl test_server_h.erl
erl2html2.erl vxworks_client.erl ts.erl ts_run.erl ts_reports.erl ts_lib.erl
ts_make.erl ts_erl_config.erl ts_autoconf_win32.erl ts_autoconf_vxworks.erl
ts_install.erl ts_install_cth.erl \
 ../include/test_server.hrl ../include/test_server_line.hrl
test_server_internal.hrl ts.hrl \
../ebin/ts.beam ../ebin/ts_run.beam ../ebin/ts_reports.beam
../ebin/ts_lib.beam ../ebin/ts_make.beam ../ebin/ts_erl_config.beam
../ebin/ts_autoconf_win32.beam ../ebin/ts_autoconf_vxworks.beam
../ebin/ts_install.beam ../ebin/ts_install_cth.beam \
 configure.in conf_vars.in  cross.cover ts.config ts.unix.config
ts.win32.config \
 /home/travis/src/main-otp/release/tests/test_server
/usr/bin/install -c configure config.sub config.guess install-sh
 /home/travis/src/main-otp/release/tests/test_server
make[3]: Leaving directory `/home/travis/src/main-otp/lib/test_server/src'
make[2]: Leaving directory `/home/travis/src/main-otp/lib/test_server/src'
make[2]: Entering directory
`/home/travis/src/main-otp/lib/test_server/doc/src'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[3]: Entering directory
`/home/travis/src/main-otp/lib/test_server/doc/src'
make[3]: Nothing to be done for `release_tests_spec'.
make[3]: Leaving directory
`/home/travis/src/main-otp/lib/test_server/doc/src'
make[2]: Leaving directory
`/home/travis/src/main-otp/lib/test_server/doc/src'
=== Leaving application test_server
make[1]: Leaving directory `/home/travis/src/main-otp/lib/test_server'
if test -f lib/asn1/test/Makefile; then \
(cd lib/asn1/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/asn1/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/asn1/test'
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/asn1_test
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/asn1_test/asn1_bin_SUITE_data
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/asn1_test/asn1_bin_v2_SUITE_data
/usr/bin/install -c -m 644  h323test.erl choice_extension.erl
ber_decode_error.erl testExternal.erl testPrim.erl testPrimStrings.erl
testCompactBitString.erl testPrimExternal.erl testChoPrim.erl
testChoExtension.erl testChoExternal.erl testChoOptional.erl
testChoOptionalImplicitTag.erl testChoRecursive.erl testChoTypeRefCho.erl
testChoTypeRefPrim.erl testChoTypeRefSeq.erl testChoTypeRefSet.erl
testConstraints.erl testDef.erl testOpt.erl testSeqDefault.erl
testSeqExtension.erl testSeqExternal.erl testSeqOptional.erl testSeq2738.erl
testSeqPrim.erl testSeqTag.erl testSeqTypeRefCho.erl testSeqTypeRefPrim.erl
testSeqTypeRefSeq.erl testSeqTypeRefSet.erl testSeqIndefinite.erl
testSeqOf.erl testSeqOfIndefinite.erl testSeqOfCho.erl testSeqOfExternal.erl
testSeqOfTag.erl testSetDefault.erl testSetExtension.erl testSetExternal.erl
testSetOptional.erl testSetPrim.erl testSetTag.erl testSetTypeRefCho.erl
testSetTypeRefPrim.erl testSetTypeRefSeq.erl testSetTypeRefSet.erl
testSetIndefinite.erl testChoiceIndefinite.erl testSetOf.erl
testSetOfCho.erl testSetOfExternal.erl testSetOfTag.erl testEnumExt.erl
testInfObjectClass.erl testInfObj.erl testParameterizedInfObj.erl
testMergeCompile.erl testDeepTConstr.erl testTimer.erl testRANAP.erl
testMegaco.erl testMvrasn6.erl testSeqSetDefaultVal.erl testParamBasic.erl
testContextSwitchingTypes.erl testTypeValueNotation.erl
testOpenTypeImplicitTag.erl testROSE.erl testINSTANCE_OF.erl
test_partial_incomplete_decode.erl testDER.erl test_selective_decode.erl
test_special_decode_performance.erl testTCAP.erl testSSLspecs.erl
test_driver_load.erl testSelectionTypes.erl test_undecoded_rest.erl
test_inline.erl testTcapsystem.erl testNBAPsystem.erl test_bad_values.erl
test_compile_options.erl testDoubleEllipses.erl test_modified_x420.erl
testX420.erl test_x691.erl asn1_test_lib.erl asn1_app_test.erl
asn1_appup_test.erl asn1_wrapper.erl asn1_SUITE.erl asn1_bin_SUITE.erl
asn1_bin_v2_SUITE.erl External.hrl
/home/travis/src/main-otp/release/tests/asn1_test
/usr/bin/install -c -m 644 asn1.spec asn1.cover
 /home/travis/src/main-otp/release/tests/asn1_test
chmod -R u+w /home/travis/src/main-otp/release/tests/asn1_test
cd asn1_SUITE_data; tar cfh
/home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data.tar *
cd /home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data; tar xf
/home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data.tar
cd /home/travis/src/main-otp/release/tests/asn1_test/asn1_bin_SUITE_data;
tar xf /home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data.tar
cd /home/travis/src/main-otp/release/tests/asn1_test/asn1_bin_v2_SUITE_data;
tar xf /home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data.tar
rm /home/travis/src/main-otp/release/tests/asn1_test/asn1_SUITE_data.tar
make[2]: Leaving directory `/home/travis/src/main-otp/lib/asn1/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/asn1/test'
if test -f lib/common_test/test/Makefile; then \
 (cd lib/common_test/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/common_test/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/common_test/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/common_test_test
/usr/bin/install -c -m 644 ct_test_support.erl ct_test_support_eh.erl
ct_userconfig_callback.erl ct_smoke_test_SUITE.erl
ct_event_handler_SUITE.erl ct_groups_test_1_SUITE.erl
ct_groups_test_2_SUITE.erl ct_sequence_1_SUITE.erl ct_repeat_1_SUITE.erl
ct_testspec_1_SUITE.erl ct_skip_SUITE.erl ct_error_SUITE.erl
ct_test_server_if_1_SUITE.erl ct_config_SUITE.erl ct_master_SUITE.erl
ct_misc_1_SUITE.erl ct_hooks_SUITE.erl
 /home/travis/src/main-otp/release/tests/common_test_test
/usr/bin/install -c -m 644 common_test.spec
/home/travis/src/main-otp/release/tests/common_test_test
chmod -R u+w /home/travis/src/main-otp/release/tests/common_test_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/common_test/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/common_test/test'
if test -f lib/compiler/test/Makefile; then \
(cd lib/compiler/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/compiler/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/compiler/test'
/home/travis/src/main-otp/make/make_emakefile +debug_info
-I/home/travis/src/main-otp/lib/test_server/include +clint -o. andor_SUITE
apply_SUITE beam_validator_SUITE bs_bincomp_SUITE bs_bit_binaries_SUITE
bs_construct_SUITE bs_match_SUITE bs_utf_SUITE core_fold_SUITE compile_SUITE
compilation_SUITE core_SUITE error_SUITE float_SUITE fun_SUITE guard_SUITE
inline_SUITE lc_SUITE match_SUITE misc_SUITE num_bif_SUITE pmod_SUITE
parteval_SUITE receive_SUITE record_SUITE trycatch_SUITE warnings_SUITE
test_lib \
 > Emakefile
/home/travis/src/main-otp/make/make_emakefile +no_copt +no_postopt
+debug_info -I/home/travis/src/main-otp/lib/test_server/include +clint \
 -o. andor_no_opt_SUITE apply_no_opt_SUITE bs_construct_no_opt_SUITE
bs_match_no_opt_SUITE bs_utf_no_opt_SUITE core_fold_no_opt_SUITE
float_no_opt_SUITE fun_no_opt_SUITE guard_no_opt_SUITE lc_no_opt_SUITE
match_no_opt_SUITE misc_no_opt_SUITE num_bif_no_opt_SUITE
receive_no_opt_SUITE record_no_opt_SUITE trycatch_no_opt_SUITE >> Emakefile
/home/travis/src/main-otp/make/make_emakefile +no_copt +debug_info
-I/home/travis/src/main-otp/lib/test_server/include +clint \
-o. andor_post_opt_SUITE apply_post_opt_SUITE bs_construct_post_opt_SUITE
bs_match_post_opt_SUITE bs_utf_post_opt_SUITE core_fold_post_opt_SUITE
float_post_opt_SUITE fun_post_opt_SUITE guard_post_opt_SUITE
lc_post_opt_SUITE match_post_opt_SUITE misc_post_opt_SUITE
num_bif_post_opt_SUITE receive_post_opt_SUITE record_post_opt_SUITE
trycatch_post_opt_SUITE >> Emakefile
/home/travis/src/main-otp/make/make_emakefile +inline +debug_info
-I/home/travis/src/main-otp/lib/test_server/include +clint \
-o. andor_inline_SUITE apply_inline_SUITE bs_bincomp_inline_SUITE
bs_bit_binaries_inline_SUITE bs_construct_inline_SUITE bs_match_inline_SUITE
bs_utf_inline_SUITE core_fold_inline_SUITE float_inline_SUITE
fun_inline_SUITE guard_inline_SUITE lc_inline_SUITE match_inline_SUITE
misc_inline_SUITE num_bif_inline_SUITE receive_inline_SUITE
record_inline_SUITE >> Emakefile
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/compiler_test
/usr/bin/install -c -m 644 compiler.spec compiler.cover \
Emakefile andor_SUITE.erl apply_SUITE.erl beam_validator_SUITE.erl
bs_bincomp_SUITE.erl bs_bit_binaries_SUITE.erl bs_construct_SUITE.erl
bs_match_SUITE.erl bs_utf_SUITE.erl core_fold_SUITE.erl compile_SUITE.erl
compilation_SUITE.erl core_SUITE.erl error_SUITE.erl float_SUITE.erl
fun_SUITE.erl guard_SUITE.erl inline_SUITE.erl lc_SUITE.erl match_SUITE.erl
misc_SUITE.erl num_bif_SUITE.erl pmod_SUITE.erl parteval_SUITE.erl
receive_SUITE.erl record_SUITE.erl trycatch_SUITE.erl warnings_SUITE.erl
test_lib.erl bs_shadowed_size_var.core nested_call_in_case.core
/home/travis/src/main-otp/release/tests/compiler_test
/usr/bin/install -c -m 644 andor_no_opt_SUITE.erl apply_no_opt_SUITE.erl
bs_construct_no_opt_SUITE.erl bs_match_no_opt_SUITE.erl
bs_utf_no_opt_SUITE.erl core_fold_no_opt_SUITE.erl float_no_opt_SUITE.erl
fun_no_opt_SUITE.erl guard_no_opt_SUITE.erl lc_no_opt_SUITE.erl
match_no_opt_SUITE.erl misc_no_opt_SUITE.erl num_bif_no_opt_SUITE.erl
receive_no_opt_SUITE.erl record_no_opt_SUITE.erl trycatch_no_opt_SUITE.erl
andor_post_opt_SUITE.erl apply_post_opt_SUITE.erl
bs_construct_post_opt_SUITE.erl bs_match_post_opt_SUITE.erl
bs_utf_post_opt_SUITE.erl core_fold_post_opt_SUITE.erl
float_post_opt_SUITE.erl fun_post_opt_SUITE.erl guard_post_opt_SUITE.erl
lc_post_opt_SUITE.erl match_post_opt_SUITE.erl misc_post_opt_SUITE.erl
num_bif_post_opt_SUITE.erl receive_post_opt_SUITE.erl
record_post_opt_SUITE.erl trycatch_post_opt_SUITE.erl \
 andor_inline_SUITE.erl apply_inline_SUITE.erl bs_bincomp_inline_SUITE.erl
bs_bit_binaries_inline_SUITE.erl bs_construct_inline_SUITE.erl
bs_match_inline_SUITE.erl bs_utf_inline_SUITE.erl core_fold_inline_SUITE.erl
float_inline_SUITE.erl fun_inline_SUITE.erl guard_inline_SUITE.erl
lc_inline_SUITE.erl match_inline_SUITE.erl misc_inline_SUITE.erl
num_bif_inline_SUITE.erl receive_inline_SUITE.erl record_inline_SUITE.erl
/home/travis/src/main-otp/release/tests/compiler_test
chmod -R u+w /home/travis/src/main-otp/release/tests/compiler_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/compiler/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/compiler/test'
if test -f lib/cosEventDomain/test/Makefile; then \
(cd lib/cosEventDomain/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
 fi
make[1]: Entering directory
`/home/travis/src/main-otp/lib/cosEventDomain/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory
`/home/travis/src/main-otp/lib/cosEventDomain/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosEventDomain_test
/usr/bin/install -c -m 644 cosEventDomain.spec \
 cosEventDomain.cover event_domain_SUITE.erl generated_SUITE.erl
/home/travis/src/main-otp/release/tests/cosEventDomain_test
/usr/bin/install -c -m 644 event_domain_SUITE.beam generated_SUITE.beam
/home/travis/src/main-otp/release/tests/cosEventDomain_test
make[2]: Leaving directory
`/home/travis/src/main-otp/lib/cosEventDomain/test'
make[1]: Leaving directory
`/home/travis/src/main-otp/lib/cosEventDomain/test'
if test -f lib/cosEvent/test/Makefile; then \
 (cd lib/cosEvent/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/cosEvent/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/cosEvent/test'
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/cosEvent_test
/usr/bin/install -c -m 644 event_test_server.idl   cosEvent.spec \
cosEvent.cover event_test_PushC_impl.erl event_test_PullC_impl.erl
event_test_PushS_impl.erl event_test_PullS_impl.erl event_channel_SUITE.erl
generated_SUITE.erl /home/travis/src/main-otp/release/tests/cosEvent_test
/usr/bin/install -c -m 644 event_test_PushC_impl.beam
event_test_PullC_impl.beam event_test_PushS_impl.beam
event_test_PullS_impl.beam event_channel_SUITE.beam generated_SUITE.beam
/home/travis/src/main-otp/release/tests/cosEvent_test
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosEvent_test/idl_output
/usr/bin/install -c -m 644 idl_output/event_test_PullC.beam
idl_output/event_test_PushS.beam idl_output/event_test_PullS.beam
idl_output/oe_event_test_server.beam idl_output/event_test_PushC.beam
idl_output/event_test.hrl idl_output/event_test_PushC.hrl
idl_output/event_test_PullC.hrl idl_output/event_test_PushS.hrl
idl_output/event_test_PullS.hrl idl_output/oe_event_test_server.hrl
idl_output/event_test_PullC.erl idl_output/event_test_PushS.erl
idl_output/event_test_PullS.erl idl_output/oe_event_test_server.erl
idl_output/event_test_PushC.erl  \
 /home/travis/src/main-otp/release/tests/cosEvent_test/idl_output
make[2]: Leaving directory `/home/travis/src/main-otp/lib/cosEvent/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/cosEvent/test'
if test -f lib/cosFileTransfer/test/Makefile; then \
(cd lib/cosFileTransfer/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
 fi
make[1]: Entering directory
`/home/travis/src/main-otp/lib/cosFileTransfer/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory
`/home/travis/src/main-otp/lib/cosFileTransfer/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosFileTransfer_test
/usr/bin/install -c -m 644   cosFileTransfer.spec \
 cosFileTransfer.cover fileTransfer_SUITE.erl
/home/travis/src/main-otp/release/tests/cosFileTransfer_test
/usr/bin/install -c -m 644 fileTransfer_SUITE.beam
/home/travis/src/main-otp/release/tests/cosFileTransfer_test
chmod -R u+w /home/travis/src/main-otp/release/tests/cosFileTransfer_test
make[2]: Leaving directory
`/home/travis/src/main-otp/lib/cosFileTransfer/test'
make[1]: Leaving directory
`/home/travis/src/main-otp/lib/cosFileTransfer/test'
if test -f lib/cosNotification/test/Makefile; then \
(cd lib/cosNotification/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
 fi
make[1]: Entering directory
`/home/travis/src/main-otp/lib/cosNotification/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory
`/home/travis/src/main-otp/lib/cosNotification/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosNotification_test
/usr/bin/install -c -m 644   cosNotification.spec \
 cosNotification.cover notification_SUITE.erl grammar_SUITE.erl
eventDB_SUITE.erl generated_SUITE.erl notify_test_impl.erl
/home/travis/src/main-otp/release/tests/cosNotification_test
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosNotification_test/idl_output
/usr/bin/install -c -m 644 idl_output/oe_notify_test_server.beam
idl_output/notify_test_data.beam idl_output/notify_test_computer.beam
idl_output/notify_test_studies.beam idl_output/notify_test_ShortArray.beam
idl_output/notify_test_uni1.beam idl_output/notify_test_uni2.beam
idl_output/notify_test_X.beam idl_output/notify_test_K.beam
idl_output/notify_test_SeqPushC.beam idl_output/notify_test_StrPushC.beam
idl_output/notify_test_AnyPushC.beam idl_output/notify_test_SeqPullC.beam
idl_output/notify_test_StrPullC.beam idl_output/notify_test_AnyPullC.beam
idl_output/notify_test_SeqPushS.beam idl_output/notify_test_StrPushS.beam
idl_output/notify_test_AnyPushS.beam idl_output/notify_test_SeqPullS.beam
idl_output/notify_test_StrPullS.beam idl_output/notify_test_AnyPullS.beam
idl_output/notify_test_funcs.beam idl_output/oe_notify_test_server.hrl
idl_output/notify_test_SeqPushC.hrl idl_output/notify_test_StrPushC.hrl
idl_output/notify_test_AnyPushC.hrl idl_output/notify_test_SeqPullC.hrl
idl_output/notify_test_StrPullC.hrl idl_output/notify_test_AnyPullC.hrl
idl_output/notify_test_SeqPushS.hrl idl_output/notify_test_StrPushS.hrl
idl_output/notify_test_AnyPushS.hrl idl_output/notify_test_SeqPullS.hrl
idl_output/notify_test_StrPullS.hrl idl_output/notify_test_AnyPullS.hrl
idl_output/notify_test.hrl idl_output/notify_test_funcs.hrl
idl_output/oe_notify_test_server.erl idl_output/notify_test_data.erl
idl_output/notify_test_computer.erl idl_output/notify_test_studies.erl
idl_output/notify_test_ShortArray.erl idl_output/notify_test_uni1.erl
idl_output/notify_test_uni2.erl idl_output/notify_test_X.erl
idl_output/notify_test_K.erl idl_output/notify_test_SeqPushC.erl
idl_output/notify_test_StrPushC.erl idl_output/notify_test_AnyPushC.erl
idl_output/notify_test_SeqPullC.erl idl_output/notify_test_StrPullC.erl
idl_output/notify_test_AnyPullC.erl idl_output/notify_test_SeqPushS.erl
idl_output/notify_test_StrPushS.erl idl_output/notify_test_AnyPushS.erl
idl_output/notify_test_SeqPullS.erl idl_output/notify_test_StrPullS.erl
idl_output/notify_test_AnyPullS.erl idl_output/notify_test_funcs.erl  \
 /home/travis/src/main-otp/release/tests/cosNotification_test/idl_output
/usr/bin/install -c -m 644 notification_SUITE.beam grammar_SUITE.beam
eventDB_SUITE.beam generated_SUITE.beam notify_test_impl.beam
/home/travis/src/main-otp/release/tests/cosNotification_test
make[2]: Leaving directory
`/home/travis/src/main-otp/lib/cosNotification/test'
make[1]: Leaving directory
`/home/travis/src/main-otp/lib/cosNotification/test'
if test -f lib/cosProperty/test/Makefile; then \
 (cd lib/cosProperty/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/cosProperty/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/cosProperty/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosProperty_test
/usr/bin/install -c -m 644   cosProperty.spec \
cosProperty.cover property_SUITE.erl generated_SUITE.erl
/home/travis/src/main-otp/release/tests/cosProperty_test
/usr/bin/install -c -m 644 property_SUITE.beam generated_SUITE.beam
/home/travis/src/main-otp/release/tests/cosProperty_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/cosProperty/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/cosProperty/test'
if test -f lib/cosTime/test/Makefile; then \
(cd lib/cosTime/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/cosTime/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/cosTime/test'
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/cosTime_test
/usr/bin/install -c -m 644   cosTime.spec \
 cosTime.cover time_SUITE.erl generated_SUITE.erl
/home/travis/src/main-otp/release/tests/cosTime_test
/usr/bin/install -c -m 644 time_SUITE.beam generated_SUITE.beam
/home/travis/src/main-otp/release/tests/cosTime_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/cosTime/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/cosTime/test'
if test -f lib/cosTransactions/test/Makefile; then \
 (cd lib/cosTransactions/test; make
TESTROOT=/home/travis/src/main-otp/release/tests release_tests) || exit $?;
\
fi
make[1]: Entering directory
`/home/travis/src/main-otp/lib/cosTransactions/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory
`/home/travis/src/main-otp/lib/cosTransactions/test'
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosTransactions_test
/usr/bin/install -c -m 644 etrap_test.idl  cosTransactions.spec \
cosTransactions.cover transactions_SUITE.erl etrap_test_server_impl.erl
etrap_test_lib.erl generated_SUITE.erl etrap_test_lib.hrl
/home/travis/src/main-otp/release/tests/cosTransactions_test
/usr/bin/install -c -m 644 transactions_SUITE.beam
etrap_test_server_impl.beam etrap_test_lib.beam generated_SUITE.beam
/home/travis/src/main-otp/release/tests/cosTransactions_test
/usr/bin/install -c -d
/home/travis/src/main-otp/release/tests/cosTransactions_test/idl_output
/usr/bin/install -c -m 644 idl_output/oe_etrap_test.beam
idl_output/etrap_test_server.beam idl_output/oe_etrap_test.hrl
idl_output/etrap_test_server.hrl idl_output/oe_etrap_test.erl
idl_output/etrap_test_server.erl  \
 /home/travis/src/main-otp/release/tests/cosTransactions_test/idl_output
make[2]: Leaving directory
`/home/travis/src/main-otp/lib/cosTransactions/test'
make[1]: Leaving directory
`/home/travis/src/main-otp/lib/cosTransactions/test'
if test -f lib/crypto/test/Makefile; then \
(cd lib/crypto/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/crypto/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/crypto/test'
/home/travis/src/main-otp/make/make_emakefile +debug_info
-I/home/travis/src/main-otp/lib/test_server/include -o. \
blowfish_SUITE crypto_SUITE > Emakefile
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/crypto_test
/usr/bin/install -c -m 644 crypto.spec crypto.cover Emakefile
blowfish_SUITE.erl crypto_SUITE.erl
/home/travis/src/main-otp/release/tests/crypto_test
chmod -R u+w /home/travis/src/main-otp/release/tests/crypto_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/crypto/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/crypto/test'
if test -f lib/debugger/test/Makefile; then \
(cd lib/debugger/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/debugger/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/debugger/test'
/home/travis/src/main-otp/make/make_emakefile +debug_info
-I/home/travis/src/main-otp/lib/test_server/include -o. andor_SUITE
bs_bincomp_SUITE bs_construct_SUITE bs_match_bin_SUITE bs_match_int_SUITE
bs_match_misc_SUITE bs_match_tail_SUITE bs_utf_SUITE bug_SUITE
erl_eval_SUITE dbg_ui_SUITE debugger_SUITE int_SUITE int_break_SUITE
int_eval_SUITE guard_SUITE exception_SUITE fun_SUITE lc_SUITE record_SUITE
trycatch_SUITE test_lib cleanup \
 > Emakefile
/home/travis/src/main-otp/make/make_emakefile +debug_info
-I/home/travis/src/main-otp/lib/test_server/include -o. '*_SUITE_make' \
 >> Emakefile
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/debugger_test
/usr/bin/install -c -m 644 Emakefile andor_SUITE.erl bs_bincomp_SUITE.erl
bs_construct_SUITE.erl bs_match_bin_SUITE.erl bs_match_int_SUITE.erl
bs_match_misc_SUITE.erl bs_match_tail_SUITE.erl bs_utf_SUITE.erl
bug_SUITE.erl erl_eval_SUITE.erl dbg_ui_SUITE.erl debugger_SUITE.erl
int_SUITE.erl int_break_SUITE.erl int_eval_SUITE.erl guard_SUITE.erl
exception_SUITE.erl fun_SUITE.erl lc_SUITE.erl record_SUITE.erl
trycatch_SUITE.erl test_lib.erl cleanup.erl
/home/travis/src/main-otp/release/tests/debugger_test
/usr/bin/install -c -m 644 debugger.spec debugger.cover
/home/travis/src/main-otp/release/tests/debugger_test
chmod -R u+w /home/travis/src/main-otp/release/tests/debugger_test
make[2]: Leaving directory `/home/travis/src/main-otp/lib/debugger/test'
make[1]: Leaving directory `/home/travis/src/main-otp/lib/debugger/test'
if test -f lib/dialyzer/test/Makefile; then \
(cd lib/dialyzer/test; make TESTROOT=/home/travis/src/main-otp/release/tests
release_tests) || exit $?; \
 fi
make[1]: Entering directory `/home/travis/src/main-otp/lib/dialyzer/test'
make -w RELEASE_PATH=/home/travis/src/main-otp/release/tests
release_tests_spec
make[2]: Entering directory `/home/travis/src/main-otp/lib/dialyzer/test'
/usr/bin/install -c -d /home/travis/src/main-otp/release/tests/dialyzer_test
chmod -f -R u+w /home/travis/src/main-otp/release/tests/dialyzer_test
/usr/bin/install -c -m 644 dialyzer.spec dialyzer_test_constants.hrl
dialyzer_common.erl file_utils.erl plt_SUITE.erl
/home/travis/src/main-otp/release/tests/dialyzer_test
cd /home/travis/src/main-otp/release/tests/dialyzer_test;\
 erl -make;\
erl -noshell -run dialyzer_common create_all_suites -s erlang halt
{"init terminating in
do_boot",{undef,[{make,all,[]},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
{"init terminating in
do_boot",{undef,[{dialyzer_common,create_all_suites,[]},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
make[2]: *** [release_tests_spec] Error 1
make[2]: Leaving directory `/home/travis/src/main-otp/lib/dialyzer/test'
make[1]: *** [release_tests] Error 2
make[1]: Leaving directory `/home/travis/src/main-otp/lib/dialyzer/test'
make: *** [lib/dialyzer/test] Error 2
travis@REDACTED:~/src/main-otp$


-- 
*Travis Jensen*
***
*Read the Software Maven @ http://softwaremaven.innerbrane.com/
Read my LinkedIn profile @ http://www.linkedin.com/in/travisjensen
Read my Twitter mumblings @ http://twitter.com/SoftwareMaven
Send me email @ travis.jensen@REDACTED

**What kind of guy calls himself the Software Maven???**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110505/13c5ccbe/attachment.htm>


More information about the erlang-questions mailing list