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

Builder curl-threaded-solaris11-sparc Build #2354

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 43 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 2354 Build
codebase Build
got_revision ac49152e26c933c1895ece4c7498a8e632d65899 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ac49152e26c933c1895ece4c7498a8e632d65899 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. Stefan Eissing

Timing:

StartFri Apr 19 23:53:04 2024
EndSat Apr 20 00:50:12 2024
Elapsed57 mins, 8 secs

All Changes:

:

  1. Change #195660

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Apr 2024 23:42:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 926fb00405e13b2aadd99f678a2c564aadeb2cb7

    Comments

    request: make Curl_req_init return void
    Since it could not return error and therefore this change removes dead
    code for the caller.
    
    Spotted by CodeSonar.
    
    Closes #13423

    Changed files

    • lib/request.c
    • lib/request.h
    • lib/url.c
  2. Change #195661

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 19 Apr 2024 23:45:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c59f91427c6e14036070d4e1426360393458b25

    Comments

    http2 + ngtcp2: pass CURLcode errors from callbacks
    - errors returned by Curl_xfer_write_resp() and the header variant are
      not errors in the protocol. The result needs to be returned on the
      next recv() from the protocol filter.
    
    - make xfer write errors for response data cause the stream to be
      cancelled
    
    - added pytest test_02_14 and test_02_15 to verify that also for
      parallel processing
    
    Reported-by: Laramie Leavitt
    Fixes #13411
    Closes #13424

    Changed files

    • lib/http2.c
    • lib/vquic/curl_ngtcp2.c
    • tests/http/test_02_download.py
  3. Change #195662

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Apr 2024 23:45:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d54b0adbad8d3120e6c7697a7e39c2e83862acc6

    Comments

    test2406: verify -f with HTTP/2

    Changed files

    • tests/data/Makefile.inc
    • tests/data/test2406
  4. Change #195663

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Apr 2024 23:46:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 51a3b9f8b39615b42a55090e7effe7be0a3c2e5f

    Comments

    file: remove useless assignment
    This code assigned the variable the same value it already had.
    
    Spotted by CodeSonar
    
    Closes #13425

    Changed files

    • lib/file.c
  5. Change #195664

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Apr 2024 23:46:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ac49152e26c933c1895ece4c7498a8e632d65899

    Comments

    http_aws_sigv4: remove useless assignment
    This code assigned the variable the same value it already had
    
    Spotted by CodeSonar
    
    Closes #13426

    Changed files

    • lib/http_aws_sigv4.c