Organisationsocaml-opamopam-0install-cudf8f3d0e (master)macos-homebrew-5.3_opam-2.3

macos-homebrew-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-02-27 15:15.10: New job: test ocaml-opam/opam-0install-cudf https://github.com/ocaml-opam/opam-0install-cudf.git#refs/heads/master (8f3d0e43d7f3b48055c312e8b2aacc6cb87987ac) (macos-x86_64:macos-homebrew-5.3_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/opam-0install-cudf.git" -b "master" && cd "opam-0install-cudf" && git reset --hard 8f3d0e43
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb || git fetch origin master) && git reset -q --hard 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-0install-cudf.opam ./src/./
RUN opam pin add -yn opam-0install-cudf.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 fmt.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-0install-cudf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-02-27 15:15.10: Using cache hint "ocaml-opam/opam-0install-cudf-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-2334a4256947f34d95e7993ec3557ad8"
2025-02-27 15:15.10: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb || git fetch origin master) && git reset -q --hard 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-0install-cudf.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn opam-0install-cudf.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 fmt.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y opam-0install-cudf.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-02-27 15:15.10: Waiting for resource in pool OCluster
2025-02-28 00:50.22: Waiting for worker…
2025-02-28 05:26.24: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at 8f3d0e4 Version 0.5.0


(from macos-homebrew-ocaml-5.3)
2025-02-28 05:26.25 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache


/: (comment macos-homebrew-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-02-28 05:26.25 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-02-28 05:26.26 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-28 05:26.26 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb || git fetch origin master) && git reset -q --hard 20c0e4b533e3e163b03a8fdb4615bc1de0937ebb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
67e940587b..20c0e4b533  master     -> origin/master
20c0e4b533 Merge pull request #27455 from gasche/ocamlbuild.0.16.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
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-02-28 05:26.26 ---> using "2982c33bcdf705588f617846cf089973f8c0bbba5789869d11ebac5b8fb0c49e" from cache


/: (copy (src opam-0install-cudf.opam) (dst ./src/./))
2025-02-28 05:26.28 ---> saved as "ba03105a2455925fb6153d8f923bd2eeff89a37d691b83d61fd3b77f11c9b0d7"


/: (run (network host)
(shell "opam pin add -yn opam-0install-cudf.dev './src/./'"))
[opam-0install-cudf.dev] synchronised (file:///Users/mac1000/src)
opam-0install-cudf is now pinned to file:///Users/mac1000/src (version dev)
2025-02-28 05:26.52 ---> saved as "f175df1e16129b3cc2fd00ea1335cfdca56e44bf703a1c233f2fb705b9474052"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-02-28 05:26.53 ---> saved as "5e9bed72a394f464ecb2ca6ece1f12bd36f6dbb1592767dc5fa69718b7550290"


/: (env DEPS "0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 fmt.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y opam-0install-cudf.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-0install-cudf.dev] synchronised (file:///Users/mac1000/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-02-28 05:27.24 ---> saved as "18aad83438e52b5b14534f49a8e3b3fb3b1a11470a35d55e46c4c03e034182ba"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 17 packages
- install 0install-solver    2.18
- install alcotest           1.8.0
- install astring            0.8.5
- install cmdliner           1.3.0
- install cppo               1.8.0
- install cudf               0.10
- install dune               3.17.2
- install extlib             1.8.0
- install fmt                0.9.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.12.0
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.0.7
- install uutf               1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cudf.0.10  (cached)
-> retrieved 0install-solver.2.18  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.17.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed 0install-solver.2.18
-> installed cppo.1.8.0
-> installed re.1.12.0
-> installed extlib.1.8.0
-> installed cudf.0.10
-> installed alcotest.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-28 05:28.37 ---> saved as "fc4b94ca0304b7c15485c9e6ba48efa5b4ad11e879e4c84dd4e68792184eec08"


/: (copy (src .) (dst ./src))
2025-02-28 05:28.39 ---> saved as "9f49fdb4cbd9bbabfabc6bab6cf649289944d001e0e89800c22213ae46696d74"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Testing `cudf'.
This run has ID `OP8Q12TH'.


[OK]          simple solve            0   normal.
[OK]          simple solve            1   oldest.
[OK]          avoid-version           0   normal 1.
[OK]          avoid-version           1   oldest 1.
[OK]          avoid-version           2   normal 2.
[OK]          avoid-version           3   oldest 2.
[OK]          avoid-version           4   normal 3.
[OK]          avoid-version           5   oldest 3.
[OK]          keep-installed          0   normal 1.
[OK]          keep-installed          1   normal 2.
[OK]          keep-installed          2   normal 3.
[OK]          keep-installed          3   normal 4.
[OK]          keep-installed          4   latest avoid-version=1.
[OK]          keep-installed          5   latest keep-installed=0, avoid-ve...
[OK]          keep-installed          6   avoid-version=1.
[OK]          keep-installed          7   keep-installed=0, avoid-version=1.


Full test results in `~/src/_build/default/test/_build/_tests/cudf'.
Test Successful in 0.003s. 16 tests run.
2025-02-28 05:28.41 ---> saved as "64a6ead2ecc763beee22d7f07923f7a3db5fe60492a18ce20ba33a7f1b224750"
Job succeeded
2025-02-28 05:28.48: Job succeeded