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

Builder curl-unthreaded-solaris10-i386 Build #16035

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionee97c2a96a07bad19504973df1384b18419a8eac
Got Revisionee97c2a96a07bad19504973df1384b18419a8eac
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 27 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 16035 Build
codebase Build
got_revision ee97c2a96a07bad19504973df1384b18419a8eac Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ee97c2a96a07bad19504973df1384b18419a8eac 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:

StartTue Nov 25 01:57:59 2025
EndTue Nov 25 02:00:36 2025
Elapsed2 mins, 36 secs

All Changes:

:

  1. Change #249862

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 25 Nov 2025 01:46:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee97c2a96a07bad19504973df1384b18419a8eac

    Comments

    tests/server: use curlx file open/close functions
    Replace:
    - `open()` with `curlx_open()` (1 call).
    - `fopen()` with `curlx_fopen()`.
    - `fclose()` with `curlx_fclose()`.
    
    To centralize interacting with the CRT in preparation for using "safe"
    alternatives on Windows. This also adds long-filename and Unicode
    support for these operations on Windows.
    
    Keep using `open()` in the signal handler to avoid any issues with
    calling code not allowed in signal handlers.
    
    Cherry-picked from #19643
    Closes #19679

    Changed files

    • tests/server/.checksrc
    • tests/server/dnsd.c
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c