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

Builder curl-threaded-solaris11-sparc Build #2965

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8c76ae317f9fa8f7c9f0b5f941368aaae485489d
Got Revision8c76ae317f9fa8f7c9f0b5f941368aaae485489d
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 14 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 2965 Build
codebase Build
got_revision 8c76ae317f9fa8f7c9f0b5f941368aaae485489d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8c76ae317f9fa8f7c9f0b5f941368aaae485489d 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

Timing:

StartWed Oct 2 08:08:31 2024
EndWed Oct 2 08:38:52 2024
Elapsed30 mins, 21 secs

All Changes:

:

  1. Change #209961

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 02 Oct 2024 08:04:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b0c82239c2c5459eaf5385d2f3b26f3d2b46535d

    Comments

    tool: support --show-headers AND --remote-header-name
    By keeping the headers in memory until we know the target file name,
    then output them all.
    
    Previously this option combination would cause an error.
    
    Add test 1310 and 1492 to verify. Adjusted test 1460 to work in the new
    conditions.
    
    Closes #15110

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_cb_hdr.h
    • src/tool_cb_wrt.c
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_operate.c
    • tests/data/DISABLED
    • tests/data/Makefile.am
    • tests/data/test1310
    • tests/data/test1460
    • tests/data/test1492
  2. Change #209962

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 02 Oct 2024 08:05:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c76ae317f9fa8f7c9f0b5f941368aaae485489d

    Comments

    vtls: skip a "useless assignment"
    Pointed out by CodeSonar
    
    Closes #15117

    Changed files

    • lib/vtls/vtls.c