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

Builder curl-ares-solaris10-sparc Build #3430

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Jan 29 12:50:21 2026
EndFri Jan 30 06:47:50 2026
Elapsed17 hrs, 57 mins, 29 secs

All Changes:

:

  1. Change #256623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 03:10:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d60f1006b09fb6f493540fadb8ae003465b5060e

    Comments

    GHA/macos: merge an autotools job into a cmake one, drop an iOS job
    Merging the two macOS jobs saves 4-5 minutes. The dropped iOS Ninja job
    saves 0.5-1 minute. (Keep the two slow iOS jobs to maintain variation.)
    
    Number of Apple jobs is 32 after this patch.
    
    Also:
    - skip building tests and example in iOS autotools to save 30-40s.
    
    Closes #20467

    Changed files

    • .github/workflows/macos.yml
  2. Change #256625

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 03:42:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f95c79a98827e7aa565ce748a7dee3e2752547cd

    Comments

    send: drop `CURL_UNCONST()` from buffer argument on most platforms
    Keep it on platforms requiring a non-const buffer. These are AmigaOS and
    OS400.
    
    Also:
    - replace `SEND_QUAL_ARG2` with boolean macro `SEND_NONCONST_ARG2`.
    
    Closes #20463

    Changed files

    • lib/config-mac.h
    • lib/config-os400.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_setup_once.h
    • lib/functypes.h
    • projects/vms/config_h.com