2025-07-09 12:31.46: New job: test tmcgilchrist/ocaml-changes https://github.com/tmcgilchrist/ocaml-changes.git#refs/heads/master (1372766c057cfab8f20bde1856b124d51ccb5164) (linux-x86_64:opensuse-15.6-5.3_opam-2.3) Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19 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:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19 # opensuse-15.6-5.3_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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.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.13.2 result.1.5 seq.base sexplib0.v0.17.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-07-09 12:31.46: Using cache hint "tmcgilchrist/ocaml-changes-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19-opensuse-15.6-5.3_opam-2.3-546a0e6c62f63502bd79f74cfb7afd3c" 2025-07-09 12:31.46: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19) (comment opensuse-15.6-5.3_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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.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.13.2 result.1.5 seq.base sexplib0.v0.17.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-07-09 12:31.46: Waiting for resource in pool OCluster 2025-07-09 14:23.22: Waiting for worker… 2025-07-09 14:27.51: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 1372766 Merge pull request #4 from tmcgilchrist/fmt_deprecations (from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19) 2025-07-09 14:27.51 ---> using "af134770f26c4dbbccdbf242b3fd60adcbadedaa16c898f81c412f84622b0d07" from cache /: (comment opensuse-15.6-5.3_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-07-09 14:27.51 ---> using "9a178abce306547f43d7329fc8f11ed15bcef579687926d74e02c51639869868" 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. Continue? [y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-09 14:27.51 ---> using "90df1f73e18a7ea5b88ec6dfe73dd4450a9e32b9b83c57b0678af91b00010b4d" 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.3.0 2025-07-09 14:27.51 ---> using "470775936aec4077ad543a503cbf844ba2c378b1b0a828c1a60c50d4d95ea58d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-09 14:27.51 ---> using "c1397b40f74f7ea07c0987210968c83571f80d39f7fd9828ac7a495cb4cf4694" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> 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-07-09 14:27.51 ---> using "28411fab8b9fd3508dea5339753da5e39858996fb3125378bd179a073dad9a69" from cache /src: (copy (src ocaml-changes.opam) (dst ./)) 2025-07-09 14:27.52 ---> saved as "c758c151816fe64ab470258ea0f3546c4bcaf9be5230955f4a50a82d37ceb50a" /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-07-09 14:28.07 ---> saved as "59517b197757729e7727add87c5036e7d62e6d3226c0e911bbff8ac776241e0c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-09 14:28.07 ---> saved as "f7e90399710784493706223aa48b7618a90e4ed75a642110c80af55951da930a" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.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.13.2 result.1.5 seq.base sexplib0.v0.17.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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - . - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ....... - ...done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [. - . - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ......... - .......... - .......... - .......... - .......... - .......... - ......... - .......done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-changes.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-07-09 14:28.53 ---> saved as "83c6067faba38cf86ff7916740823f30782c06e46c2fd4bf4a90d36264478700" /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 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.17.0 - 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.13.2 - install result 1.5 - install seq base - install sexplib0 v0.17.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.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.13.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (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 stdlib-shims.0.3.0 -> installed result.1.5 -> installed mparser.1.3 -> installed sexplib0.v0.17.0 -> installed re.1.13.2 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.17.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-07-09 14:29.54 ---> saved as "08da0ddf3fc19201b4a8529a5a25ffdbe4f2f868874b7d3855c6121e359c3f22" /src: (copy (src .) (dst /src)) 2025-07-09 14:29.54 ---> saved as "6555cb76d9a8ad1a71f482a8124beba04b6f7d1af5a635f7287c698bbc4f39d2" /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 `RJ7K2KN3'. [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.065s. 17 tests run. 2025-07-09 14:29.56 ---> saved as "cea9f9b60b02014e12249875a4c9bbd953a130e5117987ad177d22718de90063" Job succeeded 2025-07-09 14:29.56: Job succeeded