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

Builder curl-ares-solaris11-i386 Build #5111

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Joshua Rogers
  2. Viktor Szakats

Timing:

StartWed May 20 14:11:38 2026
EndWed May 20 16:22:43 2026
Elapsed2 hrs, 11 mins, 5 secs

All Changes:

:

  1. 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
  2. Change #267809

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76e1da09891a1c2c436820f1c9aac826dab70721

    Comments

    GHA/non-native: drop DragonFlyBSD job, due to unreliable package repo updates
    Example:
    ```
    Wed, 20 May 2026 09:51:48 GMT Updating Avalon repository catalogue...
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT repository Avalon has no meta file, using default settings
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT Unable to update repository Avalon
    Wed, 20 May 2026 09:51:48 GMT Error updating repositories!
    Wed, 20 May 2026 09:51:48 GMT Error: Process completed with exit code 3.
    ```
    
    As tested over at libssh2, retrying the install command also does not
    help, only repeats the same failure.
    
    Also: fix whitespace in matrix.
    
    Follow-up to b158d1c9f7456a8f976c74c08d2dc5a555e9cc77 #21681
    
    Closes #21694

    Changed files

    • .github/workflows/non-native.yml
  3. Change #267810

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f902c3c4860d9b57fb57aede482c57938a2a6a48

    Comments

    Dockerfile: fix typo in variable name
    Did not cause an actual issue.
    
    Spotted by GitHub Code Quality
    
    Follow-up to 41c03b4c98dbc639a32d32486ed5146be2e73ee1 #13250
    
    Closes #21693

    Changed files

    • Dockerfile