2025-05-22 20:04.36: New job: test mirage/mirage-logs https://github.com/mirage/mirage-logs.git#refs/heads/main (08e4de445cfb9894b7086975ab51725ff9bbd700) (linux-x86_64:debian-12-4.10_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:97ece3c1eaf87507609fbfc55dd6a98ed06d8c809c2510cae4a948f1295aefac Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-logs.git" -b "main" && cd "mirage-logs" && git reset --hard 08e4de44 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:97ece3c1eaf87507609fbfc55dd6a98ed06d8c809c2510cae4a948f1295aefac # 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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-logs.opam ./ RUN opam pin add -yn mirage-logs.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.19.0 fmt.0.10.0 logs.0.8.0 mirage-ptime.5.0.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base 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 mirage-logs.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-05-22 20:04.36: Using cache hint "mirage/mirage-logs-ocaml/opam:debian-12-ocaml-4.10@sha256:97ece3c1eaf87507609fbfc55dd6a98ed06d8c809c2510cae4a948f1295aefac-debian-12-4.10_opam-2.3-10ae3faeac56421da370058459c8d74f" 2025-05-22 20:04.36: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:97ece3c1eaf87507609fbfc55dd6a98ed06d8c809c2510cae4a948f1295aefac) (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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-logs.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-logs.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.19.0 fmt.0.10.0 logs.0.8.0 mirage-ptime.5.0.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base 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 mirage-logs.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-05-22 20:04.36: Waiting for resource in pool OCluster 2025-05-22 23:22.47: Waiting for worker… 2025-05-22 23:25.10: Got resource from pool OCluster Building on x86-bm-c3.sw.ocaml.org All commits already cached HEAD is now at 08e4de4 changes for 3.0.0 (from ocaml/opam:debian-12-ocaml-4.10@sha256:97ece3c1eaf87507609fbfc55dd6a98ed06d8c809c2510cae4a948f1295aefac) 2025-05-22 23:25.10 ---> using "cfd4c31d053b7c1e9cfa75fbcd39e9d21f08549d4c30ed373e37ad19f5a7b2a1" from cache /: (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-05-22 23:25.10 ---> using "b7bc48115b1b8925cce51db54e8fd714550ad2024eb8dedd7396ef61c3cd3781" 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.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-05-22 23:25.10 ---> using "e96f0bc6a123222c7fbb5fe1c6d92e7c61a93797e16bb67152d1bc03b717f62d" from cache /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-05-22 23:25.10 ---> using "6d44fb67c4790ceb8d2317a68abb935b2bccc62ffef2364677b8e13da92ff92e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-22 23:25.10 ---> using "bb71ab7fba65dbbac8555ba0301a11d12dedbccba29c06c2b33c1dc1e7a6c909" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..d4d1aa63ab master -> origin/master 2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0 <><> 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-05-22 23:25.10 ---> using "8e9b49e47e84150348cd582d720145a24f119396ca9f51136af47efd23521178" from cache /src: (copy (src mirage-logs.opam) (dst ./)) 2025-05-22 23:25.10 ---> saved as "4e6d5f9ead663ed36f3c165b393f8367751e870a90bc23022b71334453580bf2" /src: (run (network host) (shell "opam pin add -yn mirage-logs.dev './'")) [mirage-logs.dev] synchronised (file:///src) mirage-logs is now pinned to file:///src (version dev) 2025-05-22 23:25.12 ---> saved as "64813042814a8e6b5f7ec84173d220fcd3706174ffe86409c8f1346854d32a85" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-22 23:25.13 ---> saved as "def44cc31558e0f054f45741009d12260a994b14ff84e38a17c532f61dfa7ebe" /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.19.0 fmt.0.10.0 logs.0.8.0 mirage-ptime.5.0.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base 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 mirage-logs.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] - Fetched 9306 kB in 2s (4949 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-logs.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-05-22 23:25.31 ---> saved as "4e483cf9fd87710b1933e8eaaadebff8f4dd3254838b3dc0b6a778e3b18d8ff8" /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 16 packages - install alcotest 1.9.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install dune 3.19.0 - install fmt 0.10.0 - install logs 0.8.0 - install mirage-ptime 5.0.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ptime 1.2.0 - install re 1.11.0 - install seq base - 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 cmdliner.1.3.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mirage-ptime.5.0.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.11.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.0 (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 ptime.1.2.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed dune.3.19.0 -> installed mirage-ptime.5.0.0 -> installed stdlib-shims.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.11.0 -> installed alcotest.1.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-22 23:26.49 ---> saved as "ec565c460502ee0439a2b475e33ff6617e8f69aaeb2380a0fe8611ea62f5a443" /src: (copy (src .) (dst /src)) 2025-05-22 23:26.49 ---> saved as "129b67e8dbac30b0cf37f9b0fe083b8c20a2c4566e3ad9ddf2b9ec3c0636f629" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `mirage-logs'. This run has ID `IVF9TALB'. [OK] Tests 0 Logging. Full test results in `/src/_build/default/test/_build/_tests/mirage-logs'. Test Successful in 0.001s. 1 test run. 2025-05-22 23:26.50 ---> saved as "9c853ed6ea094bd17cb92b29905244850ef760f80e9ed6a9ce02ab7ba9a69932" Job succeeded 2025-05-22 23:26.50: Job succeeded