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

Builder curl-unthreaded-solaris10-sparc Build #13164

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2dfe421a645a7c5358ad7fee0ec9623594e6fac6
Got Revision2dfe421a645a7c5358ad7fee0ec9623594e6fac6
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 hrs, 46 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 13164 Build
codebase Build
got_revision 2dfe421a645a7c5358ad7fee0ec9623594e6fac6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2dfe421a645a7c5358ad7fee0ec9623594e6fac6 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. Andrew
  2. Christian Schmitz
  3. Daniel Stenberg
  4. Matt Jolly
  5. Nigel Brittain
  6. Stefan Eissing
  7. Viktor Szakats

Timing:

StartWed May 21 17:34:44 2025
EndThu May 22 08:27:36 2025
Elapsed14 hrs, 52 mins, 51 secs

All Changes:

:

  1. Change #230412

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 21 May 2025 07:56:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 576344911259fda42a57714e5537f7c766d01eaf

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #230415

    Category curl
    Changed by Nigel Brittain <nbawsohnoyoudont@amazon.com>
    Changed at Wed 21 May 2025 08:07:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c19465ca556d2d05a058b4690c27eb228d05f2e6

    Comments

    http_aws_sigv4: improve sigv4 url encoding and canonicalization
    Closes #17129

    Changed files

    • docs/KNOWN_BUGS
    • lib/http_aws_sigv4.c
    • lib/http_aws_sigv4.h
    • tests/data/Makefile.am
    • tests/data/test1979
    • tests/data/test1980
    • tests/data/test439
    • tests/data/test472
    • tests/unit/Makefile.inc
    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
  3. Change #230418

    Category curl
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 21 May 2025 09:17:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5b4bd55006099c1cab270a8502733735733ce5fb

    Comments

    url: fix @param in create_conn header to new one
    was async, but is now reusedp.
    
    Closes #17401

    Changed files

    • lib/url.c
  4. Change #230420

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 21 May 2025 09:23:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c8186eadcb56ad1f3b51579e13f0ff416bdb58d

    Comments

    http_aws_sigv4: avoid risk of overflowed constant
    - Simplify canon_query() a bit. Avoid unconditionally using length -1
      where length risks being zero at times. Pointed out by Coverity.
    - Fix indent errors
    - narrow some variable scopes
    - fix keywords in tests
    
    Closes #17402

    Changed files

    • lib/http_aws_sigv4.c
    • tests/data/test1979
    • tests/data/test1980
  5. Change #230422

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 21 May 2025 09:23:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 196afaf75c4f04ebe33c60cc2ea07301a9b9321a

    Comments

    ftplistparser: protect two more len -1 uses
    Pointed out by Coverity
    
    Closes #17400

    Changed files

    • lib/ftplistparser.c
  6. Change #230425

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 21 May 2025 10:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 613308a0f1b7b4cdda194125d4462f633fd37dab

    Comments

    unit1979, unit1980: fix indent, formatting, scope
    Closes #17403

    Changed files

    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
  7. Change #230428

    Category curl
    Changed by Matt Jolly <kangieohnoyoudont@gentoo.org>
    Changed at Wed 21 May 2025 13:14:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d214e62f4e931296e36b620584036eda2ebd8464

    Comments

    configure: suppress command not found for brew
    42331cb48a1f66efaa0920ee8ccba5a74d67de27 made configure checks more
    CMake-like, but now calls `brew` resulting in "command not found" in
    the configure output if the package is not installed.
    
    Redirect stderr to suppress this; it's not an issue for us if `brew`
    isn't found.
    
    Follow-up to 42331cb48a1f66efaa0920ee8ccba5a74d67de27 #17362
    
    Closes #17407

    Changed files

    • configure.ac
  8. Change #230430

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 21 May 2025 13:58:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7836c3de5df066a23efe43b03af57f5aef4bcdbe

    Comments

    openssl: reduce Curl_ossl_ctx_init complexity
    Reduce Curl_ossl_ctx_init() complexity by splitting it up into
    sub functions.
    
    While splitting if ECH, add pytest fixed for AWS-LC and enable
    it in CI.
    
    Closes #17404

    Changed files

    • .github/workflows/linux.yml
    • lib/vtls/openssl.c
    • tests/http/test_05_errors.py
    • tests/http/test_17_ssl_use.py
  9. Change #230432

    Category curl
    Changed by Andrew <akirilloohnoyoudont@uk.ibm.com>
    Changed at Wed 21 May 2025 15:03:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2dfe421a645a7c5358ad7fee0ec9623594e6fac6

    Comments

    build: fix OS400 build after curlx move
    Fixes #17410
    Closes #17411

    Changed files

    • packages/OS400/make-src.sh