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

Builder curl-ares-solaris10-sparc Build #3482

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf180818976a268890899a95384889d16cf5fc68b
Got Revisionf180818976a268890899a95384889d16cf5fc68b
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 mins, 6 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 3482 Build
codebase Build
got_revision f180818976a268890899a95384889d16cf5fc68b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f180818976a268890899a95384889d16cf5fc68b 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. Daniel Stenberg

Timing:

StartSat Mar 7 19:25:51 2026
EndSun Mar 8 12:57:13 2026
Elapsed17 hrs, 31 mins, 22 secs

All Changes:

:

  1. Change #260152

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 10:58:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1495489c41d10ab9198caee8506be145b450b8a8

    Comments

    docs: drop basically
    Another filler word
    
    Closes #20835

    Changed files

    • .github/scripts/badwords.txt
    • docs/FAQ.md
    • docs/TODO.md
    • docs/TheArtOfHttpScripting.md
    • docs/VULN-DISCLOSURE-POLICY.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/tests/TEST-SUITE.md
    • include/curl/curl.h
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/ftp.c
    • lib/http.c
    • lib/multi.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/urldata.h
    • tests/server/sws.c
  2. Change #260153

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 11:00:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3d7401a32a46516c9e5ee877e613e62ed35bddc

    Comments

    http: only send bearer if auth is allowed
    Verify with test 2006
    
    Closes #20843

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test2006
  3. Change #260194

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 13:36:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08d6497005939959b7ace7e8e107d4766c5a7795

    Comments

    cf-socket: ignore SOCK_CLOEXEC etc for socktype equality checks
    As the SOCK_CLOEXEC and SOCK_NONBLOCK get ORed to the socktype, this
    introduces the cf_socktype() function to use when checking for the
    specific socket type: DGRAM or STREAM. The function filters off the
    non-type related bits to enable the comparison.
    
    Follow-up to 05367694ecf24a5d39f
    
    Closes #20808

    Changed files

    • lib/cf-socket.c
  4. Change #260196

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 13:59:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b351fd1b9a2ca93a9b83d80a7be027031eb78e9c

    Comments

    test1849: reuse a proxy with different credentials
    Closes #20842

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1849
  5. Change #260200

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 14:21:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914

    Comments

    tests/FILEFORMAT.md: the <server> section is NOT mandatory
    It can be left out if no servers are necessary.
    
    Closes #20845

    Changed files

    • docs/tests/FILEFORMAT.md
  6. Change #260206

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 14:56:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f180818976a268890899a95384889d16cf5fc68b

    Comments

    DEPRECATE.md: SMB and NTLM become build-time opt-in
    Closes #20847

    Changed files

    • docs/DEPRECATE.md