2025-02-09 13:19.36: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (0d0c5e528e21aefe9ddfcfc9f3c7e3d10f47e8c1) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46e30b8fdd1d9b46ddeaf85ef12a5df5551afca40b55c7bf011c9b318c7621fe Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/407/head" && git reset --hard 0d0c5e52 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46e30b8fdd1d9b46ddeaf85ef12a5df5551afca40b55c7bf011c9b318c7621fe # ubuntu-22.04-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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-skeleton.opam ./ RUN opam pin add -yn mirage-skeleton.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-skeleton.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-02-09 13:19.36: Using cache hint "mirage/mirage-skeleton-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46e30b8fdd1d9b46ddeaf85ef12a5df5551afca40b55c7bf011c9b318c7621fe-ubuntu-22.04-5.3_opam-2.3-f834cba640e80c776250ce5c1d8f1dd4" 2025-02-09 13:19.36: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46e30b8fdd1d9b46ddeaf85ef12a5df5551afca40b55c7bf011c9b318c7621fe) (comment ubuntu-22.04-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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-skeleton.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3") (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-skeleton.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-02-09 13:19.36: Waiting for resource in pool OCluster 2025-02-09 13:35.32: Waiting for worker… 2025-02-09 13:40.35: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 0d0c5e5 remove ~deps:[dep noop] now that mirage automatically inserts it (from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46e30b8fdd1d9b46ddeaf85ef12a5df5551afca40b55c7bf011c9b318c7621fe) 2025-02-09 13:40.36 ---> using "31451f5728eb3f67b26796b4150111830b3287640bd035a81b84c5a041f1e7de" from cache /: (comment ubuntu-22.04-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-02-09 13:40.36 ---> using "b73247610e5f3b6a1c7c527bf530c1f0d05a50bd80eea1d18db215b62bc73af2" 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] synchronised from file:///home/opam/opam-repository 2025-02-09 13:41.35 ---> saved as "7846796580efb13e7c3506a7c99eabe051f10e4457a6063d96e7e4accd2475f2" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-02-09 13:41.36 ---> saved as "492a36a0f826997eb5d14be5367fefc673aaa13b7ed25d541cd960affff149d8" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-09 13:41.36 ---> saved as "3d7a70bb77ce3b908cf62dd1e3d95c58b7ea5b2508e4381c53c461c43ddd0e49" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2c9566f0b0..d87296a7b6 master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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-02-09 13:45.23 ---> saved as "c107b1da7c11799f433c7ba5895f1bfcde4a99a27928170341f7486c3312c714" /src: (copy (src mirage-skeleton.opam) (dst ./)) 2025-02-09 13:45.25 ---> saved as "d9612546fb67271e276f2a040705b20961c8dd7fb5aa73b6a5b462a824c75aab" /src: (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) Package mirage-skeleton does not exist, create as a NEW package? [y/n] y [mirage-skeleton.dev] synchronised (file:///src) [WARNING] Failed checks on mirage-skeleton package definition from source at file:///src: warning 68: Missing field 'license' mirage-skeleton is now pinned to file:///src (version dev) 2025-02-09 13:45.30 ---> saved as "052d575e81c847dbc9543e7bd5210782be2d4f2975fbfbb85b5dfbef88509489" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-09 13:45.32 ---> saved as "ebf8ed566ed5390d6f0b3db0cb29d8288b34e3671dd76e3f6fbbd581cb4fbf4a" /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3") /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-skeleton.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1230 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2907 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2606 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1523 kB] - Fetched 8649 kB in 1s (6141 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-skeleton.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). The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.4_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.4) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.4_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.4) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.5_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.5) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../6-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.4) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.72.4-0ubuntu2.4) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.5) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-02-09 13:45.51 ---> saved as "3ed308368495562a21cf558c1449aa61aed3edb5079c62d2f406a5d2504398c6" /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 28 packages - install angstrom 0.16.1 - install astring 0.8.5 - install base64 3.5.1 - install bigstringaf 0.10.0 - install bos 0.2.1 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install csexp 1.5.2 - install domain-name 0.4.0 - install dune 3.17.2 - install dune-configurator 3.17.2 - install emile 1.1 - install fmt 0.9.0 - install fpath 0.7.3 - install ipaddr 5.6.0 - install logs 0.7.0 - install macaddr 5.6.0 - install mirage 4.8.2 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.8 - install opam-monorepo 0.4.0 - install pecu 0.7 - install rresult 0.7.0 - install stringext 1.6.0 - install topkg 1.0.7 - install uri 4.4.0 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base64.3.5.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved domain-name.0.4.0 (cached) -> retrieved emile.1.1 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved mirage.4.8.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved pecu.0.7 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved opam-monorepo.0.4.0 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed bos.0.2.1 -> installed dune.3.17.2 -> installed base64.3.5.1 -> installed csexp.1.5.2 -> installed domain-name.0.4.0 -> installed macaddr.5.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed pecu.0.7 -> installed stringext.1.6.0 -> installed ipaddr.5.6.0 -> installed dune-configurator.3.17.2 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed emile.1.1 -> installed uri.4.4.0 -> installed opam-monorepo.0.4.0 -> installed mirage.4.8.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-09 13:47.33 ---> saved as "8c90a56642fd577606af82436ff34fd3852cca3be7f85c883bead3447f9dd51c" /src: (copy (src .) (dst /src)) 2025-02-09 13:47.35 ---> saved as "88cc38195874f82453c5869bc96485e572998f28db14e5b84e51c852ce2d6820" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-02-09 13:47.36 ---> saved as "373fe04ca60605a047486c933cf736240dfb77f2b915aeca8c1d72c4c1dbed43" Job succeeded 2025-02-09 13:47.36: Job succeeded