Building on x86-bm-c9.sw.ocaml.org (from ocaml/opam:debian-unstable) Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam 63563b31af74: Pulling fs layer 63563b31af74: Verifying Checksum 63563b31af74: Download complete 63563b31af74: Pull complete Digest: sha256:8f6038a9795a3c7cc61b90b742e29558b247d69f92f73dea67cb146602ff83f6 Status: Downloaded newer image for ocaml/opam:debian-unstable 2025-02-23 22:35.08 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (env CI true) /: (env OPAM_HEALTH_CHECK_CI true) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-02-23 22:35.08 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" 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 4022a684b64be8161a05cf897f492f8680792469")) 2025-02-23 22:35.08 ---> using "ced9ab1d6bac3c5f95cfdac2696c8d9202989b3f52ba62400bb20a10ac63d439" 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. 2025-02-23 22:35.08 ---> using "69f716af23f9139c4566fb0532f54e56ee4f6773c11e689dc47229d6a744c7e1" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam switch create --repositories=default '5.3' '5.3.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-compiler.5.3.0 (cached) -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env --switch=5.3) 2025-02-23 22:35.08 ---> using "8cb80bdf8c98b441ca1a62ad13717befd2e70e905b796cad3ff69df4d26bf351" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [205 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-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Fetched 654 kB in 3s (260 kB/s) - Reading package lists... - 2025-02-23 22:35.08 ---> using "aab064613a33ea1c8e4184107fb782b7e34e02d2710ba539b18cbd20a9d40c72" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin add -k version dune $(opam show -f version dune)")) dune is now pinned to version 3.17.2 The following actions will be performed: === install 1 package - install dune 3.17.2 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.17.2 (cached) -> installed dune.3.17.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-23 22:35.08 ---> using "ab68111ecaec8e96a659d3801d58f9f48b56993ae57778afc853e701c3286214" from cache /: (env DUNE_CACHE enabled) /: (env DUNE_CACHE_TRANSPORT direct) /: (env DUNE_CACHE_DUPLICATION copy) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "curl -fsSL https://get.dune.build/install | sh")) #=#=# ##O#-# 0.1% 1.2% ## 3.1% ######### 12.7% ################## 26.1% ################################################################## 92.4% ######################################################################## 100.0% dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell) export PATH="/home/opam/.local/bin:$PATH" To get started, run: dune --help 2025-02-23 22:35.08 ---> using "91706ab83e18623d5f5c55809c19ede302298d1fa58d418458556ddcfa9179ed" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "PLACE=$(mktemp -d) && cd $PLACE && echo '(lang dune 3.17)\ \n(package\ \n (name dummy)\ \n (allow_empty true)\ \n (depends (ocaml (= 5.3.0))))' > dune-project && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Solution for dune.lock: - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 2025-02-23 22:35.08 ---> using "23d3c9485a3a95dd6f64bf73b0bd06b36016919a287108bba74001e847c99f7d" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "cd $HOME && opam source OSCADml.0.2.3 && cd OSCADml.0.2.3 && opam install ./ --depext-only --with-test && echo '(lang dune 3.17)\ \n(lock_dir\ \n (repositories overlay default ))\ \n\ \n(repository\ \n (name default)\ \n (url \"git+https://github.com/ocaml/opam-repository.git\"))\ \n\ \n\ \n' > dune-workspace && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Successfully extracted to /home/opam/OSCADml.0.2.3 The following system packages will first need to be installed: libcairo2-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "pkg-config" - Preconfiguring packages ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../bsdutils_1%3a2.40.4-4_amd64.deb ... - Unpacking bsdutils (1:2.40.4-4) over (1:2.40.4-3) ... - Setting up bsdutils (1:2.40.4-4) ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../libuuid1_2.40.4-4_amd64.deb ... - Unpacking libuuid1:amd64 (2.40.4-4) over (2.40.4-3) ... - Setting up libuuid1:amd64 (2.40.4-4) ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../libblkid1_2.40.4-4_amd64.deb ... - Unpacking libblkid1:amd64 (2.40.4-4) over (2.40.4-3) ... - Setting up libblkid1:amd64 (2.40.4-4) ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../libmount1_2.40.4-4_amd64.deb ... - Unpacking libmount1:amd64 (2.40.4-4) over (2.40.4-3) ... - Setting up libmount1:amd64 (2.40.4-4) ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../libsmartcols1_2.40.4-4_amd64.deb ... - Unpacking libsmartcols1:amd64 (2.40.4-4) over (2.40.4-3) ... - Setting up libsmartcols1:amd64 (2.40.4-4) ... - (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 ... 19826 files and directories currently installed.) - Preparing to unpack .../util-linux_2.40.4-4_amd64.deb ... - Unpacking util-linux (2.40.4-4) over (2.40.4-3) ... - Setting up util-linux (2.40.4-4) ... - (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 ... 19823 files and directories currently installed.) - Preparing to unpack .../mount_2.40.4-4_amd64.deb ... - Unpacking mount (2.40.4-4) over (2.40.4-3) ... - Preparing to unpack .../login_1%3a4.16.0-2+really2.40.4-4_amd64.deb ... - Unpacking login (1:4.16.0-2+really2.40.4-4) over (1:4.16.0-2+really2.40.4-3) ... - Selecting previously unselected package libpython3.13-minimal:amd64. - Preparing to unpack .../libpython3.13-minimal_3.13.2-1_amd64.deb ... - Unpacking libpython3.13-minimal:amd64 (3.13.2-1) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.2-1_amd64.deb ... - Unpacking python3.13-minimal (3.13.2-1) ... - Setting up libpython3.13-minimal:amd64 (3.13.2-1) ... - Setting up python3.13-minimal (3.13.2-1) ... - 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 ... 20148 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.13.1-2_amd64.deb ... - Unpacking python3-minimal (3.13.1-2) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_11.0.0_all.deb ... - Unpacking media-types (11.0.0) ... - Selecting previously unselected package libpython3.13-stdlib:amd64. - Preparing to unpack .../libpython3.13-stdlib_3.13.2-1_amd64.deb ... - Unpacking libpython3.13-stdlib:amd64 (3.13.2-1) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../python3.13_3.13.2-1_amd64.deb ... - Unpacking python3.13 (3.13.2-1) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.13.1-2_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.13.1-2) ... - Setting up python3-minimal (3.13.1-2) ... - 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 ... 20598 files and directories currently installed.) - Preparing to unpack .../00-python3_3.13.1-2_amd64.deb ... - Unpacking python3 (3.13.1-2) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../01-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../02-fonts-dejavu-mono_2.37-8_all.deb ... - Unpacking fonts-dejavu-mono (2.37-8) ... - Selecting previously unselected package fonts-dejavu-core. - Preparing to unpack .../03-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../04-fontconfig-config_2.15.0-2_amd64.deb ... - Unpacking fontconfig-config (2.15.0-2) ... - Selecting previously unselected package native-architecture. - Preparing to unpack .../05-native-architecture_0.2.5_all.deb ... - Unpacking native-architecture (0.2.5) ... - Selecting previously unselected package libglib2.0-0t64:amd64. - Preparing to unpack .../06-libglib2.0-0t64_2.83.3-2_amd64.deb ... - Unpacking libglib2.0-0t64:amd64 (2.83.3-2) ... - Selecting previously unselected package libgirepository-2.0-0:amd64. - Preparing to unpack .../07-libgirepository-2.0-0_2.83.3-2_amd64.deb ... - Unpacking libgirepository-2.0-0:amd64 (2.83.3-2) ... - Selecting previously unselected package girepository-tools:amd64. - Preparing to unpack .../08-girepository-tools_2.83.3-2_amd64.deb ... - Unpacking girepository-tools:amd64 (2.83.3-2) ... - Selecting previously unselected package uuid-dev:amd64. - Preparing to unpack .../09-uuid-dev_2.40.4-4_amd64.deb ... - Unpacking uuid-dev:amd64 (2.40.4-4) ... - Selecting previously unselected package libblkid-dev:amd64. - Preparing to unpack .../10-libblkid-dev_2.40.4-4_amd64.deb ... - Unpacking libblkid-dev:amd64 (2.40.4-4) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../11-libbrotli-dev_1.1.0-2+b6_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2+b6) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../12-libbz2-dev_1.0.8-6_amd64.deb ... - Unpacking libbz2-dev:amd64 (1.0.8-6) ... - Selecting previously unselected package libpng16-16t64:amd64. - Preparing to unpack .../13-libpng16-16t64_1.6.46-4_amd64.deb ... - Unpacking libpng16-16t64:amd64 (1.6.46-4) ... - Selecting previously unselected package libfreetype6:amd64. - Preparing to unpack .../14-libfreetype6_2.13.3+dfsg-1_amd64.deb ... - Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ... - Selecting previously unselected package libfontconfig1:amd64. - Preparing to unpack .../15-libfontconfig1_2.15.0-2_amd64.deb ... - Unpacking libfontconfig1:amd64 (2.15.0-2) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../16-libpixman-1-0_0.44.0-3_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../17-libxcb-render0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../18-libxcb-shm0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../19-libxrender1_1%3a0.9.10-1.1+b4_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1+b4) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../20-libcairo2_1.18.2-2_amd64.deb ... - Unpacking libcairo2:amd64 (1.18.2-2) ... - Selecting previously unselected package libcairo-gobject2:amd64. - Preparing to unpack .../21-libcairo-gobject2_1.18.2-2_amd64.deb ... - Unpacking libcairo-gobject2:amd64 (1.18.2-2) ... - Selecting previously unselected package liblzo2-2:amd64. - Preparing to unpack .../22-liblzo2-2_2.10-3+b1_amd64.deb ... - Unpacking liblzo2-2:amd64 (2.10-3+b1) ... - Selecting previously unselected package libcairo-script-interpreter2:amd64. - Preparing to unpack .../23-libcairo-script-interpreter2_1.18.2-2_amd64.deb ... - Unpacking libcairo-script-interpreter2:amd64 (1.18.2-2) ... - Selecting previously unselected package libexpat1-dev:amd64. - Preparing to unpack .../24-libexpat1-dev_2.6.4-1_amd64.deb ... - Unpacking libexpat1-dev:amd64 (2.6.4-1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../25-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../26-libpng-dev_1.6.46-4_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.46-4) ... - Selecting previously unselected package libfreetype-dev:amd64. - Preparing to unpack .../27-libfreetype-dev_2.13.3+dfsg-1_amd64.deb ... - Unpacking libfreetype-dev:amd64 (2.13.3+dfsg-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../28-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../29-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../30-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package libfontconfig-dev:amd64. - Preparing to unpack .../31-libfontconfig-dev_2.15.0-2_amd64.deb ... - Unpacking libfontconfig-dev:amd64 (2.15.0-2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../32-libffi-dev_3.4.7-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.7-1) ... - Selecting previously unselected package libsepol-dev:amd64. - Preparing to unpack .../33-libsepol-dev_3.8-1_amd64.deb ... - Unpacking libsepol-dev:amd64 (3.8-1) ... - Selecting previously unselected package libpcre2-16-0:amd64. - Preparing to unpack .../34-libpcre2-16-0_10.45-1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../35-libpcre2-32-0_10.45-1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../36-libpcre2-posix3_10.45-1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../37-libpcre2-dev_10.45-1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.45-1) ... - Selecting previously unselected package libselinux1-dev:amd64. - Preparing to unpack .../38-libselinux1-dev_3.8-3_amd64.deb ... - Unpacking libselinux1-dev:amd64 (3.8-3) ... - Selecting previously unselected package libmount-dev:amd64. - Preparing to unpack .../39-libmount-dev_2.40.4-4_amd64.deb ... - Unpacking libmount-dev:amd64 (2.40.4-4) ... - Selecting previously unselected package libsysprof-capture-4-dev:amd64. - Preparing to unpack .../40-libsysprof-capture-4-dev_48~beta-2_amd64.deb ... - Unpacking libsysprof-capture-4-dev:amd64 (48~beta-2) ... - Selecting previously unselected package libgio-2.0-dev:amd64. - Preparing to unpack .../41-libgio-2.0-dev_2.83.3-2_amd64.deb ... - Unpacking libgio-2.0-dev:amd64 (2.83.3-2) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../42-libglib2.0-data_2.83.3-2_all.deb ... - Unpacking libglib2.0-data (2.83.3-2) ... - Selecting previously unselected package libelf1t64:amd64. - Preparing to unpack .../43-libelf1t64_0.192-4_amd64.deb ... - Unpacking libelf1t64:amd64 (0.192-4) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../44-libglib2.0-bin_2.83.3-2_amd64.deb ... - Unpacking libglib2.0-bin (2.83.3-2) ... - Selecting previously unselected package python3-packaging. - Preparing to unpack .../45-python3-packaging_24.2-1_all.deb ... - Unpacking python3-packaging (24.2-1) ... - Selecting previously unselected package libgio-2.0-dev-bin. - Preparing to unpack .../46-libgio-2.0-dev-bin_2.83.3-2_amd64.deb ... - Unpacking libgio-2.0-dev-bin (2.83.3-2) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../47-libglib2.0-dev-bin_2.83.3-2_amd64.deb ... - Unpacking libglib2.0-dev-bin (2.83.3-2) ... - Selecting previously unselected package libglib2.0-dev:amd64. - Preparing to unpack .../48-libglib2.0-dev_2.83.3-2_amd64.deb ... - Unpacking libglib2.0-dev:amd64 (2.83.3-2) ... - Selecting previously unselected package libpixman-1-dev:amd64. - Preparing to unpack .../49-libpixman-1-dev_0.44.0-3_amd64.deb ... - Unpacking libpixman-1-dev:amd64 (0.44.0-3) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../50-x11-common_1%3a7.7+24_all.deb ... - Unpacking x11-common (1:7.7+24) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../51-libice6_2%3a1.1.1-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.1.1-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../52-libsm6_2%3a1.2.4-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.4-1) ... - Selecting previously unselected package libice-dev:amd64. - Preparing to unpack .../53-libice-dev_2%3a1.1.1-1_amd64.deb ... - Unpacking libice-dev:amd64 (2:1.1.1-1) ... - Selecting previously unselected package libsm-dev:amd64. - Preparing to unpack .../54-libsm-dev_2%3a1.2.4-1_amd64.deb ... - Unpacking libsm-dev:amd64 (2:1.2.4-1) ... - Selecting previously unselected package libxcb-render0-dev:amd64. - Preparing to unpack .../55-libxcb-render0-dev_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-render0-dev:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0-dev:amd64. - Preparing to unpack .../56-libxcb-shm0-dev_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shm0-dev:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxext-dev:amd64. - Preparing to unpack .../57-libxext-dev_2%3a1.3.4-1+b3_amd64.deb ... - Unpacking libxext-dev:amd64 (2:1.3.4-1+b3) ... - Selecting previously unselected package libxrender-dev:amd64. - Preparing to unpack .../58-libxrender-dev_1%3a0.9.10-1.1+b4_amd64.deb ... - Unpacking libxrender-dev:amd64 (1:0.9.10-1.1+b4) ... - Selecting previously unselected package libcairo2-dev:amd64. - Preparing to unpack .../59-libcairo2-dev_1.18.2-2_amd64.deb ... - Unpacking libcairo2-dev:amd64 (1.18.2-2) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../60-libicu72_72.1-6_amd64.deb ... - Unpacking libicu72:amd64 (72.1-6) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../61-libpng-tools_1.6.46-4_amd64.deb ... - Unpacking libpng-tools (1.6.46-4) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../62-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../63-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../64-shared-mime-info_2.4-5+b2_amd64.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../65-xdg-user-dirs_0.18-2_amd64.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Setting up media-types (11.0.0) ... - Setting up libpixman-1-0:amd64 (0.44.0-3) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libpixman-1-dev:amd64 (0.44.0-3) ... - Setting up native-architecture (0.2.5) ... - Setting up libicu72:amd64 (72.1-6) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1+b4) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libxcb-render0:amd64 (1.17.0-2+b1) ... - Setting up x11-common (1:7.7+24) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up liblzo2-2:amd64 (2.10-3+b1) ... - Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ... - Setting up libffi-dev:amd64 (3.4.7-1) ... - Setting up libpcre2-16-0:amd64 (10.45-1) ... - Setting up libelf1t64:amd64 (0.192-4) ... - Setting up libsysprof-capture-4-dev:amd64 (48~beta-2) ... - Setting up libxcb-shm0-dev:amd64 (1.17.0-2+b1) ... - Setting up libpcre2-32-0:amd64 (10.45-1) ... - Setting up libglib2.0-0t64:amd64 (2.83.3-2) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.83.3-2) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libexpat1-dev:amd64 (2.6.4-1) ... - Setting up uuid-dev:amd64 (2.40.4-4) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:amd64 (1.6.46-4) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up libsepol-dev:amd64 (3.8-1) ... - Setting up libxcb-render0-dev:amd64 (1.17.0-2+b1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libxext-dev:amd64 (2:1.3.4-1+b3) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:amd64 (10.45-1) ... - Setting up mount (2.40.4-4) ... - Setting up libxrender-dev:amd64 (1:0.9.10-1.1+b4) ... - Setting up libpython3.13-stdlib:amd64 (3.13.2-1) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ... - Setting up libbrotli-dev:amd64 (1.1.0-2+b6) ... - Setting up libpython3-stdlib:amd64 (3.13.1-2) ... - Setting up libbz2-dev:amd64 (1.0.8-6) ... - Setting up login (1:4.16.0-2+really2.40.4-4) ... - Setting up libblkid-dev:amd64 (2.40.4-4) ... - Setting up libice6:amd64 (2:1.1.1-1) ... - Setting up libpcre2-dev:amd64 (10.45-1) ... - Setting up libice-dev:amd64 (2:1.1.1-1) ... - Setting up libpng-tools (1.6.46-4) ... - Setting up python3.13 (3.13.2-1) ... - Setting up libgirepository-2.0-0:amd64 (2.83.3-2) ... - Setting up libselinux1-dev:amd64 (3.8-3) ... - Setting up fontconfig-config (2.15.0-2) ... - Setting up libpng-dev:amd64 (1.6.46-4) ... - Setting up libglib2.0-bin (2.83.3-2) ... - Setting up python3 (3.13.1-2) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up python3-packaging (24.2-1) ... - Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ... - Setting up shared-mime-info (2.4-5+b2) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libfontconfig1:amd64 (2.15.0-2) ... - Setting up libsm6:amd64 (2:1.2.4-1) ... - Setting up libmount-dev:amd64 (2.40.4-4) ... - Setting up libgio-2.0-dev-bin (2.83.3-2) ... - Setting up libgio-2.0-dev:amd64 (2.83.3-2) ... - Setting up girepository-tools:amd64 (2.83.3-2) ... - Setting up libsm-dev:amd64 (2:1.2.4-1) ... - Setting up libcairo2:amd64 (1.18.2-2) ... - Setting up libfreetype-dev:amd64 (2.13.3+dfsg-1) ... - Setting up libcairo-gobject2:amd64 (1.18.2-2) ... - Setting up libcairo-script-interpreter2:amd64 (1.18.2-2) ... - Setting up libglib2.0-dev-bin (2.83.3-2) ... - Setting up libfontconfig-dev:amd64 (2.15.0-2) ... - Setting up libglib2.0-dev:amd64 (2.83.3-2) ... - Setting up libcairo2-dev:amd64 (1.18.2-2) ... - Processing triggers for libc-bin (2.40-7) ... Solution for dune.lock: - OCADml.0.6.0 - base-bigarray.base - base-unix.base - cairo2.0.6.5 - conf-cairo.1 - conf-pkg-config.4 - csexp.1.5.2 - dune-configurator.3.17.2 - gg.1.0.0 - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 - ocamlbuild.0.15.0+dune - ocamlfind.1.9.8+dune - topkg.1.0.7 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 Building base-bigarray.base Building base-unix.base Building conf-pkg-config.4 Building conf-cairo.1 Building ocaml-config.3 Building ocaml.5.3.0 Downloading ocamlfind.1.9.8+dune Building ocamlfind.1.9.8+dune Downloading ocamlbuild.0.15.0+dune Downloading csexp.1.5.2 Building csexp.1.5.2 Building ocamlbuild.0.15.0+dune Downloading dune-configurator.3.17.2 Building dune-configurator.3.17.2 Downloading cairo2.0.6.5 Building cairo2.0.6.5 Downloading topkg.1.0.7 Building topkg.1.0.7 Downloading gg.1.0.0 Building gg.1.0.0 Downloading OCADml.0.6.0 Building OCADml.0.6.0 (cd _build/.sandbox/38f3c3688894b639ba61f4daa293174e/default/examples/pngs && ../helpers/snapper.exe ../scads/arc_points_2d.scad ../scads/arc_points_3d.scad ../scads/arc_wedge_2d.scad ../scads/axial_chalice.scad ../scads/bezier_spline_path.scad ../scads/cartesian_gravity_well.scad ../scads/chamfered_loop.scad ../scads/chamfered_square_with_holes.scad ../scads/circular_rounding.scad ../scads/eased_morph.scad ../scads/edgy_loop.scad ../scads/elbow.scad ../scads/handle_points.scad ../scads/handle_skline.scad ../scads/helix_extrude.scad ../scads/helix_path_points.scad ../scads/incl_eased_morph.scad ../scads/incl_edgy_loop.scad ../scads/incl_handle_skline.scad ../scads/incl_polar_rose.scad ../scads/offset_poly.scad ../scads/polar_rose.scad ../scads/polyholes.scad ../scads/resampled_path.scad ../scads/rounded_polyhole_sweep.scad ../scads/rounded_prism_star.scad ../scads/rounded_prism_tunnel.scad ../scads/rounded_text.scad ../scads/scaling_twister_extrude.scad ../scads/spiral.scad ../scads/spline.scad ../scads/sweep_path_default.scad ../scads/sweep_path_euler.scad ../scads/sweep_starburst_default.scad ../scads/sweep_starburst_euler.scad ../scads/tangent_morph_sweep.scad ../scads/test_hull_3d.scad ../scads/vaccum_connector.scad ../scads/vaccum_connector_points.scad ../scads/wave_cylinder.scad) Thread 1 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 14 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 21 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 31 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 35 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 39 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 4 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 2 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 9 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 15 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 20 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 27 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 32 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 36 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 40 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 5 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 10 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 11 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 19 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 16 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 23 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 24 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 28 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 30 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 33 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 38 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 12 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 8 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 17 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 22 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 25 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 26 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 29 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 37 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 7 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 6 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 18 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 3 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 13 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") Thread 34 killed on uncaught exception Unix.Unix_error(20, "create_process", "openscad") File "examples/dune", lines 59-72, characters 0-236: 59 | (rule 60 | (alias snap_examples) 61 | (deps .... 70 | (chdir 71 | "pngs" 72 | (run %{exporter} %{scads})))) Error: Rule produced directory "examples/pngs" that contains no files nor non-empty subdirectories "/usr/bin/env" "bash" "-c" "cd $HOME && opam source OSCADml.0.2.3 && cd OSCADml.0.2.3 && opam install ./ --depext-only --with-test && echo '(lang dune 3.17) (lock_dir (repositories overlay default )) (repository (name default) (url "git+https://github.com/ocaml/opam-repository.git")) ' > dune-workspace && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build" failed with exit status 1 Failed: Build failed