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

Builder wget-solaris10-i386 Build #531

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision8775506f632f14404e4755dbae679dea07abf12a
Got Revision8775506f632f14404e4755dbae679dea07abf12a
Changes15 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 8 mins, 27 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 34 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 1 mins, 12 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 15 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/wget-solaris10-i386 slave
buildername wget-solaris10-i386 Builder
buildnumber 531 Build
codebase Build
got_revision 8775506f632f14404e4755dbae679dea07abf12a Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 8775506f632f14404e4755dbae679dea07abf12a Build
scheduler schedule-wget-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah
  2. Tim Rühsen

Timing:

StartTue Jul 2 12:16:21 2024
EndTue Jul 2 12:28:04 2024
Elapsed11 mins, 42 secs

All Changes:

:

  1. Change #196946

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Sun 12 May 2024 17:57:30
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 196ce0abd67b9c905c600a217a7d2dd667216081

    Comments

    Support continious reading from stdin pipes
    Rather than reading from stdin only once, leave the pipe open until the
    other end closes it and keep reading from the file after each set of
    URLs is read
    
    * src/html-url.h(get_urls_file): Update prototype to add additional
      param
    * src/html-url.c(get_urls_file): Pass through read_again to
      wget_read_from_file.
    * src/retr.c(retrieve_from_file): Split the function into two. Introduce
      `retrieve_from_url_list` that actually performs the retrieval.
      Also, if `url_list` returns that the fd has been left open, then
      continue reading from it until the fd is closed.
      (retrieve_from_url_list): New function that does the retrieval from
      a list of URLs that was read from a file.
    * src/utils.c(wget_read_from_file): Rename old function `wget_read_file`
      to this.
      Accept an additional output parameter that states whether the fd was
      left open and if we should continue reading from it after the current
      set of URLs have been processed
      (wget_read_file): Write it as a new wrapper function around
      `wget_read_from_file` to maintain API comptability across other users

    Changed files

    • src/html-url.c
    • src/html-url.h
    • src/retr.c
    • src/utils.c
    • src/utils.h
  2. Change #198184

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 24 May 2024 19:20:32
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision bb59ef7fd414cd6a68b58283cd868f55cb3c9a6c

    Comments

    * fuzz/Makefile.am (oss-fuzz): Add -lgmp

    Changed files

    • fuzz/Makefile.am
  3. Change #198757

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 12:40:21
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision ed0c7c7e0e8f7298352646b2fd6e06a11e242ace

    Comments

    Properly re-implement userinfo parsing (rfc2396)
    * src/url.c (url_skip_credentials): Properly re-implement userinfo parsing (rfc2396)
    
    The reason why the implementation is based on RFC 2396, an outdated standard,
    is that the whole file is based on that RFC, and mixing standard here might be
    dangerous.

    Changed files

    • src/url.c
  4. Change #198765

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:19:42
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 5fe01167d192cae95662e1c6d85ef9c820702e2c

    Comments

    * fuzz/wget_options_fuzzer.c: Fix indentation

    Changed files

    • fuzz/wget_options_fuzzer.c
  5. Change #198766

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:19:50
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision a582633c9721543bc184bb48e55f23fedbb66fed

    Comments

    * src/utils.c (run_with_timeout): Set SIGALRM handler before setjmp() (reported by valgrind)

    Changed files

    • src/utils.c
  6. Change #198767

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:19:53
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 0490e301d4a7c61f6647d2595e826001da4af671

    Comments

    * src/wget.h (DO_REALLOC): Initialize realloc'ed memory to help valgrind

    Changed files

    • src/wget.h
  7. Change #198768

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:20:00
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision bb0aa299e9f71fc93d51903e0ff7e5bb2547b93e

    Comments

    * src/warc.c (warc_write_end_record): Check warc_write_ok (fix use-after-free)"

    Changed files

    • src/warc.c
  8. Change #198769

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:20:06
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 42c83d89721fe3e0d63068b059890cedea8a3765

    Comments

    * src/iri.c (do_conversion): Initialize memory from realloc()

    Changed files

    • src/iri.c
  9. Change #198770

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:21:58
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision ecb59f2e020923db06e4b8ea401149d9392badcf

    Comments

    * src/init.c (cleanup): Do not close stdout on exit

    Changed files

    • src/init.c
  10. Change #198771

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:22:03
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 62fffab5776652a9c181b0239cd8a5aedf716c47

    Comments

    * src/httpc.c (http_loop): Fix memleak

    Changed files

    • src/http.c
  11. Change #198772

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:22:12
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision b88ad88253fc07d061e09c8f7c49d96e593d51b8

    Comments

    * src/warc.c (warc_start_new_file): Simplify code

    Changed files

    • src/warc.c
  12. Change #198773

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:22:17
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision cd643458b42ca19bb1a0c20fef92e673c4281666

    Comments

    * src/warc.c (warc_close): Fix memleak

    Changed files

    • src/warc.c
  13. Change #198774

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 14:26:01
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision afa979b43f9212cb9266597db0146cdf1ff2686f

    Comments

    * src/retr.c (retrieve_from_file): Fix memleak

    Changed files

    • src/retr.c
  14. Change #199326

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 09 Jun 2024 19:35:30
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 567e67afd22fa5ce6e2516167c9cdf0c3177ddb5

    Comments

    * src/retr.c (retrieve_from_url_list): Fix memory leak

    Changed files

    • src/retr.c
  15. Change #199333

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 09 Jun 2024 20:00:45
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 8775506f632f14404e4755dbae679dea07abf12a

    Comments

    * src/http.c (http_loop): Fix memory leak

    Changed files

    • src/http.c