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

Builder curl-threaded-solaris11-i386 Build #3716

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 56 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3716 Build
codebase Build
got_revision 695eee432fc99eb3c004a160097550f3ffcd52f2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 695eee432fc99eb3c004a160097550f3ffcd52f2 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Jul 10 17:36:58 2025
EndThu Jul 10 20:35:52 2025
Elapsed2 hrs, 58 mins, 53 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