[cyber] I: Sisyphus-20231101 x86_64 beehive_status: +9 -9 (104)
ALT beekeeper
hiver на altlinux.org
Ср Ноя 1 08:09:32 MSK 2023
9 NEW error logs
dopewars-1.5.12-alt2_20.1033svn
/bin/sh ../../libtool --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches
-Wall -g -O2 -flto=auto -Wall -o libsound_sdl.la -rpath /usr/lib64 -lSDL -lpthread
-lSDL_mixer sound_sdl.lo -lglib-2.0
libtool: link: rm -fr .libs/libsound_sdl.a
libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/sound_sdl.o -lSDL
-lpthread -lSDL_mixer -lglib-2.0 -g -O2 -flto=auto -Wl,-soname -Wl,libsound_sdl.so.0
-o .libs/libsound_sdl.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsound_sdl.so.0" && ln -s "libsound_sdl.so.0.0.0"
"libsound_sdl.so.0")
libtool: link: (cd ".libs" && rm -f "libsound_sdl.so" && ln -s "libsound_sdl.so.0.0.0"
"libsound_sdl.so")
libtool: link: ( cd ".libs" && rm -f "libsound_sdl.la" && ln -s "../libsound_sdl.la"
"libsound_sdl.la" )
make[3]: Leaving directory '/usr/src/RPM/BUILD/dopewars/src/plugins'
make[2]: *** [Makefile:577: all-recursive] Error 1
make[1]: *** [Makefile:478: all-recursive] Error 1
make: *** [Makefile:406: all] Error 2
fprintd-1.94.2-alt1
(fprintd:3255855): libfprint-virtual_device-DEBUG: 03:18:03.517: Processing command RETRY 1
(fprintd:3255855): libfprint-virtual_device-DEBUG: 03:18:03.517: Virtual device scan
failed with error: The swipe was too short, please try again.
(fprintd:3255855): libfprint-device-DEBUG: 03:18:03.517: Device reported verify result
--
Full log written to
/usr/src/RPM/BUILD/fprintd-1.94.2/x86_64-alt-linux/meson-logs/testlog.txt
FAILED: meson-internal__test
/usr/bin/meson test --no-rebuild --print-errorlogs
java-1.8.0-openjdk-0:1.8.0.382.b05-alt0_1jpp8
+ /usr/bin/gmake VERBOSE= LOG_LEVEL=trace -R -I
/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.382.b05-0.x86_64/openjdk/make/common
-f adlc.make -r -rRw
-I/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.382.b05-0.x86_64/openjdk/make/common -j4
-Otarget --sync-mutex=fnm:/usr/src/tmp/GmYdJua -j
gmake: *** cannot open output sync mutex /usr/src/tmp/GmYdJua: No such file or directory.
Stop.
gmake[5]: Leaving directory
'/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.382.b05-0.x86_64/build/jdk8.build/hotspot/linux_amd64_compiler2/product'
libvamp-2.10.0-alt2
ld: ./libvamp-hostsdk.a: error adding symbols: file format not recognized
collect2: error: ld returned 1 exit status
make: *** [Makefile:271: rdf/generator/vamp-rdf-template-generator] Error 1
--
ld: ./libvamp-hostsdk.a: error adding symbols: no more archived files
collect2: error: ld returned 1 exit status
make: *** [Makefile:268: host/vamp-simple-host] Error 1
perl-Eval-Context-0.09.11-alt2
t/011_eval_side_persistent_variables.t .. ok
# Failed test 'Test STDOUT'
# at t/012_safe.t line 127.
--
t/012_safe.t (Wstat: 256 Tests: 22 Failed: 1)
Failed test: 10
Non-zero exit status: 1
--
Result: FAIL
Failed 1/13 test programs. 1/223 subtests failed.
python3-module-openapi-schema-validator-0.6.2-alt1
tests/integration/test_validators.py::TestOAS31ValidatorValidate::test_array_prefixitems[value1]
PASSED
tests/integration/test_validators.py::TestOAS31ValidatorValidate::test_array_prefixitems_invalid[value0]
FAILED
tests/unit/test_shortcut.py::ValidateTest::test_validate_does_not_mutate_schema_adding_nullable_key
PASSED
--
E assert 'Expected at most 4 items, but found 5' in "Expected at most 4 items but
found 1 extra: 'Washington'\n\nFailed validating 'items' in schema:\n {'items':
False,\n 'prefixItems': [{'type': 'number'},\n {'type':
'string'},\n {'enum': ['Street', 'Avenue', 'Boulevard']},\n
{'enum': ['NW', 'NE', 'SW', 'SE']}],\n 'type': 'array'}\n\nOn instance:\n [1600,
'Pennsylvania', 'Avenue', 'NW', 'Washington']"
E + where "Expected at most 4 items but found 1 extra: 'Washington'\n\nFailed
validating 'items' in schema:\n {'items': False,\n 'prefixItems': [{'type':
'number'},\n {'type': 'string'},\n {'enum':
['Street', 'Avenue', 'Boulevard']},\n {'enum': ['NW', 'NE', 'SW',
'SE']}],\n 'type': 'array'}\n\nOn instance:\n [1600, 'Pennsylvania', 'Avenue',
'NW', 'Washington']" = str(<ValidationError: "Expected at most 4 items but found 1 extra:
'Washington'">)
E + where <ValidationError: "Expected at most 4 items but found 1 extra:
'Washington'"> = <ExceptionInfo <ValidationError: "Expected at most 4 items but found
1 extra: 'Washington'"> tblen=2>.value
error = 'Expected at most 4 items, but found 5'
excinfo = <ExceptionInfo <ValidationError: "Expected at most 4 items but found 1 extra:
'Washington'"> tblen=2>
schema = {'items': False,
--
XFAIL
tests/integration/test_validators.py::TestOAS30ValidatorValidate::test_string_disallow_binary[test]
- OAS 3.0 string type checker allows byte
FAILED
tests/integration/test_validators.py::TestOAS31ValidatorValidate::test_array_prefixitems_invalid[value0]
============= 1 failed, 132 passed, 1 xfailed, 2 warnings in 0.20s =============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
non-zero exit status 1.
python3-module-websockets-11.0.3-alt1
raise ValueError("Invalid file descriptor: {}".format(fd))
ValueError: Invalid file descriptor: -1
.Exception in thread Thread-495 (serve_forever):
--
raise ValueError("Invalid file descriptor: {}".format(fd))
ValueError: Invalid file descriptor: -1
...................................................................................................................s.............................................................................................................................................................................................................................................................................................................................................................................
ERROR: test_close_idempotency_race_condition
(tests.sync.test_connection.ServerConnectionTests.test_close_idempotency_race_condition)
close waits if the connection is already closing.
--
websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 1000 (OK)
FAIL: test_close_waits_for_recv
(tests.sync.test_connection.ClientConnectionTests.test_close_waits_for_recv)
Traceback (most recent call last):
--
self.assertFalse(close_thread.is_alive())
AssertionError: True is not false
Ran 1294 tests in 2.259s
FAILED (failures=1, errors=1, skipped=12)
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
exit status 1.
shepherd-0.10.2-alt3
make[4]: Entering directory '/usr/src/RPM/BUILD/shepherd-0.10.2'
FAIL: tests/pid-file.sh
make[4]: Leaving directory '/usr/src/RPM/BUILD/shepherd-0.10.2'
--
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See ./test-suite.log
watchexec-1.22.3-alt1
test allowlist ... ok
test scopes ... FAILED
test folders ... ok
--
scopes
test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished
in 0.00s
error: test failed, to rerun pass `-p watchexec-filterer-ignore --test filtering`
9 error logs REMOVED from the list
canl-java-2.8.2-alt1_1jpp11
cloud-init-23.1.2-alt1
deepin-system-monitor-6.0.4-alt1
icu-1:7.3.2-alt1
perl-Data-Dump-Streamer-2.42-alt1
perl-Tie-DBI-1.08-alt1
python3-module-easyprocess-1.1-alt2
python3-module-iniparse-0.5-alt1
python3-module-paramiko-3.3.1-alt1
Total 104 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk