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

Builder curl-ares-solaris10-i386 Build #3398

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision73b8912580e3ef01c4f00f93c0a6dd39c50e083c
Got Revision73b8912580e3ef01c4f00f93c0a6dd39c50e083c
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 17 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 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 3398 Build
codebase Build
got_revision 73b8912580e3ef01c4f00f93c0a6dd39c50e083c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 73b8912580e3ef01c4f00f93c0a6dd39c50e083c 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. Stefan Eissing

Timing:

StartFri May 16 13:07:10 2025
EndFri May 16 15:33:30 2025
Elapsed2 hrs, 26 mins, 19 secs

All Changes:

:

  1. Change #229989

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 16 May 2025 12:55:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73b8912580e3ef01c4f00f93c0a6dd39c50e083c

    Comments

    asnyc-thrdd: explain how this is okay with a comment
    Coverity assess correctly that a variable write under mutex lock could
    overwrite values from another thread - if the function were ever called
    from multiple thread for the same transfer - which it is not.
    
    Closes #17365

    Changed files

    • lib/asyn-thrdd.c