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

Builder curl-pr-unthreaded-solaris10-i386 Build #2799

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 9 mins, 25 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Jay Satiro
  3. Viktor Szakats

Timing:

StartThu Oct 17 02:16:25 2024
EndThu Oct 17 07:01:50 2024
Elapsed4 hrs, 45 mins, 24 secs

All Changes:

:

  1. Change #211877

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:21:40
    Repository https://github.com/curl/curl
    Project curl/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
  2. Change #211879

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:56:14
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision a2f913ef6a5d44ff4fddb611b5fc2b9c648000b0

    Comments

    CI: explicitly specify the OS version when necessary
    
    Commit 8ea120f6 added --break-system-packages which works in Ubuntu
    24.04 but not 22.04, so explicitly specify that version in the runner
    instead of relying on ubuntu-latest to provide it.  Some runners have
    regressed back to 22.04 for ubuntu-latest, resulting in build failures.

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #211909

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 16 Oct 2024 23:25:18
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 1e01e2b549f260ce09e21e20ec8fd9a1ce8091fe

    Comments

    GHA/macos: merge autotools and cmake jobs
    
    To match other workflows and to avoid repetition in rules.
    
    Also:
    - fix build example step for cmake. update a job to use it.
    - use `cmake` to invoke the builds (instead of ninja directly).
    - extend test 2100 exclusion to more jobs.
      It fails with all `!debug gcc-12` jobs with autotools.
      With cmake this only happened for gcc-12 Secure Transport jobs
      for some reason.
    
    Closes #15312

    Changed files

    • .github/workflows/macos.yml
  4. Change #211911

    Category None
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Thu 17 Oct 2024 00:03:06
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fde532629303c679be94a8d677539892f0c9138a

    Comments

    winbuild/README: document how to clean a build
    
    - Add a new section explaining that a build can be cleaned by adding the
      keyword "clean" to the build command.
    
    - Add an example of using the "x64 Native Tools" prompt to the VS
      command prompt section.
    
    - Update the Legacy Windows section's lack-of-cipher support warning to
      say "Windows 8 and earlier" instead of "Windows XP and earlier".
    
    Ref: https://github.com/curl/curl/discussions/15277
    
    Closes https://github.com/curl/curl/pull/15291

    Changed files

    • winbuild/README.md