auto build r3306: all 5 builds ok - 6 regression tests failed

svn svn at minisip.org
Tue Jun 12 23:32:11 CEST 2007


Summary:
    debian_unstable/default__gtk_textui_oss: ok
    debian_unstable/gtk_textui_alsa_zrtp: ok
    debian_unstable/gtk_textui_oss_smartcard: ok
    mingw32_on_debian_unstable/gtk_dsound_debug: ok
    wxp_vs8/vs8test_libmutil: ok
Binaries uploaded to http://www.minisip.org/autobuild/build_3306

Regression test:
                   1001_SipHeaderAccept/ ok
            1002_SipHeaderAcceptContact/ ok
            1003_SipHeaderAuthorization/ ok
                     1004_SipHeaderCSeq/ ok
                   1005_SipHeaderCallID/ ok
                  1006_SipHeaderContact/ ok
            1007_SipHeaderContentLength/ ok
              1008_SipHeaderContentType/ ok
                    1009_SipHeaderEvent/ ok
                  1010_SipHeaderExpires/ ok
                     1011_SipHeaderFrom/ ok
              1012_SipHeaderMaxForwards/ ok
        1013_SipHeaderProxyAuthenticate/ ok
       1014_SipHeaderProxyAuthorization/ ok
                     1015_SipHeaderRAck/ ok
                     1016_SipHeaderRSeq/ ok
              1017_SipHeaderRecordRoute/ ok
                  1018_SipHeaderReferTo/ ok
                  1019_SipHeaderRequire/ ok
                    1020_SipHeaderRoute/ ok
                  1021_SipHeaderSubject/ ok
                1022_SipHeaderSupported/ ok
                       1023_SipHeaderTo/ ok
              1024_SipHeaderUnsupported/ ok
                1025_SipHeaderUserAgent/ ok
                      1026_SipHeaderVia/ ok
          1027_SipHeaderWWWAuthenticate/ ok
                  1028_SipHeaderWarning/ ok
     2010_Session_inviteab_hangupab_udp/ test returned an error code
     2011_Session_inviteab_hangupba_udp/ test returned an error code
2012_Session_inviteab_hangupab_packetloss/ test returned an error code
     2013_Session_inviteab_hangupab_tcp/ test returned an error code
     2014_Session_inviteab_hangupba_tcp/ test returned an error code
                  2021_simplestack_leak/ ok
                  2022_session_valgrind/ test returned an error code
                   5001_scsim_verifypin/ ok
                  6001_packet_responses/ ok
                    6002_packet_unknown/ ok


Regression test details:

========== 2010_Session_inviteab_hangupab_udp/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:


========== 2011_Session_inviteab_hangupba_udp/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:


========== 2012_Session_inviteab_hangupab_packetloss/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:


========== 2013_Session_inviteab_hangupab_tcp/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:


========== 2014_Session_inviteab_hangupba_tcp/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:


========== 2022_session_valgrind/ ===========
Build:
cd ../../common/ua && make -f Makefile
make[1]: Entering directory `/home/svn/3306_regtest/common/ua'
g++ -Wall -g -rdynamic -o ua -I/home/svn/3306_regtest/usr/include -L/home/svn/3306_regtest/usr/lib ua.cxx -lminisip -lmsip -lpthread -lssl
ua.cxx: In member function 'bool MyCall::a2_start_incall_INVITE(const SipSMCommand&)':
ua.cxx:202: error: 'class SipMessage' has no member named 'getFirstViaBranch'
ua.cxx: In member function 'bool MyCall::a3_trying_incall_2XX(const SipSMCommand&)':
ua.cxx:222: error: no matching function for call to 'SipRequest::createSipMessageAck(const char [1], MRef<SipRequest*>&, MRef<SipResponse*>&)'
/home/svn/3306_regtest/usr/include/libmsip/SipRequest.h:64: note: candidates are: static MRef<SipRequest*> SipRequest::createSipMessageAck(MRef<SipRequest*>, MRef<SipResponse*>, bool)
ua.cxx: In member function 'bool MyCall::a5_incall_terminated_BYE(const SipSMCommand&)':
ua.cxx:257: error: 'class SipMessage' has no member named 'getFirstViaBranch'
make[1]: *** [ua] Error 1
make[1]: Leaving directory `/home/svn/3306_regtest/common/ua'
make: *** [all] Error 2
Test output:



More information about the Minisip-devel mailing list