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

Builder curl-unthreaded-solaris10-i386 Build #14519

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 37 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 14519 Build
codebase Build
got_revision 00bef95946d35115376cedac9a64df22e3b202ab Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 00bef95946d35115376cedac9a64df22e3b202ab Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gusted

Timing:

StartTue Apr 23 11:42:52 2024
EndTue Apr 23 12:49:46 2024
Elapsed1 hrs, 6 mins, 53 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