Organisationsocurrentobuilderfde3bb ()debian-12-4.14_s390x_opam-2.1

debian-12-4.14_s390x_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 19:04.38: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/180/head (fde3bb09a28ef08db87672cb54f71df89c831a4e) (linux-s390x:debian-12-4.14_s390x_opam-2.1)
Base: ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/180/head" && git reset --hard fde3bb09
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
# debian-12-4.14_s390x_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
    opam pin add -yn obuilder-spec.dev './'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 19:04.38: Using cache hint "ocurrent/obuilder-ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85-debian-12-4.14_s390x_opam-2.1-c7f8d2c0fee325dc4a5d416101550da8"
2024-05-10 19:04.38: Using OBuilder spec:
((from ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85)
 (comment debian-12-4.14_s390x_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn obuilder.dev './' && \
             \nopam pin add -yn obuilder-spec.dev './'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 19:04.38: Waiting for resource in pool OCluster
2024-05-11 06:32.08: Waiting for worker…
2024-05-11 08:46.37: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
error: unable to write file .gitattributes
error: unable to write file .github/workflows/main.sh
error: unable to write file .github/workflows/main.yml
error: unable to write file .gitignore
error: unable to write file CHANGES.md
error: unable to write file LICENSE
error: unable to write file Makefile
error: unable to write file README.md
error: unable to write file doc/README.mld
error: unable to write file doc/freeBSD.mld
error: unable to write file doc/index.mld
error: unable to write file doc/macOS.md
error: unable to write file doc/macOS.mld
error: unable to write file doc/windows.md
error: unable to write file doc/windows.mld
error: unable to write file dune
error: unable to write file dune-project
error: unable to write file example.spec
error: unable to write file example.windows.spec
error: unable to write file lib/archive_extract.ml
error: unable to write file lib/archive_extract.mli
error: unable to write file lib/btrfs_store.ml
error: unable to write file lib/btrfs_store.mli
error: unable to write file lib/build.ml
error: unable to write file lib/build.mli
error: unable to write file lib/build_log.ml
error: unable to write file lib/build_log.mli
error: unable to write file lib/config.ml
error: unable to write file lib/dao.ml
error: unable to write file lib/db.ml
error: unable to write file lib/db_store.ml
error: unable to write file lib/db_store.mli
error: unable to write file lib/docker.ml
error: unable to write file lib/docker.mli
error: unable to write file lib/docker_sandbox.ml
error: unable to write file lib/docker_sandbox.mli
error: unable to write file lib/docker_store.ml
error: unable to write file lib/docker_store.mli
error: unable to write file lib/dune
error: unable to write file lib/escape.ml
error: unable to write file lib/log.ml
error: unable to write file lib/macos.ml
error: unable to write file lib/manifest.ml
error: unable to write file lib/manifest.mli
error: unable to write file lib/obuilder.ml
error: unable to write file lib/os.ml
error: unable to write file lib/overlayfs_store.ml
error: unable to write file lib/overlayfs_store.mli
error: unable to write file lib/rsync_store.ml
error: unable to write file lib/rsync_store.mli
error: unable to write file lib/s.ml
error: unable to write file lib/sandbox.jail.ml
error: unable to write file lib/sandbox.macos.ml
error: unable to write file lib/sandbox.mli
error: unable to write file lib/sandbox.runc.ml
error: unable to write file lib/store_spec.ml
error: unable to write file lib/tar_transfer.ml
error: unable to write file lib/tar_transfer.mli
error: unable to write file lib/xfs_store.ml
error: unable to write file lib/xfs_store.mli
error: unable to write file lib/zfs_clone.ml
error: unable to write file lib/zfs_clone.mli
error: unable to write file lib/zfs_store.ml
error: unable to write file lib/zfs_store.mli
error: unable to write file lib_spec/cache.ml
error: unable to write file lib_spec/cache.mli
error: unable to write file lib_spec/docker.ml
error: unable to write file lib_spec/docker.mli
error: unable to write file lib_spec/dune
error: unable to write file lib_spec/obuilder_spec.ml
error: unable to write file lib_spec/secret.ml
error: unable to write file lib_spec/secret.mli
error: unable to write file lib_spec/spec.ml
error: unable to write file lib_spec/spec.mli
error: unable to write file main.ml
error: unable to write file obuilder-spec.opam
error: unable to write file obuilder.opam
error: unable to write file static/extract.cmd
error: unable to write file static/manifest.bash
error: unable to write file stress.sh
error: unable to write file stress/dune
error: unable to write file stress/stress.ml
error: unable to write file test/base.tar
error: unable to write file test/dummy.ml
error: unable to write file test/dune
error: unable to write file test/log.ml
error: unable to write file test/macos/dune
error: unable to write file test/macos/macos.sh
error: unable to write file test/macos/simple.expected
error: unable to write file test/macos/specs/opam.macos.spec
error: unable to write file test/macos/specs/simple.macos.spec
error: unable to write file test/mock_exec.ml
error: unable to write file test/mock_sandbox.ml
error: unable to write file test/mock_sandbox.mli
error: unable to write file test/mock_store.ml
error: unable to write file test/mock_store.mli
error: unable to write file test/test.ml
Updating files: 100% (97/97), done.
fatal: Could not reset index file to revision 'fde3bb09a28ef08db87672cb54f71df89c831a4e'.
git-reset failed with exit-code 128
2024-05-11 08:46.39: Job failed: Failed: Build failed