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

Builder curl-threaded-solaris11-sparc Build #3039

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 38 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 3039 Build
codebase Build
got_revision 41c980bb0d94a4d11ced31772e0feef7db2d29cf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41c980bb0d94a4d11ced31772e0feef7db2d29cf 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. Dan Fandrich

Timing:

StartWed Oct 16 18:38:17 2024
EndWed Oct 16 20:09:00 2024
Elapsed1 hrs, 30 mins, 43 secs

All Changes:

:

  1. Change #211878

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:21:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41c980bb0d94a4d11ced31772e0feef7db2d29cf

    Comments

    tests: capture stdin to get the vsftpd version number
    vsftpd 3.0 at least writes its version number to stdin (!) instead of
    stderr. This works due for backwards compatibility reasons in UNIX, so
    we must check stdin for anything written there to reliably parse the
    version string.
    
    Closes #15278

    Changed files

    • tests/http/testenv/env.py