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

Builder curl-threaded-solaris11-i386 Build #5010

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision13b6a6036cacef0523e1968a080403437d413de1
Got Revision13b6a6036cacef0523e1968a080403437d413de1
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Apr 27 12:40:08 2026
EndMon Apr 27 15:06:23 2026
Elapsed2 hrs, 26 mins, 15 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