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

Builder curl-ares-solaris11-i386 Build #3623

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision63381421f5ae632a0916cbbeabaa1bd07017d0ae
Got Revision63381421f5ae632a0916cbbeabaa1bd07017d0ae
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 7 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3623 Build
codebase Build
got_revision 63381421f5ae632a0916cbbeabaa1bd07017d0ae Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 63381421f5ae632a0916cbbeabaa1bd07017d0ae Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Jun 20 13:04:24 2025
EndFri Jun 20 15:26:57 2025
Elapsed2 hrs, 22 mins, 32 secs

All Changes:

:

  1. Change #237095

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Jun 2025 12:54:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63381421f5ae632a0916cbbeabaa1bd07017d0ae

    Comments

    connection: eliminate member `remote_addr`
    Used to be a pointer set (and cleared) by the socket connection filters
    to a struct in their contexts. Instead, add a filter query method to
    obtain the pointer when needed.
    
    Closes #17385

    Changed files

    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/ftp.c
    • lib/krb5.c
    • lib/tftp.c
    • lib/urldata.h
    • lib/vquic/curl_msh3.c