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

Builder curl-threaded-solaris10-sparc Build #2784

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 hrs, 33 mins, 1 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2784 Build
codebase Build
got_revision 220eda34cdfdcc4316845d2e2bbe5bd8b10305e0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 220eda34cdfdcc4316845d2e2bbe5bd8b10305e0 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue May 6 21:21:32 2025
EndWed May 7 07:52:08 2025
Elapsed10 hrs, 30 mins, 35 secs

All Changes:

:

  1. Change #228994

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 06 May 2025 13:22:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a30830db78e7ed3e1b02f0f666415f8ce0a72c95

    Comments

    ftp: fix bug in failed init
    torture tests revealed that memory was not released correctly when FTP's
    connection setup failed an allocation.
    
    Follow-up from a2d90d4ba5076643b5af9978c4
    
    Closes #17258

    Changed files

    • lib/ftp.c
  2. Change #229041

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 06 May 2025 17:11:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7c544d867113cbc3d946d40995b5315e16c26af

    Comments

    pop3: add null pointer check
    Pointed out by Coverity. A precaution to catch internal errors.
    
    Follow-up to 76d13c721bcd992e3e19f52
    
    Closes #17255

    Changed files

    • lib/pop3.c
  3. Change #229043

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 06 May 2025 17:13:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e49965126f190003c8556cadcf8ed40bca25d11

    Comments

    rtsp: move easy handle/connection protoocol structs into meta data
    Remove the connectdata proto and data->req.p member for rtsp and manage
    the structs as meta data at easy handle/connection.
    
    Closes #17254

    Changed files

    • lib/request.h
    • lib/rtsp.c
    • lib/rtsp.h
    • lib/urldata.h
  4. Change #229049

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 06 May 2025 17:25:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 220eda34cdfdcc4316845d2e2bbe5bd8b10305e0

    Comments

    tests: separate tunit tests from unit tests more
    - unit tests need no tool code as they are libcurl unit tests
    - unit test 1621 is now tunit test 1621 instead, as it tests tool code
    - build unit tests with BUILDING_LIBCURL as they pretent to be libcurl
    
    Closes #17259

    Changed files

    • tests/data/test1621
    • tests/tunit/Makefile.inc
    • tests/tunit/tool1621.c
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/Makefile.inc
    • tests/unit/unit1621.c
    • tests/unit/unit3200.c