Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/ocaml-react
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/ocaml-react/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://aur.archlinux.org/ocaml-react.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/ocaml-react.git
> git --version # timeout=10
> git --version # 'git version 2.45.0'
> git fetch --tags --force --progress -- https://aur.archlinux.org/ocaml-react.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e7a6d7db9c003b0e312e4533d33a8d7b5a29a31d (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e7a6d7db9c003b0e312e4533d33a8d7b5a29a31d # timeout=10
Commit message: "Update wrong ocaml library docs paths"
> git rev-list --no-walk 9e22c50c6575f27653aa0cba3f6b0ecb7c5e506b # timeout=10
[ocaml-react] $ /bin/sh -xe /tmp/jenkins3096834626491589876.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf ocaml-react-1.2.2-3-x86_64.pkg.tar.zst ocaml-react-1.2.2-3-x86_64.pkg.tar.zst.sig
removed 'ocaml-react-1.2.2-3-x86_64.pkg.tar.zst'
removed 'ocaml-react-1.2.2-3-x86_64.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg ocaml-react
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: ocaml-react 1.2.2-3 (Wed May 8 05:05:11 2024)
==> Retrieving sources...
-> Found ocaml-react-1.2.2.tar.gz
==> Validating source files with sha512sums...
ocaml-react-1.2.2.tar.gz ... Passed
==> Making package: ocaml-react 1.2.2-3 (Wed May 8 05:05:15 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) ocaml-5.1.1-1
Total Installed Size: 125.76 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml...
Optional dependencies for ocaml
ncurses: advanced ncurses features [installed]
tk: advanced tk features
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (8) bubblewrap-0.9.0-1 ocaml-compiler-libs-5.1.1-1 ocaml-result-1.5-11 unzip-6.0-20 ocaml-findlib-1.9.6-5 ocaml-topkg-1.0.7-3 ocamlbuild-0.14.3-2 opam-2.1.5-3
Total Installed Size: 98.18 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocamlbuild...
installing ocaml-compiler-libs...
installing ocaml-findlib...
installing ocaml-result...
installing ocaml-topkg...
installing bubblewrap...
installing unzip...
installing opam...
Optional dependencies for opam
darcs: For downloading packages with darcs
git: For downloading packages with git
mercurial: For downloading packages with mercurial
rsync: For downloading packages with rsync
==> Retrieving sources...
-> Found ocaml-react-1.2.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting ocaml-react-1.2.2.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
ocamlfind ocamldep -modules src/react.ml > src/react.ml.depends
ocamlfind ocamldep -modules src/react.mli > src/react.mli.depends
ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/react.cmi src/react.mli
ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/react.cmx src/react.ml
ocamlfind ocamlopt -a -I src src/react.cmx -o src/react.cmxa
ocamlfind ocamlopt -shared -linkall -I src src/react.cmxa -o src/react.cmxs
ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/react.cmo src/react.ml
ocamlfind ocamlc -a -I src src/react.cmo -o src/react.cma
ocamlfind ocamldep -package compiler-libs.toplevel -modules src/react_top.ml > src/react_top.ml.depends
ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml
ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml
ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa
ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs
ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma
# No parallelism done
==> Entering fakeroot environment...
==> Starting package()...
Creating directory /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react
_build/opam => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/opam
_build/pkg/META => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/META
_build/src/react.a => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.a
_build/src/react.cma => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cma
_build/src/react.cmi => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cmi
_build/src/react.cmti => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cmti
_build/src/react.cmx => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cmx
_build/src/react.cmxa => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cmxa
_build/src/react.cmxs => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.cmxs
_build/src/react.mli => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react.mli
_build/src/react_top.a => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top.a
_build/src/react_top.cma => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top.cma
_build/src/react_top.cmx => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top.cmx
_build/src/react_top.cmxa => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top.cmxa
_build/src/react_top.cmxs => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top.cmxs
_build/src/react_top_init.ml => /build/ocaml-react/pkg/ocaml-react/usr/lib/ocaml/react/react_top_init.ml
Creating directory /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react
_build/CHANGES.md => /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react/CHANGES.md
_build/LICENSE.md => /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react/LICENSE.md
_build/README.md => /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react/README.md
Creating directory /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react/odoc-pages
_build/doc/index.mld => /build/ocaml-react/pkg/ocaml-react/usr/share/doc/react/odoc-pages/index.mld
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Copying source files needed for debug symbols...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/ocaml/react/react.cma
usr/lib/ocaml/react/react_top.a
usr/lib/ocaml/react/react_top.cma
==> Creating package "ocaml-react"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-react 1.2.2-3 (Wed May 8 05:05:23 2024)
safe_copy: Destination file already exists: /var/lib/aur-repo//ocaml-react-1.2.2-3-x86_64.pkg.tar.zst
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Publishing build last changes...
Last changes from revision e7a6d7d (current) to 9e22c50 (previous) published successfully!
Finished: FAILURE