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

Builder curl-unthreaded-solaris10-sparc Build #13155

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 37 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13155 Build
codebase Build
got_revision 73b8912580e3ef01c4f00f93c0a6dd39c50e083c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 73b8912580e3ef01c4f00f93c0a6dd39c50e083c 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. Stefan Eissing

Timing:

StartFri May 16 13:46:17 2025
EndFri May 16 22:14:36 2025
Elapsed8 hrs, 28 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