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

Builder curl-ares-solaris10-i386 Build #3544

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond516628d14e3cb079f4863f1f36e64c9d4810271
Got Revisiond516628d14e3cb079f4863f1f36e64c9d4810271
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 53 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3544 Build
codebase Build
got_revision d516628d14e3cb079f4863f1f36e64c9d4810271 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d516628d14e3cb079f4863f1f36e64c9d4810271 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Jul 10 23:17:26 2025
EndFri Jul 11 07:57:45 2025
Elapsed8 hrs, 40 mins, 19 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