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

Builder curl-unthreaded-solaris10-sparc Build #14131

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jay Satiro
  3. Max Dymond
  4. Viktor Szakats

Timing:

StartSat Sep 12 21:44:15 2026
EndSun Sep 13 12:04:22 2026
Elapsed14 hrs, 20 mins, 6 secs

All Changes:

:

  1. Change #281570

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Sat 12 Sep 2026 15:48:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a935481d4e04690ec2eef266528c8f5aacdc3608

    Comments

    lib: CURL_GLOBAL_WIN32 -> CURL_GLOBAL_WINSOCK
    - Change curl_global_init flag name from CURL_GLOBAL_WIN32 to
      CURL_GLOBAL_WINSOCK.
    
    - Retain CURL_GLOBAL_WIN32 as an alias for legacy reasons.
    
    - Remove lwIP initialization from CURL_GLOBAL_WINSOCK.
    
    Prior to this change lwIP init was controlled by the flag which did
    not make sense. It may have some historical reason but if it does then
    that should be represented by a different flag. AFAICT lwIP init is
    not our responsibility, since it may need different init depending on
    how it is used.
    
    The name change WIN32 -> WINSOCK is to eliminate user confusion. The name
    WIN32 may imply a broader Windows initialization, which libcurl always
    does and is not controlled by this flag.
    
    Reported-by: Viktor Szakats
    
    Ref: https://github.com/curl/curl/pull/22813#issuecomment-5529065833
    
    Closes https://github.com/curl/curl/pull/22819

    Changed files

    • docs/libcurl/curl_global_init.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/easy.c
    • projects/OS400/curl.inc.in
  2. Change #281571

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 12 Sep 2026 15:58:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bbaf2fffd947a1b7d1b96993caf00b9452200bd

    Comments

    SMB: drop support
    Closes #22652

    Changed files

    • .circleci/config.yml
    • .github/labeler.yml
    • .github/scripts/pyspelling.words
    • .github/workflows/checksrc.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • README.md
    • RELEASE-NOTES
    • configure.ac
    • docs/CURL-DISABLE.md
    • docs/FAQ.md
    • docs/FEATURES.md
    • docs/HISTORY.md
    • docs/INSTALL-CMAKE.md
    • docs/MANUAL.md
    • docs/TODO.md
    • docs/URL-SYNTAX.md
    • docs/cmdline-opts/_DESCRIPTION.md
    • docs/cmdline-opts/_PROTOCOLS.md
    • docs/libcurl/opts/CURLINFO_PROTOCOL.md
    • docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.md
    • docs/libcurl/opts/CURLOPT_FILETIME.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
    • docs/libcurl/symbols-in-versions
    • docs/tests/FILEFORMAT.md
    • docs/tests/TEST-SUITE.md
    • lib/Makefile.inc
    • lib/curl_config-cmake.h.in
    • lib/protocol.c
    • lib/protocol.h
    • lib/smb.c
    • lib/smb.h
    • lib/urldata.h
    • lib/version.c
    • projects/OS400/README.OS400
    • scripts/cd2nroff
    • tests/Makefile.am
    • tests/data/Makefile.am
    • tests/data/test1451
    • tests/data/test1627
    • tests/data/test1850
    • tests/requirements.txt
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/smbserver.py
    • tests/unit/unit1627.c
  3. Change #281573

    Category curl
    Changed by Max Dymond <cmeister2ohnoyoudont@gmail.com>
    Changed at Sat 12 Sep 2026 16:20:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0e27276b06d60bf0b01197ef52b0f40a22f72098

    Comments

    netrc: empty quoted values now produce a valid empty string
    Detected by: OSS-Fuzz
    Bug: https://issues.oss-fuzz.com/issues/560352522
    Closes #22921

    Changed files

    • lib/netrc.c
    • tests/unit/unit1304.c
  4. Change #281582

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Sep 2026 17:52:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision efd42dfbbf656870f8885815d07b0d16a5771f69

    Comments

    tidy-up: drop mentions of `impacket`
    Follow-up to 7bbaf2fffd947a1b7d1b96993caf00b9452200bd #22652
    
    Closes #22925

    Changed files

    • .github/scripts/pyspelling.words
    • docs/tests/TEST-SUITE.md