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

Builder curl-ares-solaris11-sparc Build #4441

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9598ccee59789716b92c885f63d82e12259b6f29
Got Revision9598ccee59789716b92c885f63d82e12259b6f29
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4441 Build
codebase Build
got_revision 9598ccee59789716b92c885f63d82e12259b6f29 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9598ccee59789716b92c885f63d82e12259b6f29 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Sep 2 07:52:43 2025
EndTue Sep 2 09:18:04 2025
Elapsed1 hrs, 25 mins, 20 secs

All Changes:

:

  1. Change #244263

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Sep 2025 07:50:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9598ccee59789716b92c885f63d82e12259b6f29

    Comments

    tool_filetime: correct the conditions
    The libcurl API for CURLINFO_FILETIME_T clearly says it contains -1 if
    not set. Everything else is a valid time stamp so use that.
    
    Follow-up to 54f1ef05d672453d75a5fc60
    Closes #18446

    Changed files

    • src/tool_filetime.c
    • src/tool_operate.c