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

Builder curl-unthreaded-solaris11-i386 Build #4994

Build In Progress:

ETA: 16:27:15 [33 mins, 25 secs]

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision032ea65ff2f5bf58f9c0c9e347dee7a850a42baa
Got Revision032ea65ff2f5bf58f9c0c9e347dee7a850a42baa
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4994 Build
codebase Build
got_revision 032ea65ff2f5bf58f9c0c9e347dee7a850a42baa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 032ea65ff2f5bf58f9c0c9e347dee7a850a42baa Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Apr 27 13:49:37 2026
Elapsed2 hrs, 4 mins, 12 secs

All Changes:

:

  1. Change #265588

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aab8d47227b84fe54f082e9ee4b9f42078152f71

    Comments

    units: tidy up dynbuf init
    Init dynbuf after global init to bring closer to use, improve
    readability and sync test sources.
    
    Closes #21451

    Changed files

    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1666.c
    • tests/unit/unit1667.c
  2. Change #265589

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d89043fbcf985607dea25952c5f0ae5014914ac

    Comments

    runtests: fix linefeeds in log messages
    Cherry-picked from #21449
    
    Closes #21452

    Changed files

    • tests/ftpserver.pl
    • tests/runner.pm
  3. Change #265590

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2f84e6ba9f1a6135d3bb33fd0b881a5d90cf606

    Comments

    tunits: initialize global `tool_stderr`
    To avoid difficult to track down crashes when a tested function ends up
    outputing a message via `errorf()`, `warnf()` or siblings.
    
    Cherry-picked from #21449
    
    Closes #21454

    Changed files

    • tests/libtest/first.c
  4. Change #265592

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 12:09:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13b6a6036cacef0523e1968a080403437d413de1

    Comments

    tool_dirhie: fix to create drive-relative directory
    Fix to create the top directory `foo` when specified as
    `X:foo\bar\filename`, on Windows and MS-DOS. Add test to verify.
    
    Caught by Codex Security
    
    Follow-up to 787ee935acd5867bdac836b2043b6095eed2c29e #16566
    
    Closes #21449

    Changed files

    • src/tool_dirhie.c
    • src/tool_dirhie.h
    • tests/data/Makefile.am
    • tests/data/test1720
    • tests/tunit/Makefile.inc
    • tests/tunit/tool1720.c
  5. Change #265595

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 27 Apr 2026 12:50:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ea3060a259ec4854ebc423626743d306e9892eb

    Comments

    write-out.md: minor language fix
    Pointed out by Copilot
    
    Closes #21455

    Changed files

    • docs/cmdline-opts/write-out.md
  6. Change #265612

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 13:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 032ea65ff2f5bf58f9c0c9e347dee7a850a42baa

    Comments

    tidy-up: whitespace
    Closes #21456

    Changed files

    • docs/VERIFY.md
    • lib/hostip.c
    • lib/httpsrr.h
    • lib/setopt.c
    • tests/libtest/lib1560.c