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

Builder curl-ares-solaris10-i386 Build #3385

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 5 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 3385 Build
codebase Build
got_revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1 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:

StartMon May 12 17:50:22 2025
EndMon May 12 21:39:17 2025
Elapsed3 hrs, 48 mins, 54 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