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

Builder curl-ares-solaris10-sparc Build #2282

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 20 mins, 35 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2282 Build
codebase Build
got_revision 6f454bab750751d0cb9d55fcbeff18d6435ccc3e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6f454bab750751d0cb9d55fcbeff18d6435ccc3e 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

Timing:

StartFri Oct 4 14:18:31 2024
EndFri Oct 4 17:20:13 2024
Elapsed3 hrs, 1 mins, 41 secs

All Changes:

:

  1. Change #210415

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Oct 2024 14:08:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f454bab750751d0cb9d55fcbeff18d6435ccc3e

    Comments

    asyn-ares: remove typecast, fix expire
    - Use the appropriate variable type for the curlx_tvtoms() return code:
      timediff_t and remove the typecast.
    
    - Simplify the function and avoid the odd expire adjustment that
      probably is a rest from ancient days when the expire function did not
      handle zero millisecond timeouts.
    
    Closes #15145

    Changed files

    • lib/asyn-ares.c