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

Builder curl-threaded-solaris11-sparc Build #4443

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 42 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4443 Build
codebase Build
got_revision 5256ce229eeb91a5c1b19447c2c11723fdf016d1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5256ce229eeb91a5c1b19447c2c11723fdf016d1 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Sep 1 09:02:35 2025
EndMon Sep 1 09:57:08 2025
Elapsed54 mins, 32 secs

All Changes:

:

  1. 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
  2. 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
  3. 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