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

Builder curl-ares-solaris11-sparc Build #4302

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 21 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 4302 Build
codebase Build
got_revision ff5140a25f42fef80325c6e28c4802fdb7e06386 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ff5140a25f42fef80325c6e28c4802fdb7e06386 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
  2. Viktor Szakats

Timing:

StartMon Aug 4 16:32:24 2025
EndMon Aug 4 17:00:55 2025
Elapsed28 mins, 31 secs

All Changes:

:

  1. Change #241946

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 Aug 2025 16:20:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 854b0e230cd5f84ae6fce3cefe12ee6de12788f3

    Comments

    hostip: do DNS cache pruning in milliseconds
    Instead of using integer seconds. Also: if the cache contains over
    30,000 entries after first pruning, it makes anoter round and removes
    all entries that are older than half the age of the oldest entry until
    it goes below 30,000.
    
    Closes #18160

    Changed files

    • lib/hostip.c
    • lib/hostip.h
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
    • tests/unit/unit1607.c
  2. Change #241947

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 16:28:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff5140a25f42fef80325c6e28c4802fdb7e06386

    Comments

    GHA/windows: give more time for Ubuntu installs
    Recently sometimes the Ubuntu package repository is very slow to access.
    Remove the time limit for the install step, and bump the total limit,
    aligning with Linux jobs.
    
    In most cases the `install packages` steps takes 15-25 seconds.
    Sometimes this goes up to 30-45 minutes.
    
    Reported-by: nevakrien on github
    Bug: https://github.com/curl/curl/discussions/14854#discussioncomment-13988574
    Closes #18163

    Changed files

    • .github/workflows/windows.yml