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

Builder curl-unthreaded-solaris11-sparc Build #2996

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 45 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 2996 Build
codebase Build
got_revision 436bbbe7abebf0ee3a2b0bfb3ec5db7ce8c8db4c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 436bbbe7abebf0ee3a2b0bfb3ec5db7ce8c8db4c 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. Viktor Szakats

Timing:

StartThu Oct 10 13:32:37 2024
EndThu Oct 10 15:02:20 2024
Elapsed1 hrs, 29 mins, 43 secs

All Changes:

:

  1. Change #211188

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 10 Oct 2024 12:16:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36bd8074758a0b3a784403eb3d2cc31d240de896

    Comments

    GHA/linux, http3-linux: add CMake support, sync steps, other improvements
    - use shallow clone for submodules.
    - reduce total job timeout from 90/60 -> 45 minutes.
    - use `$HOME` instead of literal.
    - http3-linux: sync step yaml order with linux.yml.
    - http3-linux: add cmake + ninja support like in linux.yml.
    - http3-linux: dump confgure log, test config, curl -V like in linux.yml.
    - http3-linux: skip restoring gnutls and wolfssl when not used.
    - dump `curl_config.h`.
    - fold a long line.
    
    Closes #15242

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #211205

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 10 Oct 2024 13:15:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 436bbbe7abebf0ee3a2b0bfb3ec5db7ce8c8db4c

    Comments

    GHA/linux: skip installing rust if rustls is in cache
    Rust remains installed for the Hyper job, because the rustls cache flag
    is always false in that case.
    
    Closes #15246

    Changed files

    • .github/workflows/linux.yml