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

Builder curl-threaded-solaris10-i386 Build #2307

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 1 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 2307 Build
codebase Build
got_revision f7cc9e91773537ccd356ff4b3bbb11b1efa115d8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f7cc9e91773537ccd356ff4b3bbb11b1efa115d8 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 16 23:43:08 2024
EndWed Apr 17 00:53:51 2024
Elapsed1 hrs, 10 mins, 42 secs

All Changes:

:

  1. Change #195403

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 16 Apr 2024 23:38:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d28f74913c2e85664178fc9937e067df7e8f9566

    Comments

    dmaketgz: release tarball generation using docker
    For easier reproducibility.
    
    Mention using this script in RELEASE-PROCEDURE
    
    Closes #13388

    Changed files

    • docs/RELEASE-PROCEDURE.md
    • scripts/Makefile.am
    • scripts/dmaketgz
  2. Change #195405

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

    Comments

    tests: add -q as first option when invoking curl for tests
    To reduce the risk that the user running the tests has a .curlrc present
    that messes things up.
    
    Support 'option="no-q"' for the <command> tag to switch it off on demand.
    Use this new feature in test 433 and 436.
    
    Ref: #13284
    Closes #13387

    Changed files

    • tests/FILEFORMAT.md
    • tests/data/test433
    • tests/data/test436
    • tests/runner.pm