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

Builder curl-threaded-solaris11-sparc Build #3869

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 54 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 3869 Build
codebase Build
got_revision 15839450be1640580df1c3bf449f0b7e73684419 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 15839450be1640580df1c3bf449f0b7e73684419 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. Daniel Stenberg
  2. renovate[bot]

Timing:

StartFri Apr 25 23:07:42 2025
EndSat Apr 26 00:42:52 2025
Elapsed1 hrs, 35 mins, 9 secs

All Changes:

:

  1. 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
  2. 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