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

Builder curl-unthreaded-solaris11-i386 Build #2832

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona2f913ef6a5d44ff4fddb611b5fc2b9c648000b0
Got Revisiona2f913ef6a5d44ff4fddb611b5fc2b9c648000b0
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartWed Oct 16 19:31:20 2024
EndWed Oct 16 23:40:06 2024
Elapsed4 hrs, 8 mins, 46 secs

All Changes:

:

  1. Change #211865

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 16 Oct 2024 16:27:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adf2b4fa51a3a873f4f8922617695c4072efa4a1

    Comments

    libssh: use CURL_PATH_MAX instead of PATH_MAX
    Follow-up to facf59c30e9a6a10c4
    
    Reported-by: Viktor Szakats
    Bug: https://github.com/curl/curl/pull/15285#issuecomment-2416947731
    Closes #15309

    Changed files

    • lib/vssh/libssh.c
  2. Change #211876

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 16 Oct 2024 17:27:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6478a36b6676a913da3c47e2dd9abff4ccc70c43

    Comments

    src: guard for double declaration of `curl_ca_embed` in unity builds
    Seen with curl-for-win linux-musl-from-mac build with gcc 9.2.0.
    
    ```
    n file included from /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/CMakeFiles/curl.dir/Unity/unity_0_c.c:136:
    /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/tool_ca_embed.c:4:28: warning: redundant redeclaration of 'curl_ca_embed' [-Wredundant-decls]
        4 | extern const unsigned char curl_ca_embed[];
          |                            ^~~~~~~~~~~~~
    In file included from /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/CMakeFiles/curl.dir/Unity/unity_0_c.c:88:
    /Users/runner/work/curl-for-win/curl-for-win/curl/src/tool_operate.c:107:28: note: previous declaration of 'curl_ca_embed' was here
      107 | extern const unsigned char curl_ca_embed[];
          |                            ^~~~~~~~~~~~~
    ```
    https://github.com/curl/curl-for-win/actions/runs/11192203640/job/31116070669#step:3:4894
    
    Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
    Closes #15307

    Changed files

    • src/mk-file-embed.pl
    • src/tool_operate.c
  3. Change #211878

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:21:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41c980bb0d94a4d11ced31772e0feef7db2d29cf

    Comments

    tests: capture stdin to get the vsftpd version number
    vsftpd 3.0 at least writes its version number to stdin (!) instead of
    stderr. This works due for backwards compatibility reasons in UNIX, so
    we must check stdin for anything written there to reliably parse the
    version string.
    
    Closes #15278

    Changed files

    • tests/http/testenv/env.py
  4. Change #211883

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 16 Oct 2024 18:56:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2f913ef6a5d44ff4fddb611b5fc2b9c648000b0

    Comments

    CI: explicitly specify the OS version when necessary
    Commit 8ea120f6 added --break-system-packages which works in Ubuntu
    24.04 but not 22.04, so explicitly specify that version in the runner
    instead of relying on ubuntu-latest to provide it.  Some runners have
    regressed back to 22.04 for ubuntu-latest, resulting in build failures.

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml