Organisationssamohtmirage-solo59d78d9 (master)ubuntu-22.04-4.14_opam-2.1

ubuntu-22.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:15.56: New job: test samoht/mirage-solo5 https://github.com/samoht/mirage-solo5.git#refs/heads/master (9d78d93d27dea12d1c694d9b8bc0835b0ca58981) (linux-x86_64:ubuntu-22.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/samoht/mirage-solo5.git" -b "master" && cd "mirage-solo5" && git reset --hard 9d78d93d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
# ubuntu-22.04-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-solo5.opam ./
RUN opam pin add -yn mirage-solo5.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 metrics.0.4.1 mirage-runtime.4.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-freestanding.0.6.7 ocaml-options-vanilla.1 ocaml-src.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-solo5.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


2024-06-17 13:15.56: Using cache hint "samoht/mirage-solo5-ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e-ubuntu-22.04-4.14_opam-2.1-5cba2a94e9ca0321a1076330eef06a0e"
2024-06-17 13:15.56: Using OBuilder spec:
((from ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e)
 (comment ubuntu-22.04-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-solo5.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-solo5.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 metrics.0.4.1 mirage-runtime.4.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-freestanding.0.6.7 ocaml-options-vanilla.1 ocaml-src.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7")
 (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.1 --depext-only -y mirage-solo5.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"))
)


2024-06-17 13:15.56: Waiting for resource in pool OCluster
2024-06-19 15:09.32: Waiting for worker…
2024-06-19 15:21.11: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-solo5.git-0ed470b18d23db68f4ac1eedf5e3efffbbd60ec9/.git/
HEAD is now at 9d78d93 Documentation for release 0.6.2


(from ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e)
Unable to find image 'ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e' locally
docker.io/ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e: Pulling from ocaml/opam
1ab9227e48b4: Pulling fs layer
1ab9227e48b4: Waiting
1ab9227e48b4: Download complete
1ab9227e48b4: Pull complete
Digest: sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
Status: Downloaded newer image for ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
2024-06-19 15:21.13 ---> using "174a649f3074b63afe10ebc69abeac72a9d58326f9dac3e9d77ed5ff21bc8a87" from cache


/: (comment ubuntu-22.04-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 15:21.13 ---> using "cb317fc9326f8e589518e903c13b5227a581fe88d3c07ed4651c7b6fa12d045d" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2024-06-19 15:21.13 ---> using "d2b13812fcd76a8683f694c093b8a182e9585fddb09a13646afbe16cc68a8d26" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 15:21.13 ---> using "57c43a832b19014045bda310ba1a4a309a2e5d375418ae089601e0a8eb9e1f35" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 15:21.13 ---> using "79a30ce39de1cbe103bf08304e1152e26780d767d2ae2087859fe57b6a65de0d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:21.13 ---> using "8ced5197435447bdad8c24953e9d38b62031159d4671239d2621fc910bd2155f" from cache


/src: (copy (src mirage-solo5.opam) (dst ./))
2024-06-19 15:21.13 ---> saved as "94748f8861ac5cfcc6bbebcfb7ad0252685b24c7d089215d4d98ebd0b7ec6dce"


/src: (run (network host)
           (shell "opam pin add -yn mirage-solo5.dev './'"))
[mirage-solo5.dev] synchronised (file:///src)
mirage-solo5 is now pinned to file:///src (version dev)
2024-06-19 15:21.15 ---> saved as "8c338700136dbd393cd0a8868af8f2aeaf14c8386aa96cc2ee0691d21dd18364"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 metrics.0.4.1 mirage-runtime.4.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-freestanding.0.6.7 ocaml-options-vanilla.1 ocaml-src.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7")


/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.1 --depext-only -y mirage-solo5.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2187 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1392 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2552 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.8 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1921 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2474 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1092 kB]
- Fetched 12.1 MB in 1s (9069 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-solo5.dev] synchronised (no changes)


[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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 system packages will first need to be installed:
    libseccomp-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libseccomp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-06-19 15:21.32 ---> saved as "a31b04bdb576cd393def26b5f2ee25b24e3aafcb1e97bc1d5369ee851598aa2a"


/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 ocaml-src          4.14.2
  - install conf-pkg-config    2
  - install ocamlbuild         0.14.3
  - install dune               3.16.0
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install conf-libseccomp    1
  - install macaddr            5.6.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bheap              2.0.0
  - install topkg              1.0.7
  - install base-bytes         base
  - install solo5-bindings-hvt 0.6.9
  - install ipaddr             5.6.0
  - install dune-configurator  3.16.0
  - install fmt                0.9.0
  - install ocplib-endian      1.2
  - install ocaml-freestanding 0.6.7
  - install metrics            0.4.1
  - install cstruct            6.2.0
  - install lwt                5.7.0
  - install logs               0.7.0
  - install mirage-runtime     4.5.1
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-pkg-config.2
-> retrieved fmt.0.9.0  (cached)
-> installed conf-libseccomp.1
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-runtime.4.5.1  (cached)
-> retrieved ocaml-freestanding.0.6.7  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocaml-src.4.14.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved solo5-bindings-hvt.0.6.9  (cached)
-> installed cmdliner.1.3.0
-> retrieved topkg.1.0.7  (cached)
-> installed ocaml-src.4.14.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed solo5-bindings-hvt.0.6.9
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.16.0
-> installed bheap.2.0.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed cppo.1.6.9
-> installed ipaddr.5.6.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.5.1
-> installed ocaml-freestanding.0.6.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:22.34 ---> saved as "f10e776a30f08156d42d46e656ddce74ed2ec99cb813f80cb8f71306ff60bbaa"


/src: (copy (src .) (dst /src))
2024-06-19 15:22.34 ---> saved as "1cbb592c3940fa7727ee0d87561062bfae7ca641159fa72205decc9ec57661b2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && ./cflags.sh) > _build/default/lib/cflags.sexp
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.oS.objs/byte -I lib/.oS.objs/public_cmi -I /home/opam/.opam/4.14/lib/bheap -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/mirage-runtime -I /home/opam/.opam/4.14/lib/mirage-runtime/functoria -no-alias-deps -opaque -open OS__ -o lib/.oS.objs/byte/oS__Time.cmo -c -impl lib/time.ml)
File "lib/time.ml", line 90, characters 8-26:
90 |   match SleepQueue.maximum sleep_queue with
             ^^^^^^^^^^^^^^^^^^
Error: Unbound value SleepQueue.maximum
Hint: Did you mean minimum?
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-19 15:22.35: Job failed: Failed: Build failed