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

Builder curl-ares-solaris11-sparc Build #3037

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision29faa7919b0a5174c87fcca0266fa52c0115f959
Got Revision29faa7919b0a5174c87fcca0266fa52c0115f959
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 39 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 3037 Build
codebase Build
got_revision 29faa7919b0a5174c87fcca0266fa52c0115f959 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29faa7919b0a5174c87fcca0266fa52c0115f959 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Oct 17 23:08:44 2024
EndFri Oct 18 00:11:04 2024
Elapsed1 hrs, 2 mins, 20 secs

All Changes:

:

  1. Change #212054

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 22:56:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9877b74c58f8be7fb99f2e002d818fe4f3ed6a5

    Comments

    GHA: drop the hyper job
    Hyper support is being removed in 2025. No one works on it. Getting
    flaky test runs with this job adds nothing to the project.
    
    Closes #15326

    Changed files

    • .github/workflows/linux.yml
  2. Change #212055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 23:00:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ae8d9b579281ee5a9383f97e4e608b3897ccbf0

    Comments

    libtests: generate the lib1521 atomically
    By renaming from a temporary file name to the .c once completed. This
    avoids the risk that the checksrc job tries to verify the file before it
    is complete, in parallel build setups.
    
    Reported-by: Dan Frandrich
    Fixes #15258
    Closes #15327

    Changed files

    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/mk-lib1521.pl
  3. Change #212056

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 17 Oct 2024 23:03:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe2a72029e4c29864d4be845068e4e065764f8b2

    Comments

    http2: auto reset stream on server eos
    When a server signals EOS from its side and the curl upload is
    unfinished and the server has not given a positive HTTP status response,
    auto RST the stream to signal that the upload is incomplete and that the
    whole transfer can be stopped.
    
    Fixes the case where the server responds with 413 on an upload but does
    not RST the stream from its side, as httpd and others do.
    
    Reported-by: jkamp-aws on github
    Fixes #15316
    Closes #15325

    Changed files

    • lib/http2.c
    • tests/http/test_07_upload.py
    • tests/http/testenv/mod_curltest/mod_curltest.c
  4. Change #212057

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 23:06:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29faa7919b0a5174c87fcca0266fa52c0115f959

    Comments

    libcurl/opts: improve phrasing for connection cap related options
    Unify, clarify.
    
    Closes #15324

    Changed files

    • docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md
    • docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md
    • docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md
    • docs/libcurl/opts/CURLOPT_MAXCONNECTS.md