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

Builder curl-threaded-solaris11-i386 Build #5217

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8b1be77c4421067db5c5d2070974cb2fddc840c2
Got Revision8b1be77c4421067db5c5d2070974cb2fddc840c2
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]
  3. sourceturner

Timing:

StartThu Jun 11 21:18:19 2026
EndThu Jun 11 23:51:25 2026
Elapsed2 hrs, 33 mins, 6 secs

All Changes:

:

  1. Change #270496

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:31:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0d433d0809326b4015232765ac913ab336a0172

    Comments

    GHA: update debian:bookworm-slim Docker digest to 96e378d
    Closes #21958

    Changed files

    • Dockerfile
  2. Change #270497

    Category curl
    Changed by sourceturner <186975065+sourceturnerohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:33:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04a85a1d385fb94ef076764c926a8c0006eff19f

    Comments

    asyn-thrdd: add IPv6 guards
    It seems that the usual '#ifdef USE_IPV6' guards have been overlooked in
    lib/asyn-thrdd.c.
    
    This commit makes sure that the code compiles if IPv6 is not available.
    
    Closes #21881

    Changed files

    • lib/asyn-thrdd.c
  3. Change #270502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a606c68faa10ac726a246d3a78f03488b22c26c

    Comments

    tidy-up: miscellaneous
    - GHA/windows: drop redundant double-quotes.
    - CMake/PickyWarnings: improve/shorten comment.
    - INTERNALS: fix typo in LibreSSL release date.
    - drop redundant parentheses from single variables and sole `#if`
      expressions.
    - cf-ip-happy: fix missing space from error string.
    - telnet: fix parentheses in commented PP code.
    - lib1922: fix typo test output text.
    - smbserver: unfold lines.
    - smbserver: use f-string.
    - smbserver: initialize binary string as b``.
    - fix typos in comments.
    
    Closes #21972

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
    • docs/INTERNALS.md
    • docs/examples/chkspeed.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • lib/cf-ip-happy.c
    • lib/http2.c
    • lib/multi.c
    • lib/peer.h
    • lib/telnet.c
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vtls/schannel_verify.c
    • tests/data/test1922
    • tests/libtest/lib1922.c
    • tests/smbserver.py
  4. Change #270503

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:52:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e35ba09f47d55ff315a381032856e35f6da3f6dd

    Comments

    tidy-up: add spaces around equal operators where missing
    Found via regex search: `=[^~>= ]`
    
    Closes #21975

    Changed files

    • .github/scripts/randcurl.pl
    • docs/examples/adddocsref.pl
    • docs/examples/version-check.pl
    • docs/libcurl/mksymbolsmanpage.pl
    • docs/libcurl/symbols.pl
    • lib/optiontable.pl
    • scripts/badwords
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/cdall
    • scripts/checksrc.pl
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/nroff2cd
    • scripts/release-notes.pl
    • scripts/singleuse.pl
    • scripts/top-complexity
    • scripts/top-length
    • src/mkhelp.pl
    • tests/allversions.pm
    • tests/appveyor.pm
    • tests/ftpserver.pl
    • tests/getpart.pm
    • tests/globalconfig.pm
    • tests/http2-server.pl
    • tests/http3-server.pl
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/memanalyze.pl
    • tests/memanalyzer.pm
    • tests/pathhelp.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1165.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1175.pl
    • tests/test1177.pl
    • tests/test1222.pl
    • tests/test1275.pl
    • tests/test1276.pl
    • tests/test1477.pl
    • tests/test1486.pl
    • tests/test1488.pl
    • tests/test1544.pl
    • tests/test745.pl
    • tests/test971.pl
    • tests/testcurl.pl
    • tests/testutil.pm
  5. Change #270507

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 20:57:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b1be77c4421067db5c5d2070974cb2fddc840c2

    Comments

    runtests: fix tests for curl builds with embedded CA bundle
    Reported-by: Rainer Jung
    Co-authored-by: Rainer Jung
    Fixes #21970
    Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
    
    Closes #21973

    Changed files

    • tests/runtests.pl