2025-05-10 12:25.39: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:opensuse-15.6-5.3_opam-2.3) Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600 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:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600 # opensuse-15.6-5.3_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 topkg.1.0.8 uutf.1.0.4" 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-05-10 12:25.39: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600-opensuse-15.6-5.3_opam-2.3-547e4c53daf66cab93caafb136b59fb7" 2025-05-10 12:25.39: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600) (comment opensuse-15.6-5.3_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 topkg.1.0.8 uutf.1.0.4") (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-05-10 12:25.39: Waiting for resource in pool OCluster 2025-05-10 12:27.54: Waiting for worker… 2025-05-10 12:28.12: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at f044172 fix typo (from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600' locally docker.io/ocaml/opam@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600: Pulling from ocaml/opam dd194abb521a: Pulling fs layer dd194abb521a: Verifying Checksum dd194abb521a: Download complete dd194abb521a: Pull complete Digest: sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600 Status: Downloaded newer image for ocaml/opam@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600 2025-05-10 12:28.03 ---> using "e2985c4688e78c185fe5effed79d132da1434e7bdd40f94bb99436d3b96690ce" from cache /: (comment opensuse-15.6-5.3_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-05-10 12:28.03 ---> using "50434b1af48c812e5b8b97b6a092abb9dd6da5001ea1c138b231ba3655932e87" from cache /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. Continue? [y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-10 12:28.53 ---> saved as "7cefc43bb115418c0e97b1444415cc019594bb8990b6e1f2ed0a436414564ab1" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-05-10 12:28.54 ---> saved as "bbea99c20ed515ef2fe261fc823d093d079ef495d3a45cfaf2f85630d6f346ad" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-10 12:28.54 ---> saved as "42f82abd2853d50c6163e98a7ac94c7848ae533331533f1aa6d2fbe1dddc149c" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u")) 35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes 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-05-10 12:29.27 ---> saved as "bf2c7a7b63e44b8730faf404da4d1b746f48ba069e03c6026bd77265055f2e80" /src: (copy (src dune-compiledb.opam) (dst ./)) 2025-05-10 12:29.28 ---> saved as "253267a9110678a48dbcb8748c0fa780b329c23d8f0b5ad3ebcf76ae39b7bba3" /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-05-10 12:29.40 ---> saved as "9f1bf9dfd523e44ef365a5c9e183888fada2d4a8c84701bfe3d905a8b07df39a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-10 12:29.40 ---> saved as "bede6af5a9dd058e3f3700fe35f90b7db3079dd9ce877ef8478382c676b98a42" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 topkg.1.0.8 uutf.1.0.4") /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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.... - .........done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.... - ......... - .......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - ....... - ..... - ...... - ....... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dune-compiledb.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-05-10 12:30.44 ---> saved as "58c109c264b7a9d9615e17343f2669370691abb997295907a05d714b1633cc0c" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 16 packages - install astring 0.8.5 - install cstruct 6.2.0 - install dune 3.18.2 - install ezjsonm 1.3.0 - install fmt 0.10.0 - install fpath 0.7.3 - install hex 1.5.0 - install jsonm 1.0.2 - install num 1.5-1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install parsexp v0.17.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install topkg 1.0.8 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved dune.3.18.2 (cached) -> installed num.1.5-1 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.18.2 -> installed cstruct.6.2.0 -> installed sexplib0.v0.17.0 -> installed hex.1.5.0 -> installed ezjsonm.1.3.0 -> installed parsexp.v0.17.0 -> installed sexplib.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-10 12:31.39 ---> saved as "56e3bfa17d529a4420ca207000e35f39305e1de815fb31bada3e15497bda0b97" /src: (copy (src .) (dst /src)) 2025-05-10 12:31.39 ---> saved as "f62e049bc32d9c27b3d09744f5e2f963f65806b0c9159e8a49b865ba05ee27ca" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-05-10 12:31.40 ---> saved as "37e2e66bb6b43c35f6e5357357a6dba2bef7b36c43a1804fc47f2be10008a75f" Job succeeded 2025-05-10 12:31.40: Job succeeded