Organisationsocaml-ppxppx_importe7ff30 ()debian-13-5.2_opam-2.5

debian-13-5.2_opam-2.5

Link Copied
Code Copied

Logs

2026-04-13 10:15.31: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (e7ff3012b87dc16be1b058b0f480f944c8d1a165) (linux-x86_64:debian-13-5.2_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "master" && cd "ppx_import" && git reset --hard e7ff3012
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
# debian-13-5.2_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_import.opam ./
RUN opam pin add -yn ppx_import.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppx_import.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


2026-04-13 10:15.31: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0-debian-13-5.2_opam-2.5-a1b8c0b5e938fa35f01c943029eab69f"
2026-04-13 10:15.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
(comment debian-13-5.2_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_import.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_import.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.5 --depext-only -y ppx_import.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"))
)


2026-04-13 10:15.31: Waiting for resource in pool OCluster
2026-04-13 10:30.20: Waiting for worker…
2026-04-13 10:32.59: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ppx_import.git-cbc841e2b52a0e6098737a08ca43f7a3f54a935c/.git/
HEAD is now at e7ff301 Merge pull request #100 from Octachron/Support_OCaml_5.4


(from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0' locally
docker.io/ocaml/opam@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
9cb5e198c8cf: Already exists
2d346d36dcf2: Already exists
cdc35e289b8d: Already exists
aeb7244bb580: Already exists
fc1943254a0d: Already exists
84238c416f8e: Already exists
fbbfe75d3112: Already exists
221fdc5d9929: Already exists
1fec9149b52a: Already exists
9c6e52557f24: Already exists
8737f5036aae: Already exists
d69c4074de14: Already exists
7237152a5f04: Already exists
fba4b414d8a0: Already exists
40d552afb3ef: Already exists
077cc17dc8e4: Already exists
077cc17dc8e4: Already exists
169e1be36a55: Already exists
0a8a005097ab: Already exists
caba3ec4b361: Already exists
6a364dc641f8: Already exists
4f4fb700ef54: Already exists
ab8052928cdc: Already exists
f5717a28dd6a: Already exists
79233a9b9bed: Already exists
d832d53e7392: Already exists
1872dad82243: Already exists
bfd849b08ba7: Already exists
834a8024ef15: Already exists
98ccec79258b: Already exists
fb48f36a0542: Already exists
3688b13db8e7: Already exists
a5c099f5f72c: Already exists
1ff1760de5b0: Already exists
98eec6764aa5: Already exists
aa22ae69debd: Already exists
12bfb7b962a2: Already exists
ec25ce9bb816: Already exists
beadd3cf7357: Already exists
d0d0c65a426d: Already exists
515483e45ca3: Pulling fs layer
661f20af1a8e: Pulling fs layer
76308b68cccc: Pulling fs layer
188a1be3940d: Pulling fs layer
42df7319b6b4: Pulling fs layer
a2d792fa2790: Pulling fs layer
d93e664bf0fb: Pulling fs layer
42df7319b6b4: Waiting
a2d792fa2790: Waiting
d93e664bf0fb: Waiting
188a1be3940d: Waiting
661f20af1a8e: Download complete
515483e45ca3: Download complete
515483e45ca3: Pull complete
661f20af1a8e: Pull complete
42df7319b6b4: Verifying Checksum
42df7319b6b4: Download complete
76308b68cccc: Verifying Checksum
76308b68cccc: Download complete
76308b68cccc: Pull complete
a2d792fa2790: Download complete
d93e664bf0fb: Verifying Checksum
d93e664bf0fb: Download complete
188a1be3940d: Verifying Checksum
188a1be3940d: Download complete
188a1be3940d: Pull complete
42df7319b6b4: Pull complete
a2d792fa2790: Pull complete
d93e664bf0fb: Pull complete
Digest: sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
Status: Downloaded newer image for ocaml/opam@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
2026-04-13 10:33.01 ---> using "94a57a9c3527a48ab5d91602eeb79e35d18ff1f71260d38c89c82f7fbff465ae" from cache


/: (comment debian-13-5.2_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-13 10:33.01 ---> using "b9d22a1bdc828a837b755057752c8957a4c5d15367e279844b1e37935ba1e128" 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.


This 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
2026-04-13 10:33.01 ---> using "f56f445336b694ef3e451ab752adb2b680dbba91be01306fcf3529de7b6c3af8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.2.1
2.5.0
2026-04-13 10:33.01 ---> using "66c9846cb250aff6c9d4c0076257f7b5a327eb92fb547f9fc6af3270d11c0e86" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-13 10:33.01 ---> using "f7f47a5f8eba1682cf4d9599689e3879f7d007257dd68c96251b9d5742516c25" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> 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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 10:33.01 ---> using "47e83e5fc3f78e3fb12c1d4737a154d9d86abf75c3509198a910506928204f31" from cache


/src: (copy (src ppx_import.opam) (dst ./))
2026-04-13 10:33.01 ---> saved as "2401b1baae556969f97f41e69db4d01cf282d11df780ca4af1035788f894f966"


/src: (run (network host)
(shell "opam pin add -yn ppx_import.dev './'"))
[ppx_import.dev] synchronised (file:///src)
ppx_import is now pinned to file:///src (version dev)
2026-04-13 10:33.05 ---> saved as "79941bd96a9262e9f3b2e74d06f4346cd055513f138ea64cd3409f0300330948"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-13 10:33.06 ---> saved as "c39ee3dd48d87a4d056eb738c02859bad21215f891d0a039b59cb92435bc0161"


/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.5 --depext-only -y ppx_import.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [122 kB]
- Fetched 213 kB in 0s (850 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_import.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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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-nnp 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).
# To update the current shell environment, run: eval $(opam env)
2026-04-13 10:33.29 ---> saved as "6fa8e476ce6c672eb337a4e6d451bf5abb83adfe363d05db1f48cc692592d3ed"


/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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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-nnp 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 18 packages
- install base                    v0.17.3
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.22.1
- install dune-configurator       3.22.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ounit                   2.2.7
- install ounit2                  2.2.7
- install ppx_derivers            1.2.1
- install ppx_deriving            6.0.3
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.35.0
- install ppxlib_jane             v0.17.0
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.22.1
-> installed base.v0.17.3
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 10:37.03 ---> saved as "72a1b8534b6a76a7d9e3e32cd540f33057150e848e6822520fcf927811383c7c"


/src: (copy (src .) (dst /src))
2026-04-13 10:37.03 ---> saved as "ad87176146785e7677034751b960b4fd8cff51f5199c5e74533d00e70779d0de"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe)
....
Ran: 4 tests in: 0.13 seconds.
OK
2026-04-13 10:37.17 ---> saved as "bbd473bde66db6d331d715c4e28f675d93e482e68ccb2a21a662c807a9e52833"
Job succeeded
2026-04-13 10:37.17: Job succeeded