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

Builder curl-unthreaded-solaris10-sparc Build #13309

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 44 mins, 22 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13309 Build
codebase Build
got_revision 9a37dd3494377ef3b5169deafa186cb647f06bfc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9a37dd3494377ef3b5169deafa186cb647f06bfc 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. Gabriel Marin
  2. Viktor Szakats

Timing:

StartThu Aug 21 04:50:09 2025
EndThu Aug 21 20:43:51 2025
Elapsed15 hrs, 53 mins, 41 secs

All Changes:

:

  1. Change #243371

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 Aug 2025 15:31:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b2d8b7756859eecd74702c52044141e083bb90b

    Comments

    tests: delete unused commands
    `runtests.pl` defaults to `-` if a command is not set, since
    c43ad0f97283a7e25d61a81b9f9f238432ec494b.
    
    Also:
    - drop a stray `</file>`.
    - replace a `nothing` with a guaranteed invalid hostname.
      Ref: https://github.com/curl/curl/pull/18263/commits/4334033b43acca9b01ba43e08e611c8654feb84d
    - replace unused URLs with `-`.
    
    Closes #18319

    Changed files

    • tests/data/test1330
    • tests/data/test1506
    • tests/data/test1508
    • tests/data/test1510
    • tests/data/test1512
    • tests/data/test1521
    • tests/data/test1537
    • tests/data/test1538
    • tests/data/test1550
    • tests/data/test1557
    • tests/data/test1564
    • tests/data/test1597
    • tests/data/test2402
    • tests/data/test2404
    • tests/data/test2502
    • tests/data/test3026
    • tests/data/test501
    • tests/data/test509
    • tests/data/test517
    • tests/data/test543
    • tests/data/test557
    • tests/data/test558
    • tests/data/test751
  2. Change #243394

    Category curl
    Changed by Gabriel Marin <gbrlmarnohnoyoudont@gmail.com>
    Changed at Wed 20 Aug 2025 22:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a37dd3494377ef3b5169deafa186cb647f06bfc

    Comments

    easy: add 'poll_fds' function to reduce size of 'wait_or_timeout'
    Closes #18313

    Changed files

    • lib/easy.c