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

Builder curl-ares-solaris11-sparc Build #5246

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 20 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5246 Build
codebase Build
got_revision 96fa42c7c03fc54c9d8311355253fadc3d5240f2 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 1 17:55:37 2026
EndSun Feb 1 19:07:42 2026
Elapsed1 hrs, 12 mins, 5 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