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

Builder curl-unthreaded-solaris10-i386 Build #14948

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 5 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 14948 Build
codebase Build
got_revision 1e01e2b549f260ce09e21e20ec8fd9a1ce8091fe Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1e01e2b549f260ce09e21e20ec8fd9a1ce8091fe 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. Viktor Szakats

Timing:

StartWed Oct 16 23:51:16 2024
EndThu Oct 17 03:31:40 2024
Elapsed3 hrs, 40 mins, 24 secs

All Changes:

:

  1. Change #211883

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:56:14
    Repository https://github.com/curl/curl.git
    Project 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
  2. 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