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

Builder curl-ares-solaris10-sparc Build #2957

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision63b7d8b8f4c2d1d7be7decab865b7e3f1acd377d
Got Revision63b7d8b8f4c2d1d7be7decab865b7e3f1acd377d
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 44 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 33 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 22 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Yedaya Katsman

Timing:

StartMon Sep 1 10:11:27 2025
EndMon Sep 1 23:21:48 2025
Elapsed13 hrs, 10 mins, 21 secs

All Changes:

:

  1. Change #244162

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 31 Aug 2025 23:25:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5798a51f038628e80b211c0985b3c5e93737bfa

    Comments

    test500: accept 81 allocations
    In some configs they happen
    
    Closes #18441

    Changed files

    • tests/data/test500
  2. Change #244169

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Sep 2025 08:51:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54f1ef05d672453d75a5fc60f7658eaa835ce5cc

    Comments

    tool_filetime: accept setting negative filetime
    This allows --remote-time to set dates before 1970.
    
    Due to a minor omission in the API, it will still avoid setting the time
    if it is indeed exactly epoch 0 (jan 1 1970).
    
    Verified by test 762
    
    Fixes #18424
    Reported-by: Terence Eden
    Closes #18443

    Changed files

    • src/tool_filetime.c
    • tests/data/Makefile.am
    • tests/data/test762
  3. Change #244170

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Sep 2025 08:52:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84c92f7113dddca342840876df5e440ba631232e

    Comments

    tool: move the error buffer to the per transfer struct
    To avoid having to alloc or manage it separately.
    
    Closes #18442

    Changed files

    • src/config2setopts.c
    • src/tool_operate.c
    • src/tool_operate.h
    • src/tool_writeout.c
  4. Change #244171

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Sep 2025 08:53:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5256ce229eeb91a5c1b19447c2c11723fdf016d1

    Comments

    cw-out: add assert for data->conn
    Instead of checking it runtime. CodeSonar pointed out that if it
    actually CAN legitimately be NULL here, then we need to do more checks
    for it...
    
    Closes #18440

    Changed files

    • lib/cw-out.c
  5. Change #244175

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Mon 01 Sep 2025 09:41:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63b7d8b8f4c2d1d7be7decab865b7e3f1acd377d

    Comments

    autotools: make curl-config executable
    This was already done when building using CMake:
    https://github.com/curl/curl/blob/fa9151b41ad986e0514d99dd3fe149f26a7a57a3/CMakeLists.txt#L2391-L2394
    
    Closes #18433

    Changed files

    • configure.ac