Organisationscraigfeprogress5d1f12 ()ubuntu-25.04-4.14_opam-2.4

ubuntu-25.04-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-18 08:04.55: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/pull/50/head (5d1f12e2c9b693cc943a946bf6b82365a8940b69) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/craigfe/progress.git" && cd "progress" && git fetch origin "refs/pull/50/head" && git reset --hard 5d1f12e2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
# ubuntu-25.04-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 terminal.opam progress.opam ./
RUN opam pin add -yn terminal.dev './' && \
opam pin add -yn progress.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y terminal.dev progress.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-09-18 08:04.55: Using cache hint "craigfe/progress-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-b2393251c07c0daf141c7cd13e78caa9"
2025-09-18 08:04.55: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)
(comment ubuntu-25.04-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src terminal.opam progress.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn terminal.dev './' && \
\nopam pin add -yn progress.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.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.4 --depext-only -y terminal.dev progress.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-09-18 08:04.55: Waiting for resource in pool OCluster
2025-09-18 08:17.06: Waiting for worker…
2025-09-18 08:17.35: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 5d1f12e remove package information from dune-project


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)
2025-09-18 08:17.36 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache


/: (comment ubuntu-25.04-4.14_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-09-18 08:17.36 ---> using "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" 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
2025-09-18 08:17.36 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-18 08:17.36 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-18 08:17.36 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
854fc71d55..151ffce963  master     -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


<><> 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.3.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)
2025-09-18 08:17.36 ---> using "f33beb23ce7b10e2ecfb161fa5775eaadc7ecce13cf6479b3a8bb7c84e28da80" from cache


/src: (copy (src terminal.opam progress.opam) (dst ./))
2025-09-18 08:17.37 ---> saved as "51f493e6e4e39757c0496efa57fbfb9bd3b8d7710e6a917fe54f0bef55912446"


/src: (run (network host)
(shell  "opam pin add -yn terminal.dev './' && \
\nopam pin add -yn progress.dev './'"))
[terminal.dev] synchronised (file:///src)
terminal is now pinned to file:///src (version dev)
[progress.dev] synchronised (file:///src)
progress is now pinned to file:///src (version dev)
2025-09-18 08:17.43 ---> saved as "9f6587497590e6fd2ae9e8331b686d1bc4cc017e69c57b95acca814e9e05be2e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-18 08:17.44 ---> saved as "5cd3852abb517e444ea51c4beeaf40ed143bd4de73b7db9e2d0cfcef5717032f"


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.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.4 --depext-only -y terminal.dev progress.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [264 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [30.8 kB]
- Get:7 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [150 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [263 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [417 kB]
- Get:10 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [40.4 kB]
- Get:11 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [270 kB]
- Get:12 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [244 kB]
- Fetched 2057 kB in 0s (4748 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[progress.dev] synchronised (file:///src)
[terminal.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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-09-18 08:18.08 ---> saved as "7c381f08953dcb2e8437ffbc2044b4c0ff7eaa59a68f90bb9502b55c3f38dc40"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 18 packages
- install alcotest           1.9.0
- install astring            0.8.5
- install cmdliner           1.3.0
- install dune               3.20.2
- install fmt                0.11.0
- install logs               0.9.0
- install mtime              2.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install re                 1.13.2
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.1.0
- install uucp               17.0.0
- install uutf               1.0.4
- install vector             1.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.13.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vector.1.0.0  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.20.2
-> installed vector.1.0.0
-> installed stdlib-shims.0.3.0
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed alcotest.1.9.0
-> installed uucp.17.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-18 08:20.41 ---> saved as "c6efc319ee25f812763af9dd153134c56e50683252b698ab1a8137029bf0d596"


/src: (copy (src .) (dst /src))
2025-09-18 08:20.42 ---> saved as "f3b35d0a8d49cc5f5f7219cf9b60115beb213e5c28880c9c4695ea978354a3a7"


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


[OK]          colours          0   rgb.
[OK]          colours          1   hex.
[OK]          width            0   guess_width.
[OK]          width            1   truncate.


Full test results in `/src/_build/default/src/terminal/tests/_build/_tests/src-terminal-tests-test.ml'.
Test Successful in 0.001s. 4 tests run.
(cd _build/default/src/progress/tests && ./test.exe)
Testing `src/progress/tests/test.ml'.
This run has ID `BPMRYWI9'.


[OK]          main                0   Pair.
[OK]          main                1   Unicode bar.
[OK]          main                2   Progress bar lifecycle....
[OK]          main                3   Progress bar width.
[OK]          main                4   Pre-provided counter....
[OK]          boxes               0   Unsized element not in box.
[OK]          boxes               1   Two unsized elements in box.
[OK]          units               0   percentage.
[OK]          units               1   bytes.
[OK]          units               2   duration.
[OK]          printers            0   int.
[OK]          printers            1   string.
[OK]          flow_meter          0   linear.
[OK]          flow_meter          1   non-linear.


Full test results in `/src/_build/default/src/progress/tests/_build/_tests/src-progress-tests-test.ml'.
Test Successful in 0.004s. 14 tests run.
2025-09-18 08:20.44 ---> saved as "c726020aa5daad876fff7d274bf5f2ceb6b4e736e64232073fd78ae8d38791b2"
Job succeeded
2025-09-18 08:20.45: Job succeeded