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

Builder curl-threaded-solaris10-sparc Build #3702

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2c1e625a6f6b8eafbdfcef6408407e08c63949bd
Got Revision2c1e625a6f6b8eafbdfcef6408407e08c63949bd
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 54 mins, 44 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3702 Build
codebase Build
got_revision 2c1e625a6f6b8eafbdfcef6408407e08c63949bd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2c1e625a6f6b8eafbdfcef6408407e08c63949bd Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Jun 26 01:57:47 2026
EndFri Jun 26 13:55:56 2026
Elapsed11 hrs, 58 mins, 9 secs

All Changes:

:

  1. Change #272728

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 14:07:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26c6a4d89875e6652b47e32a36d0fb00d85fae4e

    Comments

    urlapi: do not keep an internal port string
    Do not allocated an internal port string, just keep and number and a bit
    if it is present. Format the port string in a local buffer when someone
    asks for it and copy that.
    
    This avoid the format/alloc penalty when parsing URLs and no one ever
    asking for the port string.
    
    (And there will be a method to get the uint16_t value directly in
     another PR)
    
    Closes #22167

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
  2. Change #272755

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 25 Jun 2026 17:10:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 27370e9fc77c8d99f047ab53e17e84a6e7255c63

    Comments

    GHA: bump some jobs to ubuntu-26.04
    In jobs that may benefit from newer tool versions (pyspelling, possibly
    CodeQL, CM integration, configure-vs-cmake). Also curl-for-win to match
    the curl/curl-for-win repo that also bumped. Bump some Linux jobs to add
    variation. Also the rest of `check*` jobs for no particular reason other
    than using the latest.
    
    Follow-up to 8f5e4f020e79ec1fd1e8540bdea3c1c20030405b #22097
    Follow-up to 139ce4d37cfdc3126179bdb166ec61a095360c62 #22096
    Follow-up to e44f1a1446f8e72573e5a1026807e71a0495f88d #22094
    
    Closes #22092

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/linux.yml
  3. Change #272762

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 25 Jun 2026 17:43:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c1e625a6f6b8eafbdfcef6408407e08c63949bd

    Comments

    INSTALL.md: add building-from-source overview section
    Ref: #22098
    
    Closes #22113

    Changed files

    • docs/INSTALL.md