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

Builder curl-threaded-solaris10-sparc Build #3303

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione88209da1f52c8d651c611ef56706a2d0ad312db
Got Revisione88209da1f52c8d651c611ef56706a2d0ad312db
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 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 3303 Build
codebase Build
got_revision e88209da1f52c8d651c611ef56706a2d0ad312db Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e88209da1f52c8d651c611ef56706a2d0ad312db 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. Viktor Szakats

Timing:

StartWed Dec 17 00:42:52 2025
EndWed Dec 17 01:01:31 2025
Elapsed18 mins, 39 secs

All Changes:

:

  1. Change #252443

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Dec 2025 00:32:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e88209da1f52c8d651c611ef56706a2d0ad312db

    Comments

    examples/threaded-ssl: delete in favor of `examples/threaded`
    After applying a recent fix made to `threaded.c` (formerly
    `multithread.c`) to `threaded-ssl.c`, syncing and updating comments,
    the two examples turned out to be identical except their test URLs.
    
    Delete one of them to avoid duplication.
    
    Also:
    - examples/threaded: scope a variable.
    - examples/threaded: merge comments from its deleted sibling.
    
    Follow-up to 61273f58125c41a84febe90a50238ee7fb12a9ad #20001
    Follow-up to 971e8d661c68ce8859885c3ae865ff9441b62f0e #19526 #19524
    
    Closes #20002

    Changed files

    • docs/examples/.gitignore
    • docs/examples/Makefile.inc
    • docs/examples/threaded-ssl.c
    • docs/examples/threaded.c