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

Builder curl-threaded-solaris10-sparc Build #2838

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 52 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2838 Build
codebase Build
got_revision 516e9ccab3689d903408e50251f47da8108a9df2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 516e9ccab3689d903408e50251f47da8108a9df2 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 2 00:25:38 2025
EndMon Jun 2 10:27:09 2025
Elapsed10 hrs, 1 mins, 30 secs

All Changes:

:

  1. Change #231184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Jun 2025 00:21:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7020ba797961d38c3bf24539f9bb407e0586274d

    Comments

    tests: re-enable 1510, unignore 2027 2051 in GHA/macos, document heimdal memleak
    - test1510: it was marked flaky, then disabled. Keep the flaky flag
      and allow it to run again.
      Ref: ef02da315604acd72c39264e732661a2aea2c583
      Ref: 0110cced2a44a0c89fd5f98c30e80afeb208c0e0
    
    - GHA/linux: extend information about the heimdal valgrind failures.
    
    - GHA/macos: unignore 2037 2041 in torture tests. They no longer
      appear flaky.
      Follow-up to 4b791dca37c3130bbe0d4cae12326866c2d553ae #14667
    
    Closes #17462

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • tests/data/DISABLED
  2. Change #231185

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Jun 2025 00:21:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 516e9ccab3689d903408e50251f47da8108a9df2

    Comments

    GHA/non-native: un-ignore tests on OpenBSD, bump to `-j8` for NetBSD/FreeBSD
    - un-ignore tests (3017, FTP, TFTP) on OpenBSD
      Patch-by: Jacob Mealey
      Ref: https://github.com/curl/curl/issues/13623#issuecomment-2925129037
      Fixes: #13623
    
    - KNOWN_BUGS: drop TFTP failures issue on OpenBSD.
      Fixes: #13623
    
    - bump test parallelism to `-j8` (from `-j4`) for NetBSD, FreeBSD,
      to match OpenBSD.
      Before: https://github.com/curl/curl/actions/runs/15371760479
      After: https://github.com/curl/curl/actions/runs/15371937205
    
    - FreeBSD: sync cmake `TFLAGS` with autotools. (This branch is not
      currently hit in CI.)
      Follow-up to 7f3d598276e988a46558fe6a2951b1ae354afcdf #15040
    
    Closes #17505

    Changed files

    • .github/workflows/non-native.yml
    • docs/KNOWN_BUGS