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

Builder curl-threaded-solaris10-sparc Build #2901

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 42 mins, 48 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 2901 Build
codebase Build
got_revision f0b8137c1cbe3ac47e506bffe9827a43e172c599 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f0b8137c1cbe3ac47e506bffe9827a43e172c599 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. Stefan Eissing

Timing:

StartFri Jul 11 01:52:51 2025
EndFri Jul 11 15:17:00 2025
Elapsed13 hrs, 24 mins, 9 secs

All Changes:

:

  1. Change #238912

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 10 Jul 2025 17:28:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74a94e699a8e68025432d48433603b80c72b7afb

    Comments

    socks: fix query when filter context is null
    socks connection filter context may be NULL at the time
    of a query, accomodate for that.
    
    Closes #17885

    Changed files

    • lib/socks.c
  2. Change #238913

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 10 Jul 2025 17:29:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 695eee432fc99eb3c004a160097550f3ffcd52f2

    Comments

    h3: fix query of concurrent streams
    Queries gave wrong value or ran into NULL pointers when called at
    times when connection filter was not fully initialized.
    
    Closes #17886

    Changed files

    • lib/http2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
  3. Change #238926

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Jul 2025 18:23:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d516628d14e3cb079f4863f1f36e64c9d4810271

    Comments

    curl: unify pointer names to global config
    Use 'config' for pointing to a OperationConfig
    
    Use 'global' for pointing to GlobalConfig
    
    Bonus: add config_alloc(), an easier way to allocate + init a new
    OperationConfig struct.
    
    Closes #17888

    Changed files

    • src/tool_cb_dbg.c
    • src/tool_cb_hdr.c
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_cfgable.h
    • src/tool_easysrc.c
    • src/tool_easysrc.h
    • src/tool_formparse.c
    • src/tool_formparse.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_main.c
    • src/tool_msgs.c
    • src/tool_msgs.h
    • src/tool_operate.h
    • src/tool_parsecfg.c
    • src/tool_parsecfg.h
    • src/tool_setopt.c
    • src/tool_setopt.h
    • tests/data/test96
  4. Change #238949

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Jul 2025 23:28:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0b8137c1cbe3ac47e506bffe9827a43e172c599

    Comments

    curl: remove the global argument from many functions
    Since the config struct has a pointer to it, both pointers don't need to
    be passed on.
    
    Closes #17890

    Changed files

    • src/config2setopts.c
    • src/config2setopts.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_operate.c
    • src/tool_parsecfg.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_ssls.c
    • src/tool_ssls.h