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

Builder curl-unthreaded-solaris11-sparc Build #2361

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 44 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 2361 Build
codebase Build
got_revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Philip H.
  2. Stefan Eissing

Timing:

StartFri Apr 26 00:58:19 2024
EndFri Apr 26 02:24:17 2024
Elapsed1 hrs, 25 mins, 57 secs

All Changes:

:

  1. Change #195975

    Category curl
    Changed by Philip H. <47042125+pheiduckohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Apr 2024 23:27:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 303bb8785c45fcad879c9c1c86e9c7e09ff68097

    Comments

    ci: remove microsoft-prod.list
    This is added by default, and it is often broken, but we don't need
    anything from it.
    
    Closes #13473

    Changed files

    • .github/workflows/awslc.yml
    • .github/workflows/codespell.yml
    • .github/workflows/linux.yml
    • .github/workflows/linux32.yml
    • .github/workflows/ngtcp2-linux.yml
    • .github/workflows/osslq-linux.yml
    • .github/workflows/proselint.yml
    • .github/workflows/quiche-linux.yml
    • .github/workflows/torture.yml
    • .github/workflows/wolfssl.yml
  2. Change #195977

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 23:31:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6

    Comments

    multi: multi_wait improvements
     - only call `multi_getsock()` once for all transfers
     - realloc pollset array on demand
     - fold repeated sockets
    
    Closes #13150

    Changed files

    • lib/multi.c
    • tests/http/scorecard.py