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

Builder curl-ares-solaris10-i386 Build #3491

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 56 mins, 56 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3491 Build
codebase Build
got_revision b2eb44492206ca1a2abf2cef35425804ecfb5542 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b2eb44492206ca1a2abf2cef35425804ecfb5542 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
  3. Viktor Szakats

Timing:

StartFri Jun 20 16:46:23 2025
EndSat Jun 21 01:32:56 2025
Elapsed8 hrs, 46 mins, 32 secs

All Changes:

:

  1. Change #237090

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Jun 2025 10:15:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d270732b62f6432d97044a66f4fd2bd9fd26677

    Comments

    autotools: drop `$top_builddir/src` from src header path
    There is no generated header or source in `$top_builddir/src`, that src
    would #include. Also syncing with cmake.
    
    Closes #17679

    Changed files

    • src/Makefile.am
  2. 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
  3. 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