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

Builder curl-threaded-solaris10-sparc Build #3723

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 16 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3723 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-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. Jay Satiro
  3. Viktor Szakats

Timing:

StartFri Aug 7 22:14:01 2026
EndSat Aug 8 13:13:05 2026
Elapsed14 hrs, 59 mins, 4 secs

All Changes:

:

  1. Change #277392

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Aug 2026 11:45:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff4bab0a68fcb1d3ffc31b61b71c877473dc04f4

    Comments

    ldap_do: refactor error handling and simplify show_vals function
    - (much) less code repetition
    
    - simplifies ldap_do somewhat
    
    Closes #22510

    Changed files

    • lib/ldap.c
  2. Change #277407

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Aug 2026 13:06:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a5d6a5502135a0dc8cc2c074a3913ba34c84440

    Comments

    curl_url_set.md: expand the CURLU_NO_AUTHORITY description
    Closes #22515

    Changed files

    • docs/libcurl/curl_url_set.md
  3. 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
  4. 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