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

Builder curl-ares-solaris10-sparc Build #3657

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 43 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 3657 Build
codebase Build
got_revision 8664a9f3785bb98d1039729a16e467a8f8cdf189 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8664a9f3785bb98d1039729a16e467a8f8cdf189 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. Viktor Szakats

Timing:

StartFri Jun 12 13:32:04 2026
EndSat Jun 13 01:23:06 2026
Elapsed11 hrs, 51 mins, 1 secs

All Changes:

:

  1. Change #270554

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:33:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision abdfa2baff7a1b30e997f370d4a8a7a0ef04929f

    Comments

    lib695, lib757: fix truncated newline in error messages
    Closes #21980

    Changed files

    • tests/libtest/lib695.c
    • tests/libtest/lib757.c
  2. Change #270564

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 02:46:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d77b4b74073440d9e32555e6594727f7ddaa6e32

    Comments

    GHA: drop `brew update` from all jobs
    After adding it a month ago (where missing) to fix a failure.
    
    Removing this time to fix a different failure (on Linux), and also to
    improve CI performance. Some install steps take over a minute, most of
    that spent on `brew update`.
    
    GH runner images also enabled extra taps which may contribute to further
    delays, and seen to make it more fragile if GH itself struggles (taps
    are hosted there.)
    
    Refs:
    https://github.com/curl/curl/actions/runs/27384213554/job/80927624171
    https://github.com/curl/curl/actions/runs/27382368348/job/80921910973
    
    Follow-up to db5d8886738ca8a335898c497ae4808f65ea7781 #21608
    
    Closes #21981

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  3. Change #270600

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 12:08:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 410f3ca585a978d4e505b518c9fb504af92d0665

    Comments

    checksrc: silence `-b` option debug message
    Closes #21985

    Changed files

    • scripts/checksrc.pl
  4. Change #270606

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 12 Jun 2026 12:57:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab3bb8cd8be8f9d4acb97da0418abc279182041e

    Comments

    config2setopts: use default protocol properly
    Verified by test 1724, 1725 and 2036
    
    Closes #21983

    Changed files

    • docs/cmdline-opts/proto-default.md
    • src/config2setopts.c
    • tests/data/Makefile.am
    • tests/data/test1724
    • tests/data/test1725
    • tests/data/test2036
  5. Change #270610

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 12 Jun 2026 13:19:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8664a9f3785bb98d1039729a16e467a8f8cdf189

    Comments

    runtests: error out on duplicate test names
    Closes #21984

    Changed files

    • tests/runtests.pl