Organisationsmirageocaml-evtchnd5b8aa ()debian-11-4.14_opam-2.1

debian-11-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-10 19:01.56: New job: test mirage/ocaml-evtchn https://github.com/mirage/ocaml-evtchn.git#refs/heads/main (d5b8aa44587b4e3281ff26284a200ba4a960eb8c) (linux-x86_64:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709
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:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709
# debian-11-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 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 19:01.56: Using cache hint "mirage/ocaml-evtchn-ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709-debian-11-4.14_opam-2.1-7d98d9799707ea2bdaa0085a4d94d385"
2024-04-10 19:01.56: Using OBuilder spec:
((from ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709)
 (comment debian-11-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 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 19:01.56: Waiting for resource in pool OCluster
2024-04-10 20:11.41: Waiting for worker…
2024-04-10 20:14.01: Got resource from pool OCluster
Building on x86-bm-c10.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:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709)
2024-04-10 20:14.02 ---> using "0ad9a11ee7a1421eba51bdd7a7d900397826f54d9502723fd142df4fa435d31f" from cache


/: (comment debian-11-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-04-10 20:14.02 ---> using "718e77ba2f6a46fab6f19a61f1a25540318577cfd7c1ca1a753054b7f2e5c6a2" 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.


Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-10 20:14.02 ---> using "cc6d6473eafe0935aabd3b81cb410b647d79074cdf8a25e3bc83544e7745301d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-102-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-10 20:14.02 ---> using "d417995c36f2230de3455e430815e7778e7b74fde979e3be34910065ca7b32a5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 20:14.02 ---> using "354eeb1ce939bbf88348a8f5ae8328233e9afc7694e2e6acbbb213b008518deb" 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"))
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 20:14.02 ---> using "36ccbd69244ec557d97b7434738966e8ceeffe6b1e024063cdb594571ce5b83a" from cache


/src: (copy (src xen-evtchn.opam xen-evtchn-unix.opam) (dst ./))
2024-04-10 20:14.02 ---> saved as "3c2fe2be38d906f0300543a593240e64346539f96877669537d506301a9ead3d"


/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 20:14.06 ---> saved as "152aeaa2cb755fa9af2fc5d5cb7a35511a4a229c816fca1f43c7d4d25d8a3abc"


/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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Fetched 92.4 kB in 0s (254 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xen-evtchn.dev] synchronised (no changes)
[xen-evtchn-unix.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 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 20:14.26 ---> saved as "3e3edd1c5456e78a3a47265a12e8e0d88bab027d3fc5ea5d1b7a8071a470ee83"


/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 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.3.15.0  (cached)
-> retrieved dune-configurator.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 20:15.43 ---> saved as "0952ecf514a75d73d5e9ef633b419596c73af3a759958911b3826ac440a47b0f"


/src: (copy (src .) (dst /src))
2024-04-10 20:15.43 ---> saved as "62a9ac9059e5dcd40fdb4130f14e48bc525be0263d5d8ab9bc7c38dc9db0408c"


/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 -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt-dllist -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/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 Eventchn.init in file "lib/eventchn.ml", line 29, characters 14-22
Re-raised at Eventchn.init in file "lib/eventchn.ml", line 40, characters 6-13
Called from Main.connect in file "lib_test/main.ml", line 22, characters 10-26
Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17
Called from OUnit.ounit2_of_ounit1.(fun) in file "src/lib/ounit2/oUnit.ml", line 97, characters 13-17
Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26


Failure("No such file or directory")
------------------------------------------------------------------------------
Ran: 1 tests in: 0.10 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 20:15.45: Job failed: Failed: Build failed