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

Builder curl-ares-solaris10-sparc Build #3552

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5
Got Revision3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 21 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3552 Build
codebase Build
got_revision 3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartThu Apr 16 20:57:43 2026
EndFri Apr 17 09:10:06 2026
Elapsed12 hrs, 12 mins, 23 secs

All Changes:

:

  1. Change #264641

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 10:32:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 548c16a824017c49ee14dfb039ddc367fc37838d

    Comments

    build: fix `-Wformat-signedness` by adjusting printf masks
    - sync printf masks with the passed value.
    - fix a couple of casts.
    
    Cherry-picked from #20848
    
    Closes #21335

    Changed files

    • lib/altsvc.c
    • lib/cf-h2-proxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/content_encoding.c
    • lib/cw-out.c
    • lib/ftp.c
    • lib/http.c
    • lib/http2.c
    • lib/imap.c
    • lib/mime.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/rtsp.c
    • lib/smtp.c
    • lib/socks.c
    • lib/tftp.c
    • lib/url.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • src/config2setopts.c
    • src/tool_getparam.c
    • src/tool_writeout.c
    • src/var.c
    • tests/libtest/cli_h2_upgrade_extreme.c
    • tests/libtest/cli_ws_data.c
    • tests/libtest/cli_ws_pingpong.c
    • tests/libtest/first.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1565.c
    • tests/libtest/lib1597.c
    • tests/libtest/lib1947.c
    • tests/libtest/lib2405.c
    • tests/server/mqttd.c
    • tests/server/sws.c
    • tests/server/util.c
    • tests/tunit/tool1621.c
    • tests/unit/unit1323.c
    • tests/unit/unit1652.c
    • tests/unit/unit1660.c
    • tests/unit/unit1664.c
    • tests/unit/unit1675.c
    • tests/unit/unit2603.c
    • tests/unit/unit2604.c
    • tests/unit/unit2605.c
    • tests/unit/unit3200.c
  2. Change #264645

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 10:35:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e450cb80a476b5f96e9c9da67e21ffebcc4b375

    Comments

    libssh2: allocate libssh2-friendly memory in kbd_callback
    The function libssh2_userauth_keyboard_interactive_ex() calls the
    callback and is documented to call free() on the memory returned to
    libssh2 from the callback. libcurl can therefore not use the regular
    curlx_strdup() for this, as that is not compatible in debug builds or
    when curl_global_init_mem() is used.
    
    Fixes #21336
    Closes #21338

    Changed files

    • lib/vssh/libssh2.c
  3. Change #264653

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 11:38:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce7174555dec4d077e9e905a47bffcd703175553

    Comments

    build: adjust/add casts to fix `-Wformat-signedness`
    Also adjust a mask in `mqttd.c`.
    
    Follow-up to 548c16a824017c49ee14dfb039ddc367fc37838d #21335
    Cherry-picked from #20848
    
    Closes #21339

    Changed files

    • lib/socks.c
    • tests/server/mqttd.c
    • tests/server/sockfilt.c
  4. Change #264674

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 15:00:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32a513e180ce83d5e9b708211306045407074134

    Comments

    urlapi: same origin tests
    Add new internal `curl_url_same_origin()` to check if a href has the
    same origin as a base URL. Add test cases in test1675 and use this in
    http2 push handling.
    
    Closes #21328

    Changed files

    • lib/http2.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c
  5. Change #264677

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 16 Apr 2026 15:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a6f815ff708e59d72539e72ee5866c62acb26f3

    Comments

    GHA/http3-linux: update dependency ngtcp2/ngtcp2 to v1.22.1
    Closes #21343

    Changed files

    • .github/workflows/http3-linux.yml
  6. Change #264682

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 15:37:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5

    Comments

    GHA: drop 3rd-party apt source `docker.list`
    Seen on `ubuntu-slim` runners.
    
    Also:
    - extend to two jobs to `ls -l` package sources on both ubuntu-latest,
      ubuntu-24.04-arm, and ubuntu-slim.
    - drop former stray apt source `ondrej-ubuntu-php-noble.sources`.
      It's no longer present on the image.
    
    Closes #21344

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml