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

Builder curl-unthreaded-solaris10-sparc Build #13111

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 59 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13111 Build
codebase Build
got_revision 15839450be1640580df1c3bf449f0b7e73684419 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 15839450be1640580df1c3bf449f0b7e73684419 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. renovate[bot]

Timing:

StartSat Apr 26 06:58:50 2025
EndSat Apr 26 16:18:50 2025
Elapsed9 hrs, 20 mins, 0 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