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

Builder curl-ares-solaris11-sparc Build #5875

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb158d1c9f7456a8f976c74c08d2dc5a555e9cc77
Got Revisionb158d1c9f7456a8f976c74c08d2dc5a555e9cc77
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 7 mins, 45 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartWed May 20 03:23:07 2026
EndWed May 20 04:23:27 2026
Elapsed1 hrs, 19 secs

All Changes:

:

  1. Change #267773

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 03:14:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68e0b1320985202f343e8a83c33516a01c5ea537

    Comments

    runner.pm: apply minor correctness fix
    "Lines 244-245 overwrite global variables `$runnerr` and `$runnerw` that
    were already assigned in the child process (lines 205-206). In the
    parent process context, these assignments appear incorrect and could
    cause issues if `runner_init` is called multiple times. The parent
    should only store references in the controller hashes."
    
    It could never cause an actual issue, but clarifies the intent of the
    code.
    
    Spotted and fixed by GitHub Code Quality
    
    Cherry-picked from #21646
    
    Closes #21672

    Changed files

    • tests/runner.pm
  2. Change #267774

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 20 May 2026 03:19:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25a70e18c17fde77b1c91af328fd6e99aec2f017

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to 0104b33
    Closes #21687

    Changed files

    • Dockerfile
  3. Change #267775

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 03:19:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b158d1c9f7456a8f976c74c08d2dc5a555e9cc77

    Comments

    GHA/non-native: move BSDs to a single matrix, add DragonFly and Midnight
    - bump cross-platform-actions to v1.1.0.
      Ref: https://github.com/cross-platform-actions/action/releases/tag/v1.1.0
    
    - merge BSD jobs into a single matrix.
    
    - split BSD jobs into build steps as used for other platforms.
      A new feature of cross-platform-actions v1.1.0.
    
    - sync BSD build steps with other platforms.
    
    - add DragonFlyBSD and MidnightBSD to the BSD matrix.
      New features of cross-platform-actions v1.1.0.
      MidnightBSD uses GnuTLS to add variation, also the preinstalled
      OpenSSL is too old (v1.1.1w) for curl.
      Stick with autotools for DragonFlyBSD; I could not figure out how
      to install cmake.
      Refs:
      https://en.wikipedia.org/wiki/DragonFly_BSD
      https://en.wikipedia.org/wiki/MidnightBSD
    
    - bump Intel FreeBSD jobs from v14.3 to v15.0.
    
    - fix to show `gcc` in the NetBSD job name.
    
    All these saved 50 lines of YAML. The two new jobs take 2m15s each. The
    bump to FreeBSD 15 needs and extra minute in total.
    
    Note, the DragonFlyBSD job seems to have reliability issues. If it
    remains an issue, I'll comment it out or delete it in a future commit.
    
    Closes #21681

    Changed files

    • .github/scripts/typos.toml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml