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

Builder curl-unthreaded-solaris10-i386 Build #16214

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartMon Dec 15 02:21:40 2025
EndMon Dec 15 02:30:20 2025
Elapsed8 mins, 40 secs

All Changes:

:

  1. Change #252204

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Dec 2025 02:14:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2399ec74c3494d98e9a0264079bd804b8ee8ba89

    Comments

    tidy-up: replace banned `printf()` with `puts()`
    In `curlinfo` and CMake integration test app.
    
    Closes #19972

    Changed files

    • src/curlinfo.c
    • tests/cmake/test.c
  2. Change #252205

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Dec 2025 02:14:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b10b7c1fcebe3ee03a683788d166e3ef5ee3dc9d

    Comments

    tests/server: fix initialization on Windows Vista+
    Make sure to call `curlx_now_init()` before the first call to
    `curlx_now()`.
    
    Before this patch the first `curlx_now()` used the non-Vista code path
    calling `GetTickCount()` on Vista+. This is harmless, but the upcoming
    PR #18009 is going to drop the non-Vista code path, causing a division
    by zero at startup in test servers, without this fix.
    
    Bug: https://github.com/curl/curl/pull/18009#issuecomment-3652154307
    
    Closes #19973

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.c
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c