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

Builder curl-threaded-solaris10-sparc Build #2798

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfca1fdc988bd5d8573c4d38aaeae09f22e93ea5d
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2798 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision fca1fdc988bd5d8573c4d38aaeae09f22e93ea5d Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartTue May 13 02:48:39 2025
EndTue May 13 07:31:47 2025
Elapsed4 hrs, 43 mins, 7 secs

All Changes:

:

  1. Change #229589

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 16:34:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf511e7726a17e02f9730ee14058ddc92afaa1a5

    Comments

    TODO: Retry SOCKS handshake
    Closes #17222
    Closes #17326

    Changed files

    • docs/TODO
  2. Change #229597

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 12 May 2025 17:17:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1

    Comments

    asny-thrdd: fix detach from running thread
    When cancelling a threaded resolve and the thread is
    still running, detach from it under the mutex lock.
    
    Otherwise, the detach might happen after the thread finished
    and access already freed memory.
    
    Fixes #17256
    Reported-by: Mathieu Garaud
    Closes #17320

    Changed files

    • lib/asyn-thrdd.c
  3. Change #229616

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 22:45:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b33704511750f77b47c589a4165413e8b41890e

    Comments

    tests/server: stop using libcurl's printf functions
    Since the test servers are not built with libcurl the *printf code
    needed to get built separately, and they are not in the curlx
    collection.
    
    snprintf() is provided in all modern systems these days.
    
    Move curlx functions from lib/strerror.c to lib/curlx/winapi.c
    
    Assisted-by: Viktor Szakats
    
    Closes #17294

    Changed files

    • tests/server/Makefile.inc
    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
    • tests/server/util.h
  4. Change #229617

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Mon 12 May 2025 22:51:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fca1fdc988bd5d8573c4d38aaeae09f22e93ea5d

    Comments

    docs: update distros links

    Changed files

    • docs/DISTROS.md