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

Builder curl-ares-solaris10-i386 Build #4396

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionedfc80c7c473b9a09eba9e98e59c4d7d167bbb9e
Got Revisionedfc80c7c473b9a09eba9e98e59c4d7d167bbb9e
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 5 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4396 Build
codebase Build
got_revision edfc80c7c473b9a09eba9e98e59c4d7d167bbb9e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision edfc80c7c473b9a09eba9e98e59c4d7d167bbb9e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Joshua Rogers
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartWed May 20 12:12:16 2026
EndWed May 20 22:30:26 2026
Elapsed10 hrs, 18 mins, 10 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
  4. Change #267798

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 20 May 2026 11:50:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77e4e5b86de025e3f87761282f0fdac286fa2750

    Comments

    websockets: auto-tunnel through http proxy
    When using a ws: or wss: url with a http proxy, automatically
    switch to tunneling operation mode.
    
    Add test_20_10 to check.
    
    Fixes #21663
    Closes #21691

    Changed files

    • lib/protocol.c
    • lib/protocol.h
    • lib/url.c
    • tests/http/test_20_websockets.py
  5. Change #267800

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Wed 20 May 2026 11:53:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision edfc80c7c473b9a09eba9e98e59c4d7d167bbb9e

    Comments

    urlapi: compare zone-id in Curl_url_same_origin()
    Closes #21686

    Changed files

    • lib/urlapi.c