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

Builder curl-unthreaded-solaris11-sparc Build #2348

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision00bef95946d35115376cedac9a64df22e3b202ab
Got Revision00bef95946d35115376cedac9a64df22e3b202ab
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gusted

Timing:

StartTue Apr 23 11:42:53 2024
EndTue Apr 23 13:09:14 2024
Elapsed1 hrs, 26 mins, 21 secs

All Changes:

:

  1. Change #195808

    Category curl
    Changed by Gusted <postmasterohnoyoudont@gusted.xyz>
    Changed at Tue 23 Apr 2024 11:33:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00bef95946d35115376cedac9a64df22e3b202ab

    Comments

    tool_operate: don't truncate the etag save file by default
    This fixes a regression of 75d79a4486b279100209ddf8c7fdb12955fb66e9. The
    code in tool-operate truncated the etag save file, under the assumption
    that the file would be written with a new etag value. However since
    75d79a4486b279100209ddf8c7fdb12955fb66e9 that might not be the case
    anymore and could result in the file being truncated when --etag-compare
    and --etag-save was used and that the etag value matched with what the
    server responded. Instead the truncation should not be done when a new
    etag value should be written.
    
    Test 3204 was added to verify that the file with the etag value doesn't
    change the contents when used by --etag-compare and --etage-save and
    that value matches with what the server returns on a non 2xx response.
    
    Closes #13432

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_operate.c
    • tests/data/Makefile.inc
    • tests/data/test3204