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

Builder curl-unthreaded-solaris11-i386 Build #3698

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision897633eb210d5c8861495ce12d2e0ebdc1919efc
Got Revision897633eb210d5c8861495ce12d2e0ebdc1919efc
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 10 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3698 Build
codebase Build
got_revision 897633eb210d5c8861495ce12d2e0ebdc1919efc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 897633eb210d5c8861495ce12d2e0ebdc1919efc 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. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartWed Jul 9 16:31:19 2025
EndWed Jul 9 19:29:27 2025
Elapsed2 hrs, 58 mins, 7 secs

All Changes:

:

  1. Change #238773

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 09 Jul 2025 13:52:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3163d0ac398ee67ca06cdac3d4be9430dc790226

    Comments

    GHA: update dependency gnutls/gnutls to v3.8.10
    Closes #17872

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 13:52:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7735cf8199032c2a1ec14e8e2c7a5ecf87ef28ac

    Comments

    GHA/macos: adapt to macos-15 for upcoming macos-latest bump
    macos-latest is soon to switch to macos-15. Make sure it keeps working.
    
    Closes #17873

    Changed files

    • .github/workflows/macos.yml
  3. Change #238775

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 13:52:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a47695db33e3544faaf64eb6dc275bf084f111b0

    Comments

    test1499, 1599: use `%LOGDIR`
    Fixing test 1599 also fixes these warnings in the test log:
    ```
    Use of uninitialized value in join or string at /home/runner/work/curl/curl/tests/runner.pm line 774.
    ```
    https://github.com/curl/curl/actions/runs/16157402085/job/45602590085?pr=17768#step:39:743
    
    Assisted-by: Daniel Stenberg
    
    Fixes #17871
    Closes #17874

    Changed files

    • tests/data/test1499
    • tests/data/test1599
  4. Change #238779

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 09 Jul 2025 15:32:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 897633eb210d5c8861495ce12d2e0ebdc1919efc

    Comments

    docs: mention the as-is concept generically
    for curl command line options and for curl_easy_setopt
    
    Closes #17829

    Changed files

    • docs/cmdline-opts/_OPTIONS.md
    • docs/libcurl/curl_easy_setopt.md