Building on doris.caelum.ci.dev
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
27312a70d934: Pulling fs layer
27312a70d934: Verifying Checksum
27312a70d934: Download complete
27312a70d934: Pull complete
Digest: sha256:d03f1d3d5516a04cb238c890ee24c265c842b392ad1d3f7f1213ae180926dfc1
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-11-12 09:03.49 ---> saved as "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b"
/: (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-11-12 09:03.50 ---> saved as "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7"
/: (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 e4e631bfa1de346c5c18d3bb460fd03366bcb0e6"))
2025-11-12 09:04.39 ---> saved as "6f889e36a277629f9f71a80b27336fd916593b91f2202cf84b843c76010b5a11"
/: (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.
2025-11-12 09:04.54 ---> saved as "3be048844c6cb51df1a68819dc1bbb8ff1c831955fd05a423fa4629bd3de1bfc"
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt update && sudo apt install autoconf -y"))
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://deb.debian.org/debian unstable InRelease [176 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-11-12-0810.48-F-2025-11-08-0809.16.pdiff [267 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-12-0810.48-F-2025-11-08-0809.16.pdiff [267 kB]
Fetched 507 kB in 2s (336 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
25 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Solving dependencies...
Installing:
autoconf
Installing dependencies:
automake autotools-dev m4
Suggested packages:
autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
Summary:
Upgrading: 0, Installing: 4, Removing: 0, Not Upgrading: 25
Download size: 1756 kB
Space needed: 5330 kB / 264 GB available
Get:1 http://deb.debian.org/debian unstable/main amd64 m4 amd64 1.4.20-2 [325 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 autoconf all 2.72-3.1 [494 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 autotools-dev all 20240727.1 [60.2 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 automake all 1:1.18.1-2 [877 kB]
Fetched 1756 kB in 0s (17.7 MB/s)
Selecting previously unselected package m4.
(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 ... 20804 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.20-2_amd64.deb ...
Unpacking m4 (1.4.20-2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.72-3.1_all.deb ...
Unpacking autoconf (2.72-3.1) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20240727.1_all.deb ...
Unpacking autotools-dev (20240727.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.18.1-2_all.deb ...
Unpacking automake (1:1.18.1-2) ...
Setting up m4 (1.4.20-2) ...
Setting up autotools-dev (20240727.1) ...
Setting up autoconf (2.72-3.1) ...
Setting up automake (1:1.18.1-2) ...
update-alternatives: using /usr/bin/automake-1.18 to provide /usr/bin/automake (automake) in auto mode
2025-11-12 09:05.00 ---> saved as "277cadd498f2625ca878ea86beeb913872ebbd6dbbd1f07c19512639b6583a69"
/: (run (network host)
(shell "git clone -q 'https://github.com/oxcaml/opam-repository' ~/'oxcaml' && git -C ~/'oxcaml' checkout -q a1ea0d33dd5662b89183f751c3fec566d7860b75"))
2025-11-12 09:05.03 ---> saved as "fce964cfbb8ec4ed6cd042c743e2bef38f67d1eaccc111bc2a12054d7401efc5"
/: (run (shell "opam repository add --dont-select 'oxcaml' ~/'oxcaml'"))
[oxcaml] Initialised
2025-11-12 09:05.05 ---> saved as "4c32f7f36d2d8f67a0d818f157e94ab14e93aaf7ca1338ed5b22bd45f911bb06"
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=oxcaml,default '5.2.0+flambda2' '5.2.0+ox'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-variants" {= "5.2.0+ox"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> installed conf-autoconf.0.2
-> installed conf-which.1
-> retrieved ocaml-variants.5.2.0+ox (https://github.com/oxcaml/oxcaml/archive/refs/tags/5.2.0minus-19-opam.tar.gz)
-> installed ocaml-variants.5.2.0+ox
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.2.0+flambda2)
2025-11-12 09:12.08 ---> saved as "319d64188ef8cdaf1e291ebb44a207e538b905beeb42b3b71a316988736a398b"
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian unstable InRelease
- Reading package lists...
2025-11-12 09:12.11 ---> saved as "31a34e465cdc98ad3ea9bb85e99555ab13c78e4ac54f0da9ca97aaaee955511b"
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1\
\nopam install -vy DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1 | 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"))
[NOTE] DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1 is not installed.
Nothing to do.
The following actions will be performed:
=== install 1 package
- install DkSDKFFIOCaml_StdExport-linux_x86_64 1.0.0~1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1 (cached)
Processing 2/3: [DkSDKFFIOCaml_StdExport-linux_x86_64: tar xvfz]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "tar" "xvfz" "DkSDKFFIOCaml_StdExport.tar.gz" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1)
- COPYRIGHT
- LICENSE-CC-BY-ND-4.0
- LICENSE-OSL-3.0
- README.md
- lib/libDkSDKFFIOCaml_StdStatic.a
- lib/libDkSDKFFIOCaml_StdShared.so
-> compiled DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1
Processing 3/3: [DkSDKFFIOCaml_StdExport-linux_x86_64: install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "install" "-d" "/home/opam/.opam/5.2.0+flambda2/lib/DkSDKFFIOCaml_StdExport-linux_x86_64" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "install" "lib/libDkSDKFFIOCaml_StdStatic.a" "/home/opam/.opam/5.2.0+flambda2/lib/DkSDKFFIOCaml_StdExport-linux_x86_64/libDkSDKFFIOCaml_StdStatic.a" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "install" "lib/libDkSDKFFIOCaml_StdShared.so" "/home/opam/.opam/5.2.0+flambda2/lib/DkSDKFFIOCaml_StdExport-linux_x86_64/libDkSDKFFIOCaml_StdShared.so" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1)
-> installed DkSDKFFIOCaml_StdExport-linux_x86_64.1.0.0~1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-12 09:12.34 ---> saved as "568555d06f9490e398f3f78231eed60645cf1fea14eabf64981c125973b547ba"
Job succeeded