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

Builder curl-ares-solaris11-i386 Build #4587

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 53 mins, 3 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4587 Build
codebase Build
got_revision 96fa42c7c03fc54c9d8311355253fadc3d5240f2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 96fa42c7c03fc54c9d8311355253fadc3d5240f2 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 1 19:29:13 2026
EndSun Feb 1 22:20:47 2026
Elapsed2 hrs, 51 mins, 34 secs

All Changes:

:

  1. Change #256779

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Feb 2026 17:29:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96fa42c7c03fc54c9d8311355253fadc3d5240f2

    Comments

    build: tidy up local `lseek()` mappings
    - stop redefining system symbol `lseek`, by introducing `curl_lseek()`.
    - handle AmigaOS quirk within the macro mapping.
    - add missing parenthesis to `LSEEK_ERROR` values.
    - tool_util: use curl `lseek` macros in `tool_ftruncate64()`.
    - move `LSEEK_ERROR` to right-hand side of if expressions.
    - checksrc: disallow direct uses of `_lseeki64`, `llseek`, `lseek`.
    
    Closes #20488

    Changed files

    • docs/internals/CODE_STYLE.md
    • lib/curl_setup.h
    • lib/file.c
    • scripts/checksrc.pl
    • src/tool_cb_see.c
    • src/tool_util.c
    • tests/server/tftpd.c