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

Builder curl-ares-solaris10-i386 Build #3442

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 20 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3442 Build
codebase Build
got_revision 54834b4ad338b37df4f3744fb9fdf2a539a1bada Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 54834b4ad338b37df4f3744fb9fdf2a539a1bada 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. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri May 30 12:59:45 2025
EndFri May 30 16:47:15 2025
Elapsed3 hrs, 47 mins, 29 secs

All Changes:

:

  1. Change #231007

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 30 May 2025 10:42:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a14898264e9aa48f7f84f631288d728cade5d57

    Comments

    GHA/non-native: drop AmigaOS jobs, toolchain no longer available
    Fixing:
    ```
    [...] https://github.com/bebbo/amiga-gcc/releases/download/Mechen/amiga-gcc.tgz
    curl: (22) The requested URL returned error: 404
    ```
    Ref: https://github.com/curl/curl/actions/runs/15342088546/job/43170188027#step:2:17
    
    Reason:
    "As a sign of protest against the refusal to restore 2FA accounts,
    this account is now empty."
    Ref: https://github.com/bebbo/
    
    If someone happens to have a local copy of the toolchain, we may use it
    to restore the AmigaOS jobs.
    
    Closes #17486

    Changed files

    • .github/workflows/non-native.yml
  2. Change #231024

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 30 May 2025 11:38:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bdb7d8b004578d4e3906896eb290a80f6e9ebb75

    Comments

    spelling: 'a' vs 'an'
    Closes #17487

    Changed files

    • docs/FAQ
    • docs/INSTALL.md
    • docs/KNOWN_BUGS
    • docs/SSL-PROBLEMS.md
    • docs/TODO
    • docs/URL-SYNTAX.md
    • docs/examples/imap-ssl.c
    • docs/examples/multithread.c
    • docs/examples/pop3-ssl.c
    • docs/examples/smtp-ssl.c
    • docs/internals/CLIENT-READERS.md
    • docs/internals/CONNECTION-FILTERS.md
    • docs/libcurl/libcurl-env-dbg.md
    • docs/libcurl/libcurl-env.md
    • docs/libcurl/libcurl-errors.md
    • lib/cf-https-connect.c
    • lib/curl_sspi.c
    • lib/curl_sspi.h
    • lib/ftp.c
    • lib/http.c
    • lib/http_chunks.h
    • lib/imap.c
    • lib/inet_ntop.c
    • lib/pop3.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/openssl.c
    • lib/vtls/vtls_scache.h
    • tests/data/test1267
    • tests/data/test1704
    • tests/data/test208
    • tests/http/scorecard.py
    • tests/http/test_12_reuse.py
    • tests/libtest/lib2405.c
    • tests/libtest/lib518.c
    • tests/libtest/lib537.c
    • tests/unit/unit1660.c
  3. Change #231026

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 30 May 2025 11:44:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54834b4ad338b37df4f3744fb9fdf2a539a1bada

    Comments

    wolfssl: fix sending of early data
    Early data was reported as being sent, but was not. While everything was
    aligned with the Gods and early data was reported as accepted, the
    actual sending required another call to wolfSSL.
    
    Fixes #17481
    Reported-by: Ethan Everett
    Closes #17488

    Changed files

    • lib/vtls/wolfssl.c