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

Builder curl-ares-solaris10-i386 Build #3405

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision414ec13840fd76bed19771a4a94ab5ec61eb1d1e
Got Revision414ec13840fd76bed19771a4a94ab5ec61eb1d1e
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 ...' ( 1 hrs, 13 mins, 23 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 3405 Build
codebase Build
got_revision 414ec13840fd76bed19771a4a94ab5ec61eb1d1e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 414ec13840fd76bed19771a4a94ab5ec61eb1d1e 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. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartMon May 19 19:01:53 2025
EndMon May 19 22:40:23 2025
Elapsed3 hrs, 38 mins, 29 secs

All Changes:

:

  1. Change #230250

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 19 May 2025 15:14:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0f724e887a727c16afbae1967e8f136a062ff31

    Comments

    urldata: move a struct field in ssl_primary_config
    ... which makes the struct eight bytes smaller with no gaps.
    
    Closes #17386

    Changed files

    • lib/urldata.h
  2. Change #230253

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 May 2025 15:38:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60f8f6d5cb7ae4d6ee4cc35e8ee512b8e1da44e8

    Comments

    GHA/linux: restore native arm job
    Previously deleted due to flakiness in stunnel package install step.
    
    Follow-up to 0005f91259a7c5088ce98e15dbba8e0e70a97e0c #16303
    Closes #17375

    Changed files

    • .github/workflows/linux.yml
  3. Change #230254

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 May 2025 15:38:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 42331cb48a1f66efaa0920ee8ccba5a74d67de27

    Comments

    pytest: enable in 5 GHA jobs, fix fallouts
    They take about 4.5 minutes of CI time in GHA/macos.
    
    Also:
    - autotools: improve `caddy`, `vsftpd` detection.
      Bringing it closer to cmake.
    - autotools: fix `--with-test-caddy=no`, `--with-test-vsftps=no`,
      `--with-test-nghttpx=no` options.
    - cmake: sync `nghttpx` default with autotools.
    - pytest: disable failing mbedTLS tests on macOS CI.
    - pytest: disable failing earlydata tests on macOS CI.
    - GHA/macos: keep vsftpd pytests disabled due to lengthy run times.
    - pytest: fix test_05_04 for LibreSSL. Ref: #17367
      Authored-by: Stefan Eissing
    
    Remaining issues:
    - some unidentified tests taking a long time with mbedTLS:
      `================= 462 passed, 278 skipped in 347.93s (0:05:47) =================`
      Ref: https://github.com/curl/curl/actions/runs/15073354301/job/42374999041#step:17:1536
      Workaround: not enabling pytest for mbedTLS jobs
    - 17 FTP tests taking a long time (affecting all TLS backends):
      without vsftpd:
      `====================== 496 passed, 244 skipped in 56.15s =======================`
      Ref: https://github.com/curl/curl/actions/runs/15073354301/job/42374998230#step:17:1536
      with vsftpd:
      `================= 513 passed, 227 skipped in 409.37s (0:06:49) =================`
      Ref: https://github.com/curl/curl/actions/runs/15073678568/job/42376039672?pr=17362#step:17:1537
      Workaround: force-disable vsftpd.
    - 100 tests failing with SecureTransport. Let's ignore that due to imminent deprecation.
      Ref: https://github.com/curl/curl/actions/runs/15055652333/job/42320873732#step:17:15362
    
    Follow-up to 30ef79ed937ca0fc7592ff73d162398773c6a5aa #17295
    Follow-up to 914790336664da0451e2f57906373a7707bd7cc3 #16518
    
    Closes #17362

    Changed files

    • .github/workflows/macos.yml
    • configure.ac
    • tests/CMakeLists.txt
    • tests/http/test_02_download.py
    • tests/http/test_05_errors.py
    • tests/http/test_07_upload.py
    • tests/http/test_10_proxy.py
    • tests/http/test_20_websockets.py
    • tests/http/testenv/env.py
  4. Change #230257

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 19 May 2025 16:24:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f56309fdfb34e3a01b070423a3e5313e73d67acc

    Comments

    GHA/non-native: update cross-platform-actions/action action to v0.28.0
    Closes #17387

    Changed files

    • .github/workflows/non-native.yml
  5. Change #230264

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 May 2025 16:49:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 414ec13840fd76bed19771a4a94ab5ec61eb1d1e

    Comments

    GHA/non-native: bump to FreeBSD 14.2, OpenBSD 7.7
    Follow-up to f56309fdfb34e3a01b070423a3e5313e73d67acc #17387
    
    Closes #17388

    Changed files

    • .github/workflows/non-native.yml