2026-02-16 21:05.35: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (5a753ec5ee9c0d3f1ea4e63695a62c1a50b66c5e) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard 5a753ec5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./RUN opam pin add -yn mirage-crypto.dev './' && \opam pin add -yn mirage-crypto-rng.dev './' && \opam pin add -yn mirage-crypto-rng-mkernel.dev './' && \opam pin add -yn mirage-crypto-rng-mirage.dev './' && \opam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \opam pin add -yn mirage-crypto-pk.dev './' && \opam pin add -yn mirage-crypto-ec.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libseccomp.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.4 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-16 21:05.35: Using cache hint "mirage/mirage-crypto-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041-opensuse-15.6-5.4_opam-2.5-fe59722df74bcc67c627999b8348898f"2026-02-16 21:05.35: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041)(comment opensuse-15.6-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)(dst ./))(run (network host)(shell "opam pin add -yn mirage-crypto.dev './' && \\nopam pin add -yn mirage-crypto-rng.dev './' && \\nopam pin add -yn mirage-crypto-rng-mkernel.dev './' && \\nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \\nopam pin add -yn mirage-crypto-pk.dev './' && \\nopam pin add -yn mirage-crypto-ec.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libseccomp.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.4 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")(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.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.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")))2026-02-16 21:05.35: Waiting for resource in pool OCluster2026-02-16 21:05.35: Waiting for worker…2026-02-16 21:05.35: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 5a753ec changes for 2.0.3(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041' locallydocker.io/ocaml/opam@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041: Pulling from ocaml/opam88fec4ee27fa: Pulling fs layer0c29b9b81895: Pulling fs layere13a07a82ff2: Pulling fs layera4f587681cd2: Pulling fs layerb654fe557977: Pulling fs layer07b50a5ff06e: Pulling fs layer2524e7100bda: Pulling fs layer62a0e072f540: Pulling fs layere4d4efb28b71: Pulling fs layer4d22927afde6: Pulling fs layer1910d19eb083: Pulling fs layerf0e05cd6bfcf: Pulling fs layera809beaf2ce5: Pulling fs layerb7a362ffa81b: Pulling fs layer460129753514: Pulling fs layerd4f714e04836: Pulling fs layerd70fe23c18cd: Pulling fs layer0d07d7fef061: Pulling fs layera4f587681cd2: Waitingb654fe557977: Waiting5623d083d3b3: Pulling fs layer4f4fb700ef54: Pulling fs layer07b50a5ff06e: Waitingce6441b074a7: Pulling fs layer4d22927afde6: Waitinge4d4efb28b71: Waiting0fd2a08bcd56: Pulling fs layer2524e7100bda: Waitingf6068b2a147c: Pulling fs layer1910d19eb083: Waiting62a0e072f540: Waitingd4f714e04836: Waiting4c1a35052789: Pulling fs layerb33abd038481: Pulling fs layerd70fe23c18cd: Waiting350e9373a176: Pulling fs layer4f4fb700ef54: Waitinga7fc136663a0: Pulling fs layerf0e05cd6bfcf: Waiting0d07d7fef061: Waitingce6441b074a7: Waiting5703438fe18a: Pulling fs layera809beaf2ce5: Waiting8833b155bad4: Pulling fs layer0fd2a08bcd56: Waiting4c1a35052789: Waitingb7a362ffa81b: Waitingf6068b2a147c: Waiting98913bd67483: Pulling fs layerb33abd038481: Waiting350e9373a176: Waiting331f50433f29: Pulling fs layer5703438fe18a: Waiting460129753514: Waitinga7fc136663a0: Waitingc935b3ee9c7e: Pulling fs layer8833b155bad4: Waiting331f50433f29: Waiting22319c85fe85: Pulling fs layerb7a9591fcacc: Pulling fs layer945c450a4d0f: Pulling fs layer24e90ed45fcf: Pulling fs layer8424e867ee77: Pulling fs layerb85a58b4c2e9: Pulling fs layer8e414bdd1303: Pulling fs layer945c450a4d0f: Waitingb70e2c1c4f97: Pulling fs layer24e90ed45fcf: Waitingb7a9591fcacc: Waitingbc301221eae3: Pulling fs layerb85a58b4c2e9: Waiting9efc6627d455: Pulling fs layer8e414bdd1303: Waitingb70e2c1c4f97: Waiting44ea4bdfa499: Pulling fs layerbc301221eae3: Waiting8424e867ee77: Waiting748be3b47daa: Pulling fs layerebaa78c1632f: Pulling fs layer44ea4bdfa499: Waiting748be3b47daa: Waiting0c29b9b81895: Download complete88fec4ee27fa: Verifying Checksum88fec4ee27fa: Download completeb654fe557977: Download complete88fec4ee27fa: Pull complete0c29b9b81895: Pull complete07b50a5ff06e: Verifying Checksum07b50a5ff06e: Download completee13a07a82ff2: Download complete62a0e072f540: Verifying Checksum62a0e072f540: Download complete2524e7100bda: Verifying Checksum2524e7100bda: Download completee13a07a82ff2: Pull completea4f587681cd2: Download complete1910d19eb083: Verifying Checksum1910d19eb083: Download completef0e05cd6bfcf: Verifying Checksumf0e05cd6bfcf: Download completea809beaf2ce5: Verifying Checksuma809beaf2ce5: Download completeb7a362ffa81b: Verifying Checksumb7a362ffa81b: Download complete460129753514: Verifying Checksum460129753514: Download complete4d22927afde6: Verifying Checksum4d22927afde6: Download completee4d4efb28b71: Verifying Checksume4d4efb28b71: Download completea4f587681cd2: Pull completeb654fe557977: Pull complete07b50a5ff06e: Pull complete0d07d7fef061: Verifying Checksum0d07d7fef061: Download complete2524e7100bda: Pull completed4f714e04836: Verifying Checksumd4f714e04836: Download complete62a0e072f540: Pull completee4d4efb28b71: Pull completed70fe23c18cd: Verifying Checksumd70fe23c18cd: Download complete4f4fb700ef54: Download complete4d22927afde6: Pull complete5623d083d3b3: Download complete1910d19eb083: Pull completef6068b2a147c: Verifying Checksumf6068b2a147c: Download completece6441b074a7: Download complete0fd2a08bcd56: Verifying Checksum0fd2a08bcd56: Download completef0e05cd6bfcf: Pull complete4c1a35052789: Download completeb33abd038481: Download complete350e9373a176: Download completea809beaf2ce5: Pull complete5703438fe18a: Verifying Checksum5703438fe18a: Download complete98913bd67483: Download complete8833b155bad4: Download completeb7a362ffa81b: Pull completea7fc136663a0: Verifying Checksuma7fc136663a0: Download completec935b3ee9c7e: Download complete331f50433f29: Download complete460129753514: Pull completed4f714e04836: Pull completed70fe23c18cd: Pull complete0d07d7fef061: Pull complete5623d083d3b3: Pull completeb7a9591fcacc: Verifying Checksumb7a9591fcacc: Download complete4f4fb700ef54: Pull completece6441b074a7: Pull complete0fd2a08bcd56: Pull completef6068b2a147c: Pull complete4c1a35052789: Pull completeb33abd038481: Pull complete350e9373a176: Pull completea7fc136663a0: Pull complete5703438fe18a: Pull complete8833b155bad4: Pull complete98913bd67483: Pull complete331f50433f29: Pull completec935b3ee9c7e: Pull complete24e90ed45fcf: Download complete8424e867ee77: Verifying Checksum8424e867ee77: Download completeb85a58b4c2e9: Download complete8e414bdd1303: Verifying Checksum8e414bdd1303: Download completeb70e2c1c4f97: Verifying Checksumb70e2c1c4f97: Download completebc301221eae3: Verifying Checksumbc301221eae3: Download complete9efc6627d455: Verifying Checksum9efc6627d455: Download complete44ea4bdfa499: Download complete748be3b47daa: Verifying Checksum748be3b47daa: Download completeebaa78c1632f: Verifying Checksumebaa78c1632f: Download complete945c450a4d0f: Verifying Checksum945c450a4d0f: Download complete22319c85fe85: Verifying Checksum22319c85fe85: Download complete22319c85fe85: Pull completeb7a9591fcacc: Pull complete945c450a4d0f: Pull complete24e90ed45fcf: Pull complete8424e867ee77: Pull completeb85a58b4c2e9: Pull complete8e414bdd1303: Pull completeb70e2c1c4f97: Pull completebc301221eae3: Pull complete9efc6627d455: Pull complete44ea4bdfa499: Pull complete748be3b47daa: Pull completeebaa78c1632f: Pull completeDigest: sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041Status: Downloaded newer image for ocaml/opam@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f40412026-02-16 21:05.35 ---> using "ef7fcc773164a50ac7c6190f2fe405e5d17bf12eddb2fc6cbe71b9e48747f47a" from cache/: (comment opensuse-15.6-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-16 21:05.35 ---> using "de099de23ed215e5aa934a37013d9d90f80af6c95f1126a36c1dafd3f0c2771a" 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.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-16 21:05.49 ---> saved as "e4567fea59e9f89f28721481af1347ec0e49e166b623b782f9469b741d323d8a"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-02-16 21:05.49 ---> saved as "ca5e94ca25f331100bb4ff662a4a576c2a692e3deb6b97773656fd20c750ac37"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-16 21:05.50 ---> saved as "a18645d69895a2ac0663dd277250036df2b7d0221e78508f58b24710dd49f470"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..5ace188191 master -> origin/mastercb9a685cb6 Merge pull request #29400 from dinosaure/release-miou-v0.5.4<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-16 21:06.14 ---> saved as "fcf0231c6e4d24febf90298e82ab6e2c7898b724a0b7a7865937440fd38e4583"/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)(dst ./))2026-02-16 21:06.14 ---> saved as "fb7bd6ee7aa79aed401fcf5b46af6688ab7610ec4d452eb32e73d7c42f59647e"/src: (run (network host)(shell "opam pin add -yn mirage-crypto.dev './' && \\nopam pin add -yn mirage-crypto-rng.dev './' && \\nopam pin add -yn mirage-crypto-rng-mkernel.dev './' && \\nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \\nopam pin add -yn mirage-crypto-pk.dev './' && \\nopam pin add -yn mirage-crypto-ec.dev './'"))[mirage-crypto.dev] synchronised (file:///src)mirage-crypto is now pinned to file:///src (version dev)[mirage-crypto-rng.dev] synchronised (file:///src)mirage-crypto-rng is now pinned to file:///src (version dev)[mirage-crypto-rng-mkernel.dev] synchronised (file:///src)mirage-crypto-rng-mkernel is now pinned to file:///src (version dev)[mirage-crypto-rng-mirage.dev] synchronised (file:///src)mirage-crypto-rng-mirage is now pinned to file:///src (version dev)[mirage-crypto-rng-miou-unix.dev] synchronised (file:///src)mirage-crypto-rng-miou-unix is now pinned to file:///src (version dev)[mirage-crypto-pk.dev] synchronised (file:///src)mirage-crypto-pk is now pinned to file:///src (version dev)[mirage-crypto-ec.dev] synchronised (file:///src)mirage-crypto-ec is now pinned to file:///src (version dev)2026-02-16 21:06.20 ---> saved as "19fbc4ca55e3cb8055716df7c59e612af87872d05188adae838b763390f7708b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-16 21:06.20 ---> saved as "0b1ba9cba6411fae7cebc0b663cc8c98fb3a81e725f147afffcfd08892f54d08"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libseccomp.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.4 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")/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.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [.- .- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- .- .....- ....- ......- .......- ..........- ........- .........- ........- .......- .........- ............- .........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .- ......- ........- .........- ........- ............- .........- .........- .........- .........- .........- .........- .........- ......- .......- .........- .......- .......- ...- ......- ......- .......- .......- .........- ......- ........- ........- .........- .....- ........- .......- .........- ........- .........- ........- .........- ........- ........- .......- .....- .......- .......- .........- .....- .......- ....- ....- .........- ........- .........- .........- .........- .........- .........- ........- ..........- .........- ........- ......- ........- ..........- .........- .......- .........- .........- .........- .........- .........- ........- ....- ...- ...- .........- .........- ........- .........- .........- ........- .......- ........- .......- .........- .......- .........- .........- .........- ......- .......- .........- ......- .........- .......- .........- .........- ..........- ........- .........- ..........- .........- .........- ..........- ........- .......- ........- .....- .......- .- .- ........- .........- .........- .........- ........- ........- .......- .........- .........- .........- ........- ..........- .........- .........- .........- ........- .........- .........- .........- .........- .........- .........- .......- ....- .......- ........- ........- .........- .......- ......- ........- .......- .........- ........- .........- .........- .........- ..........- .........- ..........- .........- .........- ......- .........- .........- .........- ........- .........- .........- ........- .........- .........- .......- .........- ..........- ........- .........- .........- .........- .........- ........- ..........- .........- .........- .........- .........- .........- ........- .........- .........- ........- .........- .........- .........- .........- .........- ........- .........- .........- .........- .........- .........- .........- .........- .........- ..........- .........- .........- ........- .........- .........- .........- .........- .........- ........- .........- ..........- ........- .........- .........- .........- .........- .........- .........- ......- ......- .........- .........- .........- .........- ......- .......- .........- .........- ........- .........- .........- ........- .........- ....- .......- ..........- .........- .........- .........- ........- .........- .......- .....- ....- ....- ....- ....- .....- .- .- ....- .........- .........- .- .- ..- ....- .......- ..........- .........- ........- ..........- .........- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-crypto.dev] synchronised (file:///src)[mirage-crypto-ec.dev] synchronised (file:///src)[mirage-crypto-pk.dev] synchronised (file:///src)[mirage-crypto-rng.dev] synchronised (file:///src)[mirage-crypto-rng-miou-unix.dev] synchronised (file:///src)[mirage-crypto-rng-mirage.dev] synchronised (file:///src)[mirage-crypto-rng-mkernel.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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:gmp-devel libseccomp-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "libseccomp-devel"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 3 NEW packages are going to be installed:- gmp-devel libgmpxx4 libseccomp-devel-- 3 new packages to install.-- Package download size: 2.2 MiB-- Package install size change:- | 6.8 MiB required by packages that will be installed- 6.8 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/3), 17.1 KiB- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [....- ....- ....- ....- ....- ....- ....- ..done]- Retrieving: libseccomp-devel-2.5.3-150400.2.4.x86_64 (Main Repository) (2/3), 54.3 KiB- Retrieving: libseccomp-devel-2.5.3-150400.2.4.x86_64.rpm [.done]- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (3/3), 2.2 MiB- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [......- .........- .........- .done (1.1 MiB/s)]-- Checking for file conflicts: [..done]- (1/3) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]- (2/3) Installing: libseccomp-devel-2.5.3-150400.2.4.x86_64 [..done]- (3/3) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [.....done]# To update the current shell environment, run: eval $(opam env)2026-02-16 21:13.25 ---> saved as "f6c2a57e1f628babfdeb515f873e38bee0028fa6f526e9caa9aefdeab4c31fc5"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 58 packages- install alcotest 1.9.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base-bytes base- install bstr 0.0.4- install bytesrw 0.3.0- install cmdliner 2.1.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-libseccomp 1- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.21.1- install dune-configurator 3.21.1- install duration 0.2.1- install eqaf 0.10- install fmt 0.11.0- install ipaddr 5.6.1- install jsont 0.2.0- install logs 0.10.0- install lwt 5.9.2- install macaddr 5.6.1- install miou 0.5.4- install mirage-mtime 5.2.0- install mirage-runtime 4.10.4- install mirage-sleep 4.1.0- install mirage-unix 5.0.1- install mkernel 0.0.1- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml-solo5 1.2.0- install ocaml-src 5.4.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install opatch 3.1.0- install ounit2 2.2.7- install patch 3.1.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_deriving_yojson 3.10.0- install ppxlib 0.37.0- install ptime 1.2.0- install randomconv 0.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install solo5 0.10.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bstr.0.0.4 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved bytesrw.0.3.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.5.0 (cached)-> installed conf-gmp-powm-sec.4-> installed conf-libseccomp.1-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved jsont.0.2.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved miou.0.5.4 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-runtime.4.10.4 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-unix.5.0.1 (cached)-> retrieved mkernel.0.0.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-solo5.1.2.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved opatch.3.1.0, patch.3.1.0 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ocaml-src.5.4.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved ppx_deriving_yojson.3.10.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved solo5.0.10.0 (cached)-> installed cmdliner.2.1.0-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved zarith.1.14 (cached)-> installed ocaml-src.5.4.0-> installed ocamlbuild.0.16.1-> installed seq.base[ERROR] The compilation of solo5.0.10.0 failed at "make V=1".-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed bytesrw.0.3.0-> installed jsont.0.2.0-> installed dune.3.21.1-> installed duration.0.2.1-> installed ohex.0.2.0-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed bstr.0.0.4-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.1-> installed mirage-mtime.5.2.0-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed patch.3.1.0-> installed ppx_derivers.1.2.1-> installed randomconv.0.2.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ipaddr.5.6.1-> installed ocplib-endian.1.2-> installed opatch.3.1.0-> installed digestif.1.3.0-> installed alcotest.1.9.1-> installed ounit2.2.2.7-> installed dune-configurator.3.21.1-> installed miou.0.5.4-> installed lwt.5.9.2-> installed mirage-sleep.4.1.0-> installed logs.0.10.0-> installed mirage-runtime.4.10.4-> installed mirage-unix.5.0.1-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_yojson.3.10.0#=== ERROR while compiling solo5.0.10.0 =======================================## context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | git+file:///home/opam/opam-repository# path ~/.opam/5.4/.opam-switch/build/solo5.0.10.0# command /usr/bin/make V=1# exit-code 2# env-file ~/.opam/log/solo5-1-78a021.env# output-file ~/.opam/log/solo5-1-78a021.out### output #### GEN include/version.h# scripts/gen_version_h.sh include/version.h# MAKE elftool# /usr/bin/make -C elftool# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/elftool'# HOSTCC elftool.o# cc -MT elftool.o -MMD -MP -MF elftool.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c elftool.c -o elftool.o# mv -f elftool.Td elftool.d && touch elftool.o# HOSTLINK solo5-elftool# cc elftool.o -o solo5-elftool# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/elftool'# MAKE tenders# /usr/bin/make -C tenders# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/tenders'# HOSTCC common/elf.o# cc -MT common/elf.o -MMD -MP -MF common/elf.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c common/elf.c -o common/elf.o# mv -f common/elf.Td common/elf.d && touch common/elf.o# HOSTCC common/mft.o# cc -MT common/mft.o -MMD -MP -MF common/mft.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c common/mft.c -o common/mft.o# mv -f common/mft.Td common/mft.d && touch common/mft.o# HOSTCC common/block_attach.o# cc -MT common/block_attach.o -MMD -MP -MF common/block_attach.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c common/block_attach.c -o common/block_attach.o# mv -f common/block_attach.Td common/block_attach.d && touch common/block_attach.o# HOSTCC common/tap_attach.o# cc -MT common/tap_attach.o -MMD -MP -MF common/tap_attach.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c common/tap_attach.c -o common/tap_attach.o# mv -f common/tap_attach.Td common/tap_attach.d && touch common/tap_attach.o# HOSTAR common/libcommon.a# ar rc common/libcommon.a common/elf.o common/mft.o common/block_attach.o common/tap_attach.o# HOSTCC hvt/hvt_boot_info.o# cc -MT hvt/hvt_boot_info.o -MMD -MP -MF hvt/hvt_boot_info.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_boot_info.c -o hvt/hvt_boot_info.o# mv -f hvt/hvt_boot_info.Td hvt/hvt_boot_info.d && touch hvt/hvt_boot_info.o# HOSTCC hvt/hvt_core.o# cc -MT hvt/hvt_core.o -MMD -MP -MF hvt/hvt_core.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_core.c -o hvt/hvt_core.o# mv -f hvt/hvt_core.Td hvt/hvt_core.d && touch hvt/hvt_core.o# HOSTCC hvt/hvt_main.o# cc -MT hvt/hvt_main.o -MMD -MP -MF hvt/hvt_main.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_main.c -o hvt/hvt_main.o# mv -f hvt/hvt_main.Td hvt/hvt_main.d && touch hvt/hvt_main.o# HOSTCC hvt/hvt_cpu_x86_64.o# cc -MT hvt/hvt_cpu_x86_64.o -MMD -MP -MF hvt/hvt_cpu_x86_64.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_cpu_x86_64.c -o hvt/hvt_cpu_x86_64.o# mv -f hvt/hvt_cpu_x86_64.Td hvt/hvt_cpu_x86_64.d && touch hvt/hvt_cpu_x86_64.o# HOSTCC hvt/hvt_kvm.o# cc -MT hvt/hvt_kvm.o -MMD -MP -MF hvt/hvt_kvm.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_kvm.c -o hvt/hvt_kvm.o# mv -f hvt/hvt_kvm.Td hvt/hvt_kvm.d && touch hvt/hvt_kvm.o# HOSTCC hvt/hvt_kvm_x86_64.o# cc -MT hvt/hvt_kvm_x86_64.o -MMD -MP -MF hvt/hvt_kvm_x86_64.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_kvm_x86_64.c -o hvt/hvt_kvm_x86_64.o# mv -f hvt/hvt_kvm_x86_64.Td hvt/hvt_kvm_x86_64.d && touch hvt/hvt_kvm_x86_64.o# HOSTCC hvt/hvt_module_blk.o# cc -MT hvt/hvt_module_blk.o -MMD -MP -MF hvt/hvt_module_blk.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_module_blk.c -o hvt/hvt_module_blk.o# mv -f hvt/hvt_module_blk.Td hvt/hvt_module_blk.d && touch hvt/hvt_module_blk.o# HOSTCC hvt/hvt_module_net.o# cc -MT hvt/hvt_module_net.o -MMD -MP -MF hvt/hvt_module_net.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_module_net.c -o hvt/hvt_module_net.o# mv -f hvt/hvt_module_net.Td hvt/hvt_module_net.d && touch hvt/hvt_module_net.o# HOSTLINK hvt/solo5-hvt# cc -Wl,-z -Wl,noexecstack -Wl,-z -Wl,noexecstack -Wl,-Ttext-segment=0x40000000 hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o common/libcommon.a -lseccomp -o hvt/solo5-hvt# HOSTCC hvt/hvt_module_gdb.o# cc -MT hvt/hvt_module_gdb.o -MMD -MP -MF hvt/hvt_module_gdb.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_module_gdb.c -o hvt/hvt_module_gdb.o# mv -f hvt/hvt_module_gdb.Td hvt/hvt_module_gdb.d && touch hvt/hvt_module_gdb.o# HOSTCC hvt/hvt_module_dumpcore.o# cc -MT hvt/hvt_module_dumpcore.o -MMD -MP -MF hvt/hvt_module_dumpcore.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c hvt/hvt_module_dumpcore.c -o hvt/hvt_module_dumpcore.o# mv -f hvt/hvt_module_dumpcore.Td hvt/hvt_module_dumpcore.d && touch hvt/hvt_module_dumpcore.o# HOSTLINK hvt/solo5-hvt-debug# cc -Wl,-z -Wl,noexecstack -Wl,-z -Wl,noexecstack -Wl,-Ttext-segment=0x40000000 hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o hvt/hvt_module_gdb.o hvt/hvt_module_dumpcore.o common/libcommon.a -lseccomp -o hvt/solo5-hvt-debug# HOSTCC spt/spt_main.o# cc -MT spt/spt_main.o -MMD -MP -MF spt/spt_main.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c spt/spt_main.c -o spt/spt_main.o# mv -f spt/spt_main.Td spt/spt_main.d && touch spt/spt_main.o# HOSTCC spt/spt_core.o# cc -MT spt/spt_core.o -MMD -MP -MF spt/spt_core.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c spt/spt_core.c -o spt/spt_core.o# mv -f spt/spt_core.Td spt/spt_core.d && touch spt/spt_core.o# HOSTAS spt/spt_launch_x86_64.o# cc -MT spt/spt_launch_x86_64.o -MMD -MP -MF spt/spt_launch_x86_64.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -DASM_FILE -c spt/spt_launch_x86_64.S -o spt/spt_launch_x86_64.o# mv -f spt/spt_launch_x86_64.Td spt/spt_launch_x86_64.d && touch spt/spt_launch_x86_64.o# HOSTCC spt/spt_module_net.o# cc -MT spt/spt_module_net.o -MMD -MP -MF spt/spt_module_net.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c spt/spt_module_net.c -o spt/spt_module_net.o# mv -f spt/spt_module_net.Td spt/spt_module_net.d && touch spt/spt_module_net.o# HOSTCC spt/spt_module_block.o# cc -MT spt/spt_module_block.o -MMD -MP -MF spt/spt_module_block.Td -fstack-protector-strong -Wall -std=c11 -O2 -g -I/usr/include/libseccomp -I/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include -c spt/spt_module_block.c -o spt/spt_module_block.o# mv -f spt/spt_module_block.Td spt/spt_module_block.d && touch spt/spt_module_block.o# HOSTLINK spt/solo5-spt# cc -Wl,-z -Wl,noexecstack -Wl,-z -Wl,noexecstack -Wl,-Ttext-segment=0x40000000 spt/spt_main.o spt/spt_core.o spt/spt_launch_x86_64.o spt/spt_module_net.o spt/spt_module_block.o common/libcommon.a -lseccomp -o spt/solo5-spt# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/tenders'# MAKE toolchain# /usr/bin/make -C toolchain# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/toolchain'# mkdir -p bin# SUBST bin/x86_64-solo5-none-static-cc# sed -e 's!@@CONFIG_TARGET_ARCH@@!x86_64!g' \# -e 's!@@CONFIG_TARGET_TRIPLE@@!x86_64-solo5-none-static!g' \# -e 's!@@CONFIG_TARGET_CC@@!cc!g' \# -e 's!@@CONFIG_TARGET_CC_CFLAGS@@!-nostdinc -mstack-protector-guard=global!g' \# -e 's!@@CONFIG_TARGET_CC_LDFLAGS@@!-Wl,--build-id=none!g' \# -e 's!@@CONFIG_TARGET_LD@@!ld!g' \# -e 's!@@CONFIG_TARGET_LD_LDFLAGS@@!!g' \# -e 's!@@CONFIG_TARGET_LD_MAX_PAGE_SIZE@@!0x1000!g' \# -e 's!@@CONFIG_TARGET_OBJCOPY@@!objcopy!g' \# cc.in >bin/x86_64-solo5-none-static-cc# chmod +x bin/x86_64-solo5-none-static-cc# SUBST bin/x86_64-solo5-none-static-ld# sed -e 's!@@CONFIG_TARGET_ARCH@@!x86_64!g' \# -e 's!@@CONFIG_TARGET_TRIPLE@@!x86_64-solo5-none-static!g' \# -e 's!@@CONFIG_TARGET_CC@@!cc!g' \# -e 's!@@CONFIG_TARGET_CC_CFLAGS@@!-nostdinc -mstack-protector-guard=global!g' \# -e 's!@@CONFIG_TARGET_CC_LDFLAGS@@!-Wl,--build-id=none!g' \# -e 's!@@CONFIG_TARGET_LD@@!ld!g' \# -e 's!@@CONFIG_TARGET_LD_LDFLAGS@@!!g' \# -e 's!@@CONFIG_TARGET_LD_MAX_PAGE_SIZE@@!0x1000!g' \# -e 's!@@CONFIG_TARGET_OBJCOPY@@!objcopy!g' \# ld.in >bin/x86_64-solo5-none-static-ld# chmod +x bin/x86_64-solo5-none-static-ld# SUBST bin/x86_64-solo5-none-static-objcopy# sed -e 's!@@CONFIG_TARGET_ARCH@@!x86_64!g' \# -e 's!@@CONFIG_TARGET_TRIPLE@@!x86_64-solo5-none-static!g' \# -e 's!@@CONFIG_TARGET_CC@@!cc!g' \# -e 's!@@CONFIG_TARGET_CC_CFLAGS@@!-nostdinc -mstack-protector-guard=global!g' \# -e 's!@@CONFIG_TARGET_CC_LDFLAGS@@!-Wl,--build-id=none!g' \# -e 's!@@CONFIG_TARGET_LD@@!ld!g' \# -e 's!@@CONFIG_TARGET_LD_LDFLAGS@@!!g' \# -e 's!@@CONFIG_TARGET_LD_MAX_PAGE_SIZE@@!0x1000!g' \# -e 's!@@CONFIG_TARGET_OBJCOPY@@!objcopy!g' \# objcopy.in >bin/x86_64-solo5-none-static-objcopy# chmod +x bin/x86_64-solo5-none-static-objcopy# mkdir -p include# ln -s /home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/include include/solo5# GEN include/x86_64-solo5-none-static# ./gen-headers.sh include/x86_64-solo5-none-static# mkdir -p lib# ln -s /home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/bindings lib/x86_64-solo5-none-static# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/toolchain'# MAKE bindings# /usr/bin/make -C bindings# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/bindings'# CC stub/stubs.o# __V=1 /home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/toolchain/bin/x86_64-solo5-none-static-cc -MT stub/stubs.o -MMD -MP -MF stub/stubs.Td -std=c11 -Wall -Wextra -O2 -g -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -D__SOLO5_BINDINGS__ -ffile-prefix-map=/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0=. -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -c stub/stubs.c -o stub/stubs.o# + exec cc -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/toolchain/bin/../include/x86_64-solo5-none-static -I /home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/toolchain/bin/../include/solo5 -ffreestanding -fstack-protector-strong -MT stub/stubs.o -MMD -MP -MF stub/stubs.Td -std=c11 -Wall -Wextra -O2 -g -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -D__SOLO5_BINDINGS__ -ffile-prefix-map=/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0=. -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -c stub/stubs.c -o stub/stubs.o# cc: error: unrecognized command line option '-ffile-prefix-map=/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0=.'# make[1]: *** [GNUmakefile:77: stub/stubs.o] Error 1# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/solo5.0.10.0/bindings'# make: *** [GNUmakefile:82: bindings] Error 2<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build solo5 0.10.0+-+- The following changes have been performed (the rest was aborted)| - install alcotest 1.9.1| - install asn1-combinators 0.3.2| - install astring 0.8.5| - install base-bytes base| - install bstr 0.0.4| - install bytesrw 0.3.0| - install cmdliner 2.1.0| - install conf-gmp 5| - install conf-gmp-powm-sec 4| - install conf-libseccomp 1| - install conf-pkg-config 4| - install cppo 1.8.0| - install csexp 1.5.2| - install digestif 1.3.0| - install domain-name 0.5.0| - install dune 3.21.1| - install dune-configurator 3.21.1| - install duration 0.2.1| - install eqaf 0.10| - install fmt 0.11.0| - install ipaddr 5.6.1| - install jsont 0.2.0| - install logs 0.10.0| - install lwt 5.9.2| - install macaddr 5.6.1| - install miou 0.5.4| - install mirage-mtime 5.2.0| - install mirage-runtime 4.10.4| - install mirage-sleep 4.1.0| - install mirage-unix 5.0.1| - install mtime 2.1.0| - install ocaml-compiler-libs v0.17.0| - install ocaml-src 5.4.0| - install ocaml-syntax-shims 1.0.0| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install ocplib-endian 1.2| - install ohex 0.2.0| - install opatch 3.1.0| - install ounit2 2.2.7| - install patch 3.1.0| - install ppx_derivers 1.2.1| - install ppx_deriving 6.1.1| - install ppx_deriving_yojson 3.10.0| - install ppxlib 0.37.0| - install ptime 1.2.0| - install randomconv 0.2.0| - install re 1.14.0| - install seq base| - install sexplib0 v0.17.0| - install stdlib-shims 0.3.0| - install topkg 1.1.1| - install uutf 1.0.4| - install yojson 3.0.0| - install zarith 1.14+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260216211326.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312026-02-16 21:14.45: Job failed: Failed: Build failed