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

Builder curl-threaded-solaris10-i386 Build #4211

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Feb 2 07:11:18 2026
EndMon Feb 2 22:04:03 2026
Elapsed14 hrs, 52 mins, 45 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