GithubHelp home page GithubHelp logo

Comments (4)

PraveenPenguin avatar PraveenPenguin commented on August 12, 2024

@fkromer still it seems me system resource issue , can you please let me how much storage on your setup

from avocado-misc-tests.

fkromer avatar fkromer commented on August 12, 2024

@PraveenPenguin According to df -h the memory available initially is about 1.3G. But after execution of avocado tests the available space shrank significantly (I can't remember how much it was). I run the test again with an "unused" image.

from avocado-misc-tests.

fkromer avatar fkromer commented on August 12, 2024

@PraveenPenguin The test still fails with status ERROR right after starting the execution:

2017-12-07 14:02:56,302 test             L0381 INFO | START 1-avocado-misc-tests/perf/aiostress.py:Aiostress.test
2017-12-07 14:02:56,304 test             L0402 DEBUG| Test metadata:
2017-12-07 14:02:56,304 test             L0403 DEBUG|   filename: /home/rc/avocado-misc-tests/perf/aiostress.py
2017-12-07 14:02:56,371 software_manager L0692 DEBUG| apt-get version: 1.0.1ubuntu2
2017-12-07 14:02:56,372 process          L0389 INFO | Running '/usr/bin/dpkg -s gdebi-core'
2017-12-07 14:02:56,452 process          L0479 DEBUG| [stdout] Package: gdebi-core
2017-12-07 14:02:56,453 process          L0479 DEBUG| [stdout] Status: install ok installed
2017-12-07 14:02:56,453 process          L0479 DEBUG| [stdout] Priority: optional
2017-12-07 14:02:56,453 process          L0499 INFO | Command '/usr/bin/dpkg -s gdebi-core' finished with 0 after 0.076425075531s
2017-12-07 14:02:56,454 process          L0479 DEBUG| [stdout] Section: admin
2017-12-07 14:02:56,455 process          L0479 DEBUG| [stdout] Installed-Size: 132
2017-12-07 14:02:56,455 process          L0479 DEBUG| [stdout] Maintainer: Ubuntu Developers <[email protected]>
2017-12-07 14:02:56,455 process          L0479 DEBUG| [stdout] Architecture: all
2017-12-07 14:02:56,456 process          L0479 DEBUG| [stdout] Source: gdebi
2017-12-07 14:02:56,456 process          L0479 DEBUG| [stdout] Version: 0.9.5.3ubuntu3
2017-12-07 14:02:56,456 process          L0479 DEBUG| [stdout] Depends: python3:any (>= 3.3.2-2~), python3-apt, python3-debian, file
2017-12-07 14:02:56,457 process          L0479 DEBUG| [stdout] Suggests: xz-utils | xz-lzma
2017-12-07 14:02:56,457 process          L0479 DEBUG| [stdout] Description: simple tool to install deb files
2017-12-07 14:02:56,458 process          L0479 DEBUG| [stdout]  gdebi lets you install local deb packages resolving and installing
2017-12-07 14:02:56,459 process          L0479 DEBUG| [stdout]  its dependencies. apt does the same, but only for remote (http, ftp)
2017-12-07 14:02:56,459 process          L0479 DEBUG| [stdout]  located packages.
2017-12-07 14:02:56,459 process          L0479 DEBUG| [stdout]  .
2017-12-07 14:02:56,460 process          L0479 DEBUG| [stdout]  This package contains the libraries and command-line utility.
2017-12-07 14:02:56,460 process          L0479 DEBUG| [stdout] Original-Maintainer: Ubuntu Developers <[email protected]>
2017-12-07 14:02:56,461 process          L0389 INFO | Running '/usr/bin/dpkg -s libaio1'
2017-12-07 14:02:56,544 process          L0479 DEBUG| [stdout] Package: libaio1
2017-12-07 14:02:56,545 process          L0479 DEBUG| [stdout] Status: install ok installed
2017-12-07 14:02:56,545 process          L0479 DEBUG| [stdout] Priority: optional
2017-12-07 14:02:56,545 process          L0479 DEBUG| [stdout] Section: libs
2017-12-07 14:02:56,546 process          L0479 DEBUG| [stdout] Installed-Size: 52
2017-12-07 14:02:56,546 process          L0499 INFO | Command '/usr/bin/dpkg -s libaio1' finished with 0 after 0.078803062439s
2017-12-07 14:02:56,546 process          L0479 DEBUG| [stdout] Maintainer: Ubuntu Developers <[email protected]>
2017-12-07 14:02:56,547 process          L0479 DEBUG| [stdout] Architecture: armhf
2017-12-07 14:02:56,547 process          L0479 DEBUG| [stdout] Multi-Arch: same
2017-12-07 14:02:56,548 process          L0479 DEBUG| [stdout] Source: libaio
2017-12-07 14:02:56,548 process          L0479 DEBUG| [stdout] Version: 0.3.109-4
2017-12-07 14:02:56,548 process          L0479 DEBUG| [stdout] Pre-Depends: multiarch-support
2017-12-07 14:02:56,549 process          L0479 DEBUG| [stdout] Description: Linux kernel AIO access library - shared library
2017-12-07 14:02:56,549 process          L0479 DEBUG| [stdout]  This library enables userspace to use Linux kernel asynchronous I/O
2017-12-07 14:02:56,549 process          L0479 DEBUG| [stdout]  system calls, important for the performance of databases and other
2017-12-07 14:02:56,550 process          L0479 DEBUG| [stdout]  advanced applications.
2017-12-07 14:02:56,550 process          L0479 DEBUG| [stdout] Original-Maintainer: Guillem Jover <[email protected]>
2017-12-07 14:02:56,550 process          L0479 DEBUG| [stdout] Homepage: http://www.kernel.org/pub/linux/libs/aio/
2017-12-07 14:02:56,551 process          L0389 INFO | Running '/usr/bin/dpkg -s libaio-dev'
2017-12-07 14:02:56,632 process          L0479 DEBUG| [stdout] Package: libaio-dev
2017-12-07 14:02:56,633 process          L0479 DEBUG| [stdout] Status: install ok installed
2017-12-07 14:02:56,633 process          L0499 INFO | Command '/usr/bin/dpkg -s libaio-dev' finished with 0 after 0.0779430866241s
2017-12-07 14:02:56,634 process          L0479 DEBUG| [stdout] Priority: optional
2017-12-07 14:02:56,634 process          L0479 DEBUG| [stdout] Section: libdevel
2017-12-07 14:02:56,635 process          L0479 DEBUG| [stdout] Installed-Size: 82
2017-12-07 14:02:56,635 process          L0479 DEBUG| [stdout] Maintainer: Ubuntu Developers <[email protected]>
2017-12-07 14:02:56,635 process          L0479 DEBUG| [stdout] Architecture: armhf
2017-12-07 14:02:56,636 process          L0479 DEBUG| [stdout] Source: libaio
2017-12-07 14:02:56,636 process          L0479 DEBUG| [stdout] Version: 0.3.109-4
2017-12-07 14:02:56,636 process          L0479 DEBUG| [stdout] Depends: libaio1 (= 0.3.109-4)
2017-12-07 14:02:56,637 process          L0479 DEBUG| [stdout] Description: Linux kernel AIO access library - development files
2017-12-07 14:02:56,637 process          L0479 DEBUG| [stdout]  This library enables userspace to use Linux kernel asynchronous I/O
2017-12-07 14:02:56,638 process          L0479 DEBUG| [stdout]  system calls, important for the performance of databases and other
2017-12-07 14:02:56,638 process          L0479 DEBUG| [stdout]  advanced applications.
2017-12-07 14:02:56,638 process          L0479 DEBUG| [stdout] Original-Maintainer: Guillem Jover <[email protected]>
2017-12-07 14:02:56,639 process          L0479 DEBUG| [stdout] Homepage: http://www.kernel.org/pub/linux/libs/aio/
2017-12-07 14:02:56,647 process          L0389 INFO | Running 'gcc -Wall -o aio-stress /var/lib/avocado/data/cache/aio-stress.c -laio -lpthread'
2017-12-07 14:02:56,747 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c: In function ‘worker’:
2017-12-07 14:02:56,748 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c:1175:3: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Wformat=]
2017-12-07 14:02:56,749 process          L0479 DEBUG| [stderr]    t->stage_mb_trans, seconds);
2017-12-07 14:02:56,749 process          L0479 DEBUG| [stderr]    ^
2017-12-07 14:02:56,752 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c: In function ‘main’:
2017-12-07 14:02:56,753 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c:1455:10: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘off_t’ [-Wformat=]
2017-12-07 14:02:56,754 process          L0479 DEBUG| [stderr]           file_size, num_contexts);
2017-12-07 14:02:56,754 process          L0479 DEBUG| [stderr]           ^
2017-12-07 14:02:56,755 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c:1460:6: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘off_t’ [-Wformat=]
2017-12-07 14:02:56,755 process          L0479 DEBUG| [stderr]       file_size / (1024 * 1024), rec_len / 1024, depth, io_iter);
2017-12-07 14:02:56,755 process          L0479 DEBUG| [stderr]       ^
2017-12-07 14:02:56,756 process          L0479 DEBUG| [stderr] /var/lib/avocado/data/cache/aio-stress.c:1465:6: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘off_t’ [-Wformat=]
2017-12-07 14:02:56,756 process          L0479 DEBUG| [stderr]       context_offset / (1024 * 1024), verify ? "on" : "off");
2017-12-07 14:02:56,757 process          L0479 DEBUG| [stderr]       ^
2017-12-07 14:02:57,108 process          L0499 INFO | Command 'gcc -Wall -o aio-stress /var/lib/avocado/data/cache/aio-stress.c -laio -lpthread' finished with 0 after 0.45584821701s
2017-12-07 14:02:57,109 process          L0389 INFO | Running './aio-stress foo'
2017-12-07 14:02:57,117 process          L0479 DEBUG| [stderr] file size 1024MB, record size 0KB, depth 64, ios per iteration 64
2017-12-07 14:02:57,117 process          L0499 INFO | Command './aio-stress foo' finished with -11 after 0.00217509269714s
2017-12-07 14:02:57,118 process          L0479 DEBUG| [stderr] max io_submit 8, buffer alignment set to 4KB
2017-12-07 14:02:57,119 stacktrace       L0041 ERROR| 
2017-12-07 14:02:57,119 stacktrace       L0044 ERROR| Reproduced traceback from: /usr/local/lib/python2.7/dist-packages/avocado/core/test.py:817
2017-12-07 14:02:57,120 stacktrace       L0047 ERROR| Traceback (most recent call last):
2017-12-07 14:02:57,120 stacktrace       L0047 ERROR|   File "/home/rc/avocado-misc-tests/perf/aiostress.py", line 74, in test
2017-12-07 14:02:57,120 stacktrace       L0047 ERROR|     process.run(cmd)
2017-12-07 14:02:57,121 stacktrace       L0047 ERROR|   File "/usr/local/lib/python2.7/dist-packages/avocado/utils/process.py", line 1117, in run
2017-12-07 14:02:57,122 stacktrace       L0047 ERROR|     raise CmdError(cmd, sp.result)
2017-12-07 14:02:57,122 stacktrace       L0047 ERROR| CmdError: Command './aio-stress foo' failed (rc=-11)
2017-12-07 14:02:57,123 stacktrace       L0048 ERROR| 
2017-12-07 14:02:57,123 test             L0822 DEBUG| Local variables:
2017-12-07 14:02:57,178 test             L0825 DEBUG|  -> self <class 'aiostress.Aiostress'>: 1-avocado-misc-tests/perf/aiostress.py:Aiostress.test
2017-12-07 14:02:57,178 test             L0825 DEBUG|  -> cmd <type 'str'>: ./aio-stress foo
2017-12-07 14:02:57,179 test             L0278 DEBUG| DATA (filename=stdout.expected) => NOT FOUND (data sources: variant, test, file)
2017-12-07 14:02:57,180 test             L0278 DEBUG| DATA (filename=stderr.expected) => NOT FOUND (data sources: variant, test, file)
2017-12-07 14:02:57,180 test             L0950 ERROR| Traceback (most recent call last):

2017-12-07 14:02:57,180 test             L0950 ERROR|   File "/usr/local/lib/python2.7/dist-packages/avocado/core/test.py", line 888, in _run_avocado
    raise test_exception

2017-12-07 14:02:57,180 test             L0950 ERROR| CmdError: Command './aio-stress foo' failed (rc=-11)

2017-12-07 14:02:57,181 test             L0965 ERROR| ERROR 1-avocado-misc-tests/perf/aiostress.py:Aiostress.test -> CmdError: Command './aio-stress foo' failed (rc=-11)

from avocado-misc-tests.

PraveenPenguin avatar PraveenPenguin commented on August 12, 2024

am not able to recreate this issue any more please try on the recent code base, if still facing issue feel free to reopen

from avocado-misc-tests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.