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

Builder curl-unthreaded-solaris10-sparc Build #13113

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 25 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 13113 Build
codebase Build
got_revision e9a35ded8a3057bd3135aef61bbfec6f7296886b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e9a35ded8a3057bd3135aef61bbfec6f7296886b 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:

StartSun Apr 27 00:09:09 2025
EndSun Apr 27 09:31:52 2025
Elapsed9 hrs, 22 mins, 42 secs

All Changes:

:

  1. Change #228426

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Apr 2025 23:21:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 991c30d0d647851560daf64faccc46f06d07e5f7

    Comments

    ws: fix the header replace check
    It passed in the wrong header length to the check function, which made
    it do duplicated headers in cases where the user provides its own set.
    
    Reported-by: sbernatsky on github
    Fixes #17170
    Closes #17194
    Closes #16178

    Changed files

    • lib/ws.c
  2. Change #228431

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Apr 2025 23:38:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision de8622b858e59e5460faf052ded9f65853c86efd

    Comments

    RELEASE-PROCEDURE.md: release candidate git tagging explained
    To help anyone wanting to build/reproduce release candidates, this is
    the set git tag naming scheme to use. Similar to, but different, than
    the "normal" release tags to not be possible to mixup.
    
    Closes #17177

    Changed files

    • docs/RELEASE-PROCEDURE.md
  3. Change #228432

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 26 Apr 2025 23:40:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b69232ba1dcab6f761356456e9efd2ec3c459f9

    Comments

    GHA: Update awslabs/aws-lc to v1.50.0
    Closes #17191

    Changed files

    • .github/workflows/linux.yml
  4. Change #228433

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 26 Apr 2025 23:42:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85c70f8045c7328c74d8076b5273f5effe4f6bad

    Comments

    GHA: update actions/download-artifact digest to d3f86a1
    Closes #17174

    Changed files

    • .github/workflows/distcheck.yml
  5. Change #228434

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Apr 2025 23:43:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9a35ded8a3057bd3135aef61bbfec6f7296886b

    Comments

    curl_osslq: remove a leftover debug fprintf() call
    Reported-by: xiadnoring on github
    Fixes #17198
    Closes #17202

    Changed files

    • lib/vquic/curl_osslq.c