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

Builder curl-unthreaded-solaris11-sparc Build #6151

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione9f66196948e9e29e7cfd1d66357072c8ab1da11
Got Revisione9f66196948e9e29e7cfd1d66357072c8ab1da11
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 57 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6151 Build
codebase Build
got_revision e9f66196948e9e29e7cfd1d66357072c8ab1da11 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e9f66196948e9e29e7cfd1d66357072c8ab1da11 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jul 31 11:04:48 2026
EndFri Jul 31 11:41:21 2026
Elapsed36 mins, 32 secs

All Changes:

:

  1. Change #276635

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb21a37a68d347e79e06bec648cfa1be44e3944d

    Comments

    build: assume POSIX `select()` is available
    This change effectively replaces an explicit compile-time #error with
    a missing prototype error in environments not offering `select()`, and
    saves curl-compatible systems from performing an explicit feature check.
    
    Refs:
    https://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html
    https://linux.die.net/man/2/select
    
    Closes #22448

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • lib/config-mac.h
    • lib/config-os400.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curlx/wait.c
    • lib/select.c
  2. Change #276636

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca48bd076dfe108b22137340a9d050bb1c09ec24

    Comments

    curl_ed25519: tidy-up backend fallback
    Sync fallback logic with other crypto algos to:
    
    - allow falling back to the next backend candidate when wolfSSL does not
      have ed25519 built in.
    
    - de-duplicate fallback code.
    
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22450

    Changed files

    • lib/curl_ed25519.c
  3. Change #276637

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9f66196948e9e29e7cfd1d66357072c8ab1da11

    Comments

    curl_ed25519: drop unused wolfSSL random generator
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22451

    Changed files

    • lib/curl_ed25519.c