Organisationsmirageocaml-evtchnd5b8aa ()debian-12-4.09_opam-2.1

debian-12-4.09_opam-2.1

Link Copied
Code Copied

Logs

2024-04-10 15:57.54: New job: test mirage/ocaml-evtchn https://github.com/mirage/ocaml-evtchn.git#refs/heads/main (d5b8aa44587b4e3281ff26284a200ba4a960eb8c) (linux-x86_64:debian-12-4.09_opam-2.1)
Base: ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-evtchn.git" -b "main" && cd "ocaml-evtchn" && git reset --hard d5b8aa44
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
# debian-12-4.09_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 xen-evtchn.opam xen-evtchn-unix.opam ./
RUN opam pin add -yn xen-evtchn.dev './' && \
    opam pin add -yn xen-evtchn-unix.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-xen.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 lwt.5.7.0 lwt-dllist.1.0.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y xen-evtchn.dev xen-evtchn-unix.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-04-10 15:57.54: Using cache hint "mirage/ocaml-evtchn-ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb-debian-12-4.09_opam-2.1-9ac4d5f51b498bf9792c0f89e986cc5e"
2024-04-10 15:57.54: Using OBuilder spec:
((from ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb)
 (comment debian-12-4.09_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src xen-evtchn.opam xen-evtchn-unix.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn xen-evtchn.dev './' && \
             \nopam pin add -yn xen-evtchn-unix.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-xen.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 lwt.5.7.0 lwt-dllist.1.0.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")
 (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 xen-evtchn.dev xen-evtchn-unix.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-04-10 15:57.54: Waiting for resource in pool OCluster
2024-04-10 17:25.08: Waiting for worker…
2024-04-10 17:27.25: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
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/ocaml-evtchn.git-579d20d7ca98bcec3a8ef1e5be459f1aef86dbaa/.git/
HEAD is now at d5b8aa4 Merge pull request #39 from hannesm/conf-xen


(from ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb)
Unable to find image 'ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb' locally
docker.io/ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb: Pulling from ocaml/opam
Digest: sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
Status: Downloaded newer image for ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
2024-04-10 17:27.26 ---> using "acac52f5c4ab00c4a305d6686612add4400c376e9a7f88e5ad3c8653a6f62d84" from cache


/: (comment debian-12-4.09_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-04-10 17:27.26 ---> using "16d28cb3a08597617b220079f99af0d2ef1f0af5bd438f58f6071335625d5571" 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-04-10 17:27.26 ---> using "9696e307b31dd2f7ae2e4a486930855313e361ff60eebee188477357de79f921" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-04-10 17:27.26 ---> using "77b10282a58df79acf961ab5253d66263bd409007a469c7f52ac8744f2241c37" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 17:27.26 ---> using "ed09b3fc26f3b3c60f2053d37f0966fb7e88e4ce8eb2d1c2200a22fbb8939c9c" from cache


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


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-04-10 17:27.26 ---> using "4eed298c094d1ee4476f9daf05387e9631f69f6e29e43ca3f8e8a5cee0f33464" from cache


/src: (copy (src xen-evtchn.opam xen-evtchn-unix.opam) (dst ./))
2024-04-10 17:27.26 ---> saved as "2c57db052d446ca2ce9d42175bcafce6decab3a67ca4962ecbd0e946117cf803"


/src: (run (network host)
           (shell  "opam pin add -yn xen-evtchn.dev './' && \
                  \nopam pin add -yn xen-evtchn-unix.dev './'"))
[xen-evtchn.dev] synchronised (file:///src)
xen-evtchn is now pinned to file:///src (version dev)
[xen-evtchn-unix.dev] synchronised (file:///src)
xen-evtchn-unix is now pinned to file:///src (version dev)
2024-04-10 17:27.31 ---> saved as "53f96db7cf4af182527f2c097581e9454bfea4c5488663d5b994ad84cacdc6c1"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-xen.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 lwt.5.7.0 lwt-dllist.1.0.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")


/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 xen-evtchn.dev xen-evtchn-unix.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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-security bookworm-security/main amd64 Packages [150 kB]
- Fetched 253 kB in 0s (950 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xen-evtchn.dev] synchronised (no changes)
[xen-evtchn-unix.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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:
    libxen-dev


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


2024-04-10 17:27.54 ---> saved as "7f92b32c5d916431dd45d948e62488b554ba94ad1bbc9f06cf6d9c3bdf26fa9c"


/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.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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 seq               base
  - install dune              3.15.0
  - install conf-xen          1
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install lwt-dllist        1.0.1
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install base-bytes        base
  - install ounit2            2.2.7
  - install dune-configurator 3.15.0
  - install ocplib-endian     1.2
  - install ounit             2.2.7
  - install lwt               5.7.0
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-xen.1
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.15.0
-> installed lwt-dllist.1.0.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.15.0
-> installed lwt.5.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 17:29.08 ---> saved as "2cbaa4fc592de4afc1937d60f4f2aec2366cb14545fa2d570e61f76d11ff691b"


/src: (copy (src .) (dst /src))
2024-04-10 17:29.08 ---> saved as "52df446b09d9c6fbc9a132479d712a76834d8e0e4a8dc014bd306746fcad34d5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -g -I /home/opam/.opam/4.09/lib/ocaml -I /home/opam/.opam/4.09/lib/bytes -I /home/opam/.opam/4.09/lib/lwt -I /home/opam/.opam/4.09/lib/lwt-dllist -I /home/opam/.opam/4.09/lib/lwt/unix -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/ocplib-endian -I /home/opam/.opam/4.09/lib/ocplib-endian/bigstring -I . -o eventchn_stubs.o -c eventchn_stubs.c)
eventchn_stubs.c: In function 'stub_evtchn_init':
eventchn_stubs.c:47:16: warning: assignment to 'xc_interface *' {aka 'struct xc_interface_core *'} from incompatible pointer type 'xc_evtchn *' {aka 'struct xenevtchn_handle *'} [-Wincompatible-pointer-types]
   47 |     global_xce = xc_evtchn_open(NULL, XC_OPENFLAG_NON_REENTRANT);
      |                ^
File "lib_test/dune", line 5, characters 0-97:
 5 | (alias
 6 |  (name runtest)
 7 |  (package xen-evtchn-unix)
 8 |  (deps
 9 |   (:< main.exe))
10 |  (action
11 |   (run %{<})))
(cd _build/default/lib_test && ./main.exe)
E
==============================================================================
Error: eventchn:0:connect.


File "/src/_build/default/lib_test/oUnit-eventchn-builder#01.log", line 2, characters 1-1:
Error: eventchn:0:connect (in the log).


Raised by primitive operation at file "lib/eventchn.ml", line 29, characters 14-22
Re-raised at file "lib/eventchn.ml", line 40, characters 6-13
Called from file "lib_test/main.ml", line 22, characters 10-26
Called from file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17
Called from file "src/lib/ounit2/oUnit.ml", line 97, characters 13-17
Called from file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26


Failure("Invalid argument")
------------------------------------------------------------------------------
Ran: 1 tests in: 0.11 seconds.
FAILED: Cases: 1 Tried: 1 Errors: 1 Failures: 0 Skip:  0 Todo: 0 Timeouts: 0.
Failed to open event channel interface: ENOENT
Does this system have Xen userspace eventchannel support?
On linux try:
  sudo modprobe xen-evtchn
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-10 17:29.10: Job failed: Failed: Build failed