Organisationsmirageocaml-evtchnd5b8aa ()opensuse-15.5-4.14_opam-2.1

opensuse-15.5-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:opensuse-15.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
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:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
# opensuse-15.5-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:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8-opensuse-15.5-4.14_opam-2.1-7d98d9799707ea2bdaa0085a4d94d385"
2024-04-10 19:01.56: Using OBuilder spec:
((from ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8)
 (comment opensuse-15.5-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.40: Waiting for worker…
2024-04-10 20:13.55: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at d5b8aa4 Merge pull request #39 from hannesm/conf-xen


(from ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8)
Unable to find image 'ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8' locally
docker.io/ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8: Pulling from ocaml/opam
Digest: sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
Status: Downloaded newer image for ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
2024-04-10 20:13.55 ---> using "8e73eb2cf402e6412b0bc093ab7234d3036099640c66aa5582b9c9285cf85813" from cache


/: (comment opensuse-15.5-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:13.55 ---> using "0f3bb70c302b566a444b9c81d1d1cfa70e223d71037d104ce1e3f809e47f4bd6" 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 20:13.55 ---> using "a8fc3f7213191a628c3b0ecd3b00cd4e440275c13ea636895f6298d2da0d9924" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 20:13.55 ---> using "bb3883d2164634e21f51681274a9459d603fc3091e55e8dcec9947e6c2fac9d8" 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:13.55 ---> using "2b9fce7f0a7b48b9f13fbe91cef655c8312c2876b369b2bbcf7d29db32c7f13a" from cache


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


/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.07 ---> saved as "babebf3507b69f372e4c9982e9d65ab84659dbd000166a73964d4090821a4c50"


/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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ......
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [....
- ......
- .......
- ..........
- .........
- ..........
- ..........
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [...
- .......done]
- Building repository 'Main Update Repository' cache [..
- .done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.


<><> 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:
    xen-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "xen-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 4 NEW packages are going to be installed:
-   libuuid-devel libyajl2 xen-devel xen-libs
- 
- 4 new packages to install.
- Overall download size: 5.3 MiB. Already cached: 0 B. After the operation, additional 15.6 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (1/4),  68.2 KiB    
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64.rpm [..done]
- Retrieving: libyajl2-2.1.0-150000.4.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (2/4),  26.4 KiB    
- Retrieving: libyajl2-2.1.0-150000.4.6.1.x86_64.rpm [...done (144.8 KiB/s)]
- Retrieving: xen-libs-4.17.3_08-150500.3.27.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (3/4), 780.4 KiB    
- Retrieving: xen-libs-4.17.3_08-150500.3.27.1.x86_64.rpm [...done (7.6 MiB/s)]
- Retrieving: xen-devel-4.17.3_08-150500.3.27.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/4),   4.4 MiB    
- Retrieving: xen-devel-4.17.3_08-150500.3.27.1.x86_64.rpm [..
- ....done (11.6 MiB/s)]
- 
- Checking for file conflicts: [..done]
- (1/4) Installing: libuuid-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- (2/4) Installing: libyajl2-2.1.0-150000.4.6.1.x86_64 [..done]
- (3/4) Installing: xen-libs-4.17.3_08-150500.3.27.1.x86_64 [..done]
- (4/4) Installing: xen-devel-4.17.3_08-150500.3.27.1.x86_64 [....
- ..done]
2024-04-10 20:14.57 ---> saved as "a1a6468a4723440eb3b9a9f6721e89885f0329cd6c41cfda138a423faeedc63f"


/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.39 ---> saved as "a8892e5b5ddb3905c814481806fb7287fca2582d8eef0880a3b59c10e3351bfe"


/src: (copy (src .) (dst /src))
2024-04-10 20:15.39 ---> saved as "15f840c10523131733c7c3a3b3d5c22c506171216e70757c9a1625b6dda9b355"


/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 from incompatible pointer type [-Wincompatible-pointer-types]
     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("Invalid argument")
------------------------------------------------------------------------------
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.41: Job failed: Failed: Build failed