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

Builder curl-ares-solaris11-sparc Build #4272

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 36 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4272 Build
codebase Build
got_revision 8d00527e9ee270f5f5578dad12995657c9f7311d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d00527e9ee270f5f5578dad12995657c9f7311d Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartWed Jul 30 11:59:33 2025
EndWed Jul 30 13:22:57 2025
Elapsed1 hrs, 23 mins, 24 secs

All Changes:

:

  1. Change #241276

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 30 Jul 2025 10:56:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83da4d9d3ba3d6e1609435dbbf269ba0b9b72562

    Comments

    connectdata: remove primary+secondary ip_quadruple
    Since the content varies during connection setup and while doing it
    (eyeballing), remove these strcut from `connectdata` and replace use
    with querying the connection filters. Those keep that information
    already.
    
    Change the info logging of established connections to also give the
    local address and port.
    
    Closes #17960

    Changed files

    • lib/cf-haproxy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/ftp.c
    • lib/http.c
    • lib/ldap.c
    • lib/socks.c
    • lib/url.c
    • lib/url.h
    • lib/urldata.h
    • tests/http/testenv/vsftpd.py
  2. Change #241283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 11:26:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d00527e9ee270f5f5578dad12995657c9f7311d

    Comments

    schannel: use if(result) like the code style says
    instead of comparing != CURLE_OK
    
    Closes #18094

    Changed files

    • lib/vtls/schannel.c