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

Builder curl-unthreaded-solaris10-i386 Build #16397

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 0 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 16397 Build
codebase Build
got_revision f95c79a98827e7aa565ce748a7dee3e2752547cd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f95c79a98827e7aa565ce748a7dee3e2752547cd 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. Dan Fandrich
  2. Viktor Szakats

Timing:

StartThu Jan 29 08:00:15 2026
EndThu Jan 29 22:28:10 2026
Elapsed14 hrs, 27 mins, 54 secs

All Changes:

:

  1. Change #256593

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 28 Jan 2026 17:45:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3509a41494ef9b86664c0608d33834eb0f3d6b18

    Comments

    docs: document the need for a 64-bit type and stdint.h
    These are requirements above and above C89.
    
    Ref: #20406
    
    Closes #20384

    Changed files

    • .github/scripts/pyspelling.words
    • docs/INTERNALS.md
  2. 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
  3. 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