2025-06-17 18:23.38: New job: test tmcgilchrist/ocaml-changes https://github.com/tmcgilchrist/ocaml-changes.git#refs/heads/master (1372766c057cfab8f20bde1856b124d51ccb5164) (linux-x86_64:debian-12-4.10_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 Opam project build To reproduce locally: git clone --recursive "https://github.com/tmcgilchrist/ocaml-changes.git" -b "master" && cd "ocaml-changes" && git reset --hard 1372766c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 # 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocaml-changes.opam ./ RUN opam pin add -yn ocaml-changes.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 bisect_ppx.2.8.3 cmdliner.1.3.0 dune.3.19.1 fmt.0.10.0 mparser.1.3 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-changes.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-06-17 18:23.38: Using cache hint "tmcgilchrist/ocaml-changes-ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17-debian-12-4.10_opam-2.3-47204e70faa908cd28c08211fd5c88f8" 2025-06-17 18:23.38: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) (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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocaml-changes.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocaml-changes.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 bisect_ppx.2.8.3 cmdliner.1.3.0 dune.3.19.1 fmt.0.10.0 mparser.1.3 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4") (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 ocaml-changes.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-06-17 18:23.38: Waiting for resource in pool OCluster 2025-06-17 18:23.46: Waiting for worker… 2025-06-17 18:23.46: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 1372766 Merge pull request #4 from tmcgilchrist/fmt_deprecations (from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) 2025-06-17 18:23.57 ---> saved as "fac8329b29b16afaaebf81a27278ea871f6e7aaade2528ea8d095e17087bbfcd" /: (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-06-17 18:23.57 ---> saved as "1e01f9ade7f10db15327e3737256b9ae629aa9538672f93c595bcd2c5606d0c6" /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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-17 18:24.24 ---> saved as "a0e269b537a97ecd8c2d2bf578729b689696de91cbc38f0993f93a7c478c38a6" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.10.2 2.3.0 2025-06-17 18:24.24 ---> saved as "828a66ec583e2e13910e53b4178889f6a883a12922d1b6d95aa7dddcd82bc24d" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 18:24.25 ---> saved as "01cad0dc64648a2b4a536280a8d3a8c57aec8a090e05ddb10c82aada066d516a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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, 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-06-17 18:24.47 ---> saved as "9341888c6109efd564397ccd29aaebbe1f4346786635957bd73dd7a2b4554488" /src: (copy (src ocaml-changes.opam) (dst ./)) 2025-06-17 18:24.48 ---> saved as "c37da16626ed5d42e32e39d71a61ca45c0f8b71b18ba2d4d739b248e2a6895aa" /src: (run (network host) (shell "opam pin add -yn ocaml-changes.dev './'")) Package ocaml-changes does not exist, create as a NEW package? [y/n] y [ocaml-changes.dev] synchronised (file:///src) ocaml-changes is now pinned to file:///src (version dev) 2025-06-17 18:24.50 ---> saved as "bf5238a4b042e36517f4c1b7fa595b2ba1c496782f18b3d2ff8df3852a94a762" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 18:24.52 ---> saved as "b71327add18cd5295ff3a5ed20e78896edf9021c09146c8511a50fd412b99205" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 dune.3.19.1 fmt.0.10.0 mparser.1.3 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4") /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 ocaml-changes.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 [263 kB] - Fetched 366 kB in 1s (495 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-changes.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-06-17 18:25.09 ---> saved as "7ad0e8bd6eb9000db681699e6b7edf8ca941bb88d22c4ab6bf85a19a03a84793" /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 20 packages - install alcotest 1.9.0 - install astring 0.8.5 - install bisect_ppx 2.8.3 - install cmdliner 1.3.0 - install dune 3.19.1 - install fmt 0.10.0 - install mparser 1.3 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppxlib 0.35.0 - install re 1.11.0 - install result 1.5 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bisect_ppx.2.8.3 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved mparser.1.3 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.11.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed mparser.1.3 -> installed sexplib0.v0.16.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.11.0 -> installed alcotest.1.9.0 -> installed ppxlib.0.35.0 -> installed bisect_ppx.2.8.3 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-17 18:27.37 ---> saved as "73ab3f013db865e1346fb93504432b88fb7dc41a1d9b4b2648b9d444235d9b88" /src: (copy (src .) (dst /src)) 2025-06-17 18:27.38 ---> saved as "4f5e2ddef2b3c606069f17cd47c289c3006f842197191b4c7dfbdb48f686820c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib_test && ./test.exe) Testing `Changes'. This run has ID `2JLAMAAX'. [OK] parse_print 0 cases/square_date. [OK] parse_print 1 cases/release_spaces. [OK] parse_print 2 cases/opam_publish. [OK] parse_print 3 cases/no_date. [OK] parse_print 4 cases/no_changes. [OK] parse_print 5 cases/md_headers. [OK] parse_print 6 cases/md_2_headers. [OK] parse_print 7 cases/long_changes. [OK] parse_print 8 cases/empty. [OK] parse_print 9 cases/bullet_no_space. [OK] parse_print 10 cases/bullet_mixed. [OK] test_parse 0 empty. [OK] test_parse 1 atx_release_header. [OK] test_parse 2 setext_release_header. [OK] test_parse 3 ascii_release_header. [OK] test_parse 4 test release with no changes. [OK] test_parse 5 test release with changes. Full test results in `/src/_build/default/lib_test/_build/_tests/Changes'. Test Successful in 0.042s. 17 tests run. 2025-06-17 18:27.39 ---> saved as "2262ff5a3335f707584dac774b8daf921ad6214f3808542f00b2832a0ad7755f" Job succeeded 2025-06-17 18:27.53: Job succeeded