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

Builder curl-threaded-solaris10-i386 Build #4494

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jun 23 19:14:50 2026
Elapsed7 hrs, 36 mins, 55 secs

All Changes:

:

  1. Change #272192

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 23 Jun 2026 10:06:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e37510c93d156014f95e5d828b2a3a4c0c354b7

    Comments

    RELEASE-PROCEDURE.md: typo

    Changed files

    • docs/RELEASE-PROCEDURE.md
  2. Change #272216

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 23 Jun 2026 11:45:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 78267398e5a2ce347a6729926c68272b2b6fbed5

    Comments

    GHA/linux: bump pizlonator/fil-c to v0.680, fixup quoting
    Also put the version number in quotes to avoid GHA altering the number
    into `0.68` (without rightmost zero) and ending up storing that in the
    `FIL_C_VERSION` env.
    
    Hopefully Renovate will honor this on future bumps.
    
    Do the same for the rest of `x.y` format version numbers.
    
    Fixing:
    ```
    env:
    [...]
        FIL_C_VERSION: 0.68
    ```
    Ref: https://github.com/curl/curl/actions/runs/28006009260/job/82920767558?pr=22142#step:5:16
    
    Fixes #22142
    
    Closes #22143

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  3. Change #272291

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 23 Jun 2026 17:23:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9adc32a6e2601c820a6f8bdf18fedf081623ec5a

    Comments

    test 679: add a quoted string name in a netrc test
    By using quotes a user name can have a space in netrc
    
    Closes #22147

    Changed files

    • tests/data/test679
  4. Change #272296

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 23 Jun 2026 18:09:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf29c3e17544ff13c67e94157e6440662317355b

    Comments

    GHA/non-native: BSD overhaul, test more autotools, bump versions
    - add autotools jobs for MidnightBSD, NetBSD, OpenBSD.
      Takes under 3 minutes per new job, under +6m in total.
      - comment out MidnightBSD to save CI time.
      - to make them as fast as possible, skip building tests and examples,
        and omit libidn2, openldap dependencies.
    - add DragonFly BSD cmake job, which finally works.
      (keep it commented out since the package server fails frequently.)
    - do `mport index/upgrade` to make MidnightBSD autotools builds work.
    - rework filtering MidnightBSD package manager's excessive log output.
    - fixup OpenBSD autotools job to uninstall system curl to avoid linking
      against it (and breaking debug builds).
    - make OpenBSD package manager commands non-interactive.
    - specify install packages for each matrix entry.
    - make autotools build step verbose (to ease debugging).
    - add link to DragonFly BSD package repo.
    - bump cross-platform-actions from 1.1.0 to 1.3.0.
    - bump FreeBSD 15.0 to 15.1.
    - bump OpenBSD to 7.7 to 7.9.
      This did not go well last time with 7.8, let's see with 7.9.
      Ref: 8d00e28136baf661455f1fe5980a0d18c4d872e3 #19372
      Ref: c3b890b2c005401e18b54dacf9e63d33412e2b4f #19368
    - sync test-skipper keywords with rest of workflows.
    - drop installing impacket. It was unused.
      (also a slow install with many dependencies)
    
    The original motivation was to prepare fixing OpenBSD's (and possibly
    other platforms) `getaddrinfo()` thread-safety check.
    Ref: https://github.com/curl/curl/pull/22138#issuecomment-4773617195
    
    Closes #22145

    Changed files

    • .github/workflows/non-native.yml