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

Builder curl-unthreaded-solaris11-i386 Build #3621

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Jun 20 14:31:39 2025
EndFri Jun 20 17:25:14 2025
Elapsed2 hrs, 53 mins, 35 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
  2. Change #237097

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Jun 2025 13:08:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2eb44492206ca1a2abf2cef35425804ecfb5542

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES