Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-sparc Build #12305

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0c49ea4ff253ea605e4b6839a4fa32a52d7d8825
Got Revision0c49ea4ff253ea605e4b6839a4fa32a52d7d8825
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 13 mins, 55 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 12305 Build
codebase Build
got_revision 0c49ea4ff253ea605e4b6839a4fa32a52d7d8825 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0c49ea4ff253ea605e4b6839a4fa32a52d7d8825 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Gustafsson
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartMon May 13 13:36:26 2024
EndMon May 13 20:00:01 2024
Elapsed6 hrs, 23 mins, 35 secs

All Changes:

:

  1. Change #197011

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Mon 13 May 2024 09:11:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 266baf2d345b5685678b433b8fcc9b427df7e419

    Comments

    websocket: Avoid memory leak in error path
    In the errorpath for randstr being too long to copy into the buffer
    we leak the randstr when returning CURLE_FAILED_INIT.  Fix by using
    an explicit free on randstr in the errorpath.
    
    Closes: #13602
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • lib/ws.c
  2. Change #197016

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 May 2024 09:48:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f2dd222e346649b864a0a52648d2a9e4069a7ba

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #197019

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 May 2024 10:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7333faf00bf25db7cd1e0012d6b140432466ff89

    Comments

    setopt: make the setstropt_userpwd args compulsory
    They were always used so no point in allowing them to be optional.
    
    follow-up to 0e37b42dc956bd8a
    
    Closes #13608
    Reviewed-by: Daniel Gustafsson

    Changed files

    • lib/setopt.c
  4. Change #197032

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 13 May 2024 11:16:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c49ea4ff253ea605e4b6839a4fa32a52d7d8825

    Comments

    tests: tidy up types in server code
    Cherry-picked from #13489
    Closes #13610

    Changed files

    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/tftp.h
    • tests/server/tftpd.c
    • tests/server/util.c