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

Builder curl-unthreaded-solaris10-i386 Build #15996

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 8 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15996 Build
codebase Build
got_revision 47b8e1dbd3ad27d246409402081dcd554d4e13d7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 47b8e1dbd3ad27d246409402081dcd554d4e13d7 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Nov 19 15:58:00 2025
EndWed Nov 19 16:01:20 2025
Elapsed3 mins, 20 secs

All Changes:

:

  1. Change #249367

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 19 Nov 2025 15:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b0d23b901fd9dbc2eeef4e1048a53431a03f358b

    Comments

    GHA: set `--buildinfo` for `test-torture` jobs
    Only the `test-ci` build target sets `--buildinfo` automatically,
    since 985f39c0ce78b546e832c250588c14023123edfb. It needs to be set
    manually for other targets used in CI, such as `test-torture`,
    to enable the `buildinfo.txt` dump in the runtests step.
    
    For Test Clutch. In an attempt to re-sync `targetarch` with the rest of
    macOS jobs on the feature matrix page:
    https://testclutch.curl.se/static/reports/feature-matrix.html
    Before this patch and possibly since the breaking update It's `aarch64e`
    for torture jobs and `aarch64` for the rest
    
    (stricly speaking `aarch64e` is the correct value for all macOS jobs, but
    autotools and cmake report arm64/aarch64 without the `e`.)
    
    Regression from 985f39c0ce78b546e832c250588c14023123edfb #18147
    
    Closes #19601

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  2. Change #249368

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 19 Nov 2025 15:48:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 47b8e1dbd3ad27d246409402081dcd554d4e13d7

    Comments

    tidy-up: move `CURL_UNCONST()` out from macro `curl_unicodefree()`
    To stop applying it where not needed (most uses) and make it visible
    where it's actually used (5 uses).
    
    Follow-up to f4e23950c7b1c389cf0dde8b91353d85b8361b64 #16142
    
    Closes #19606

    Changed files

    • lib/curlx/multibyte.h
    • src/tool_getparam.c
    • src/tool_operate.c