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

Builder curl-unthreaded-solaris11-i386 Build #4384

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7fc78c2c1c0dc9913b78668b0942d7f8aba024ec
Got Revision7fc78c2c1c0dc9913b78668b0942d7f8aba024ec
Changes2 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4384 Build
codebase Build
got_revision 7fc78c2c1c0dc9913b78668b0942d7f8aba024ec Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7fc78c2c1c0dc9913b78668b0942d7f8aba024ec Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Dec 29 10:24:11 2025
EndMon Dec 29 10:29:17 2025
Elapsed5 mins, 5 secs

All Changes:

:

  1. Change #253456

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Dec 2025 10:16:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2754e0f3d32f440e96705280090b7afea294a237

    Comments

    url: return error at once when OOM in netrc handling
    Closes #20103

    Changed files

    • lib/url.c
  2. Change #253457

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Dec 2025 10:17:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7fc78c2c1c0dc9913b78668b0942d7f8aba024ec

    Comments

    urlapi: set uncondtional return code
    Curl_parse_login_details() can only return a single return code so
    adjust accordingly.
    
    Pointed out by CodeSonar
    
    Closes #20107

    Changed files

    • lib/urlapi.c