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

Builder curl-unthreaded-solaris10-i386 Build #16038

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 48 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16038 Build
codebase Build
got_revision 729f36e90fa8927ce85c4f1f7b67724988c35f00 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 729f36e90fa8927ce85c4f1f7b67724988c35f00 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Nov 25 09:18:11 2025
EndTue Nov 25 09:21:12 2025
Elapsed3 mins, 1 secs

All Changes:

:

  1. Change #249894

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 09:13:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce06fe7771052549ff430c86173b2eaca91f8a9c

    Comments

    hostip: make more functions return CURLcode
    - Curl_async_getaddrinfo() always returned NULL so it was pointless.
      Return proper curlcode instead to distinguish between errors. Same for
      Curl_doh().
    - simplify the IP address handling
    - make Curl_str2addr() function return CURLcode
    
    Closes #19669

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/doh.c
    • lib/doh.h
    • lib/hostip.c
    • tests/libtest/lib655.c
  2. Change #249895

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 09:15:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 729f36e90fa8927ce85c4f1f7b67724988c35f00

    Comments

    sendf: fix uninitialized variable in trace output
    Initialize *nread early on.
    
    Pointed out by CodeSonar
    
    Closes #19684

    Changed files

    • lib/sendf.c