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

Builder curl-ares-solaris10-i386 Build #4263

Build In Progress:

ETA: 11:29:17 [4 mins, 19 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    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/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4263 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Mar 24 02:26:21 2026
Elapsed8 hrs, 58 mins, 36 secs

All Changes:

:

  1. Change #262131

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 23:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 664db28d2972d5ee82eb41473006a0d72346f3c5

    Comments

    test2405: require wakeup
    To get the correct file descriptor count
    
    Reported-by: Marcel Raad
    Fixes #21069
    Closes #21074

    Changed files

    • tests/data/test2405
  2. Change #262135

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Mar 2026 23:03:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6

    Comments

    lib: add thread pool and queue
    - new source files for thread pool and queue
    - test cases 3217 and 3218 for them
    - internal documentation
    
    Closes #20916

    Changed files

    • docs/Makefile.am
    • docs/internals/THRDPOOL+QUEUE.md
    • lib/Makefile.inc
    • lib/curl_threads.c
    • lib/curl_threads.h
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/memdebug.c
    • lib/thrdpool.c
    • lib/thrdpool.h
    • lib/thrdqueue.c
    • lib/thrdqueue.h
    • tests/data/Makefile.am
    • tests/data/test3300
    • tests/data/test3301
    • tests/unit/Makefile.inc
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c