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

Builder curl-ares-solaris10-sparc Build #2303

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 34 mins, 6 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2303 Build
codebase Build
got_revision e8a007de0de526972ecde27ccabe3564be7722f4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e8a007de0de526972ecde27ccabe3564be7722f4 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Oct 13 13:38:09 2024
EndSun Oct 13 21:00:11 2024
Elapsed7 hrs, 22 mins, 1 secs

All Changes:

:

  1. Change #211484

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 13 Oct 2024 11:34:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 75dfb7b6499bf51d3fd8aba617fdd5bbf2a3f7c9

    Comments

    pytest: include `buildinfo.txt` in the output
    If present.
    
    It aims to provide TextClutch the same build information that
    `runtests.pl` already is providing.
    
    Ref: https://testclutch.curl.se/static/reports/feature-matrix.html
    Ref: #15256
    Follow-up to 1fdea1684602a1ae2870c67b5f3e8fd34f63da95 #14802
    Closes #15279

    Changed files

    • tests/http/conftest.py
  2. Change #211487

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 13 Oct 2024 11:34:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8a007de0de526972ecde27ccabe3564be7722f4

    Comments

    GHA: optimize test prereq steps
    - Linux: move test and pytest prereqs right before test run.
      - returns build phase results faster.
      - allows skipping steps for jobs that don't need them.
      - makes dependencies more transparent.
    - sync prereq install step names.
    - use `tests/requirements.txt` more.
    
    Closes #15275

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/linux32.yml
    • .github/workflows/macos.yml
    • .github/workflows/torture.yml
    • .github/workflows/windows.yml