OCamllabs icon Home|Differences with the last checks|Previous runs


Building on asteria.caelum.ci.dev

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:a708df2d96414c61dc47c9f06e6c2d22e9a6350ad772417bd0e7a3550e440e73
Status: Downloaded newer image for ocaml/opam:debian-unstable
2024-08-05 10:03.32 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-08-05 10:03.32 ---> using "65c3237f501f7c75f3828458ecf2342bc41c98aaef8c6a7fd82bf46a58cb258c" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q fe8dffac61bbab376897c0f4e7cc5b7b8c4eecc1"))
2024-08-05 10:03.32 ---> using "828e9194b01b44f44dbe3a17fa70d9df857e6edbfbc28830335e417ee457f303" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-08-05 10:03.32 ---> using "e4c5e8d9ee051813ad71799bcfd0cce33f59a36ff0befb5e5fbb9434b383bc16" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14' '4.14.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# Run eval $(opam env --switch=4.14) to update the current shell environment
2024-08-05 10:03.32 ---> using "d08c432e34029832620e0efdfff722981441715fef197eaf6d9bc59f6d79fd81" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-08-04-1414.55-F-2024-07-29-1441.34.pdiff [496 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-08-04-1414.55-F-2024-07-29-1441.34.pdiff [496 kB]
- Fetched 758 kB in 1s (512 kB/s)
- Reading package lists...
- 
2024-08-05 10:03.32 ---> using "75ab3044b4a1cca305d861a02e6cda73124dcb4f3eb73a96227ae65cb075d667" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"rsdd.0.1.0\"\
               \nopam install -vy \"rsdd.0.1.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"rsdd.0.1.0\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
Nothing to do.
[NOTE] rsdd.0.1.0 is not installed.

The following actions will be performed:
=== install 3 packages
  - install conf-rust-2021 1      [required by rsdd]
  - install dune           3.16.0 [required by rsdd]
  - install rsdd           0.1.0

The following system packages will first need to be installed:
    cargo

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cargo"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpipeline1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19456 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-2_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-2) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-7_amd64.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libpython3.12-minimal:amd64.
- Preparing to unpack .../libpython3.12-minimal_3.12.4-3_amd64.deb ...
- Unpacking libpython3.12-minimal:amd64 (3.12.4-3) ...
- Selecting previously unselected package python3.12-minimal.
- Preparing to unpack .../python3.12-minimal_3.12.4-3_amd64.deb ...
- Unpacking python3.12-minimal (3.12.4-3) ...
- Setting up libpython3.12-minimal:amd64 (3.12.4-3) ...
- Setting up python3.12-minimal (3.12.4-3) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19789 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.12.4-1_amd64.deb ...
- Unpacking python3-minimal (3.12.4-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package libpython3.12-stdlib:amd64.
- Preparing to unpack .../libpython3.12-stdlib_3.12.4-3_amd64.deb ...
- Unpacking libpython3.12-stdlib:amd64 (3.12.4-3) ...
- Selecting previously unselected package python3.12.
- Preparing to unpack .../python3.12_3.12.4-3_amd64.deb ...
- Unpacking python3.12 (3.12.4-3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.12.4-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.12.4-1) ...
- Setting up python3-minimal (3.12.4-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20224 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.12.4-1_amd64.deb ...
- Unpacking python3 (3.12.4-1) ...
- Preparing to unpack .../01-libcc1-0_14.2.0-1_amd64.deb ...
- Unpacking libcc1-0:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../02-libgomp1_14.2.0-1_amd64.deb ...
- Unpacking libgomp1:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../03-libitm1_14.2.0-1_amd64.deb ...
- Unpacking libitm1:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../04-libatomic1_14.2.0-1_amd64.deb ...
- Unpacking libatomic1:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../05-libasan8_14.2.0-1_amd64.deb ...
- Unpacking libasan8:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../06-liblsan0_14.2.0-1_amd64.deb ...
- Unpacking liblsan0:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../07-libtsan2_14.2.0-1_amd64.deb ...
- Unpacking libtsan2:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../08-libubsan1_14.2.0-1_amd64.deb ...
- Unpacking libubsan1:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../09-libhwasan0_14.2.0-1_amd64.deb ...
- Unpacking libhwasan0:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../10-libquadmath0_14.2.0-1_amd64.deb ...
- Unpacking libquadmath0:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../11-gcc-14-base_14.2.0-1_amd64.deb ...
- Unpacking gcc-14-base:amd64 (14.2.0-1) over (14.1.0-5) ...
- Setting up gcc-14-base:amd64 (14.2.0-1) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20245 files and directories currently installed.)
- Preparing to unpack .../libstdc++6_14.2.0-1_amd64.deb ...
- Unpacking libstdc++6:amd64 (14.2.0-1) over (14.1.0-5) ...
- Setting up libstdc++6:amd64 (14.2.0-1) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20245 files and directories currently installed.)
- Preparing to unpack .../0-gcc-14_14.2.0-1_amd64.deb ...
- Unpacking gcc-14 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../1-g++-14_14.2.0-1_amd64.deb ...
- Unpacking g++-14 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../2-g++-14-x86-64-linux-gnu_14.2.0-1_amd64.deb ...
- Unpacking g++-14-x86-64-linux-gnu (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../3-libstdc++-14-dev_14.2.0-1_amd64.deb ...
- Unpacking libstdc++-14-dev:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../4-libgcc-14-dev_14.2.0-1_amd64.deb ...
- Unpacking libgcc-14-dev:amd64 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../5-gcc-14-x86-64-linux-gnu_14.2.0-1_amd64.deb ...
- Unpacking gcc-14-x86-64-linux-gnu (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../6-cpp-14-x86-64-linux-gnu_14.2.0-1_amd64.deb ...
- Unpacking cpp-14-x86-64-linux-gnu (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../7-cpp-14_14.2.0-1_amd64.deb ...
- Unpacking cpp-14 (14.2.0-1) over (14.1.0-5) ...
- Preparing to unpack .../8-libgcc-s1_14.2.0-1_amd64.deb ...
- Unpacking libgcc-s1:amd64 (14.2.0-1) over (14.1.0-5) ...
- Setting up libgcc-s1:amd64 (14.2.0-1) ...
- Selecting previously unselected package libcurl4t64:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20245 files and directories currently installed.)
- Preparing to unpack .../00-libcurl4t64_8.9.1-1_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.9.1-1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-6+b1_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-6+b1) ...
- Selecting previously unselected package libmbedcrypto7t64:amd64.
- Preparing to unpack .../02-libmbedcrypto7t64_2.28.8-1_amd64.deb ...
- Unpacking libmbedcrypto7t64:amd64 (2.28.8-1) ...
- Selecting previously unselected package libmbedx509-1t64:amd64.
- Preparing to unpack .../03-libmbedx509-1t64_2.28.8-1_amd64.deb ...
- Unpacking libmbedx509-1t64:amd64 (2.28.8-1) ...
- Selecting previously unselected package libmbedtls14t64:amd64.
- Preparing to unpack .../04-libmbedtls14t64_2.28.8-1_amd64.deb ...
- Unpacking libmbedtls14t64:amd64 (2.28.8-1) ...
- Selecting previously unselected package libgit2-1.7:amd64.
- Preparing to unpack .../05-libgit2-1.7_1.7.2+ds-1+b2_amd64.deb ...
- Unpacking libgit2-1.7:amd64 (1.7.2+ds-1+b2) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../06-libicu72_72.1-5_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-5) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../07-libxml2_2.12.7+dfsg-3+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg-3+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../08-libz3-4_4.8.12-3.1+b2_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1+b2) ...
- Selecting previously unselected package libllvm17t64:amd64.
- Preparing to unpack .../09-libllvm17t64_1%3a17.0.6-15_amd64.deb ...
- Unpacking libllvm17t64:amd64 (1:17.0.6-15) ...
- Selecting previously unselected package libstd-rust-1.79:amd64.
- Preparing to unpack .../10-libstd-rust-1.79_1.79.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.79:amd64 (1.79.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../11-libstd-rust-dev_1.79.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.79.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../12-rustc_1.79.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.79.0+dfsg1-2) ...
- Selecting previously unselected package libclang-cpp17t64.
- Preparing to unpack .../13-libclang-cpp17t64_1%3a17.0.6-15_amd64.deb ...
- Unpacking libclang-cpp17t64 (1:17.0.6-15) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../14-libgc1_1%3a8.2.6-2_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.6-2) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../15-libobjc4_14.2.0-1_amd64.deb ...
- Unpacking libobjc4:amd64 (14.2.0-1) ...
- Selecting previously unselected package libobjc-14-dev:amd64.
- Preparing to unpack .../16-libobjc-14-dev_14.2.0-1_amd64.deb ...
- Unpacking libobjc-14-dev:amd64 (14.2.0-1) ...
- Selecting previously unselected package libclang-common-17-dev:amd64.
- Preparing to unpack .../17-libclang-common-17-dev_1%3a17.0.6-15_amd64.deb ...
- Unpacking libclang-common-17-dev:amd64 (1:17.0.6-15) ...
- Selecting previously unselected package llvm-17-linker-tools.
- Preparing to unpack .../18-llvm-17-linker-tools_1%3a17.0.6-15_amd64.deb ...
- Unpacking llvm-17-linker-tools (1:17.0.6-15) ...
- Selecting previously unselected package libclang1-17t64.
- Preparing to unpack .../19-libclang1-17t64_1%3a17.0.6-15_amd64.deb ...
- Unpacking libclang1-17t64 (1:17.0.6-15) ...
- Selecting previously unselected package clang-17.
- Preparing to unpack .../20-clang-17_1%3a17.0.6-15_amd64.deb ...
- Unpacking clang-17 (1:17.0.6-15) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../21-cargo_1.79.0+dfsg1-2_amd64.deb ...
- Unpacking cargo (1.79.0+dfsg1-2) ...
- Preparing to unpack .../22-curl_8.9.1-1_amd64.deb ...
- Unpacking curl (8.9.1-1) over (8.9.0-3) ...
- Preparing to unpack .../23-libcurl3t64-gnutls_8.9.1-1_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.9.1-1) over (8.9.0-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../24-icu-devtools_72.1-5_amd64.deb ...
- Unpacking icu-devtools (72.1-5) ...
- Selecting previously unselected package libclang-rt-17-dev:amd64.
- Preparing to unpack .../25-libclang-rt-17-dev_1%3a17.0.6-15_amd64.deb ...
- Unpacking libclang-rt-17-dev:amd64 (1:17.0.6-15) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../26-libffi-dev_3.4.6-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.6-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../27-libicu-dev_72.1-5_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-5) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../28-liblzma-dev_5.6.2-2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.6.2-2) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../29-libncurses6_6.5-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../30-libncurses-dev_6.5-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5-2) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../31-libpfm4_4.13.0+git32-g0d4ed0e-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../32-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../33-libxml2-dev_2.12.7+dfsg-3+b1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg-3+b1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../34-libyaml-0-2_0.2.5-1+b1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1+b1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../35-libz3-dev_4.8.12-3.1+b2_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1+b2) ...
- Selecting previously unselected package lld-17.
- Preparing to unpack .../36-lld-17_1%3a17.0.6-15_amd64.deb ...
- Unpacking lld-17 (1:17.0.6-15) ...
- Selecting previously unselected package llvm-17-runtime.
- Preparing to unpack .../37-llvm-17-runtime_1%3a17.0.6-15_amd64.deb ...
- Unpacking llvm-17-runtime (1:17.0.6-15) ...
- Selecting previously unselected package llvm-17.
- Preparing to unpack .../38-llvm-17_1%3a17.0.6-15_amd64.deb ...
- Unpacking llvm-17 (1:17.0.6-15) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../39-python3-pkg-resources_70.3.0-2_all.deb ...
- Unpacking python3-pkg-resources (70.3.0-2) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../40-python3-pygments_2.18.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../41-python3-yaml_6.0.1-2+b1_amd64.deb ...
- Unpacking python3-yaml (6.0.1-2+b1) ...
- Selecting previously unselected package llvm-17-tools.
- Preparing to unpack .../42-llvm-17-tools_1%3a17.0.6-15_amd64.deb ...
- Unpacking llvm-17-tools (1:17.0.6-15) ...
- Selecting previously unselected package llvm-17-dev.
- Preparing to unpack .../43-llvm-17-dev_1%3a17.0.6-15_amd64.deb ...
- Unpacking llvm-17-dev (1:17.0.6-15) ...
- Selecting previously unselected package rust-llvm.
- Preparing to unpack .../44-rust-llvm_1.79.0+dfsg1-2_all.deb ...
- Unpacking rust-llvm (1.79.0+dfsg1-2) ...
- Setting up media-types (10.1.0) ...
- Setting up libpipeline1:amd64 (1.5.7-2) ...
- Setting up libicu72:amd64 (72.1-5) ...
- Setting up libpython3.12-stdlib:amd64 (3.12.4-3) ...
- Setting up libmbedcrypto7t64:amd64 (2.28.8-1) ...
- Setting up libcurl4t64:amd64 (8.9.1-1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1+b1) ...
- Setting up python3.12 (3.12.4-3) ...
- Setting up libcurl3t64-gnutls:amd64 (8.9.1-1) ...
- Setting up libgomp1:amd64 (14.2.0-1) ...
- Setting up libffi-dev:amd64 (3.4.6-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1+b2) ...
- Setting up libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...
- Setting up libncurses6:amd64 (6.5-2) ...
- Setting up libquadmath0:amd64 (14.2.0-1) ...
- Setting up libatomic1:amd64 (14.2.0-1) ...
- Setting up binfmt-support (2.2.2-7) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-5) ...
- Setting up cpp-14-x86-64-linux-gnu (14.2.0-1) ...
- Setting up libgc1:amd64 (1:8.2.6-2) ...
- Setting up cpp-14 (14.2.0-1) ...
- Setting up liblzma-dev:amd64 (5.6.2-2) ...
- Setting up libubsan1:amd64 (14.2.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1) ...
- Setting up libclang-common-17-dev:amd64 (1:17.0.6-15) ...
- Setting up libhwasan0:amd64 (14.2.0-1) ...
- Setting up libasan8:amd64 (14.2.0-1) ...
- Setting up libclang-rt-17-dev:amd64 (1:17.0.6-15) ...
- Setting up curl (8.9.1-1) ...
- Setting up libtsan2:amd64 (14.2.0-1) ...
- Setting up libicu-dev:amd64 (72.1-5) ...
- Setting up libxml2:amd64 (2.12.7+dfsg-3+b1) ...
- Setting up libcc1-0:amd64 (14.2.0-1) ...
- Setting up liblsan0:amd64 (14.2.0-1) ...
- Setting up libitm1:amd64 (14.2.0-1) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-6+b1) ...
- Setting up libpython3-stdlib:amd64 (3.12.4-1) ...
- Setting up libz3-dev:amd64 (4.8.12-3.1+b2) ...
- Setting up libncurses-dev:amd64 (6.5-2) ...
- Setting up libmbedx509-1t64:amd64 (2.28.8-1) ...
- Setting up libobjc4:amd64 (14.2.0-1) ...
- Setting up python3 (3.12.4-1) ...
- running python rtupdate hooks for python3.12...
- running python post-rtupdate hooks for python3.12...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg-3+b1) ...
- Setting up libllvm17t64:amd64 (1:17.0.6-15) ...
- Setting up libclang1-17t64 (1:17.0.6-15) ...
- Setting up libmbedtls14t64:amd64 (2.28.8-1) ...
- Setting up lld-17 (1:17.0.6-15) ...
- Setting up llvm-17-runtime (1:17.0.6-15) ...
- Setting up libgit2-1.7:amd64 (1.7.2+ds-1+b2) ...
- Setting up libgcc-14-dev:amd64 (14.2.0-1) ...
- Setting up libstdc++-14-dev:amd64 (14.2.0-1) ...
- Setting up python3-pkg-resources (70.3.0-2) ...
- Setting up libstd-rust-1.79:amd64 (1.79.0+dfsg1-2) ...
- Setting up llvm-17-linker-tools (1:17.0.6-15) ...
- Setting up python3-yaml (6.0.1-2+b1) ...
- Setting up libobjc-14-dev:amd64 (14.2.0-1) ...
- Setting up libclang-cpp17t64 (1:17.0.6-15) ...
- Setting up libstd-rust-dev:amd64 (1.79.0+dfsg1-2) ...
- Setting up python3-pygments (2.18.0+dfsg-1) ...
- Setting up llvm-17-tools (1:17.0.6-15) ...
- Setting up rustc (1.79.0+dfsg1-2) ...
- Setting up gcc-14-x86-64-linux-gnu (14.2.0-1) ...
- Setting up llvm-17 (1:17.0.6-15) ...
- Setting up clang-17 (1:17.0.6-15) ...
- Setting up gcc-14 (14.2.0-1) ...
- Setting up cargo (1.79.0+dfsg1-2) ...
- Setting up g++-14-x86-64-linux-gnu (14.2.0-1) ...
- Setting up g++-14 (14.2.0-1) ...
- Setting up llvm-17-dev (1:17.0.6-15) ...
- Setting up rust-llvm (1.79.0+dfsg1-2) ...
- Processing triggers for libc-bin (2.39-6) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-rust-2021.1  (cached)
Processing  2/9: [dune.3.16.0: extract]
Processing  3/9: [dune.3.16.0: extract] [rsdd.0.1.0: http]
Processing  4/9: [dune.3.16.0: extract] [rsdd.0.1.0: http] [conf-rust-2021: cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "--version" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-rust-2021.1)
- cargo 1.79.0
Processing  4/9: [dune.3.16.0: extract] [rsdd.0.1.0: http] [conf-rust-2021: rustc 2021]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rustc" "--edition" "2021" "test.rs" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-rust-2021.1)
-> compiled  conf-rust-2021.1
Processing  4/9: [dune.3.16.0: extract] [rsdd.0.1.0: http]
-> installed conf-rust-2021.1
Processing  5/9: [dune.3.16.0: extract] [rsdd.0.1.0: http]
-> retrieved dune.3.16.0  (cached)
Processing  5/9: [rsdd.0.1.0: http]
Processing  6/9: [rsdd.0.1.0: http] [dune: ocaml 255]
Processing  6/9: [rsdd.0.1.0: extract] [dune: ocaml 255]
-> retrieved rsdd.0.1.0  (https://github.com/neuppl/rsdd-ocaml/archive/refs/tags/0.1.0.tar.gz)
Processing  6/9: [dune: ocaml 255]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.3.16.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- 

Processing  6/9: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.3.16.0)
-> compiled  dune.3.16.0
-> installed dune.3.16.0
Processing  8/9: [rsdd: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "rsdd" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/rsdd.0.1.0)
- (cd _build/default/src && /usr/bin/sh -c 'cd ../../.. && cargo build --release')
- warning: `/home/opam/.opam/4.14/.opam-switch/build/rsdd.0.1.0/.cargo/config` is deprecated in favor of `config.toml`
- note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
-    Compiling libc v0.2.147
-    Compiling proc-macro2 v1.0.66
-    Compiling autocfg v1.1.0
-    Compiling unicode-ident v1.0.11
-    Compiling memchr v2.5.0
-    Compiling syn v1.0.109
-    Compiling cfg-if v1.0.0
-    Compiling regex-syntax v0.7.4
-    Compiling version_check v0.1.5
-    Compiling hamming v0.1.3
-    Compiling ocaml-sys v0.22.3
-    Compiling cty v0.2.2
-    Compiling ppv-lite86 v0.2.17
-    Compiling serde v1.0.185
-    Compiling log v0.4.20
-    Compiling hashbrown v0.12.3
-    Compiling primal-estimate v0.3.2
-    Compiling smallvec v1.11.0
-    Compiling ocaml-interop v0.8.8
-    Compiling static_assertions v1.1.0
-    Compiling bit-vec v0.6.3
-    Compiling bitflags v0.8.2
-    Compiling typed-arena v1.7.0
-    Compiling fixedbitset v0.2.0
-    Compiling rustc-hash v1.1.0
-    Compiling rational v1.3.0
-    Compiling bumpalo v3.13.0
-    Compiling segment-tree v2.0.0
-    Compiling primal-bit v0.3.1
-    Compiling dimacs v0.2.0
-    Compiling nom v4.2.3
-    Compiling pretty v0.3.3
-    Compiling primal-sieve v0.3.6
-    Compiling bit-set v0.5.3
-    Compiling num-traits v0.2.16
-    Compiling num-integer v0.1.45
-    Compiling indexmap v1.9.3
-    Compiling aho-corasick v1.0.4
-    Compiling quote v1.0.33
-    Compiling syn v2.0.29
-    Compiling cc v1.0.83
-    Compiling getrandom v0.2.10
-    Compiling rand_core v0.6.4
-    Compiling petgraph v0.5.1
-    Compiling rand_chacha v0.3.1
-    Compiling rand v0.8.5
-    Compiling ocaml-boxroot-sys v0.2.0
-    Compiling ocaml-sys v0.23.0
-    Compiling regex-automata v0.3.6
-    Compiling primal-check v0.3.3
-    Compiling primal v0.3.2
-    Compiling serde_derive v1.0.185
-    Compiling ocaml-build v1.0.0-beta.4
-    Compiling ocaml-derive v1.0.0-beta.5
-    Compiling rsdd v0.1.0 (/home/opam/.opam/4.14/.opam-switch/build/rsdd.0.1.0)
-    Compiling regex v1.9.3
-    Compiling env_logger v0.8.4
-    Compiling quickcheck v1.0.3
-    Compiling ocaml v1.0.0-beta.5
-    Compiling serde_sexpr v0.1.0
-    Compiling rsdd v0.1.0 (https://github.com/neuppl/rsdd?rev=1613459#16134595)
- warning: field `0` is never read
-   --> src/lib.rs:23:29
-    |
- 23 | pub struct RsddPartialModel(PartialModel);
-    |            ---------------- ^^^^^^^^^^^^
-    |            |
-    |            field in this struct
-    |
-    = note: `#[warn(dead_code)]` on by default
- help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
-    |
- 23 | pub struct RsddPartialModel(());
-    |                             ~~
- 
- warning: field `0` is never read
-    --> src/lib.rs:193:32
-     |
- 193 | pub struct RsddExpectedUtility(ExpectedUtility);
-     |            ------------------- ^^^^^^^^^^^^^^^
-     |            |
-     |            field in this struct
-     |
- help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
-     |
- 193 | pub struct RsddExpectedUtility(());
-     |                                ~~
- 
- warning: `rsdd` (lib) generated 2 warnings
-     Finished `release` profile [optimized] target(s) in 17.03s
- warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
- note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
-> compiled  rsdd.0.1.0
-> installed rsdd.0.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-05 10:05.03 ---> saved as "88f105b70c625be237efa13cf2066c51b880b992e389b0e1e2f2f0bc4b0fe5fd"
Job succeeded