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

Builder curl-unthreaded-solaris10-sparc Build #13301

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision35a3b256f329cadd9248cca646cf82bf3d70b68c
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13301 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 35a3b256f329cadd9248cca646cf82bf3d70b68c Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartThu Aug 14 21:47:48 2025
EndFri Aug 15 06:53:05 2025
Elapsed9 hrs, 5 mins, 17 secs

All Changes:

:

  1. Change #242934

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 14 Aug 2025 08:57:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adb0fa737d040358042c738ee75325c4f090f939

    Comments

    socks5: split out two functions from the SOCKS5 state machine
    Complexity down from 74 to 59
    
    Closes #18277

    Changed files

    • lib/socks.c
  2. Change #242935

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 14 Aug 2025 08:58:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 16ddcd6712f58894d30849bfcc0248919f1684ab

    Comments

    wolfssh: move the sftp upload init out of the state machine
    Into its own function to reduce complexity. Takes complexity down from
    72 to 50.
    
    Closes #18278

    Changed files

    • lib/vssh/wolfssh.c
  3. Change #242939

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 14 Aug 2025 10:32:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d10880eac83930c320a349381b22fa85f984cea1

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to b1a7414
    Closes #18270

    Changed files

    • Dockerfile
  4. Change #242972

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 16:34:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be01b60ce532af6eb18c11fbd565355dbb570a2e

    Comments

    runtests: assume `Time::HiRes`, drop Perl Win32 dependency
    `Time::HiRes` was already used unconditionally before this patch in
    `servers.pm`. This package, and functions used by runtests (`sleep` and
    `gettimeofday`) are supported by the minimum Perl version required for
    curl:
    
    https://perldoc.perl.org/5.8.0/Time::HiRes
    
    - Drop the `portable_sleep()` wrapper in favor of `Time::HiRes::sleep()`.
    - Use `Time::HiRes` unconditionally in `serverhelp.pm`.
    - Stop using the `Win32` package where available. It was included
      to provide a Windows fallback for `Time::HiRes::sleep()`. It was never
      actually called, but the dependency may have loaded `Win32.dll`, which
      often appears in failed fork operations in GHA logs.
      Ref: a6fed41f6f12f3b71cfe85609f02a294b972d3d3 #5054 #5034
      Ref: https://github.com/curl/curl/discussions/14854
    
    Closes #18287

    Changed files

    • tests/ftpserver.pl
    • tests/processhelp.pm
    • tests/runner.pm
    • tests/runtests.pl
    • tests/serverhelp.pm
    • tests/servers.pm
  5. Change #242980

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 20:10:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 596383ca7165a4ec3a1774941bf7b90d4c2d1256

    Comments

    GHA/linux: try improving valgrind job times with cmake
    Make the:
    - mbedTLS valgrind job finish under 14m, vs 15m before.
    - OpenSSL -O3 valgrind job finish in 14m30, vs 16m17.
    - OpenSSL libssh2 valgrind job finish in 16m, vs 17m30.
    - long valgrind rustls job finish 1 minute earlier, in return
      for spending 30s more on the other rustls job.
    
    Keep using autotools for the less slow valgrind job to test this combo.
    
    Closes #18290

    Changed files

    • .github/workflows/linux.yml
  6. Change #242984

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 Aug 2025 21:02:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 35a3b256f329cadd9248cca646cf82bf3d70b68c

    Comments

    GHA/linux: skip building examples in valgrind jobs
    To make these long jobs finish a little bit faster.
    
    10s in total for 5 cmake jobs, 11s for 1 autotools job.
    
    Closes #18291

    Changed files

    • .github/workflows/linux.yml