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

Builder curl-threaded-solaris11-sparc Build #2979

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 31 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 2979 Build
codebase Build
got_revision 57cc5233788dd1ae0c6f125fa7adefad8eb7e46a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 57cc5233788dd1ae0c6f125fa7adefad8eb7e46a Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich

Timing:

StartFri Oct 4 23:49:42 2024
EndSat Oct 5 01:26:15 2024
Elapsed1 hrs, 36 mins, 33 secs

All Changes:

:

  1. Change #210462

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 22:57:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f3b7f20fb2710b9d33bf62d5d6d861441da750a

    Comments

    tests: fix some Python typing issues
    These otherwise raise errors in pytype. A few problematic methods
    weren't being used and are deleted.

    Changed files

    • .github/workflows/checksrc.yml
    • tests/dictserver.py
    • tests/http/conftest.py
    • tests/http/test_07_upload.py
    • tests/http/test_11_unix.py
    • tests/http/testenv/caddy.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/vsftpd.py
    • tests/smbserver.py
  2. Change #210463

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:02:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f7ba5c5bf614cb94c2e4157d0893e5e66852849

    Comments

    tests: change Python code style to pass ruff checks
    Most of the changes consisted of removing unused imports and unnecessary
    f-strings.

    Changed files

    • tests/http/scorecard.py
    • tests/http/test_01_basic.py
    • tests/http/test_02_download.py
    • tests/http/test_04_stuttered.py
    • tests/http/test_05_errors.py
    • tests/http/test_06_eyeballs.py
    • tests/http/test_07_upload.py
    • tests/http/test_08_caddy.py
    • tests/http/test_09_push.py
    • tests/http/test_10_proxy.py
    • tests/http/test_11_unix.py
    • tests/http/test_12_reuse.py
    • tests/http/test_13_proxy_auth.py
    • tests/http/test_14_auth.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_18_methods.py
    • tests/http/test_19_shutdown.py
    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/testenv/__init__.py
    • tests/http/testenv/caddy.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/vsftpd.py
    • tests/http/testenv/ws_echo_server.py
    • tests/negtelnetserver.py
    • tests/smbserver.py
  3. Change #210464

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:02:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 223fb00a789c4b2b5ab9e31a3eddd59406fca12e

    Comments

    CI: run pytype and ruff on Python code
    These ensure a more consistent style and can find some errors statically
    that would otherwise only be seen at run-time. Also, bump the Ubuntu
    version of some other checks to get newer versions of some linters.
    
    Closes #15067

    Changed files

    • .github/workflows/checksrc.yml
  4. Change #210465

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:03:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57cc5233788dd1ae0c6f125fa7adefad8eb7e46a

    Comments

    tests: enable additional ruff Python lint options
    These all seem reasonable to enable for this code.

    Changed files

    • .github/workflows/checksrc.yml
    • tests/dictserver.py
    • tests/http/scorecard.py
    • tests/http/test_08_caddy.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/negtelnetserver.py
    • tests/smbserver.py
    • tests/util.py