2026-06-06 07:14.30: New job: test avsm/ocaml-yaml https://github.com/avsm/ocaml-yaml.git#refs/heads/master (d126d9417d85096e421dd3c4cf3550e18ffc3c4e) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/avsm/ocaml-yaml.git" -b "master" && cd "ocaml-yaml" && git reset --hard d126d941cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387# alpine-3.23-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 yaml.opam yaml-sexp.opam ./RUN opam pin add -yn yaml.dev './' && \opam pin add -yn yaml-sexp.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 junit.2.3.0 junit_alcotest.2.3.0 logs.0.10.0 mdx.2.5.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y yaml.dev yaml-sexp.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-06 07:14.30: Using cache hint "avsm/ocaml-yaml-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-9dbcf67b2d2887efcff5e3a516ccfb4d"2026-06-06 07:14.30: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)(comment alpine-3.23-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src yaml.opam yaml-sexp.opam) (dst ./))(run (network host)(shell "opam pin add -yn yaml.dev './' && \\nopam pin add -yn yaml-sexp.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 junit.2.3.0 junit_alcotest.2.3.0 logs.0.10.0 mdx.2.5.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 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.2 --depext-only -y yaml.dev yaml-sexp.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-06-06 07:14.30: Waiting for resource in pool OCluster2026-06-06 12:45.46: Waiting for worker…2026-06-06 12:45.46: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at d126d94 update CHANGES(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)2026-06-06 12:45.47 ---> using "645db74cf2f6617db2ad81b0e818e4f1f9c438bf86fc197e2b1f68b1d3dfdf29" from cache/: (comment alpine-3.23-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2026-06-06 12:45.47 ---> using "146ba2c5ee9d79cdd90ca8377371a67b7c51c4feaed86d0a1de863e16bfb2749" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADd6a960ed95..c98b21e24c master -> origin/masterc98b21e24c Merge pull request #29993 from shonfeder/conditional-mdx-tests2026-06-06 12:45.47 ---> using "fa38f1d76d6f33322d387f806fb2711182508c0d9b7384939f4035f56ae0cc79" 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 development version of opam requires an update to the layout of /home/opam/.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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"[default] synchronised from git+file:///home/opam/opam-repository2026-06-06 12:45.47 ---> using "ee6da3e5e88ad4001d6625f1d89c4ed07473b854a2157ef151068f26927dd80e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.32.2.12026-06-06 12:45.47 ---> using "543a1698089f0b98d5901f56f763f9254f94e7e88e8c76862e54fbea4caafc9a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-06 12:45.47 ---> using "58b4189ae0a193c0016fb96b6ae9556463e133c9de48cc03491c59ba6d96614e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything 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.6.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-06-06 12:45.47 ---> using "75b4b8ac797e322cd0e58ebb7a59dab7d2fcbc54516d7643c0fc01cd2d3f0f30" from cache/src: (copy (src yaml.opam yaml-sexp.opam) (dst ./))2026-06-06 12:45.48 ---> saved as "a81b25431752030df297a59b20446557b139331442497a63d08c8e27ae6144d8"/src: (run (network host)(shell "opam pin add -yn yaml.dev './' && \\nopam pin add -yn yaml-sexp.dev './'"))[yaml.dev] synchronised (file:///src)yaml is now pinned to file:///src (version dev)[yaml-sexp.dev] synchronised (file:///src)yaml-sexp is now pinned to file:///src (version dev)2026-06-06 12:45.54 ---> saved as "c77de38a947d734c15be528ead6077d3bbeb47347c7ef153acbff8b450e813cc"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-06 12:45.55 ---> saved as "b3eb0b26dc0d9097f266e621649d8ba7c6c9278667f037af281ddc13c4c262df"/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 junit.2.3.0 junit_alcotest.2.3.0 logs.0.10.0 mdx.2.5.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 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.2 --depext-only -y yaml.dev yaml-sexp.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- v3.23.4-341-g3bb236994a2 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-344-g94d46810a1b [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-10956-g2845bd977df [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-10955-g3ab4b051fb2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-10954-g9e7d6a9b063 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62407 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[yaml.dev] synchronised (file:///src)[yaml-sexp.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).2026-06-06 12:46.18 ---> saved as "9b23e8a4be2d1ee6045644bf2c77c2355970b2ce4be10ec9d3739694c1bfe714"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 45 packages- install afl-persistent 1.4- install alcotest 1.9.1- install astring 0.8.5- install base v0.16.5- install bos 0.3.0- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install ctypes 0.24.0- install dune 3.23.1- install dune-configurator 3.23.1- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install integers 0.8.0- install jsonm 1.0.2- install junit 2.3.0- install junit_alcotest 2.3.0- install logs 0.10.0- install mdx 2.5.2- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.14.0- install result 1.5- install rresult 0.7.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved integers.0.8.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved junit.2.3.0, junit_alcotest.2.3.0 (https://opam.ocaml.org/cache)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved result.1.5 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.1-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed ptime.1.2.0-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.3.0-> installed dune.3.23.1-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-version.4.1.1-> installed ppx_derivers.1.2.1-> installed result.1.5-> installed sexplib0.v0.16.0-> installed cppo.1.8.0-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed afl-persistent.1.4-> installed hex.1.5.0-> installed re.1.14.0-> installed ezjsonm.1.3.0-> installed crowbar.0.2.2-> installed integers.0.8.0-> installed dune-configurator.3.23.1-> installed parsexp.v0.16.0-> installed alcotest.1.9.1-> installed sexplib.v0.16.0-> installed mdx.2.5.2-> installed tyxml.4.6.0-> installed junit.2.3.0-> installed junit_alcotest.2.3.0-> installed ctypes.0.24.0-> installed base.v0.16.5-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 4.14.3+afl ocaml-variants.4.14.3+options ocaml-option-afl# Run eval $(opam env) to update the current shell environment2026-06-06 12:48.53 ---> saved as "fff67416ed3231391544176355cb99b1dae89c0a201acf945e3b90c4eefb9aa8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.23.1).The following actions will be performed:=== install 3 packages- install crunch 4.0.0 [required by odoc]- install odoc 3.2.1- install odoc-parser 3.2.1 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved crunch.4.0.0 (cached)-> retrieved odoc.3.2.1, odoc-parser.3.2.1 (cached)-> installed crunch.4.0.0-> installed odoc-parser.3.2.1-> installed odoc.3.2.1Done.# Run eval $(opam env) to update the current shell environment2026-06-06 12:49.37 ---> saved as "07b37d8f74503d7cc73261eecd6fc02d16e891b6612018b813813de14ea8ce39"/src: (copy (src .) (dst /src/))2026-06-06 12:49.38 ---> saved as "6697766808a1e1ce99226849b4e6c07688eafa62dd03bf4f0bb566a5a30a87a7"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/vendor && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -DHAVE_CONFIG_H -I. -c emitter.c)emitter.c: In function 'yaml_emitter_write_plain_scalar':emitter.c:28:6: warning: value computed is not used [-Wunused-value]28 | && ((emitter->line_break == YAML_CR_BREAK ? \| ^~emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'56 | (PUT_BREAK(emitter), \| ^~~~~~~~~emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK'1962 | if (!WRITE_BREAK(emitter, string)) return 0;| ^~~~~~~~~~~emitter.c: In function 'yaml_emitter_write_single_quoted_scalar':emitter.c:28:6: warning: value computed is not used [-Wunused-value]28 | && ((emitter->line_break == YAML_CR_BREAK ? \| ^~emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'56 | (PUT_BREAK(emitter), \| ^~~~~~~~~emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK'2019 | if (!WRITE_BREAK(emitter, string)) return 0;| ^~~~~~~~~~~emitter.c: In function 'yaml_emitter_write_literal_scalar':emitter.c:28:6: warning: value computed is not used [-Wunused-value]28 | && ((emitter->line_break == YAML_CR_BREAK ? \| ^~emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'56 | (PUT_BREAK(emitter), \| ^~~~~~~~~emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK'2285 | if (!WRITE_BREAK(emitter, string)) return 0;| ^~~~~~~~~~~emitter.c: In function 'yaml_emitter_write_folded_scalar':emitter.c:28:6: warning: value computed is not used [-Wunused-value]28 | && ((emitter->line_break == YAML_CR_BREAK ? \| ^~emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'56 | (PUT_BREAK(emitter), \| ^~~~~~~~~emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK'2334 | if (!WRITE_BREAK(emitter, string)) return 0;| ^~~~~~~~~~~(cd _build/default/_doc/_odocls/yaml && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/yaml -I ../../../ffi/bindings/.yaml_bindings.objs/byte -I ../../../ffi/lib/.yaml_ffi.objs/byte -I ../../../lib/.yaml.objs/byte -I ../../../types/bindings/.yaml_bindings_types.objs/byte -I ../../../types/lib/.yaml_types.objs/byte -I ../../../unix/.yaml_unix.objs/byte -I ../../../vendor/.yaml_c.objs/byte -o yaml.odocl ../../../lib/.yaml.objs/byte/yaml.odoc)File "lib/yaml.mli", line 21, characters 45-55:Warning: Failed to resolve reference unresolvedroot(Ezjsonm) Couldn't find "Ezjsonm"File "lib/yaml.mli", line 344, characters 40-51:Warning: Failed to resolve reference unresolvedroot(combines) Couldn't find "combines"File "lib/yaml.mli", line 199, characters 6-23:Warning: Reference to 'emitter' is ambiguous. Please specify its kind: type-emitter, val-emitter.File "lib/yaml.mli", line 197, characters 6-22:Warning: Reference to 'parser' is ambiguous. Please specify its kind: type-parser, val-parser.File "lib/yaml.mli", line 225, characters 63-73:Warning: Reference to 'emitter' is ambiguous. Please specify its kind: type-emitter, val-emitter.File "lib/yaml.mli", line 225, characters 35-44:Warning: Reference to 'parser' is ambiguous. Please specify its kind: type-parser, val-parser.File "lib/yaml.mli", line 156, characters 55-74:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/yaml.mli", line 134, characters 55-74:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/yaml.mli", line 130, characters 41-49:Warning: Reference to 'value' is ambiguous. Please specify its kind: field-value, type-value.File "lib/yaml.mli", line 119, characters 35-44:Warning: Failed to resolve reference unresolvedroot(result) Couldn't find "result"File "lib/yaml.mli", line 39, characters 24-40:Warning: Failed to resolve reference unresolvedroot(Ezjsonm).value Couldn't find "Ezjsonm"(cd _build/default/_doc/_odocls/yaml && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/yaml -I ../../../ffi/bindings/.yaml_bindings.objs/byte -I ../../../ffi/lib/.yaml_ffi.objs/byte -I ../../../lib/.yaml.objs/byte -I ../../../types/bindings/.yaml_bindings_types.objs/byte -I ../../../types/lib/.yaml_types.objs/byte -I ../../../unix/.yaml_unix.objs/byte -I ../../../vendor/.yaml_c.objs/byte -o yaml_unix.odocl ../../../unix/.yaml_unix.objs/byte/yaml_unix.odoc)File "unix/yaml_unix.mli", line 30, characters 67-77:Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"File "unix/yaml_unix.mli", line 22, characters 67-77:Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"File "unix/yaml_unix.mli", line 19, characters 4-17:Warning: Reference to 'value' is ambiguous. Please specify its kind: field-value, type-value.2026-06-06 12:49.50 ---> saved as "e6d2f49f38ad0c80d5ec154137783a64a312d8c99170bf8203d2dc8052bf87be"Job succeeded2026-06-06 12:49.50: Job succeeded