* [cyber] I: Sisyphus-20220429 x86_64 beehive_status: +19 -2 (130)
@ 2022-04-29 3:03 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2022-04-29 3:03 UTC (permalink / raw)
To: sisyphus-cybertalk
19 NEW error logs
389-ds-base-1.4.3.28-alt3
+ grep -qsF 'sysctldir = @prefixdir@/lib/sysctl.d' Makefile.am
+ sed -i 's|sysctldir = .*|sysctldir = /lib/sysctl.d|' Makefile.am
+ grep -qsr 'LD_PRELOAD=.*/libjemalloc.so.2'
+ grep -rl 'LD_PRELOAD=.*/libjemalloc.so.2'
+ xargs sed -i 's|LD_PRELOAD=.*/libjemalloc.so.2|LD_PRELOAD=libjemalloc.so.2|g'
grep: memory exhausted
+ grep -qsr '/sasl2\( \|"\)'
grep: memory exhausted
/usr/src/tmp/rpm-tmp.94428: line 148: 3601748 Aborted grep -qsr
'/sasl2\( \|"\)'
+ exit 1
atlas-3.9.35-alt1.qa1
56 | static char *f2c_intstr[5] =
/usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:55:14: warning: 'f2c_namestr'
defined but not used [-Wunused-variable]
55 | static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
/usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:21:14: warning: 'machnam'
defined but not used [-Wunused-variable]
21 | static char *machnam[NMACH] =
ld: /usr/src/tmp/ccZ3ioEw.ltrans0.ltrans.o: in function `CmndResults':
/usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:306: warning: the use of
`tmpnam' is dangerous, better use `mkstemp'
xconfig: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:334: ProbeOS: Assertion
`iret' failed.
/bin/sh: line 1: 1540255 Aborted ./xconfig -d s
/usr/src/RPM/BUILD/ATLAS/BUILD/../ -d b /usr/src/RPM/BUILD/ATLAS/BUILD -Si cputhrchk
0 -Si omp 1 -b 64 -D c -DWALL -Fa alg '-g -Wa,--noexecstack -fPIC' -D c -DATL_DYLIBS
xconfig exited with 134
binutils-1:2.37-alt3
Running /usr/src/RPM/BUILD/binutils-2.37-alt3/ld/testsuite/ld-elfvers/vers.exp ...
FAIL: ar with versioned solib
Running /usr/src/RPM/BUILD/binutils-2.37-alt3/ld/testsuite/ld-elfvsb/elfvsb.exp ...
blktrace-1.3.0-alt1
+ cat
cat: -: No such file or directory
codium-1.63.2-alt2
"quality": "stable",
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
"linkProtectionTrustedDomains": [
"https://open-vsx.org"
"serverDataFolderName": ".vscode-server-oss"
++ ../undo_telemetry.sh
grep: memory exhausted
sed: no input files
cvs-1.11.23-alt7
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
make[3]: Leaving directory '/usr/src/RPM/BUILD/cvs-1.11.23/lib'
--
basic2:
FAIL: basic2-27
*** Please see the `TESTS' and `check.log' files for more information.
--
make[2]: *** Waiting for unfinished jobs....
FAIL: basic2-27
*** Please see the `TESTS' and `check-r.log' files for more information.
grive2-0.5.1-alt1
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_Fortran_FLAGS
INCLUDE_INSTALL_DIR
LIB_DESTINATION
LIB_SUFFIX
SHARE_INSTALL_PREFIX
SYSCONF_INSTALL_DIR
CMake Generate step failed. Build files cannot be regenerated correctly.
grub-2.06-alt7
In file included from ../../grub-core/lib/gnulib/base64.c:48:
../../grub-core/lib/gnulib/ialloc.h:28:3: error: #error "Please include config.h first."
28 | #error "Please include config.h first."
../../grub-core/lib/gnulib/ialloc.h:30:1: error: unknown type name
'_GL_INLINE_HEADER_BEGIN'
30 | _GL_INLINE_HEADER_BEGIN
../../grub-core/lib/gnulib/ialloc.h:39:15: error: expected ';' before 'void'
39 | IALLOC_INLINE void * _GL_ATTRIBUTE_COLD
../../grub-core/lib/gnulib/ialloc.h:40:1: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '_gl_alloc_nomem'
40 | _gl_alloc_nomem (void)
../../grub-core/lib/gnulib/ialloc.h:32:24: error: unknown type name '_GL_INLINE';
did you mean 'IALLOC_INLINE'?
32 | # define IALLOC_INLINE _GL_INLINE
--
46 | IALLOC_INLINE
../../grub-core/lib/gnulib/ialloc.h:47:21: error: expected ';' before 'void'
47 | _GL_ATTRIBUTE_MALLOC /*_GL_ATTRIBUTE_DEALLOC_FREE*/
--
../../grub-core/lib/gnulib/ialloc.h: In function 'imalloc':
../../grub-core/lib/gnulib/ialloc.h:51:15: error: 'SIZE_MAX' undeclared (first use in
this function)
51 | return s <= SIZE_MAX ? malloc (s) : _gl_alloc_nomem ();
--
../../grub-core/lib/gnulib/ialloc.h: At top level:
../../grub-core/lib/gnulib/ialloc.h:56:1: error: expected ';' before 'void'
56 | void *
--
../../grub-core/lib/gnulib/ialloc.h: In function 'irealloc':
../../grub-core/lib/gnulib/ialloc.h:61:15: error: 'SIZE_MAX' undeclared (first use in
this function)
61 | return s <= SIZE_MAX ? realloc (p, s | !s) : _gl_alloc_nomem ();
--
../../grub-core/lib/gnulib/ialloc.h: At top level:
../../grub-core/lib/gnulib/ialloc.h:32:24: error: unknown type name '_GL_INLINE';
did you mean 'IALLOC_INLINE'?
32 | # define IALLOC_INLINE _GL_INLINE
guile22-2.2.7-alt1
egrep: warning: egrep is obsolescent; using grep -E
hasher-priv: master: idle time limit (3600 seconds) exceeded
llvm13.0-13.0.1-alt3
/.out/llvm13.0-tools-13.0.1-alt3.x86_64.rpm: forbidden requires: python-base
sisyphus_check: check-deps ERROR: package dependencies violation
hsh-rebuild: llvm13.0-13.0.1-alt3.src.rpm: sisyphus_check failed.
ocaml-ppxlib-0.24.0-alt1
> EOF
$ ./standalone_print_ctxt.exe directive.ml | egrep 'input_name|file_path'
+ egrep: warning: egrep is obsolescent; using grep -E
input_name: directive.ml
file_path: file.ml
3. using `map_structure` (or `map_signature`)
$ echo "let x = 0" | ./map_structure_print_ctxt.exe | egrep 'input_name|file_path'
+ egrep: warning: egrep is obsolescent; using grep -E
input_name: _none_
file_path: lexbuf_pos_fname
perl-SOAP-WSDL-3.004-alt1
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains:
/usr/src/RPM/BUILD/SOAP-WSDL-3.004/blib/lib /usr/src/RPM/BUILD/SOAP-WSDL-3.004/blib/arch
/usr/local/lib64/perl/5.34 /usr/local/share/perl/5.34 /usr/lib64/perl5 /usr/share/perl5
/usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at
t/SOAP/WSDL/Server/Simple.t line 6.
BEGIN failed--compilation aborted at t/SOAP/WSDL/Server/Simple.t line 6.
t/SOAP/WSDL/Server/Simple.t ...........................
--
Result: FAIL
Failed 1/124 test programs. 0/1220 subtests failed.
make: *** [Makefile:983: test_dynamic] Error 255
python3-module-mypy-0.942-alt1
mypy/test/testcmdline.py::PythonCmdlineSuite::cmdline.test::testPythonVersionTooNew40
<- test-data/unit/cmdline.test
[gw17] [ 99%] FAILED
mypy/test/testpep561.py::PEP561Suite::pep561.test::testNamespacePkgWStubs <-
test-data/unit/pep561.test
mypy/test/testpep561.py::PEP561Suite::pep561.test::testNamespacePkgWStubsWithNamespacePackagesFlag
<- test-data/unit/pep561.test
--
assert_string_arrays_equal(expected, output,
E AssertionError: Invalid output
(/usr/src/RPM/BUILD/python3-module-mypy-0.942/test-data/unit/pep561.test, line 198)
----------------------------- Captured stderr call -----------------------------
Expected:
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": module is
installed, but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:4: note: See
https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports (diff)
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": module is
installed, but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:7: error: Argument 1 to "bf" has incompatible type "int";
expected "bool" (diff)
Actual:
testNamespacePkgWStubs.py:3: error: Skipping analyzing "typedpkg_ns.a.bbb": module is
installed, but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:3: note: See
https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports (diff)
testNamespacePkgWStubs.py:3: error: Skipping analyzing "typedpkg_ns": module is installed,
but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:3: error: Skipping analyzing "typedpkg_ns.a": module is
installed, but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": module is
installed, but missing library stubs or py.typed marker (diff)
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": module is
installed, but missing library stubs or py.typed marker (diff)
Alignment of first line difference:
python3-module-scipy-1.6.1-alt3
patching file setup.py
patching file tools/cythonize.py
+ install -p -m644 /usr/src/RPM/SOURCES/site.cfg .
+ sed -i 's|@LIBDIR@|/usr/lib64|g' site.cfg doc/Makefile
+ sed -i 's|@PYVER@|2.7|g' doc/Makefile
+ sed -i 's|@PYSUFF@|3|' site.cfg
+ grep -zPqsr '[ ]*from scipy._lib._testutils import PytestTester\n[ ]*test =
PytestTester\(__name__\)\n[ ]*del PytestTester\n'
grep: memory exhausted
/usr/src/tmp/rpm-tmp.29024: line 140: 3760750 Aborted grep -zPqsr '[
]*from scipy._lib._testutils import PytestTester\n[ ]*test = PytestTester\(__name__\)\n[
]*del PytestTester\n'
+ exit 1
qpdf-10.6.3-alt1
--> END DIFFERENCES <--
qpdf test 2028 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2037 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2046 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2055 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2064 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2066 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2068 (check against base) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2144 (compare qdf) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
--
--> END DIFFERENCES <--
qpdf test 2148 (compare qdf) FAILED
cwd: /usr/src/RPM/BUILD/qpdf-10.6.3/qpdf/qtest/qpdf
quilt-0.67-alt1
make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.67-alt1'
make: Entering directory '/usr/src/RPM/BUILD/quilt-0.67-alt1'
[three.test]
54 commands (54 passed, 0 failed)
make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.67-alt1'
make: Entering directory '/usr/src/RPM/BUILD/quilt-0.67-alt1'
[two.test]
57 commands (57 passed, 0 failed)
make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.67-alt1'
make: Target 'check' not remade because of errors.
sogo-5.5.1-alt1
+ /usr/bin/patch -p1
patching file SoObjects/Mailer/SOGoTNEFMailBodyPart.m
++ grep -Rl '#!.*python$' ActiveSync Apache CHANGELOG.md COPYING.GPL COPYING.LGPL
ChangeLog ChangeLog.old Documentation GNUmakefile Main Migration README.md SOPE Scripts
SoObjects Tests Tools UI Version apidoc.json configure general.make jsdoc.json packaging
grep: memory exhausted
+ subst 's|#!.*python$|#!/usr/bin/python3|'
subst: no files specified.
subst - the sed-based in-place files editor.
Usage: subst <pattern> [-p | --preserve] files...
subst [-h | --help]
Report bugs to http://bugs.altlinux.ru/
texlive-texmf-2021-alt1_4
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/texlive/tlmgrgui.pl
syntax OK
Can't exec "%COMSPEC%": No such file or directory at
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/texlive/uninstall-win32.pl
line 11.
Use of uninitialized value $Master in scalar chomp at
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/texlive/uninstall-win32.pl
line 12.
--
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
syntax OK
Can't exec "%COMSPEC%": No such file or directory at
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/tlaunch/tlaunchmode.pl
line 9.
Use of uninitialized value $Master in scalar chomp at
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/tlaunch/tlaunchmode.pl
line 10.
--
shebang.req.files: executable script
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/xindy/modules/lang/persian/variant3-utf8.pl.in
is not executable
shebang.req: ERROR:
/usr/src/tmp/texlive-texmf-buildroot/usr/share/texmf-dist/scripts/chklref/chklref.pl:
too many arguments: #!/usr/bin/env perl -w
find-requires: ERROR: /usr/lib/rpm/shebang.req failed
error: /bin/sh failed
error: Failed to find Requires
RPM build errors:
zsh-1:5.8.1-alt1
./Y01completion.ztst: all tests successful.
./Y02compmatch.ztst: starting.
./Y02compmatch.ztst: all tests successful.
./Y03arguments.ztst: starting.
./Y03arguments.ztst: all tests successful.
52 successful test scripts, 1 failure, 1 skipped
make[1]: *** [Makefile:190: check] Error 1
make[1]: Leaving directory '/usr/src/RPM/BUILD/zsh-5.8.1/Test'
make: *** [Makefile:263: check] Error 2
make: Leaving directory '/usr/src/RPM/BUILD/zsh-5.8.1'
2 error logs REMOVED from the list
faketime-0.2.8-alt1
python3-module-joblib-1.1.0-alt1
Total 130 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-29 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 3:03 [cyber] I: Sisyphus-20220429 x86_64 beehive_status: +19 -2 (130) 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