2025-01-08 13:03.51: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (536de1c078407a2f238761d23fd8f3727e572f13) (linux-x86_64:debian-12-4.10_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:1a0a7a7ed69ac8e3f0c32c30352080afb7c9b62cd96d78469d54a7ad18dc95da
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 536de1c0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:1a0a7a7ed69ac8e3f0c32c30352080afb7c9b62cd96d78469d54a7ad18dc95da
# debian-12-4.10_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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && 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.15.1 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.15.1 ppxlib.0.34.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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
2025-01-08 13:03.51: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-12-ocaml-4.10@sha256:1a0a7a7ed69ac8e3f0c32c30352080afb7c9b62cd96d78469d54a7ad18dc95da-debian-12-4.10_opam-2.3-fe08c563d06be39bb3068d2836689d0e"
2025-01-08 13:03.51: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:1a0a7a7ed69ac8e3f0c32c30352080afb7c9b62cd96d78469d54a7ad18dc95da)
(comment debian-12-4.10_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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.15.1 ppxlib.0.34.0 seq.base sexplib0.v0.15.1 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.3 --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"))
)
2025-01-08 13:03.51: Waiting for resource in pool OCluster
2025-01-08 18:58.41: Waiting for worker…
2025-01-08 19:22.50: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 536de1c Merge pull request #98 from henrytill/fix-broken-link
(from ocaml/opam:debian-12-ocaml-4.10@sha256:1a0a7a7ed69ac8e3f0c32c30352080afb7c9b62cd96d78469d54a7ad18dc95da)
2025-01-08 19:23.18 ---> saved as "0d58048adb2af5736bab6e6e304ce40526a669f992fa24fe7115bc3dbb6adeec"
/: (comment debian-12-4.10_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-01-08 19:23.19 ---> saved as "c5e9f093cef0aa3daed420977d437aafd7e81930b3e39662914c1c00cb082977"
/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.
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-08 19:24.51 ---> saved as "6f5c8bcb8aff3807b2bfea96668bb33111ce8e1edb006a4acfb2023c6c4d4a12"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.10.2
2.3.0
2025-01-08 19:24.51 ---> saved as "5fa709ef4d5d2b09d867e7efe5ae7157e7ec79c9687ee23a167198f398135616"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-01-08 19:24.51 ---> saved as "e58fde348f4d793703b7e78c852c6d01cfd7fab8cc3021ca42d396003c1c2ee7"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
de786e28db..a78e724dc5 master -> origin/master
e566c29b12 Merge pull request #27141 from NathanReb/release-ppxlib-0.34.0
<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 19:26.27 ---> saved as "1dec4bb1b6e41ded4f16321ce8c0227d877580231b58d9b8dd36ab0fb261865d"
/src: (copy (src ppx_import.opam) (dst ./))
2025-01-08 19:26.27 ---> saved as "0a33c51773efb66d541b4f83aa3c1b0c1f78f9a3e79f37bf8865dae64d8db411"
/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)
2025-01-08 19:26.29 ---> saved as "e509134a49a4470ff3d2ea089aae2fe7a68ea8b5667cb93aebd6d0a3c88160b5"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-08 19:26.29 ---> saved as "551e830d2939530fae93266bea9777ce1001106644769ad3477674429e6639be"
/src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.15.1 ppxlib.0.34.0 seq.base sexplib0.v0.15.1 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.3 --depext-only -y ppx_import.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 [240 kB]
- Fetched 343 kB in 0s (1016 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_import.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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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).
2025-01-08 19:26.51 ---> saved as "5429281102dc6a302e39c4874646310d7708282b6ea4a580cfb4f91becfe0605"
/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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 16 packages
- install base v0.15.1
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.17.1
- install dune-configurator 3.17.1
- install ocaml-compiler-libs v0.12.4
- install ocamlfind 1.9.6
- 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.15.1
- install ppxlib 0.34.0
- install seq base
- install sexplib0 v0.15.1
- install stdlib-shims 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved base.v0.15.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.15.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.15.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.17.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.17.1
-> installed base.v0.15.1
-> installed ppxlib.0.34.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.15.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 19:28.18 ---> saved as "91eb89fc84aefe9f026db8d2fea3a52698179b480dcd34aa4595acee21c792e0"
/src: (copy (src .) (dst /src))
2025-01-08 19:28.18 ---> saved as "89d844e36452d0bdb17148ae6e017cf7358237d9f32fc0e43c66d4aaba3531d9"
/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.11 seconds.
OK
2025-01-08 19:28.27 ---> saved as "77fcbe30c81918df460ea1c9bfaf07b89dc8f23f77316a13fb110ace4dd4d7e4"
Job succeeded
2025-01-08 19:28.27: Job succeeded