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

Builder curl-ares-solaris10-i386 Build #4178

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 4 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4178 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-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. dependabot[bot]

Timing:

StartSun Feb 1 21:28:29 2026
EndMon Feb 2 11:59:32 2026
Elapsed14 hrs, 31 mins, 2 secs

All Changes:

:

  1. Change #256775

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sun 01 Feb 2026 16:40:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 47734f324439c904c97d102c5827845964d6718f

    Comments

    GHA: bump GHA and pip dependencies
    - update `actions/checkout` from 6.0.1 to 6.0.2
    - update `ruff` from 0.14.11 to 0.14.14
    - update `cryptography` from 46.0.3 to 46.0.4
    - update `psutil` from 7.2.1 to 7.2.2
    - update `websockets` from 15.0.1 to 16.0
    
    Closes #20490
    Closes #20491

    Changed files

    • .github/scripts/requirements.txt
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/checkurls.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • tests/http/requirements.txt
  2. 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