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

Builder curl-unthreaded-solaris10-sparc Build #13305

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 30 mins, 25 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 51 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Aug 18 10:52:42 2025
EndTue Aug 19 03:53:25 2025
Elapsed17 hrs, 42 secs

All Changes:

:

  1. Change #243145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 17 Aug 2025 22:52:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0ba8e7f9db9adf21f1550e72754ce1c65e40a2cd

    Comments

    test1549: verify CURLOPT_COOKIEFILE after expired cookies
    Verifies #18299 (de89b86046ee)
    Closes #18303

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1549
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1549.c
  2. Change #243146

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 17 Aug 2025 22:56:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 435069fcd94d5706919fe7a8967bb4f0fe769acb

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #243178

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 Aug 2025 09:57:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e4406860346b546cda6bcacd30d5db07c8efce0b

    Comments

    ftp: use 'conn' instead of 'data->conn'
    In the ftp_state_use_port function, as we already use that local
    variable for all other conn accesses.
    
    Closes #18304

    Changed files

    • lib/ftp.c
  4. Change #243179

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 Aug 2025 09:58:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 294ebba56588754f226c8ab49e85dd457b5a1df4

    Comments

    bufq: simplify condition
    'result' is always CURLE_AGAIN here
    
    Pointed out by CodeSonar
    
    Closes #18305

    Changed files

    • lib/bufq.c