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

Builder curl-unthreaded-solaris11-i386 Build #5241

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 43 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 6 mins, 47 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5241 Build
codebase Build
got_revision aacb90bee9a11209c3f7d26cb7d91956b95b9524 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aacb90bee9a11209c3f7d26cb7d91956b95b9524 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jun 16 19:19:53 2026
EndTue Jun 16 20:55:02 2026
Elapsed1 hrs, 35 mins, 8 secs

All Changes:

:

  1. Change #271355

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

    Comments

    perl: `open... || ` -> `open... or` (cont.)
    Also: unfold a few lines, fix a space, add a missing parentheses.
    
    Follow-up to 678e63934cc4bd1941b20c5111d37a6e530d2a5d #22036
    
    Closes #22047

    Changed files

    • scripts/cd2cd
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/mk-ca-bundle.pl
    • scripts/nroff2cd
    • tests/allversions.pm
    • tests/ftpserver.pl
    • tests/libtest/test613.pl
    • tests/runner.pm
    • tests/runtests.pl
    • tests/test1119.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1222.pl
    • tests/test1488.pl
    • tests/valgrind.pm
  2. Change #271356

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

    Comments

    cmake/FindGSS: prioritize MIT over GNU in pkg-config detection
    To match the non-pkg-config path, and also suspected user expectation.
    
    This comes with a small incompatibility in return for more consistency.
    
    Bug: https://github.com/curl/curl/pull/22052#discussion_r3422424979
    Follow-up to 9e19a577eb93caae74c9793848efdf57480b04df #15176
    
    Closes #22053

    Changed files

    • CMake/FindGSS.cmake