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

Builder curl-threaded-solaris10-sparc Build #3481

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 16 mins, 58 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3481 Build
codebase Build
got_revision dc08922a61efe546b318daf964514ffbf4158325 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dc08922a61efe546b318daf964514ffbf4158325 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Feb 18 19:05:15 2026
EndThu Feb 19 12:59:12 2026
Elapsed17 hrs, 53 mins, 56 secs

All Changes:

:

  1. Change #257986

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 18 Feb 2026 12:04:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1c9d5e484755d0670a8f5465094c0734c9edcb9

    Comments

    easy: reset errorbuf on eyeballing success
    Any failf() that fill the errorbuf need to be forgotten once happy
    eyeballing finds a succssful winner. Because the errorbuf, once set, is
    not overwritten with future error information.
    
    Adds test_05_05 to verify.
    
    Reported-by: Tim Friedrich Brüggemann
    Fixes #20608
    
    Closes #20613

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/curl_trc.c
    • lib/curl_trc.h
    • tests/http/test_05_errors.py
  2. Change #257987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Feb 2026 12:04:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc08922a61efe546b318daf964514ffbf4158325

    Comments

    openssl: disable local keylog feature if built-in upstream
    Reported-by: Paul Howarth
    Fixes #20611
    
    Closes #20614

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h