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

Builder curl-threaded-solaris11-sparc Build #6055

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision174cafb3e6075e7c82d270dfe7a0011809422178
Got Revision174cafb3e6075e7c82d270dfe7a0011809422178
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 17 15:30:07 2026
EndWed Jun 17 16:13:27 2026
Elapsed43 mins, 20 secs

All Changes:

:

  1. Change #271492

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 766969be39bbc9f0172ece496965fd2a6f30f06b

    Comments

    GHA: sync apt-get code between workflows/jobs
    - delete 3rd-party apt sources, where missing.
    - do `apt-get update`, where missing.
    
    Closes #22067

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  2. Change #271493

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8b76773af5bb14338033df8d4cf179732233cd4

    Comments

    GHA/linux: give more time for `apt-get install`
    3 minutes (was: 2).
    
    IIn the hope it fixes timeouts, assuming the Ubuntu mirrors are only
    somewhat slower sometimes (and not completely stalled).
    
    Closes #22068

    Changed files

    • .github/workflows/linux.yml
  3. Change #271494

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 15:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 174cafb3e6075e7c82d270dfe7a0011809422178

    Comments

    cmake: simplify `LINK_ONLY` imported target extraction
    Suggested-by: Kai Pastor
    Ref: https://github.com/curl/curl/pull/21654#discussion_r3425296606
    Follow-up to 3c597ced16e1f3aa7bfe08609add0feaf5c8d90d #21654
    
    Closes #22063

    Changed files

    • CMake/Macros.cmake