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

Builder curl-ares-solaris10-sparc Build #3706

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro
  2. Viktor Szakats

Timing:

StartSat Aug 8 05:55:13 2026
EndSat Aug 8 21:16:44 2026
Elapsed15 hrs, 21 mins, 30 secs

All Changes:

:

  1. Change #277427

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Fri 07 Aug 2026 17:59:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a15cf1ea07963ab9d92803e23a96ac5541c6ba0f

    Comments

    configure: clarify --enable-debug option
    - Change --enable-debug help text to say it is for developing curl.
    
    - Warn when --enable-debug is used.
    
    This change copies the help text and warning from cmake ENABLE_DEBUG.
    Also, it shortens the "for debugging curl itself" to just say "for
    debugging curl".
    
    Now it looks like this:
    
      --enable-debug          Enable curl debug features (for developing
                              curl)
      --disable-debug         Disable curl debug features
    
    Ref: https://github.com/curl/curl/issues/22481#issuecomment-5207220359
    
    Reported-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/22512

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL.md
    • m4/curl-confopts.m4
  2. Change #277436

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 07 Aug 2026 21:50:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 817d75e25bb61b33f8976279c040ffa17f563639

    Comments

    tests/server/tftpd: replace duplicate code with `open_udp_sock()` call
    Follow-up to 7f6a75664f9fb45390193e492ee3361fb795d098 #22506
    
    Closes #22517

    Changed files

    • tests/server/tftpd.c