Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1704593 Details for
Bug 1863688
ocaml-react: FTBFS in Fedora rawhide/f33
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 20.04 KB, created by
Fedora Release Engineering
on 2020-08-03 17:12:12 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2020-08-03 17:12:12 UTC
Size:
20.04 KB
patch
obsolete
>Mock Version: 2.3 >Mock Version: 2.3 >Mock Version: 2.3 >ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/ocaml-react.spec'], chrootPath='/var/lib/mock/eln-build-21797815-1788297/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffffb58e8ac0>timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/ocaml-react.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False >Building target platforms: aarch64 >Building for target aarch64 >setting SOURCE_DATE_EPOCH=1588550400 >Wrote: /builddir/build/SRPMS/ocaml-react-1.2.0-30.eln103.src.rpm >Child return code was: 0 >ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ocaml-react.spec'], chrootPath='/var/lib/mock/eln-build-21797815-1788297/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffffb58e8ac0>timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ocaml-react.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False >Building target platforms: aarch64 >Building for target aarch64 >setting SOURCE_DATE_EPOCH=1588550400 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.D8c1fp >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf react-1.2.0 >+ /usr/bin/bzip2 -dc /builddir/build/SOURCES/react-1.2.0.tbz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd react-1.2.0 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/bin/cat /builddir/build/SOURCES/react-1.2.0-safe-string-fix.patch >+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch >+ cp -p /builddir/build/SOURCES/react-LICENSE LICENSE >+ echo ' >true: debug' >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.24bYFp >+ umask 022 >+ cd /builddir/build/BUILD >+ cd react-1.2.0 >+ ocaml pkg/build.ml native=true native-dynlink=true >ocamlfind ocamldep -modules src/react.ml > src/react.ml.depends >ocamlfind ocamldep -modules src/react.mli > src/react.mli.depends >ocamlfind ocamlc -c -g -annot -bin-annot -I src -I test -o src/react.cmi src/react.mli >ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I test -o src/react.cmx src/react.ml >+ ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I test -o src/react.cmx src/react.ml >File "src/react.ml", line 1424, characters 27-41: >1424 | and u c = supdate (Pervasives.not (sval m')) m' c in > ^^^^^^^^^^^^^^ >Alert deprecated: module Stdlib.Pervasives >Use Stdlib instead. >If you need to stay compatible with OCaml < 4.07, you can use the >stdlib-shims library: https://github.com/ocaml/stdlib-shims >ocamlfind ocamlopt -a -I src src/react.cmx -o src/react.cmxa >ocamlfind ocamlc -c -g -annot -bin-annot -I src -I test -o src/react.cmo src/react.ml >+ ocamlfind ocamlc -c -g -annot -bin-annot -I src -I test -o src/react.cmo src/react.ml >File "src/react.ml", line 1424, characters 27-41: >1424 | and u c = supdate (Pervasives.not (sval m')) m' c in > ^^^^^^^^^^^^^^ >Alert deprecated: module Stdlib.Pervasives >Use Stdlib instead. >If you need to stay compatible with OCaml < 4.07, you can use the >stdlib-shims library: https://github.com/ocaml/stdlib-shims >ocamlfind ocamlc -a -I src src/react.cmo -o src/react.cma >ocamlfind ocamlopt -shared -linkall -I src src/react.cmxa -o src/react.cmxs >ocamlfind ocamldep -package compiler-libs.toplevel -modules src/react_top.ml > src/react_top.ml.depends >ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml >+ ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml >findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs >ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml >+ ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml >findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs >File "_none_", line 1: >Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque >ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa >+ ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa >findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs >ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma >+ ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma >findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs >ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs >+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs >findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs >+ ocamlbuild -use-ocamlfind test/tests.otarget >ocamlfind ocamldep -modules test/test.ml > test/test.ml.depends >ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/test.cmo test/test.ml >ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/test.cmx test/test.ml >ocamlfind ocamldep -modules test/clock.ml > test/clock.ml.depends >ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/clock.cmo test/clock.ml >ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/clock.cmx test/clock.ml >ocamlfind ocamldep -modules test/breakout.ml > test/breakout.ml.depends >ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/breakout.cmo test/breakout.ml >ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/breakout.cmx test/breakout.ml >ocamlfind ocamlopt -linkpkg -g -I src -I test src/react.cmx test/test.cmx -o test/test.native >ocamlfind ocamlopt -linkpkg unix.cmxa -g -I src -I test src/react.cmx test/clock.cmx -o test/clock.native >ocamlfind ocamlopt -linkpkg unix.cmxa -g -I src -I test src/react.cmx test/breakout.cmx -o test/breakout.native >ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/test.native /builddir/build/BUILD/react-1.2.0 >ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/clock.native /builddir/build/BUILD/react-1.2.0 >ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/breakout.native /builddir/build/BUILD/react-1.2.0 >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VzH1Gl >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64 >++ dirname /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64 >+ cd react-1.2.0 >+ mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/pkg/META /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.cmx _build/src/react_top.cmx /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.a _build/src/react_top.a /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.cma _build/src/react_top.cma /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.cmi _build/src/react_top.cmi /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.mli /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.cmxa _build/src/react_top.cmxa /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} >+ cp -p _build/src/react.cmxs _build/src/react_top.cmxs /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/ >+ /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 1.2.0-30.eln103 --unique-debug-suffix -1.2.0-30.eln103.aarch64 --unique-debug-src-base ocaml-react-1.2.0-30.eln103.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/react-1.2.0 >explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react_top.cmxs >explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react.cmxs >extracting debug info from /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react_top.cmxs >extracting debug info from /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react.cmxs >/usr/lib/rpm/debugedit: /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react.cmxs: DWARF version 0 unhandled >/usr/lib/rpm/debugedit: /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react_top.cmxs: DWARF version 0 unhandled >Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, 4 or 5) [in module /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react_top.cmxs] >Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, 4 or 5) [in module /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react.cmxs] >gdb-add-index: No index was created for /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react_top.cmxs >gdb-add-index: [Was there no debuginfo? Was there already an index?] >gdb-add-index: No index was created for /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/lib64/ocaml/react/react.cmxs >gdb-add-index: [Was there no debuginfo? Was there already an index?] >dwz: ./usr/lib64/ocaml/react/react.cmxs-1.2.0-30.eln103.aarch64.debug: DWARF version 0 unhandled >dwz: ./usr/lib64/ocaml/react/react_top.cmxs-1.2.0-30.eln103.aarch64.debug: DWARF version 0 unhandled >dwz: Too few files for multifile optimization >original debug info size: 80kB, size after compression: 84kB >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Mf089p >+ umask 022 >+ cd /builddir/build/BUILD >+ cd react-1.2.0 >+ ./_build/test/test.native >All tests succeeded. >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Processing files: ocaml-react-1.2.0-30.eln103.aarch64 >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WDRqvm >+ umask 022 >+ cd /builddir/build/BUILD >+ cd react-1.2.0 >+ DOCDIR=/builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react >+ cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Provides: ocaml(React) = 4409de1e3515e7426f7bdb11854959ff ocaml(React_top) = aef30471bc12f5ed4e4bafabdfbc5b73 ocaml-react = 1.2.0-30.eln103 ocaml-react(aarch-64) = 1.2.0-30.eln103 ocamlx(React) = 253eac1246a12bac5210273be98ac1fb ocamlx(React_top) = bd234ac4a1209123c233c361b460b5a6 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) ocaml(Asttypes) = c2d0429f60b723e8b720213172bf2088 ocaml(Build_path_prefix_map) = 9a4e8d6cd43bb98baac4f1246c1a8145 ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(CamlinternalLazy) = da00c017b07ea33406799e4c0708370b ocaml(Cmi_format) = 3215d92e1d3562abda64acbe514a7b9b ocaml(Env) = a217d02704e8b6b19f2f4995a76ca40d ocaml(Ident) = 9ba7fd8a937947a27d0d0fc9f18d507e ocaml(Identifiable) = 08645a8ab1e4df8b92613bf5fee575e0 ocaml(Load_path) = 2c6a73d2a3c72a383122a27f9d10a740 ocaml(Location) = bec426b4dd29a880783e698730075a4e ocaml(Longident) = 9a5c1cb2b32d1fde913a1a3a90db660d ocaml(Misc) = 3ea3f4876ff13ee448c802e3033d9c19 ocaml(Outcometree) = 4afebd6a83076a52537bfa1405cb2376 ocaml(Parsetree) = 93520523911d4b17f60db7ee6785d775 ocaml(Path) = 363777273dbb0e902f8f8119abc52375 ocaml(Primitive) = ffdffe2aed4c814306c1f7cd2d961bdf ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__digest) = d8be17ae6382c591ca8ee044e48f8e37 ocaml(Stdlib__format) = c5f72e9cf68719087633a822261f096a ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__lazy) = e6ac069e7b39be8704380ec0c236b891 ocaml(Stdlib__lexing) = 14e0df52f231ec459c096819e4a2ae34 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__map) = a9fd645d93c1483f6c676174cc50cebb ocaml(Stdlib__obj) = edb3590617df751c36eda305ea5a8df7 ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__set) = bef88bbfd0cd2c203ca0f106f12ef88a ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac ocaml(Subst) = 1fefd75861b33bd8a0e9f7e585e904c6 ocaml(Toploop) = a06422bc1b1bd6419c45f0bfb66b30a2 ocaml(Type_immediacy) = e167c6dc2004e53e5f7b8c7ea6c2ce66 ocaml(Types) = 90f86f4286f7265833760e70db5f24d7 ocaml(Warnings) = 4ad722ed4194a9c0e8df49ae74ee16ee ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125 ocamlx(Stdlib__format) = 43403a4b85b4796482a5806bbc16e97c ocamlx(Stdlib__lexing) = 3c00847a7f8d5e82ca056a02178fb113 ocamlx(Stdlib__list) = 3a5298ac5099f046d6b27dfb3eb59ca0 ocamlx(Stdlib__weak) = 7d0513b2ade4ab127d83212c6c2e9bc0 rtld(GNU_HASH) >Processing files: ocaml-react-devel-1.2.0-30.eln103.aarch64 >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2xunCp >+ umask 022 >+ cd /builddir/build/BUILD >+ cd react-1.2.0 >+ DOCDIR=/builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react-devel >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react-devel >+ cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react-devel >+ cp -pr README.md /builddir/build/BUILDROOT/ocaml-react-1.2.0-30.eln103.aarch64/usr/share/doc/ocaml-react-devel >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Provides: ocaml(React) = 4409de1e3515e7426f7bdb11854959ff ocaml(React_top) = aef30471bc12f5ed4e4bafabdfbc5b73 ocaml-react-devel = 1.2.0-30.eln103 ocaml-react-devel(aarch-64) = 1.2.0-30.eln103 ocamlx(React) = 253eac1246a12bac5210273be98ac1fb ocamlx(React_top) = bd234ac4a1209123c233c361b460b5a6 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: ocaml(Asttypes) = c2d0429f60b723e8b720213172bf2088 ocaml(Build_path_prefix_map) = 9a4e8d6cd43bb98baac4f1246c1a8145 ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(CamlinternalLazy) = da00c017b07ea33406799e4c0708370b ocaml(Cmi_format) = 3215d92e1d3562abda64acbe514a7b9b ocaml(Env) = a217d02704e8b6b19f2f4995a76ca40d ocaml(Ident) = 9ba7fd8a937947a27d0d0fc9f18d507e ocaml(Identifiable) = 08645a8ab1e4df8b92613bf5fee575e0 ocaml(Load_path) = 2c6a73d2a3c72a383122a27f9d10a740 ocaml(Location) = bec426b4dd29a880783e698730075a4e ocaml(Longident) = 9a5c1cb2b32d1fde913a1a3a90db660d ocaml(Misc) = 3ea3f4876ff13ee448c802e3033d9c19 ocaml(Outcometree) = 4afebd6a83076a52537bfa1405cb2376 ocaml(Parsetree) = 93520523911d4b17f60db7ee6785d775 ocaml(Path) = 363777273dbb0e902f8f8119abc52375 ocaml(Primitive) = ffdffe2aed4c814306c1f7cd2d961bdf ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__digest) = d8be17ae6382c591ca8ee044e48f8e37 ocaml(Stdlib__format) = c5f72e9cf68719087633a822261f096a ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__lazy) = e6ac069e7b39be8704380ec0c236b891 ocaml(Stdlib__lexing) = 14e0df52f231ec459c096819e4a2ae34 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__map) = a9fd645d93c1483f6c676174cc50cebb ocaml(Stdlib__obj) = edb3590617df751c36eda305ea5a8df7 ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__set) = bef88bbfd0cd2c203ca0f106f12ef88a ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac ocaml(Subst) = 1fefd75861b33bd8a0e9f7e585e904c6 ocaml(Toploop) = a06422bc1b1bd6419c45f0bfb66b30a2 ocaml(Type_immediacy) = e167c6dc2004e53e5f7b8c7ea6c2ce66 ocaml(Types) = 90f86f4286f7265833760e70db5f24d7 ocaml(Warnings) = 4ad722ed4194a9c0e8df49ae74ee16ee ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125 ocamlx(Stdlib__format) = 43403a4b85b4796482a5806bbc16e97c ocamlx(Stdlib__lexing) = 3c00847a7f8d5e82ca056a02178fb113 ocamlx(Stdlib__list) = 3a5298ac5099f046d6b27dfb3eb59ca0 ocamlx(Stdlib__weak) = 7d0513b2ade4ab127d83212c6c2e9bc0 >Processing files: ocaml-react-debugsource-1.2.0-30.eln103.aarch64 >RPM build errors: >error: Empty %files file /builddir/build/BUILD/react-1.2.0/debugsourcefiles.list > Empty %files file /builddir/build/BUILD/react-1.2.0/debugsourcefiles.list >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 776, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ocaml-react.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1863688
: 1704593 |
1704594
|
1704595