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

Builder curl-unthreaded-solaris10-i386 Build #15687

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5f805eec1149c218145097ec2a24ac7fb7d46f25
Got Revision5f805eec1149c218145097ec2a24ac7fb7d46f25
Changes4 changes

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 ...' failed ( 3 hrs, 8 mins, 26 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15687 Build
codebase Build
got_revision 5f805eec1149c218145097ec2a24ac7fb7d46f25 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5f805eec1149c218145097ec2a24ac7fb7d46f25 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. Dan Fandrich
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartSat Jun 7 04:01:05 2025
EndSat Jun 7 13:32:33 2025
Elapsed9 hrs, 31 mins, 27 secs

All Changes:

:

  1. Change #231559

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Jun 2025 23:02:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d16a020a870a7b4ba64842eaff25d9033034af7b

    Comments

    GHA/hacktoberfest-accepted: tidy up item order
    `if`, then `env`, then `run`.
    
    Also tidy up quotes in env entries.
    
    Closes #17551

    Changed files

    • .github/workflows/hacktoberfest-accepted.yml
  2. Change #231564

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 06 Jun 2025 23:07:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f33ec60fbf7a7251aa4475812b2f57b47470bbf2

    Comments

    tests/servers.pm: add more ways to figure out current user
    Some CI tests fail due to "Can't start ssh server due to lack of USER name" -
    add more ways to try to figure it out if no environment variable works: the
    whoami and id commands.
    
    Closes #17544

    Changed files

    • tests/servers.pm
  3. Change #231568

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Jun 2025 23:24:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 900612df7928187fb80a002bca3f03a19552deda

    Comments

    GHA: tidy up single-line `run` blocks
    Also double quote a shell variable.
    
    Closes #17552

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/hacktoberfest-accepted.yml
    • .github/workflows/http3-linux.yml
  4. Change #231570

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 06 Jun 2025 23:40:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f805eec1149c218145097ec2a24ac7fb7d46f25

    Comments

    tool_getparam: fix --ftp-pasv
    This boolean option was moved to the wrong handling function. Make it
    an ARG_NONE and move it to the correct handler and add a test to
    verify that the option works.
    
    Follow-up to 698491f44
    
    Reported-by: fjaell on github
    Fixes #17545
    Closes #17547

    Changed files

    • docs/cmdline-opts/ftp-pasv.md
    • src/tool_getparam.c
    • tests/data/Makefile.am
    • tests/data/test1547