OrganisationsMisterDAwindows-version1994f5 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-14 13:15.11: New job: test MisterDA/windows-version https://github.com/MisterDA/windows-version.git#refs/heads/main (1994f53476c9203ee587ea28e421dc8d1cde74bf) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/windows-version.git" -b "main" && cd "windows-version" && git reset --hard 1994f534
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
# debian-12-4.04_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 windows-version.opam ./
RUN opam pin add -yn windows-version.dev './'
ENV DEPS="astring.0.8.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.2.9.1 fmt.0.7.0 jbuilder.1.0+beta10 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 ppx_deriving.3.3 ppx_sexp_conv.v0.12.0 ppx_tools.5.0 ppxlib.0.5.0 result.1.0 sexplib0.v0.12.0 stdio.v0.12.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y windows-version.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-14 13:15.11: Using cache hint "MisterDA/windows-version-ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8-debian-12-4.04_opam-2.1-b99a907f0865a35af4c2bb619d5831be"
2024-05-14 13:15.11: Using OBuilder spec:
((from ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8)
 (comment debian-12-4.04_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src windows-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn windows-version.dev './'"))
 (env DEPS "astring.0.8.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.2.9.1 fmt.0.7.0 jbuilder.1.0+beta10 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 ppx_deriving.3.3 ppx_sexp_conv.v0.12.0 ppx_tools.5.0 ppxlib.0.5.0 result.1.0 sexplib0.v0.12.0 stdio.v0.12.0")
 (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 windows-version.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-14 13:15.11: Waiting for resource in pool OCluster
2024-05-14 13:15.15: Waiting for worker…
2024-05-14 13:15.15: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 1994f53 Initial import from ocaml-dockerfile


(from ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8)
Unable to find image 'ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8' locally
docker.io/ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8: Pulling from ocaml/opam
e58cd26576ff: Pulling fs layer
e58cd26576ff: Verifying Checksum
e58cd26576ff: Download complete
e58cd26576ff: Pull complete
Digest: sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
Status: Downloaded newer image for ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
2024-05-14 13:17.37 ---> saved as "f8cc879b8fa41146f4d68824f571af48d0fc242fa563e6c44aad42da2480e773"


/: (comment debian-12-4.04_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-14 13:17.37 ---> saved as "7acf9c20e3a294f65eec146d2b0278d86ac3011a3aaf14f981174ab68667921e"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-14 13:18.55 ---> saved as "eb9e02ecfcb5ba37a004cedecf7a30bca11d30398ed5232984b27dff3d577897"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.04.2
2.1.5
2024-05-14 13:18.56 ---> saved as "1c1947f6600fe344049c423f5d475e2bbcf469ba4d40ccfe151b45e81f7382fc"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 13:18.56 ---> saved as "cac506b2ad2021f1ddbd68db7b37261e0a93bd2be740791bb6297e219b96903b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:20.06 ---> saved as "800b17a660229cc976f7d4526dcf0ee91522b2e21a3a24f393a8935cca2d7e93"


/src: (copy (src windows-version.opam) (dst ./))
2024-05-14 13:20.06 ---> saved as "24217759e245deb830bb013a42dc9080824d6386cac5bd477bb4e04807f572f9"


/src: (run (network host)
           (shell "opam pin add -yn windows-version.dev './'"))
Package windows-version does not exist, create as a NEW package? [Y/n] y
[windows-version.dev] synchronised (file:///src)
windows-version is now pinned to file:///src (version dev)
2024-05-14 13:20.08 ---> saved as "7abe24de91a16ec4e8099920550d73b6a75697dfda925ea285fa5170562705a0"


/src: (env DEPS "astring.0.8.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.2.9.1 fmt.0.7.0 jbuilder.1.0+beta10 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 ppx_deriving.3.3 ppx_sexp_conv.v0.12.0 ppx_tools.5.0 ppxlib.0.5.0 result.1.0 sexplib0.v0.12.0 stdio.v0.12.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y windows-version.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (474 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[windows-version.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-14 13:20.25 ---> saved as "994c8ee26acfe548531d6003770fb4197d5fda8debfedc18c2f3afcc0ea4fd4f"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install   ocamlbuild               0.9.1
  - install   conf-m4                  1
  - install   result                   1.0
  - downgrade ocaml-secondary-compiler 4.08.1-1 to 4.08.1
  - install   ocamlfind                1.8.1
  - install   ppx_tools                5.0
  - install   ocamlfind-secondary      1.8.1
  - install   jbuilder                 1.0+beta10
  - install   fmt                      0.7.0
  - install   base-bytes               base
  - install   dune                     2.9.1
  - install   ppx_derivers             1.0
  - install   cppo                     1.6.0
  - install   astring                  0.8.0
  - install   sexplib0                 v0.12.0
  - install   ocaml-compiler-libs      v0.12.0
  - install   ocaml-migrate-parsetree  1.2.0
  - install   cppo_ocamlbuild          1.6.0
  - install   base                     v0.12.0
  - install   ppx_deriving             3.3
  - install   stdio                    v0.12.0
  - install   ppxlib                   0.5.0
  - install   ppx_sexp_conv            v0.12.0
===== 22 to install | 1 to downgrade =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.12.0  (cached)
-> retrieved cppo.1.6.0  (cached)
-> installed conf-m4.1
-> retrieved astring.0.8.0  (http://erratique.ch/software/astring/releases/astring-0.8.0.tbz)
-> retrieved cppo_ocamlbuild.1.6.0  (cached)
-> retrieved jbuilder.1.0+beta10  (cached)
-> retrieved fmt.0.7.0  (http://erratique.ch/software/fmt/releases/fmt-0.7.0.tbz)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.2.0  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlfind-secondary.1.8.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.3.3  (cached)
-> retrieved dune.2.9.1  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved ppx_tools.5.0  (cached)
-> retrieved ppxlib.0.5.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> installed result.1.0
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed fmt.0.7.0
-> installed ppx_tools.5.0
-> installed astring.0.8.0
-> installed jbuilder.1.0+beta10
-> installed ppx_derivers.1.0
-> installed cppo.1.6.0
-> installed cppo_ocamlbuild.1.6.0
-> installed ppx_deriving.3.3
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.2.9.1
-> installed sexplib0.v0.12.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed ocaml-migrate-parsetree.1.2.0
-> installed base.v0.12.0
-> installed stdio.v0.12.0
-> installed ppxlib.0.5.0
-> installed ppx_sexp_conv.v0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:24.28 ---> saved as "28d79e9da8666f8bac61f8a8f89ed737733f51c1d3f11b402fa4a1b665f8a2e9"


/src: (copy (src .) (dst /src))
2024-05-14 13:24.28 ---> saved as "2fac29117e561e711908bb17ec3ec394ce8c678283bc3173af622c85fa4dbb00"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
      ocamlc .windows_version.objs/byte/windows_version.{cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .windows_version.objs/byte -I /home/opam/.opam/4.04/lib/astring -I /home/opam/.opam/4.04/lib/bytes -I /home/opam/.opam/4.04/lib/fmt -I /home/opam/.opam/4.04/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.04/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -o .windows_version.objs/byte/windows_version.cmo -c -impl windows_version.pp.ml)
File "windows_version.ml", line 205, characters 10-25:
Error: Unbound value Fmt.invalid_arg
    ocamlopt .windows_version.objs/native/windows_version.{cmx,o} (exit 2)
(cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I .windows_version.objs/byte -I .windows_version.objs/native -I /home/opam/.opam/4.04/lib/astring -I /home/opam/.opam/4.04/lib/bytes -I /home/opam/.opam/4.04/lib/fmt -I /home/opam/.opam/4.04/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.04/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -o .windows_version.objs/native/windows_version.cmx -c -impl windows_version.pp.ml)
File "windows_version.ml", line 205, characters 10-25:
Error: Unbound value Fmt.invalid_arg
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-14 13:24.30: Job failed: Failed: Build failed