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

Builder curl-threaded-solaris10-sparc Build #2866

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 47 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 9 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2866 Build
codebase Build
got_revision b2eb44492206ca1a2abf2cef35425804ecfb5542 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b2eb44492206ca1a2abf2cef35425804ecfb5542 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Jun 20 14:19:52 2025
EndSat Jun 21 03:02:39 2025
Elapsed12 hrs, 42 mins, 47 secs

All Changes:

:

  1. Change #237086

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Jun 2025 08:59:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 726e7bba4c7e63558489ef905f5a47fb637e5d37

    Comments

    cmake: simplify handling generated `lib1521.c` in libtests
    Also unfold line and sync with other tests.
    
    Closes #17676

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
  2. 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
  3. 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
  4. 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