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

Builder curl-ares-solaris11-sparc Build #4370

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 mins, 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 59 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4370 Build
codebase Build
got_revision 7dafe10db2f0b104317e6640670b4cd973a4e3da Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7dafe10db2f0b104317e6640670b4cd973a4e3da Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. David Zhuang

Timing:

StartMon Aug 18 14:05:18 2025
EndMon Aug 18 15:37:06 2025
Elapsed1 hrs, 31 mins, 48 secs

All Changes:

:

  1. Change #243195

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 Aug 2025 13:03:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc4ae23cc22a12d283a291c5986270fef88b9120

    Comments

    asyn-thrdd: fix Curl_async_pollset without socketpair
    - remove a superfluous if()
    - edit the #ifdef to only do the timeout checks when socketpair support
      is missing, as that code flow could not be reached otherways anyway
    
    CodeSonar pointed out possible issue that led me to see this.
    
    Closes #18306

    Changed files

    • lib/asyn-thrdd.c
  2. Change #243197

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Mon 18 Aug 2025 13:25:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7dafe10db2f0b104317e6640670b4cd973a4e3da

    Comments

    ngtcp2: use custom mem funcs
    Pass curl's memory functions to the nghttp3 and ngtcp2 functions that
    allow them. This allows custom memory functions passed by the curl user
    to be used in nghttp3 and ngtcp2.
    
    Closes #18196

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h