Organisationsedwintorokdune-compiledbf04417 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-06-27 12:25.12: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-compiledb.opam ./
RUN opam pin add -yn dune-compiledb.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.2.7.1 ezjsonm.1.0.0 fpath.0.7.1 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 parsexp.v0.11.0 result.1.5 sexplib.v0.11.0 sexplib0.v0.11.0 topkg.1.0.8 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y dune-compiledb.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


2025-06-27 12:25.12: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e-debian-12-4.08_opam-2.3-5b2d026250358da18349a4b597c12a57"
2025-06-27 12:25.12: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dune-compiledb.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn dune-compiledb.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.2.7.1 ezjsonm.1.0.0 fpath.0.7.1 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 parsexp.v0.11.0 result.1.5 sexplib.v0.11.0 sexplib0.v0.11.0 topkg.1.0.8 uutf.1.0.3")
(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.3 --depext-only -y dune-compiledb.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"))
)


2025-06-27 12:25.12: Waiting for resource in pool OCluster
2025-06-27 12:38.46: Waiting for worker…
2025-06-27 12:46.23: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at f044172 fix typo


(from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
2025-06-27 12:47.20 ---> saved as "4ea5038d254cfd14663698deb665a2dc4ce1e1383d544c063adebb02ed15ce16"


/: (comment debian-12-4.08_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-27 12:47.21 ---> saved as "513c9792ce65a5b8ab8e9c5d5d0cb18860fa2e52baa6ff8e91e0f4d91def9aa9"


/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2025-06-27 12:48.24 ---> saved as "9eb80386bacfd7938f12d25e194913cafb5894d8e3739476ca8ba44c9606ec01"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-59-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-06-27 12:48.25 ---> saved as "92e2498cc7a78f593d78a8bf54c5bc24658d99052f31b70c33e471d45d365ae6"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-27 12:48.26 ---> saved as "b6f04723b137dea03fa4030960754640f1ca54b23d9fe8aab83e1e48e2509f1f"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c7269f729a..2ca36230be  master     -> origin/master
2ca36230be Merge pull request #28098 from smuenzel/num-not-5.4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:49.44 ---> saved as "9758d6cc9ec07ccbc920380c6b3fca660b554bc00fe13f2f5e459276466bbdef"


/src: (copy (src dune-compiledb.opam) (dst ./))
2025-06-27 12:49.46 ---> saved as "23caeff9c964bf007d3c501270a41750eab7107827355317911a5b6448056aad"


/src: (run (network host)
(shell "opam pin add -yn dune-compiledb.dev './'"))
[dune-compiledb.dev] synchronised (file:///src)
dune-compiledb is now pinned to file:///src (version dev)
2025-06-27 12:49.49 ---> saved as "d8785eac2d1d3158a5ef521a442e794f8e86c833f4f3943ac1f926f9461529fa"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-27 12:49.50 ---> saved as "02b982021fa4383963f1ecf6b6ece4b251deb73dd97a25b7855feb698b96dbf8"


/src: (env DEPS "astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.2.7.1 ezjsonm.1.0.0 fpath.0.7.1 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 parsexp.v0.11.0 result.1.5 sexplib.v0.11.0 sexplib0.v0.11.0 topkg.1.0.8 uutf.1.0.3")


/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.3 --depext-only -y dune-compiledb.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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [269 kB]
- Fetched 373 kB in 1s (550 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-compiledb.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2025-06-27 12:50.09 ---> saved as "e14433178a97a06a19dd03345f80a6646ff64b4d184268bb2c584754e4272da5"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 19 packages
- install astring    0.8.3
- install base-bytes base
- install conf-m4    1
- install cstruct    3.3.0
- install dune       2.7.1
- install ezjsonm    1.0.0
- install fpath      0.7.1
- install hex        1.2.0
- install jbuilder   1.0+beta20.1 (deprecated)
- install jsonm      1.0.2
- install num        1.5
- install ocamlbuild 0.14.0
- install ocamlfind  1.8.0
- install parsexp    v0.11.0
- install result     1.5
- install sexplib    v0.11.0
- install sexplib0   v0.11.0
- install topkg      1.0.8
- install uutf       1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3  (cached)
-> installed conf-m4.1
-> retrieved cstruct.3.3.0  (cached)
-> retrieved ezjsonm.1.0.0  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved fpath.0.7.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.7.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved parsexp.v0.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.11.0  (cached)
-> retrieved sexplib0.v0.11.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed num.1.5
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed sexplib0.v0.11.0
-> installed topkg.1.0.8
-> installed parsexp.v0.11.0
-> installed uutf.1.0.3
-> installed dune.2.7.1
-> installed result.1.5
-> installed astring.0.8.3
-> installed sexplib.v0.11.0
-> installed jsonm.1.0.2
-> installed cstruct.3.3.0
-> installed hex.1.2.0
-> installed fpath.0.7.1
-> installed ezjsonm.1.0.0
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:50.58 ---> saved as "0c2f69e80b4ceee26427e219eb45d610bb78b683c9bf3f69e564121358b44e0a"


/src: (copy (src .) (dst /src))
2025-06-27 12:50.59 ---> saved as "7db21d05a2bd9cad9c77026ef7112f2cb66e4bc2bcff957d3f676e7185629b83"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/hex/hex.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/sexplib.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/num/sexplib.num.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/unix/sexplib.unix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/parsexp/parsexp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib0/sexplib0.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
2025-06-27 12:51.01 ---> saved as "54f5cc33391f04c3fc476d78d8bad9f8016f090e6756630ee6dcba980c0f844e"
Job succeeded
2025-06-27 12:51.01: Job succeeded