* [cyber] I: Sisyphus-20220423 x86_64 beehive_status: +10 -10 (121)
@ 2022-04-23 3:50 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2022-04-23 3:50 UTC (permalink / raw)
To: sisyphus-cybertalk
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 6563 bytes --]
10 NEW error logs
element-web-1.9.7-alt1
reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`,
'system', err));
FetchError: request to https://jitsi.riot.im/libs/external_api.min.js failed, reason:
getaddrinfo EAI_AGAIN jitsi.riot.im
at ClientRequest.<anonymous>
(/usr/src/RPM/BUILD/element-web-1.9.7/node_modules/node-fetch/lib/index.js:1483:11)
gawk-5.1.0.0.213.d04f-alt1
make[3]: Entering directory '/usr/src/RPM/BUILD/gawk-5.1.0.0.213.d04f-alt1/test'
1 TESTS FAILED
make[3]: *** [Makefile:5248: pass-fail] Error 1
kernel-modules-r8168-std-def-8.049.02-alt1.k.331554.2
make[1]: Entering directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net/ethernet': No such file
or directory
find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net': No such file or directory
cat: /proc/version: No such file or directory
make[1]: Leaving directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
--
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c: In function
'rtl8168_proc_open':
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: error: implicit
declaration of function 'pde_data' [-Werror=implicit-function-declaration]
1736 | int (*show)(struct seq_file *, void *) = pde_data(inode);
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: warning:
initialization of 'int (*)(struct seq_file *, void *)' from 'int' makes pointer from
integer without a cast [-Wint-conversion]
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:277:
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.o] Error 1
kernel-modules-r8168-un-def-8.049.02-alt1.k.331796.1
make[1]: Entering directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net/ethernet': No such file
or directory
find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net': No such file or directory
cat: /proc/version: No such file or directory
make[1]: Leaving directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
--
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c: In function
'rtl8168_proc_open':
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: error: implicit
declaration of function 'pde_data' [-Werror=implicit-function-declaration]
1736 | int (*show)(struct seq_file *, void *) = pde_data(inode);
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: warning:
initialization of 'int (*)(struct seq_file *, void *)' from 'int' makes pointer from
integer without a cast [-Wint-conversion]
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:287:
/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.o] Error 1
libaom-3.3.0-alt1
/usr/src/RPM/BUILD/libaom-3.3.0/aom_dsp/bitwriter.c:27:3: warning: 'bytes' may be used
uninitialized [-Wmaybe-uninitialized]
27 | memcpy(w->buffer, data, bytes);
/usr/src/RPM/BUILD/libaom-3.3.0/aom_dsp/bitwriter.c:23:12: note: 'bytes' was declared here
23 | uint32_t bytes;
/usr/bin/cmake -E cmake_symlink_library libaom.so.3.3.0 libaom.so.3 libaom.so
gmake[2]: Leaving directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
gmake[1]: Entering directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
[ 91%] Built target aom
gmake[1]: Leaving directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
gmake: *** [Makefile:136: all] Error 2
libsmi-0.5.0-alt2
886 | debug("DEBUGG: OOPS wrong prefix DECL %d,
at line %d\n", topDecl(), currentParser->line);
parser-yang.y:886: error: expected statement before ')' token
886 | debug("DEBUGG: OOPS wrong prefix DECL %d,
at line %d\n", topDecl(), currentParser->line);
--
parser-yang.c:4913:7: note: in expansion of macro 'yyerror'
parser-yang.y:2677: error: expected declaration or statement at end of input
2677 | %%
node-uglify-js-3.9.4-alt1
JS_Parse_Error
^[[32m√ ^[[39mShould return syntax error
^[[32m√ ^[[39mShould reject duplicated label name
--
String literals
^[[32m√ ^[[39mShould throw syntax error if a string literal contains a newline
^[[32m√ ^[[39mShould not throw syntax error if a string has a line continuation
^[[32m√ ^[[39mShould throw error in strict mode if string contains escaped
octalIntegerLiteral
--
'try{null[function(){}]}catch(e){console.log(e)}\n' +
+ "// output: TypeError: Cannot read properties of null (reading 'function(){}')\n" +
- "// output: TypeError: Cannot read property 'function(){}' of null\n" +
'// \n' +
+ "// minify: TypeError: Cannot read properties of null (reading 'function() {}')\n" +
- "// minify: TypeError: Cannot read property 'function() {}' of null\n" +
'// \n' +
perl-Server-Starter-0.35-alt1.1
received TERM, sending TERM to all workers:2382560
hasher-priv: master: idle time limit (3600 seconds) exceeded
php7-memcache-4.0.5.2-alt7.4.28.alt1
Time taken : 13 seconds
FAILED TEST SUMMARY
memcache->increment()/decrement() with multiple keys [tests/040.phpt]
python3-module-libarchive-c-3.1-alt1
tests/test_rwx.py::test_files PASSED [ 68%]
tests/test_rwx.py::test_custom_writer_and_stream_reader Fatal Python error: Segmentation
fault
Current thread 0x00007f779b912740 (most recent call first):
--
File "/usr/lib64/python3.10/runpy.py", line 196 in _run_module_as_main
FAILED [ 71%]
tests/test_rwx.py::test_custom_writer_and_seekable_stream_reader PASSED [ 75%]
--
=========================== short test summary info ============================
FAILED tests/test_rwx.py::test_custom_writer_and_stream_reader
=================== 1 failed, 31 passed, 1 warning in 1.05s ====================
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python3-module-libarchive-c-3.1/.tox/py310/bin/python -m pytest -Wd
-vv --boxed --cov libarchive --cov-report term-missing tests (exited with code 1)
___________________________________ summary ____________________________________
ERROR: py310: commands failed
10 error logs REMOVED from the list
kde5-pim-runtime-21.12.3-alt2
meschach-1.2-alt1.b.3
node-canvas-2.7.0-alt1
node-iltorb-2.4.5-alt1
node-leveldown-5.6.0-alt1
node-msgpack-1.0.3-alt2
node-sharp-0.25.3-alt2
perl-POE-Component-IRC-6.93-alt1
perl-Test-LectroTest-0.5001-alt3
python3-module-easyprocess-1.1-alt1
Total 121 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-23 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 3:50 [cyber] I: Sisyphus-20220423 x86_64 beehive_status: +10 -10 (121) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git