Organisationsgildor478ocamlifyb43f9d (master)ubuntu-25.04-5.3_opam-2.4

ubuntu-25.04-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-08-20 17:11.31: New job: test gildor478/ocamlify https://github.com/gildor478/ocamlify.git#refs/heads/master (b43f9de4c9cb6c64b49d275212b4e3dcb414b658) (linux-x86_64:ubuntu-25.04-5.3_opam-2.4)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:124a52160e4ea699e59a91d7f5e2e8443befd060c18b27eb6007f855adc30d93
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/gildor478/ocamlify.git" -b "master" && cd "ocamlify" && git reset --hard b43f9de4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:124a52160e4ea699e59a91d7f5e2e8443befd060c18b27eb6007f855adc30d93
# ubuntu-25.04-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlify.opam ./
RUN opam pin add -yn ocamlify.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlify.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-08-20 17:11.31: Using cache hint "gildor478/ocamlify-ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:124a52160e4ea699e59a91d7f5e2e8443befd060c18b27eb6007f855adc30d93-ubuntu-25.04-5.3_opam-2.4-6901a084949717a04d3e515e25c24b87"
2025-08-20 17:11.31: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:124a52160e4ea699e59a91d7f5e2e8443befd060c18b27eb6007f855adc30d93)
(comment ubuntu-25.04-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlify.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ocamlify.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")
(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.4 --depext-only -y ocamlify.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-08-20 17:11.31: Waiting for resource in pool OCluster
2025-08-20 20:23.46: Waiting for worker…
2025-08-20 20:28.05: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b43f9de Don't try to build doc, there is no doc for this binary.


(from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:124a52160e4ea699e59a91d7f5e2e8443befd060c18b27eb6007f855adc30d93)
2025-08-20 20:28.05 ---> using "d30519b4acdd57742b165f681c15a599aecbfb24619a803ce0d60757b34b2167" from cache


/: (comment ubuntu-25.04-5.3_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-08-20 20:28.05 ---> using "f246f4986611cfad265009a42a8a72d8438f00b872c9afcda05da64805d1beae" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-20 20:28.05 ---> using "1fbf02475475c348bd88f5d066d3fe619ade5b4a8db6c274116d5ef338e91925" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-08-20 20:28.05 ---> using "e907eaf9f29c835755a2fe7116a0f8cae47cfe00d485f386f422668b72dfcb60" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-20 20:28.05 ---> using "03e37adb747b7c9a784a95a214bcb087341bc9513415faa991b59cd13889a2ce" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-08-20 20:28.05 ---> using "d43f5916278e7c9a51f7477bae4ce2abad3f68e327e8ade8e39dd52e004d4069" from cache


/src: (copy (src ocamlify.opam) (dst ./))
2025-08-20 20:28.06 ---> saved as "cdcd876d5d07f7f05390895a7b99baafac7f358db866025ba2f2f218b89d7c55"


/src: (run (network host)
(shell "opam pin add -yn ocamlify.dev './'"))
[ocamlify.dev] synchronised (file:///src)
ocamlify is now pinned to file:///src (version dev)
2025-08-20 20:28.07 ---> saved as "93fad276e49e912121a9cbb8eeee85b578f00036c95c7d719f31b489cdb74ea9"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-20 20:28.07 ---> saved as "9a5f1d742e4c35c3a4c39c44a886b270f6535c0daa67e59d51af2d7761177fe3"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")


/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.4 --depext-only -y ocamlify.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [205 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [355 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [245 kB]
- Get:8 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [181 kB]
- Get:9 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [139 kB]
- Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [230 kB]
- Fetched 1733 kB in 0s (10.6 MB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlify.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-08-20 20:28.16 ---> saved as "0d8d6c91b18679457ffb6d1e6d7a0b49b0b65750cecd88811222f0f7c83679a3"


/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 2 packages
- install camlp-streams 5.0.1
- install dune          3.20.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved dune.3.20.0  (cached)
-> installed dune.3.20.0
-> installed camlp-streams.5.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-20 20:28.43 ---> saved as "d4dcfff70d7e46659543ad695b20785cdf355d53eb2e94247ff817430c7bae1f"


/src: (copy (src .) (dst /src))
2025-08-20 20:28.43 ---> saved as "b8d59c0896068d9a8ecfb72502fff1fd6eae211b880ba2415113d12d82ab35d6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-08-20 20:28.44 ---> saved as "ffda3164ef0bcfc345e10ea3adc35372319f83d6f7c4ca79eb261502d4eaac93"
Job succeeded
2025-08-20 20:28.44: Job succeeded