Organisationssamohtmirage-solo59d78d9 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:07.16: New job: test samoht/mirage-solo5 https://github.com/samoht/mirage-solo5.git#refs/heads/master (9d78d93d27dea12d1c694d9b8bc0835b0ca58981) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
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:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
# debian-12-4.06_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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="astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.1.0.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 conf-time.1 conf-which.1 cppo.1.4.1 cstruct.2.4.1 domain-name.0.3.0 dune.2.0.1 fmt.0.8.5 functoria-runtime.3.0.2 ipaddr.5.0.0 jbuilder.1.0+beta10 logs.0.6.2 lwt.4.2.0 macaddr.5.0.0 metrics.0.1.0 mirage-runtime.3.8.0 mmap.1.0.2 num.1.0 obuild.0.1.9 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-freestanding.0.4.5 ocaml-migrate-parsetree.1.2.0 ocaml-src.4.06.1 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ppx_derivers.1.0 ppx_tools_versioned.5.0beta result.1.0 seq.0.1 sexplib.v0.9.3 solo5-bindings-hvt.0.6.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2"
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-05-10 22:07.16: Using cache hint "samoht/mirage-solo5-ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260-debian-12-4.06_opam-2.1-d26f5424b4e14bb93214874c6a2375e0"
2024-05-10 22:07.16: Using OBuilder spec:
((from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
 (comment debian-12-4.06_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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 "astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.1.0.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 conf-time.1 conf-which.1 cppo.1.4.1 cstruct.2.4.1 domain-name.0.3.0 dune.2.0.1 fmt.0.8.5 functoria-runtime.3.0.2 ipaddr.5.0.0 jbuilder.1.0+beta10 logs.0.6.2 lwt.4.2.0 macaddr.5.0.0 metrics.0.1.0 mirage-runtime.3.8.0 mmap.1.0.2 num.1.0 obuild.0.1.9 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-freestanding.0.4.5 ocaml-migrate-parsetree.1.2.0 ocaml-src.4.06.1 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ppx_derivers.1.0 ppx_tools_versioned.5.0beta result.1.0 seq.0.1 sexplib.v0.9.3 solo5-bindings-hvt.0.6.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2")
 (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-05-10 22:07.16: Waiting for resource in pool OCluster
2024-05-11 13:08.10: Waiting for worker…
2024-05-11 13:13.58: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 9d78d93 Documentation for release 0.6.2


(from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
Unable to find image 'ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260' locally
docker.io/ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260: Pulling from ocaml/opam
Digest: sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Status: Downloaded newer image for ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
2024-05-11 13:14.01 ---> using "892c338b589a62a59c59cff7a94a45d05cc552a424c9217d6aaf3ec3cf967845" from cache


/: (comment debian-12-4.06_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-05-11 13:14.01 ---> using "e47f485891503cb0e5d103b0e01a5495a94f6323ae2185ffb1e88bc155347da7" 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-05-11 13:14.01 ---> using "30f7e8eacb9385fb19ac2c9eeaa3d1cbd712dc8e6721f870397bd99d25a37e6f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.06.1
2.1.5
2024-05-11 13:14.01 ---> using "87188233f0fd5a18ddfae1bad560620237af3fe8f77e4ae5cbf63cb0ef649f3c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 13:14.01 ---> using "49f815766ee289566034e84eafdd5132e0b4b6683aa5cc20f27e7f4946d8e0f7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d4fc3679e9..2ae169d7d0  master     -> origin/master
819388d34c @dra27 maintains the OCaml Museum


<><> 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-05-11 13:14.01 ---> using "6ec044fe91329e5ccbc1d1fa01aaaa1368a30c7843e874e0747e9faeffbbbe91" from cache


/src: (copy (src mirage-solo5.opam) (dst ./))
2024-05-11 13:14.01 ---> saved as "70134090813fb73c2fcddc913770ddb529946a00bd1c450d33c7d226bdde3f0e"


/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-05-11 13:14.03 ---> saved as "7b6c00dfe1491a9b38c83c8850f42cf29dc19cc1c231a52b6aabe3ac62b1494e"


/src: (env DEPS "astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.1.0.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 conf-time.1 conf-which.1 cppo.1.4.1 cstruct.2.4.1 domain-name.0.3.0 dune.2.0.1 fmt.0.8.5 functoria-runtime.3.0.2 ipaddr.5.0.0 jbuilder.1.0+beta10 logs.0.6.2 lwt.4.2.0 macaddr.5.0.0 metrics.0.1.0 mirage-runtime.3.8.0 mmap.1.0.2 num.1.0 obuild.0.1.9 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-freestanding.0.4.5 ocaml-migrate-parsetree.1.2.0 ocaml-src.4.06.1 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ppx_derivers.1.0 ppx_tools_versioned.5.0beta result.1.0 seq.0.1 sexplib.v0.9.3 solo5-bindings-hvt.0.6.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2")


/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://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 [155 kB]
- Fetched 258 kB in 0s (908 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-solo5.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.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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:
    m4 pkg-config time


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


2024-05-11 13:14.25 ---> saved as "a0c987beb824c9bb10edce83d5e5fcd50428467a42cb49133318d8058fba56b7"


/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.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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 conf-m4                 1
  - install result                  1.0
  - install conf-pkg-config         1.0
  - install dune                    2.0.1
  - install ocamlbuild              0.9.1
  - install obuild                  0.1.9
  - install ocaml-src               4.06.1
  - install conf-which              1
  - install ocamlfind               1.7.3
  - install solo5-bindings-hvt      0.6.2
  - install stdlib-shims            0.1.0
  - install mmap                    1.0.2
  - install macaddr                 5.0.0
  - install uchar                   0.0.2
  - install conf-time               1
  - install topkg                   0.9.0
  - install seq                     0.1
  - install num                     1.0
  - install jbuilder                1.0+beta10
  - install bheap                   1.0.0
  - install base-bytes              base
  - install ocaml-freestanding      0.4.5
  - install cmdliner                1.0.0
  - install sexplib                 v0.9.3
  - install ppx_derivers            1.0
  - install cppo                    1.4.1
  - install astring                 0.8.2
  - install fmt                     0.8.5
  - install ocaml-migrate-parsetree 1.2.0
  - install ocplib-endian           1.0
  - install lwt                     4.2.0
  - install metrics                 0.1.0
  - install functoria-runtime       3.0.2
  - install domain-name             0.3.0
  - install ppx_tools_versioned     5.0beta
  - install logs                    0.6.2
  - install ipaddr                  5.0.0
  - install cstruct                 2.4.1
  - install mirage-runtime          3.8.0
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.1.0.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved cppo.1.4.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cstruct.2.4.1  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> installed conf-time.1
-> retrieved fmt.0.8.5  (cached)
-> retrieved functoria-runtime.3.0.2  (cached)
-> retrieved ipaddr.5.0.0  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved jbuilder.1.0+beta10  (cached)
-> retrieved macaddr.5.0.0  (cached)
-> retrieved metrics.0.1.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved mirage-runtime.3.8.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved obuild.0.1.9  (cached)
-> retrieved dune.2.0.1  (cached)
-> retrieved ocaml-migrate-parsetree.1.2.0  (cached)
-> retrieved ocaml-freestanding.0.4.5  (https://github.com/mirage/ocaml-solo5/archive/v0.4.5.tar.gz)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.7.3  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_tools_versioned.5.0beta  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.1  (cached)
-> retrieved sexplib.v0.9.3  (cached)
-> retrieved solo5-bindings-hvt.0.6.2  (cached)
-> retrieved ocaml-src.4.06.1  (http://caml.inria.fr/pub/distrib/ocaml-4.06/ocaml-4.06.1.tar.gz)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.0.9.0  (cached)
[ERROR] The compilation of solo5-bindings-hvt.0.6.2 failed at "./configure.sh".
-> retrieved uchar.0.0.2  (cached)
-> installed ocaml-src.4.06.1
-> installed result.1.0
-> installed ocamlbuild.0.9.1
-> installed ocamlfind.1.7.3
-> installed base-bytes.base
-> installed obuild.0.1.9
-> installed uchar.0.0.2
-> installed seq.0.1
-> installed bheap.1.0.0
-> installed cppo.1.4.1
-> installed num.1.0
-> installed topkg.0.9.0
-> installed jbuilder.1.0+beta10
-> installed ppx_derivers.1.0
-> installed ocplib-endian.1.0
-> installed astring.0.8.2
-> installed cmdliner.1.0.0
-> installed sexplib.v0.9.3
-> installed dune.2.0.1
-> installed macaddr.5.0.0
-> installed mmap.1.0.2
-> installed stdlib-shims.0.1.0
-> installed fmt.0.8.5
-> installed functoria-runtime.3.0.2
-> installed domain-name.0.3.0
-> installed metrics.0.1.0
-> installed ipaddr.5.0.0
-> installed ocaml-migrate-parsetree.1.2.0
-> installed lwt.4.2.0
-> installed logs.0.6.2
-> installed mirage-runtime.3.8.0
-> installed ppx_tools_versioned.5.0beta
[ERROR] The compilation of cstruct.2.4.1 failed at "make".


#=== ERROR while compiling solo5-bindings-hvt.0.6.2 ===========================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/opam/opam-repository
# path        ~/.opam/4.06/.opam-switch/build/solo5-bindings-hvt.0.6.2
# command     ~/.opam/4.06/.opam-switch/build/solo5-bindings-hvt.0.6.2/./configure.sh
# exit-code   1
# env-file    ~/.opam/log/solo5-bindings-hvt-1-ffd0a0.env
# output-file ~/.opam/log/solo5-bindings-hvt-1-ffd0a0.out
### output ###
# configure.sh: ERROR: Only 'gcc' 4.x+ is supported on Linux


#=== ERROR while compiling cstruct.2.4.1 ======================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/opam/opam-repository
# path        ~/.opam/4.06/.opam-switch/build/cstruct.2.4.1
# command     /usr/bin/make
# exit-code   2
# env-file    ~/.opam/log/cstruct-1-f1a51e.env
# output-file ~/.opam/log/cstruct-1-f1a51e.out
### output ###
# ocaml setup.ml -build 
# ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.06/lib/ocamlbuild /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -c lib/cstruct_stubs.c
# mv cstruct_stubs.o lib/cstruct_stubs.o
# /home/opam/.opam/4.06/bin/ocamlfind ocamlmklib -o lib/cstruct_stubs lib/cstruct_stubs.o
# /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -modules lib/cstruct.mli > lib/cstruct.mli.depends
# /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmi lib/cstruct.mli
# /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -modules lib/cstruct.ml > lib/cstruct.ml.depends
# /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmo lib/cstruct.ml
# + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmo lib/cstruct.ml
# File "lib/cstruct.ml", line 154, characters 0-138:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 156, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 158, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 160, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 162, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 164, characters 0-117:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 166, characters 0-102:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -dllib -lcstruct_stubs -cclib -lcstruct_stubs lib/cstruct.cmo -o lib/cstruct.cma
# /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmx lib/cstruct.ml
# + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmx lib/cstruct.ml
# File "lib/cstruct.ml", line 154, characters 0-138:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 156, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 158, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 160, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 162, characters 0-132:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 164, characters 0-117:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# File "lib/cstruct.ml", line 166, characters 0-102:
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
# /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -cclib -lcstruct_stubs lib/cstruct.cmx -o lib/cstruct.cmxa
# /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I lib/ lib/cstruct.cmxa lib/cstruct.cmx -o lib/cstruct.cmxs
# /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -modules lwt/lwt_cstruct.mli > lwt/lwt_cstruct.mli.depends
# /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -I lwt -I lib -o lwt/lwt_cstruct.cmi lwt/lwt_cstruct.mli
# + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -I lwt -I lib -o lwt/lwt_cstruct.cmi lwt/lwt_cstruct.mli
# ocamlfind: Error from package `threads': Missing -thread or -vmthread switch
# Command exited with code 2.
# E: Failure("Command ''/home/opam/.opam/4.06/bin/ocamlbuild' lib/libcstruct_stubs.a lib/dllcstruct_stubs.so lib/cstruct.cma lib/cstruct.cmxa lib/cstruct.a lib/cstruct.cmxs lwt/lwt_cstruct.cma lwt/lwt_cstruct.cmxa lwt/lwt_cstruct.a lwt/lwt_cstruct.cmxs unix/unix_cstruct.cma unix/unix_cstruct.cmxa unix/unix_cstruct.a unix/unix_cstruct.cmxs ppx/ppx_cstruct.cmx ppx/ppx_cstruct.cmo ppx/standalone.native -use-ocamlfind -tag debug' terminated with error code 10")
# make: *** [Makefile:7: build] Error 1


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build cstruct            2.4.1
| - build solo5-bindings-hvt 0.6.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring                 0.8.2
| - install base-bytes              base
| - install bheap                   1.0.0
| - install cmdliner                1.0.0
| - install conf-m4                 1
| - install conf-pkg-config         1.0
| - install conf-time               1
| - install conf-which              1
| - install cppo                    1.4.1
| - install domain-name             0.3.0
| - install dune                    2.0.1
| - install fmt                     0.8.5
| - install functoria-runtime       3.0.2
| - install ipaddr                  5.0.0
| - install jbuilder                1.0+beta10
| - install logs                    0.6.2
| - install lwt                     4.2.0
| - install macaddr                 5.0.0
| - install metrics                 0.1.0
| - install mirage-runtime          3.8.0
| - install mmap                    1.0.2
| - install num                     1.0
| - install obuild                  0.1.9
| - install ocaml-migrate-parsetree 1.2.0
| - install ocaml-src               4.06.1
| - install ocamlbuild              0.9.1
| - install ocamlfind               1.7.3
| - install ocplib-endian           1.0
| - install ppx_derivers            1.0
| - install ppx_tools_versioned     5.0beta
| - install result                  1.0
| - install seq                     0.1
| - install sexplib                 v0.9.3
| - install stdlib-shims            0.1.0
| - install topkg                   0.9.0
| - install uchar                   0.0.2
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.06/.opam-switch/backup/state-20240511131426.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 13:15.29: Job failed: Failed: Build failed