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

Builder curl-ares-solaris11-i386 Build #3442

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartSat Apr 26 00:30:13 2025
EndSat Apr 26 04:47:39 2025
Elapsed4 hrs, 17 mins, 26 secs

All Changes:

:

  1. Change #228328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 21:06:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7914f75aa8ecdd68cdbb130c1351a7432597fe4

    Comments

    sectransp: fix building for macOS Sierra and older
    Reported-by: Eric Knibbe
    Bug: https://github.com/curl/curl/pull/16581#issuecomment-2830837500
    Regression from 2d94439eaa8da4fe11f99872a8b44087f74f88b0 #16581
    
    Closes #17193

    Changed files

    • lib/vtls/sectransp.c
  2. Change #228329

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 21:10:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d58ff6e4b5932d4a822d678473583dd635ca7cca

    Comments

    GHA/macos: fix typo in comment [ci skip]

    Changed files

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

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 25 Apr 2025 22:34:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01b177721b895bcd807d52c38bf54fb3f280688f

    Comments

    GHA: update wolfSSL/wolfssl to v5.8.0
    Closes #17182

    Changed files

    • .circleci/config.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. Change #228338

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 22:38:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 15839450be1640580df1c3bf449f0b7e73684419

    Comments

    urlapi: redirecting to "" is considered fine
    If the CURLU handle already holds a proper URL, otherwise it is an
    error.
    
    Verified by test 1560
    
    Fixes #17188
    Reported-by: zopsicle on github
    Closes #17189

    Changed files

    • docs/libcurl/curl_url_set.md
    • lib/urlapi.c
    • tests/libtest/lib1560.c