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

Builder curl-ares-solaris11-i386 Build #2828

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 2828 Build
codebase Build
got_revision fde532629303c679be94a8d677539892f0c9138a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fde532629303c679be94a8d677539892f0c9138a Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro
  2. Viktor Szakats

Timing:

StartThu Oct 17 02:33:55 2024
EndThu Oct 17 06:38:17 2024
Elapsed4 hrs, 4 mins, 21 secs

All Changes:

:

  1. Change #211910

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 16 Oct 2024 23:25:18
    Repository https://github.com/curl/curl.git
    Project 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
  2. Change #211913

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Thu 17 Oct 2024 00:03:06
    Repository https://github.com/curl/curl.git
    Project 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