Building on bremusa.ocamllabs.io
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:75da64e0a79592579a874efe1cabf91a3a62bcde64f7b643dd374f1913e5a96b
Status: Downloaded newer image for ocaml/opam:debian-unstable
2026-04-01 11:03.48 ---> 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"))
2026-04-01 11:03.48 ---> 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 4b07b3403ca6031c1a5af00d48d6aa90de102e54"))
2026-04-01 11:03.48 ---> using "a1e7bc0c040cc018de885422d43734657f50491b2b6f19af3c166690126816cd" 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.
2026-04-01 11:03.48 ---> using "534ec631cbc3e509d0d261c9ef2627ba1ac412d1d106d27dbd9c544d0da8e6ab" from cache
/: (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 [187 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-2026-04-01-0800.35-F-2026-03-28-0800.33.pdiff [400 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-01-0800.35-F-2026-03-28-0800.33.pdiff [400 kB]
Fetched 650 kB in 2s (281 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
6 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...
The following packages were automatically installed and are no longer required:
libproc2-0 procps psmisc
Use 'sudo apt autoremove' to remove them.
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: 6
Download size: 1763 kB
Space needed: 5356 kB / 233 GB available
Get:1 http://deb.debian.org/debian unstable/main amd64 m4 amd64 1.4.21-1 [332 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 autoconf all 2.72-6 [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-4 [877 kB]
Fetched 1763 kB in 0s (26.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 ... 22112 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.21-1_amd64.deb ...
Unpacking m4 (1.4.21-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.72-6_all.deb ...
Unpacking autoconf (2.72-6) ...
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-4_all.deb ...
Unpacking automake (1:1.18.1-4) ...
Setting up m4 (1.4.21-1) ...
Setting up autotools-dev (20240727.1) ...
Setting up autoconf (2.72-6) ...
Setting up automake (1:1.18.1-4) ...
update-alternatives: using /usr/bin/automake-1.18 to provide /usr/bin/automake (automake) in auto mode
2026-04-01 11:03.48 ---> using "786b4d20d4e41506c48fdee2d643c656a887d3c15a92e52bdded13e6f8057b48" from cache
/: (run (network host)
(shell "git clone -q 'https://github.com/oxcaml/opam-repository' ~/'oxcaml' && git -C ~/'oxcaml' checkout -q dde24fbc07390ada8c41508871d4741e06069241"))
2026-04-01 11:03.48 ---> using "c89deb80be9cd21e8794570ebf2bcbbe746333327b90fd6e79241d7cdad9a2ab" from cache
/: (run (shell "opam repository add --dont-select 'oxcaml' ~/'oxcaml'"))
[oxcaml] Initialised
2026-04-01 11:03.48 ---> using "464f4736676353abc80160646c5d6159e0eba9cb3f27c4f3410c312bfd0c87ee" from cache
/: (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-25.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)
2026-04-01 11:03.48 ---> using "270b00d3b80a3bbafc42a02ec313b62116b195465706442a3e2ff51bce951dc5" from cache
/: (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...
2026-04-01 11:03.48 ---> using "fba65304007c7ca110b3b0b63f07480abc11c92aa5c8c6998f0e41ecbbdba338" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y xedbindings.0.11\
\nopam install -vy xedbindings.0.11\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: xedbindings.0.11 | 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] xedbindings.0.11 is not installed.
Nothing to do.
The following actions will be performed:
=== install 9 packages
- install bigarray-compat 1.1.0 [required by ctypes]
- install conf-python-3 9.0.0 [required by xedbindings]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.23.0+ox [required by xedbindings]
- install dune 3.22.0 [required by xedbindings]
- install dune-configurator 3.22.0 [required by ctypes]
- install integers 0.7.0 [required by ctypes]
- install stdlib-shims 0.3.0 [required by integers]
- install xedbindings 0.11
The following system packages will first need to be installed:
python3
<><> 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" "python3"
- Selecting previously unselected package libpython3.13-minimal: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 ... 22433 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking python3.13-minimal (3.13.12-1) ...
- Setting up libpython3.13-minimal:amd64 (3.13.12-1) ...
- Setting up python3.13-minimal (3.13.12-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 ... 22757 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.9-3_amd64.deb ...
- Unpacking python3-minimal (3.13.9-3) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_14.0.0_all.deb ...
- Unpacking media-types (14.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.3-4_all.deb ...
- Unpacking readline-common (8.3-4) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.3-4_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.3-4) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.12-1_amd64.deb ...
- Unpacking python3.13 (3.13.12-1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.9-3_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.9-3) ...
- Setting up python3-minimal (3.13.9-3) ...
- 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 ... 23244 files and directories currently installed.)
- Preparing to unpack .../python3_3.13.9-3_amd64.deb ...
- Unpacking python3 (3.13.9-3) ...
- Setting up media-types (14.0.0) ...
- Setting up readline-common (8.3-4) ...
- Setting up libreadline8t64:amd64 (8.3-4) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Setting up libpython3-stdlib:amd64 (3.13.9-3) ...
- Setting up python3.13 (3.13.12-1) ...
- Setting up python3 (3.13.9-3) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Processing triggers for libc-bin (2.42-14) ...
- Processing triggers for systemd (260.1-1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/26: [bigarray-compat.1.1.0: extract]
-> retrieved conf-python-3.9.0.0 (cached)
Processing 2/26: [bigarray-compat.1.1.0: extract]
Processing 3/26: [bigarray-compat.1.1.0: extract] [csexp.1.5.2: extract]
Processing 4/26: [bigarray-compat.1.1.0: extract] [csexp.1.5.2: extract] [ctypes.0.23.0+ox: extract]
Processing 5/26: [bigarray-compat.1.1.0: extract] [csexp.1.5.2: extract] [ctypes.0.23.0+ox: extract] [conf-python-3: python3 test.py]
-> retrieved bigarray-compat.1.1.0 (cached)
Processing 5/26: [csexp.1.5.2: extract] [ctypes.0.23.0+ox: extract] [conf-python-3: python3 test.py]
Processing 6/26: [csexp.1.5.2: extract] [ctypes.0.23.0+ox: extract] [dune.3.22.0, dune-configurator.3.22.0: extract] [conf-python-3: python3 test.py]
-> retrieved csexp.1.5.2 (cached)
Processing 6/26: [ctypes.0.23.0+ox: extract] [dune.3.22.0, dune-configurator.3.22.0: extract] [conf-python-3: python3 test.py]
Processing 7/26: [ctypes.0.23.0+ox: extract] [dune.3.22.0, dune-configurator.3.22.0: extract] [integers.0.7.0: extract] [conf-python-3: python3 test.py]
-> retrieved ctypes.0.23.0+ox (cached)
Processing 7/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [integers.0.7.0: extract] [conf-python-3: python3 test.py]
Processing 8/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [integers.0.7.0: extract] [stdlib-shims.0.3.0: extract] [conf-python-3: python3 test.py]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "python3" "test.py" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/conf-python-3.9.0.0)
- python-3 OK
-> compiled conf-python-3.9.0.0
Processing 8/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [integers.0.7.0: extract] [stdlib-shims.0.3.0: extract]
-> installed conf-python-3.9.0.0
Processing 9/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [integers.0.7.0: extract] [stdlib-shims.0.3.0: extract]
-> retrieved integers.0.7.0 (cached)
Processing 9/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [stdlib-shims.0.3.0: extract]
Processing 10/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [stdlib-shims.0.3.0: extract] [xedbindings.0.11: extract]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 10/26: [dune.3.22.0, dune-configurator.3.22.0: extract] [xedbindings.0.11: extract]
-> retrieved xedbindings.0.11 (cached)
Processing 10/26: [dune.3.22.0, dune-configurator.3.22.0: extract]
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
Processing 11/26: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/dune.3.22.0)
- ocamlc -output-complete-exe -intf-suffix .dummy -g -o .duneboot.exe -I boot -I +unix unix.cma boot/types.ml boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 71
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads lmdb__Lmdb_bindings.ml
- File "lmdb__Lmdb_bindings.ml", line 64, characters 2-29:
- 64 | Callback.register_exception "LmdbExists" Exists;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Callback.register_exception
- Use [Callback.Safe.register_exception].
-
- File "lmdb__Lmdb_bindings.ml", line 65, characters 2-29:
- 65 | Callback.register_exception "LmdbError" (Error 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Callback.register_exception
- Use [Callback.Safe.register_exception].
-
- File "lmdb__Lmdb_bindings.ml", line 66, characters 2-29:
- 66 | Callback.register_exception "LmdbMapFull" (Map_full);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Callback.register_exception
- Use [Callback.Safe.register_exception].
-
- File "lmdb__Lmdb_bindings.ml", line 67, characters 2-27:
- 67 | Printexc.register_printer @@ begin function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads stdune__Code_error.ml
- File "stdune__Code_error.ml", line 30, characters 2-27:
- 30 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads notty_unix.ml
- File "notty_unix.ml", line 38, characters 23-29:
- 38 | let old_hdl = Sys.(signal signum (Signal_handle (fun _ -> f ()))) in
- ^^^^^^
- Alert unsafe_multidomain: Stdlib.Sys.signal
- Use [Sys.Safe.signal].
-
- File "notty_unix.ml", line 39, characters 31-45:
- 39 | `Revert (once @@ fun () -> Sys.set_signal signum old_hdl)
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Sys.set_signal
- Use [Sys.Safe.set_signal].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads stdune__User_error.ml
- File "stdune__User_error.ml", line 58, characters 2-27:
- 58 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads opamStd.ml
- File "opamStd.ml", line 958, characters 10-24:
- 958 | try Sys.set_signal 28 (* SIGWINCH *)
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Sys.set_signal
- Use [Sys.Safe.set_signal].
-
- File "opamStd.ml", line 1407, characters 4-15:
- 1407 | Unix.putenv "HOME" dir;
- ^^^^^^^^^^^
- Alert unsafe_multidomain: Unix.putenv
- Mutating the environment makes reading the environment unsafe.
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_scheduler__Shutdown.ml
- File "dune_scheduler__Shutdown.ml", line 37, characters 2-27:
- 37 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Conv.ml
- File "dune_rpc_private__Conv.ml", line 49, characters 2-27:
- 49 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads opamSystem.ml
- File "opamSystem.ml", line 1248, characters 2-27:
- 1248 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
-
- File "opamSystem.ml", line 1264, characters 6-20:
- 1264 | try Sys.set_signal Sys.sigpipe (Sys.Signal_handle (fun _ -> ()))
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Sys.set_signal
- Use [Sys.Safe.set_signal].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Where.ml
- File "dune_rpc_private__Where.ml", line 23, characters 2-27:
- 23 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Types.ml
- File "dune_rpc_private__Types.ml", line 159, characters 6-31:
- 159 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Registry.ml
- File "dune_rpc_private__Registry.ml", line 68, characters 4-29:
- 68 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Version_error.ml
- File "dune_rpc_private__Version_error.ml", line 23, characters 2-27:
- 23 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads memo.ml
- File "memo.ml", line 416, characters 2-27:
- 416 | Printexc.register_printer (fun exn ->
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_private__Client.ml
- File "dune_rpc_private__Client.ml", line 101, characters 2-27:
- 101 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_scheduler__Thread0.ml
- File "dune_scheduler__Thread0.ml", line 28, characters 11-25:
- 28 | Sys.set_signal (Signal.to_int signal) (Signal_handle (fun _ -> ())))
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdune.Sys.set_signal
- Use [Sys.Safe.set_signal].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_scheduler__Signal_watcher.ml
- File "dune_scheduler__Signal_watcher.ml", line 23, characters 4-18:
- 23 | Sys.set_signal Sys.sigint (Signal_handle (fun _ -> assert (Unix.write w buf 0 1 = 1)));
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdune.Sys.set_signal
- Use [Sys.Safe.set_signal].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_rpc_server.ml
- File "dune_rpc_server.ml", line 15, characters 2-27:
- 15 | Printexc.register_printer (function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads opamPp.ml
- File "opamPp.ml", line 64, characters 9-34:
- 64 | let () = Printexc.register_printer @@ function
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- cd _boot && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-23-53 -alert -unstable -I +unix -I +threads dune_tui.ml
- File "dune_tui.ml", line 15, characters 7-21:
- 15 | Sys.set_signal Sys.sigcont
- ^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Dune_tui__.Import.Sys.set_signal
- Use [Sys.Safe.set_signal].
-
- File "dune_tui.ml", line 23, characters 12-22:
- 23 | (Sys.signal Sys.sigtstp
- ^^^^^^^^^^
- Alert unsafe_multidomain: Dune_tui__.Import.Sys.signal
- Use [Sys.Safe.signal].
Processing 11/26: [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" "71" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/dune.3.22.0)
-> compiled dune.3.22.0
-> installed dune.3.22.0
Processing 13/26: [bigarray-compat: dune build]
Processing 14/26: [bigarray-compat: dune build] [csexp: dune build]
Processing 15/26: [bigarray-compat: dune build] [csexp: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "71" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled stdlib-shims.0.3.0
Processing 15/26: [bigarray-compat: dune build] [csexp: dune build]
-> installed stdlib-shims.0.3.0
Processing 16/26: [bigarray-compat: dune build] [csexp: dune build]
Processing 17/26: [bigarray-compat: dune build] [csexp: dune build] [integers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "71" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled bigarray-compat.1.1.0
Processing 17/26: [csexp: dune build] [integers: dune build]
-> installed bigarray-compat.1.1.0
Processing 18/26: [csexp: dune build] [integers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/csexp.1.5.2)
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -bin-annot-cms -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled csexp.1.5.2
Processing 18/26: [integers: dune build]
-> installed csexp.1.5.2
Processing 19/26: [integers: dune build]
Processing 20/26: [dune-configurator: dune build] [integers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "71" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/integers.0.7.0)
-> compiled integers.0.7.0
Processing 20/26: [dune-configurator: dune build]
-> installed integers.0.7.0
Processing 21/26: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/dune-configurator.3.22.0)
-> compiled dune-configurator.3.22.0
-> installed dune-configurator.3.22.0
[ctypes: patch] applying bigarray.patch
Processing 23/26: [ctypes: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ctypes" "-j" "71" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/ctypes.0.23.0+ox)
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -bin-annot-cms -I src/ctypes/.ctypes.objs/byte -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -cmi-file src/ctypes/.ctypes.objs/byte/ctypes_coerce.cmi -no-alias-deps -o src/ctypes/.ctypes.objs/byte/ctypes_coerce.cmo -c -impl src/ctypes/ctypes_coerce.ml)
- File "src/ctypes/ctypes_coerce.ml", line 31, characters 9-34:
- 31 | let () = Printexc.register_printer show_uncoercible
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -w -40 -g -I src/ctypes/.ctypes.objs/byte -I src/ctypes/.ctypes.objs/native -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -cmi-file src/ctypes/.ctypes.objs/byte/ctypes_coerce.cmi -no-alias-deps -o src/ctypes/.ctypes.objs/native/ctypes_coerce.cmx -c -impl src/ctypes/ctypes_coerce.ml)
- File "src/ctypes/ctypes_coerce.ml", line 31, characters 9-34:
- 31 | let () = Printexc.register_printer show_uncoercible
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Printexc.register_printer
- Use [Printexc.Safe.register_printer].
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -w -40 -g -I src/ctypes-top/.ctypes_top.objs/byte -I src/ctypes-top/.ctypes_top.objs/native -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/ocaml/compiler-libs -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -I src/ctypes/.ctypes.objs/byte -I src/ctypes/.ctypes.objs/native -cmi-file src/ctypes-top/.ctypes_top.objs/byte/ctypes_top__Install_ctypes_printers.cmi -no-alias-deps -open Ctypes_top -o src/ctypes-top/.ctypes_top.objs/native/ctypes_top__Install_ctypes_printers.cmx -c -impl src/ctypes-top/install_ctypes_printers.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
Processing 23/26: [ctypes: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/ctypes.0.23.0+ox)
-> compiled ctypes.0.23.0+ox
-> installed ctypes.0.23.0+ox
Processing 25/26: [xedbindings: sh xed-build.sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "xed-build.sh" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11)
- /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/mbuild/mbuild/build_env.py:314: SyntaxWarning: invalid escape sequence '\P'
- C:\Program Files (x86)\Windows Kits\10\bin\{x86,x64}
- mfile.py --compiler=gnu --shared --cc=gcc --cxx=gcc --linker=gcc --ar=ar --no-werror --extra-flags=-fPIC --install-dir=kits/xed-install install
- [PYTHON VERSION] 3.13.12
- [XED VERSION] v2025.06.08
- [SECURITY BUILD LEVEL] 2
- [GNU/GCC VERSION] 15
- [EXTF PROCESSING] ./datafiles/files.cfg
- [EXTF PROCESSING] ./datafiles/files-xregs.cfg
- [EXTF PROCESSING] ./datafiles/via/files-via-padlock.cfg
- [EXTF PROCESSING] ./datafiles/amd/files-amd.cfg
- [EXTF PROCESSING] ./datafiles/amd/amdxop/files.cfg
- [EXTF PROCESSING] ./datafiles/wbnoinvd/files.cfg
- [EXTF PROCESSING] ./datafiles/mpx/files.cfg
- [EXTF PROCESSING] ./datafiles/cet/files.cfg
- [EXTF PROCESSING] ./datafiles/rdrand/files.cfg
- [EXTF PROCESSING] ./datafiles/glm/files.cfg
- [EXTF PROCESSING] ./datafiles/sha/files.cfg
- [EXTF PROCESSING] ./datafiles/xsaveopt/files.cfg
- [EXTF PROCESSING] ./datafiles/xsaves/files.cfg
- [EXTF PROCESSING] ./datafiles/xsavec/files.cfg
- [EXTF PROCESSING] ./datafiles/clflushopt/files.cfg
- [EXTF PROCESSING] ./datafiles/rdseed/files.cfg
- [EXTF PROCESSING] ./datafiles/fsgsbase/files.cfg
- [EXTF PROCESSING] ./datafiles/smap/files.cfg
- [EXTF PROCESSING] ./datafiles/sgx/files.cfg
- [EXTF PROCESSING] ./datafiles/rdpid/files.cfg
- [EXTF PROCESSING] ./datafiles/pt/files.cfg
- [EXTF PROCESSING] ./datafiles/tremont/files.cfg
- [EXTF PROCESSING] ./datafiles/movdir/files.cfg
- [EXTF PROCESSING] ./datafiles/waitpkg/files.cfg
- [EXTF PROCESSING] ./datafiles/cldemote/files.cfg
- [EXTF PROCESSING] ./datafiles/avx/files.cfg
- [Clearing file list for type dec-spine: [ ./datafiles/xed-spine.txt ]]
- [EXTF PROCESSING] ./datafiles/ivbavx/files.cfg
- [EXTF PROCESSING] ./datafiles/hswavx/files.cfg
- [EXTF PROCESSING] ./datafiles/hswbmi/files.cfg
- [EXTF PROCESSING] ./datafiles/hsw/files.cfg
- [EXTF PROCESSING] ./datafiles/bdw/files.cfg
- [EXTF PROCESSING] ./datafiles/lakefield/files.cfg
- [EXTF PROCESSING] ./datafiles/skl/files.cfg
- [EXTF PROCESSING] ./datafiles/skx/files.cfg
- [EXTF PROCESSING] ./datafiles/pku/files.cfg
- [EXTF PROCESSING] ./datafiles/clwb/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512f/files.cfg
- [Clearing file list for type dec-spine: [ ./datafiles/avx/avx-spine.txt ]]
- [CONSIDERING SOURCE] /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c source 1
- [ADDING SOURCE] /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c source 1
- [EXTF PROCESSING] ./datafiles/avx512cd/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-common-types/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-skx/files.cfg
- [EXTF PROCESSING] ./datafiles/clx/files.cfg
- [EXTF PROCESSING] ./datafiles/vnni/files.cfg
- [EXTF PROCESSING] ./datafiles/cpx/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-bf16/files.cfg
- [EXTF PROCESSING] ./datafiles/knl/files.cfg
- [EXTF PROCESSING] ./datafiles/knm/files.cfg
- [EXTF PROCESSING] ./datafiles/4fmaps-512/files.cfg
- [EXTF PROCESSING] ./datafiles/4vnniw-512/files.cfg
- [EXTF PROCESSING] ./datafiles/vpopcntdq-512/files.cfg
- [EXTF PROCESSING] ./datafiles/cnl/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512ifma/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512vbmi/files.cfg
- [EXTF PROCESSING] ./datafiles/icl/files.cfg
- [EXTF PROCESSING] ./datafiles/sgx-enclv/files.cfg
- [EXTF PROCESSING] ./datafiles/pconfig/files.cfg
- [EXTF PROCESSING] ./datafiles/bitalg/files.cfg
- [EXTF PROCESSING] ./datafiles/vbmi2/files.cfg
- [EXTF PROCESSING] ./datafiles/gfni-vaes-vpcl/files-sse.cfg
- [EXTF PROCESSING] ./datafiles/gfni-vaes-vpcl/files-avx-avx512.cfg
- [EXTF PROCESSING] ./datafiles/vpopcntdq-vl/files.cfg
- [EXTF PROCESSING] ./datafiles/tgl/files.cfg
- [EXTF PROCESSING] ./datafiles/vp2intersect/files.cfg
- [EXTF PROCESSING] ./datafiles/keylocker/files.cfg
- [EXTF PROCESSING] ./datafiles/adl/files.cfg
- [EXTF PROCESSING] ./datafiles/hreset/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni/files.cfg
- [EXTF PROCESSING] ./datafiles/spr/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-spr/files.cfg
- [EXTF PROCESSING] ./datafiles/enqcmd/files.cfg
- [EXTF PROCESSING] ./datafiles/tsx-ldtrk/files.cfg
- [EXTF PROCESSING] ./datafiles/serialize/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-fp16/files.cfg
- [EXTF PROCESSING] ./datafiles/evex-map5-6/files.cfg
- [EXTF PROCESSING] ./datafiles/emr/files.cfg
- [EXTF PROCESSING] ./datafiles/tdx/files.cfg
- [EXTF PROCESSING] ./datafiles/gnr/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-fp16/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-complex/files.cfg
- [EXTF PROCESSING] ./datafiles/iprefetch/files.cfg
- [EXTF PROCESSING] ./datafiles/dmr/files.cfg
- [EXTF PROCESSING] ./datafiles/vex-map5/files.cfg
- [EXTF PROCESSING] ./datafiles/vex-map7/files.cfg
- [EXTF PROCESSING] ./datafiles/apx-f/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-dmr/files.cfg
- [EXTF PROCESSING] ./datafiles/avx10-2/files.cfg
- [EXTF PROCESSING] ./datafiles/movrs/files.cfg
- [EXTF PROCESSING] ./datafiles/sm4-evex/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-ifma/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-ne-convert/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni-int8/files.cfg
- [EXTF PROCESSING] ./datafiles/cmpccxadd/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni-int16/files.cfg
- [EXTF PROCESSING] ./datafiles/sha512/files.cfg
- [EXTF PROCESSING] ./datafiles/sm3/files.cfg
- [EXTF PROCESSING] ./datafiles/sm4/files.cfg
- [EXTF PROCESSING] ./datafiles/uintr/files.cfg
- [EXTF PROCESSING] ./datafiles/srf/files.cfg
- [EXTF PROCESSING] ./datafiles/msrlist/files.cfg
- [EXTF PROCESSING] ./datafiles/wrmsrns/files.cfg
- [EXTF PROCESSING] ./datafiles/cwf/files.cfg
- [EXTF PROCESSING] ./datafiles/user-msr/files.cfg
- [EXTF PROCESSING] ./datafiles/msr-imm/files.cfg
- [EXTF PROCESSING] ./datafiles/arrow-lake/files.cfg
- [EXTF PROCESSING] ./datafiles/lunar-lake/files.cfg
- [EXTF PROCESSING] ./datafiles/ptl/files.cfg
- [EXTF PROCESSING] ./datafiles/fred/files.cfg
- [EXTF PROCESSING] ./datafiles/future/files.cfg
- [EXTF PROCESSING] ./datafiles/pbndkb/files.cfg
- [EXTF PROCESSING] ./datafiles/rao-int/files.cfg
- [EXTF PROCESSING] ./datafiles/apx-f/apx-f-future-ext.cfg
- [EMIT BUILD DEFINES HEADER FILE]
- R: 1 P: 0 C: 0 E: 0 / 54 msecs [decprep]
- [TOUCH] obj/dummy-prep
- R: 0 P: 0 C: 1 E: 0 / 642 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/dummy-prep
- R: 2 P: 0 C: 1 E: 0 / 643 msecs [decgen encgen]
- R: 2 P: 0 C: 1 E: 0 / 20 secs [decgen encgen]
- [WRITING] obj/DEC-OUT.txt
- [WRITING] obj/DEC-ERR.txt
- [DEC-GEN] Return code: 0
- R: 1 P: 0 C: 2 E: 0 / 44 secs [encgen]
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/DECGEN-OUTPUT-FILES.txt
- [WRITING] obj/ENC-OUT.txt
- [WRITING] obj/ENC-ERR.txt
- [ENC-GEN] Return code: 0
- R: 0 P: 0 C: 3 E: 0 / 52 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/ENCGEN-OUTPUT-FILES.txt
- R: 4 P: 115 C: 0 E: 0 / 5 msecs
- R: 4 P: 114 C: 1 E: 0 / 58 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-error-enum.o
- R: 4 P: 113 C: 2 E: 0 / 61 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-width-enum.o
- R: 4 P: 112 C: 3 E: 0 / 64 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-ctype-enum.o
- R: 4 P: 111 C: 4 E: 0 / 66 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-enum.o
- R: 4 P: 110 C: 5 E: 0 / 91 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-visibility-enum.o
- R: 4 P: 109 C: 6 E: 0 / 93 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-enum.o
- R: 4 P: 108 C: 7 E: 0 / 94 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-action-enum.o
- R: 4 P: 107 C: 8 E: 0 / 99 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-class-enum.o
- R: 4 P: 106 C: 9 E: 0 / 123 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-nonterminal-enum.o
- R: 4 P: 105 C: 10 E: 0 / 135 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-element-xtype-enum.o
- R: 4 P: 104 C: 11 E: 0 / 137 msecs
-
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-group-enum.o
- R: 4 P: 103 C: 12 E: 0 / 140 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-rec-enum.o
- R: 4 P: 102 C: 13 E: 0 / 161 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-enum.o
- R: 4 P: 101 C: 14 E: 0 / 167 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-element-type-enum.o
- R: 4 P: 100 C: 15 E: 0 / 185 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-machine-mode-enum.o
- R: 4 P: 99 C: 16 E: 0 / 197 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-category-enum.o
- R: 4 P: 98 C: 17 E: 0 / 207 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iclass-enum.o
- R: 4 P: 97 C: 18 E: 0 / 210 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-extension-enum.o
- R: 4 P: 96 C: 19 E: 0 / 222 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-convert-enum.o
- R: 4 P: 95 C: 20 E: 0 / 242 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-type-enum.o
- R: 4 P: 94 C: 21 E: 0 / 253 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-exception-enum.o
- R: 4 P: 93 C: 22 E: 0 / 255 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attribute-enum.o
- R: 4 P: 92 C: 23 E: 0 / 272 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flag-enum.o
- R: 4 P: 91 C: 24 E: 0 / 274 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flag-action-enum.o
- R: 4 P: 90 C: 25 E: 0 / 295 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-isa-set-enum.o
- R: 4 P: 89 C: 26 E: 0 / 300 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-address-width-enum.o
- R: 4 P: 88 C: 27 E: 0 / 306 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-enum.o
- R: 4 P: 87 C: 28 E: 0 / 310 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-syntax-enum.o
- R: 4 P: 86 C: 29 E: 0 / 341 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-version.o
- R: 4 P: 85 C: 30 E: 0 / 343 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-action.o
- R: 4 P: 84 C: 31 E: 0 / 345 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-role-enum.o
- R: 4 P: 83 C: 32 E: 0 / 347 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-mapu-enum.o
- R: 4 P: 82 C: 33 E: 0 / 379 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-state.o
- R: 4 P: 81 C: 34 E: 0 / 381 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-portability.o
- R: 4 P: 80 C: 35 E: 0 / 403 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iformfl-enum.o
- R: 4 P: 79 C: 36 E: 0 / 411 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-immed.o
- R: 4 P: 78 C: 37 E: 0 / 454 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-util.o
- R: 4 P: 77 C: 38 E: 0 / 500 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-immdis.o
- R: 4 P: 76 C: 39 E: 0 / 524 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-enum.o
- R: 4 P: 75 C: 40 E: 0 / 541 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-support.o
- R: 4 P: 74 C: 41 E: 0 / 627 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-agen.o
- R: 4 P: 73 C: 42 E: 0 / 629 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes-override2.o
- R: 4 P: 72 C: 43 E: 0 / 649 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes-override1.o
- R: 4 P: 71 C: 44 E: 0 / 668 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-accessors.o
- R: 4 P: 70 C: 45 E: 0 / 738 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-class.o
- R: 4 P: 69 C: 46 E: 0 / 765 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encode-isa-functions.o
- R: 4 P: 68 C: 47 E: 0 / 772 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-hl.o
- R: 4 P: 67 C: 48 E: 0 / 819 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags.o
- R: 4 P: 66 C: 49 E: 0 / 858 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-table-sizes.o
- R: 4 P: 65 C: 50 E: 0 / 913 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-order-init.o
- R: 4 P: 64 C: 51 E: 0 / 942 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-iforms-init.o
- R: 4 P: 63 C: 52 E: 0 / 967 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-operand-lu.o
- R: 4 P: 62 C: 53 E: 0 / 993 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-actions.o
- R: 4 P: 61 C: 54 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-complex.o
- R: 4 P: 60 C: 55 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-simple.o
- R: 4 P: 59 C: 56 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-tables.o
- R: 4 P: 58 C: 57 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-disp-l3.o
- R: 4 P: 57 C: 58 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-imm-l3.o
- R: 4 P: 56 C: 59 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-easz.o
- R: 4 P: 55 C: 60 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-eosz.o
- R: 4 P: 54 C: 61 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-classifiers.o
- R: 4 P: 53 C: 62 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attributes-list.o
- R: 4 P: 52 C: 63 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attributes-init.o
- R: 4 P: 51 C: 64 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table.o
- R: 4 P: 50 C: 65 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table-0.o
- R: 4 P: 49 C: 66 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-sequences.o
- R: 4 P: 48 C: 67 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-data.o
- R: 4 P: 47 C: 68 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iclass-string.o
- R: 4 P: 46 C: 69 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-features-table.o
- R: 4 P: 45 C: 70 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table-data.o
-
- R: 4 P: 44 C: 71 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-map-init.o
- R: 4 P: 43 C: 72 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-max.o
- R: 4 P: 42 C: 73 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-convert-init.o
- R: 4 P: 41 C: 74 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-rep-map.o
- R: 4 P: 40 C: 75 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-type-mappings.o
- R: 4 P: 39 C: 76 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-width.o
- R: 4 P: 38 C: 77 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-rep-prefix.o
- R: 4 P: 37 C: 78 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init.o
- R: 4 P: 36 C: 79 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-reg-class.o
- R: 4 P: 35 C: 80 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid.o
- R: 4 P: 34 C: 81 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-inst.o
- R: 4 P: 33 C: 82 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoded-init.o
- R: 4 P: 32 C: 83 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-map.o
- R: 4 P: 31 C: 84 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-patch.o
- R: 4 P: 30 C: 85 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoded-inst.o
- R: 4 P: 29 C: 86 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-ild.o
- R: 4 P: 28 C: 87 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-dec.o
- R: 4 P: 27 C: 88 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encode.o
- R: 4 P: 26 C: 89 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-7.o
- R: 4 P: 25 C: 90 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-init.o
- R: 4 P: 24 C: 91 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-5.o
- R: 4 P: 23 C: 92 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-patterns.o
- R: 4 P: 22 C: 93 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-3.o
- R: 4 P: 21 C: 94 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-4.o
- R: 4 P: 20 C: 95 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-6.o
- R: 4 P: 19 C: 96 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-2.o
- R: 4 P: 18 C: 97 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-0.o
- R: 4 P: 17 C: 98 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-pattern-lu.o
- R: 4 P: 16 C: 99 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-1.o
- R: 4 P: 15 C: 100 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-convert-table-init.o
- R: 4 P: 14 C: 101 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-pointer-names.o
- R: 4 P: 13 C: 102 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-ctype-map.o
- R: 4 P: 12 C: 103 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-values-interface-uisa.o
- R: 4 P: 11 C: 104 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-isa-set.o
- R: 4 P: 10 C: 105 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-disas.o
- R: 4 P: 9 C: 106 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-values-interface.o
- R: 4 P: 8 C: 107 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoder-modes.o
- R: 4 P: 7 C: 108 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-features.o
- R: 4 P: 6 C: 109 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes.o
- R: 4 P: 5 C: 110 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-static-decode.o
- R: 4 P: 4 C: 111 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decode.o
- R: 4 P: 3 C: 112 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-operand-lu.o
- R: 4 P: 2 C: 113 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv3.o
- R: 4 P: 1 C: 114 E: 0 / 4 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv1.o
- R: 4 P: 0 C: 115 E: 0 / 5 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-dynamic-decode.o
- R: 3 P: 0 C: 116 E: 0 / 5 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild.o
- R: 3 P: 0 C: 117 E: 0 / 10 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-groups.o
- R: 2 P: 0 C: 118 E: 0 / 10 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/libxed-ild.so
- R: 1 P: 0 C: 119 E: 0 / 17 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv2.o
- R: 0 P: 0 C: 120 E: 0 / 21 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv0.o
- R: 1 P: 0 C: 120 E: 0 / 21 secs
- R: 0 P: 0 C: 121 E: 0 / 22 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/libxed.so
- [STRIPPING] obj/libxed.so
- [INSTALL DIR] kits/xed-install
- [XED KIT BUILD COMPLETE]
- [ELAPSED TIME] 76 secs
- [RETVAL=0]
- mfile.py --compiler=gnu --cc=gcc --cxx=gcc --linker=gcc --ar=ar --no-werror --extra-flags=-fPIC --install-dir=kits/xed-install install
- [PYTHON VERSION] 3.13.12
- [XED VERSION] v2025.06.08
- [SECURITY BUILD LEVEL] 2
- [GNU/GCC VERSION] 15
- [EXTF PROCESSING] ./datafiles/files.cfg
- [EXTF PROCESSING] ./datafiles/files-xregs.cfg
- [EXTF PROCESSING] ./datafiles/via/files-via-padlock.cfg
- [EXTF PROCESSING] ./datafiles/amd/files-amd.cfg
- [EXTF PROCESSING] ./datafiles/amd/amdxop/files.cfg
- [EXTF PROCESSING] ./datafiles/wbnoinvd/files.cfg
- [EXTF PROCESSING] ./datafiles/mpx/files.cfg
- [EXTF PROCESSING] ./datafiles/cet/files.cfg
- [EXTF PROCESSING] ./datafiles/rdrand/files.cfg
- [EXTF PROCESSING] ./datafiles/glm/files.cfg
- [EXTF PROCESSING] ./datafiles/sha/files.cfg
- [EXTF PROCESSING] ./datafiles/xsaveopt/files.cfg
- [EXTF PROCESSING] ./datafiles/xsaves/files.cfg
- [EXTF PROCESSING] ./datafiles/xsavec/files.cfg
- [EXTF PROCESSING] ./datafiles/clflushopt/files.cfg
- [EXTF PROCESSING] ./datafiles/rdseed/files.cfg
- [EXTF PROCESSING] ./datafiles/fsgsbase/files.cfg
- [EXTF PROCESSING] ./datafiles/smap/files.cfg
- [EXTF PROCESSING] ./datafiles/sgx/files.cfg
- [EXTF PROCESSING] ./datafiles/rdpid/files.cfg
- [EXTF PROCESSING] ./datafiles/pt/files.cfg
- [EXTF PROCESSING] ./datafiles/tremont/files.cfg
- [EXTF PROCESSING] ./datafiles/movdir/files.cfg
- [EXTF PROCESSING] ./datafiles/waitpkg/files.cfg
- [EXTF PROCESSING] ./datafiles/cldemote/files.cfg
- [EXTF PROCESSING] ./datafiles/avx/files.cfg
- [Clearing file list for type dec-spine: [ ./datafiles/xed-spine.txt ]]
- [EXTF PROCESSING] ./datafiles/ivbavx/files.cfg
- [EXTF PROCESSING] ./datafiles/hswavx/files.cfg
- [EXTF PROCESSING] ./datafiles/hswbmi/files.cfg
- [EXTF PROCESSING] ./datafiles/hsw/files.cfg
- [EXTF PROCESSING] ./datafiles/bdw/files.cfg
- [EXTF PROCESSING] ./datafiles/lakefield/files.cfg
- [EXTF PROCESSING] ./datafiles/skl/files.cfg
- [EXTF PROCESSING] ./datafiles/skx/files.cfg
- [EXTF PROCESSING] ./datafiles/pku/files.cfg
- [EXTF PROCESSING] ./datafiles/clwb/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512f/files.cfg
- [Clearing file list for type dec-spine: [ ./datafiles/avx/avx-spine.txt ]]
- [CONSIDERING SOURCE] /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c source 1
- [ADDING SOURCE] /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c source 1
- [EXTF PROCESSING] ./datafiles/avx512cd/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-common-types/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-skx/files.cfg
- [EXTF PROCESSING] ./datafiles/clx/files.cfg
- [EXTF PROCESSING] ./datafiles/vnni/files.cfg
- [EXTF PROCESSING] ./datafiles/cpx/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-bf16/files.cfg
- [EXTF PROCESSING] ./datafiles/knl/files.cfg
- [EXTF PROCESSING] ./datafiles/knm/files.cfg
- [EXTF PROCESSING] ./datafiles/4fmaps-512/files.cfg
- [EXTF PROCESSING] ./datafiles/4vnniw-512/files.cfg
- [EXTF PROCESSING] ./datafiles/vpopcntdq-512/files.cfg
- [EXTF PROCESSING] ./datafiles/cnl/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512ifma/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512vbmi/files.cfg
- [EXTF PROCESSING] ./datafiles/icl/files.cfg
- [EXTF PROCESSING] ./datafiles/sgx-enclv/files.cfg
- [EXTF PROCESSING] ./datafiles/pconfig/files.cfg
- [EXTF PROCESSING] ./datafiles/bitalg/files.cfg
- [EXTF PROCESSING] ./datafiles/vbmi2/files.cfg
- [EXTF PROCESSING] ./datafiles/gfni-vaes-vpcl/files-sse.cfg
- [EXTF PROCESSING] ./datafiles/gfni-vaes-vpcl/files-avx-avx512.cfg
- [EXTF PROCESSING] ./datafiles/vpopcntdq-vl/files.cfg
- [EXTF PROCESSING] ./datafiles/tgl/files.cfg
- [EXTF PROCESSING] ./datafiles/vp2intersect/files.cfg
- [EXTF PROCESSING] ./datafiles/keylocker/files.cfg
- [EXTF PROCESSING] ./datafiles/adl/files.cfg
- [EXTF PROCESSING] ./datafiles/hreset/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni/files.cfg
- [EXTF PROCESSING] ./datafiles/spr/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-spr/files.cfg
- [EXTF PROCESSING] ./datafiles/enqcmd/files.cfg
- [EXTF PROCESSING] ./datafiles/tsx-ldtrk/files.cfg
- [EXTF PROCESSING] ./datafiles/serialize/files.cfg
- [EXTF PROCESSING] ./datafiles/avx512-fp16/files.cfg
- [EXTF PROCESSING] ./datafiles/evex-map5-6/files.cfg
- [EXTF PROCESSING] ./datafiles/emr/files.cfg
- [EXTF PROCESSING] ./datafiles/tdx/files.cfg
- [EXTF PROCESSING] ./datafiles/gnr/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-fp16/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-complex/files.cfg
- [EXTF PROCESSING] ./datafiles/iprefetch/files.cfg
- [EXTF PROCESSING] ./datafiles/dmr/files.cfg
- [EXTF PROCESSING] ./datafiles/vex-map5/files.cfg
- [EXTF PROCESSING] ./datafiles/vex-map7/files.cfg
- [EXTF PROCESSING] ./datafiles/apx-f/files.cfg
- [EXTF PROCESSING] ./datafiles/amx-dmr/files.cfg
- [EXTF PROCESSING] ./datafiles/avx10-2/files.cfg
- [EXTF PROCESSING] ./datafiles/movrs/files.cfg
- [EXTF PROCESSING] ./datafiles/sm4-evex/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-ifma/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-ne-convert/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni-int8/files.cfg
- [EXTF PROCESSING] ./datafiles/cmpccxadd/files.cfg
- [EXTF PROCESSING] ./datafiles/avx-vnni-int16/files.cfg
- [EXTF PROCESSING] ./datafiles/sha512/files.cfg
- [EXTF PROCESSING] ./datafiles/sm3/files.cfg
- [EXTF PROCESSING] ./datafiles/sm4/files.cfg
- [EXTF PROCESSING] ./datafiles/uintr/files.cfg
- [EXTF PROCESSING] ./datafiles/srf/files.cfg
- [EXTF PROCESSING] ./datafiles/msrlist/files.cfg
- [EXTF PROCESSING] ./datafiles/wrmsrns/files.cfg
- [EXTF PROCESSING] ./datafiles/cwf/files.cfg
- [EXTF PROCESSING] ./datafiles/user-msr/files.cfg
- [EXTF PROCESSING] ./datafiles/msr-imm/files.cfg
- [EXTF PROCESSING] ./datafiles/arrow-lake/files.cfg
- [EXTF PROCESSING] ./datafiles/lunar-lake/files.cfg
- [EXTF PROCESSING] ./datafiles/ptl/files.cfg
- [EXTF PROCESSING] ./datafiles/fred/files.cfg
- [EXTF PROCESSING] ./datafiles/future/files.cfg
- [EXTF PROCESSING] ./datafiles/pbndkb/files.cfg
- [EXTF PROCESSING] ./datafiles/rao-int/files.cfg
- [EXTF PROCESSING] ./datafiles/apx-f/apx-f-future-ext.cfg
- [EMIT BUILD DEFINES HEADER FILE]
- R: 0 P: 0 C: 0 E: 0 / 34 msecs
- R: 4 P: 115 C: 0 E: 0 / 6 msecs
- R: 4 P: 114 C: 1 E: 0 / 56 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-ctype-enum.o
- R: 4 P: 113 C: 2 E: 0 / 58 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-width-enum.o
- R: 4 P: 112 C: 3 E: 0 / 60 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-error-enum.o
- R: 4 P: 111 C: 4 E: 0 / 65 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-enum.o
- R: 4 P: 110 C: 5 E: 0 / 99 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-action-enum.o
- R: 4 P: 109 C: 6 E: 0 / 101 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-class-enum.o
- R: 4 P: 108 C: 7 E: 0 / 103 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-visibility-enum.o
- R: 4 P: 107 C: 8 E: 0 / 105 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-enum.o
- R: 4 P: 106 C: 9 E: 0 / 142 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-element-xtype-enum.o
- R: 4 P: 105 C: 10 E: 0 / 146 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-nonterminal-enum.o
- R: 4 P: 104 C: 11 E: 0 / 149 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-rec-enum.o
- R: 4 P: 103 C: 12 E: 0 / 158 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-group-enum.o
- R: 4 P: 102 C: 13 E: 0 / 187 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-enum.o
- R: 4 P: 101 C: 14 E: 0 / 190 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-element-type-enum.o
- R: 4 P: 100 C: 15 E: 0 / 201 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-machine-mode-enum.o
-
- R: 4 P: 99 C: 16 E: 0 / 233 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-category-enum.o
- R: 4 P: 98 C: 17 E: 0 / 235 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iclass-enum.o
- R: 4 P: 97 C: 18 E: 0 / 238 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-extension-enum.o
- R: 4 P: 96 C: 19 E: 0 / 246 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-convert-enum.o
- R: 4 P: 95 C: 20 E: 0 / 279 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-type-enum.o
- R: 4 P: 94 C: 21 E: 0 / 282 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-exception-enum.o
- R: 4 P: 93 C: 22 E: 0 / 285 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attribute-enum.o
- R: 4 P: 92 C: 23 E: 0 / 288 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flag-enum.o
- R: 4 P: 91 C: 24 E: 0 / 312 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flag-action-enum.o
- R: 4 P: 90 C: 25 E: 0 / 329 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-address-width-enum.o
- R: 4 P: 89 C: 26 E: 0 / 331 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-syntax-enum.o
- R: 4 P: 88 C: 27 E: 0 / 333 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-isa-set-enum.o
- R: 4 P: 87 C: 28 E: 0 / 345 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-enum.o
- R: 4 P: 86 C: 29 E: 0 / 367 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-version.o
- R: 4 P: 85 C: 30 E: 0 / 370 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-mapu-enum.o
- R: 4 P: 84 C: 31 E: 0 / 376 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-role-enum.o
- R: 4 P: 83 C: 32 E: 0 / 381 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-action.o
- R: 4 P: 82 C: 33 E: 0 / 417 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iformfl-enum.o
- R: 4 P: 81 C: 34 E: 0 / 427 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-portability.o
- R: 4 P: 80 C: 35 E: 0 / 429 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-state.o
- R: 4 P: 79 C: 36 E: 0 / 476 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-immed.o
- R: 4 P: 78 C: 37 E: 0 / 494 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-util.o
- R: 4 P: 77 C: 38 E: 0 / 515 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-immdis.o
- R: 4 P: 76 C: 39 E: 0 / 554 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-enum.o
- R: 4 P: 75 C: 40 E: 0 / 592 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-support.o
- R: 4 P: 74 C: 41 E: 0 / 631 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes-override1.o
- R: 4 P: 73 C: 42 E: 0 / 634 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes-override2.o
- R: 4 P: 72 C: 43 E: 0 / 720 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-agen.o
- R: 4 P: 71 C: 44 E: 0 / 723 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-hl.o
- R: 4 P: 70 C: 45 E: 0 / 725 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-reg-class.o
- R: 4 P: 69 C: 46 E: 0 / 739 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-accessors.o
- R: 4 P: 68 C: 47 E: 0 / 808 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encode-isa-functions.o
- R: 4 P: 67 C: 48 E: 0 / 819 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags.o
- R: 4 P: 66 C: 49 E: 0 / 832 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-table-sizes.o
- R: 4 P: 65 C: 50 E: 0 / 905 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-order-init.o
- R: 4 P: 64 C: 51 E: 0 / 910 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-actions.o
- R: 4 P: 63 C: 52 E: 0 / 920 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-iforms-init.o
- R: 4 P: 62 C: 53 E: 0 / 974 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-operand-lu.o
- R: 4 P: 61 C: 54 E: 0 / 990 msecs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-complex.o
- R: 4 P: 60 C: 55 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid-tables.o
- R: 4 P: 59 C: 56 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-flags-simple.o
- R: 4 P: 58 C: 57 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-disp-l3.o
- R: 4 P: 57 C: 58 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-imm-l3.o
- R: 4 P: 56 C: 59 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-easz.o
- R: 4 P: 55 C: 60 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild-eosz.o
- R: 4 P: 54 C: 61 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attributes-init.o
- R: 4 P: 53 C: 62 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-classifiers.o
- R: 4 P: 52 C: 63 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-attributes-list.o
- R: 4 P: 51 C: 64 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table.o
- R: 4 P: 50 C: 65 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table-0.o
- R: 4 P: 49 C: 66 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-features-table.o
- R: 4 P: 48 C: 67 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-data.o
- R: 4 P: 47 C: 68 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-sequences.o
- R: 4 P: 46 C: 69 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iclass-string.o
- R: 4 P: 45 C: 70 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-max.o
- R: 4 P: 44 C: 71 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-map-init.o
- R: 4 P: 43 C: 72 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-convert-init.o
- R: 4 P: 42 C: 73 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-rep-map.o
- R: 4 P: 41 C: 74 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-operand-type-mappings.o
- R: 4 P: 40 C: 75 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-width.o
-
- R: 4 P: 39 C: 76 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-inst-table-data.o
- R: 4 P: 38 C: 77 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-reg-class.o
- R: 4 P: 37 C: 78 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-rep-prefix.o
- R: 4 P: 36 C: 79 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init.o
- R: 4 P: 35 C: 80 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-cpuid.o
- R: 4 P: 34 C: 81 E: 0 / 1 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-iform-map.o
- R: 4 P: 33 C: 82 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-inst.o
- R: 4 P: 32 C: 83 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoded-init.o
- R: 4 P: 31 C: 84 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-patch.o
- R: 4 P: 30 C: 85 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-ild.o
- R: 4 P: 29 C: 86 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoded-inst.o
- R: 4 P: 28 C: 87 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-dec.o
- R: 4 P: 27 C: 88 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encode.o
- R: 4 P: 26 C: 89 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-7.o
- R: 4 P: 25 C: 90 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-init.o
- R: 4 P: 24 C: 91 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-5.o
- R: 4 P: 23 C: 92 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-patterns.o
- R: 4 P: 22 C: 93 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-3.o
- R: 4 P: 21 C: 94 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-6.o
- R: 4 P: 20 C: 95 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-4.o
- R: 4 P: 19 C: 96 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-1.o
- R: 4 P: 18 C: 97 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-2.o
- R: 4 P: 17 C: 98 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-0.o
- R: 4 P: 16 C: 99 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-convert-table-init.o
- R: 4 P: 15 C: 100 E: 0 / 2 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-init-pointer-names.o
- R: 4 P: 14 C: 101 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-encoder-pattern-lu.o
- R: 4 P: 13 C: 102 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-ctype-map.o
- R: 4 P: 12 C: 103 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-values-interface-uisa.o
- R: 4 P: 11 C: 104 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-operand-values-interface.o
- R: 4 P: 10 C: 105 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-disas.o
- R: 4 P: 9 C: 106 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-isa-set.o
- R: 4 P: 8 C: 107 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decoder-modes.o
- R: 4 P: 7 C: 108 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-modes.o
- R: 4 P: 6 C: 109 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-chip-features.o
- R: 4 P: 5 C: 110 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-static-decode.o
- R: 4 P: 4 C: 111 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-decode.o
- R: 4 P: 3 C: 112 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv3.o
- R: 4 P: 2 C: 113 E: 0 / 3 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-operand-lu.o
- R: 4 P: 1 C: 114 E: 0 / 4 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv1.o
- R: 4 P: 0 C: 115 E: 0 / 5 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-dynamic-decode.o
- R: 3 P: 0 C: 116 E: 0 / 5 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-ild.o
- R: 3 P: 0 C: 117 E: 0 / 11 secs
- [REMOVING] obj/libxed-ild.a
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed-enc-groups.o
- R: 2 P: 0 C: 118 E: 0 / 11 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/libxed-ild.a
- R: 1 P: 0 C: 119 E: 0 / 15 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv2.o
- R: 0 P: 0 C: 120 E: 0 / 19 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/xed3-phash-lu-vv0.o
- R: 1 P: 0 C: 120 E: 0 / 19 secs
- [REMOVING] obj/libxed.a
- R: 0 P: 0 C: 121 E: 0 / 19 secs
- BUILT: /home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11/xed/obj/libxed.a
- [INSTALL DIR] kits/xed-install
- [XED KIT BUILD COMPLETE]
- [ELAPSED TIME] 21 secs
- [RETVAL=0]
- cp -R xed/kits/xed-install/include/xed src/bind/xedkit/include/
- cp xed/kits/xed-install/lib/libxed.a src/bind/xedkit/lib/
- cp xed/kits/xed-install/lib/libxed.so src/bind/xedkit/lib/dllxed.so
Processing 25/26: [xedbindings: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "xedbindings" "-j" "71" "@install" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/xedbindings.0.11)
- (cd _build/default/src/bind && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -fPIC -g -I /home/opam/.opam/5.2.0+flambda2/lib/ocaml -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes/stubs -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/ocaml/str -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -o libxed__c_cout_generated_functions__Function_desc__Function.o -c libxed__c_cout_generated_functions__Function_desc__Function.c)
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_330_xed_decode':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2139:47: warning: pointer targets in passing argument 2 of 'xed_decode' differ in signedness [-Wpointer-sign]
- 2139 | xed_error_enum_t x1587 = xed_decode(x1582, x1583, x1584);
- | ^~~~~
- | |
- | char *
- In file included from xedkit/include/xed/xed-interface.h:40,
- from libxed__c_cout_generated_functions__Function_desc__Function.c:1:
- xedkit/include/xed/xed-decode.h:54:31: note: expected 'const xed_uint8_t *' {aka 'const unsigned char *'} but argument is of type 'char *'
- 54 | const xed_uint8_t* itext,
- | ~~~~~~~~~~~~~~~~~~~^~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_331_xed_decode_with_features':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2150:36: warning: pointer targets in passing argument 2 of 'xed_decode_with_features' differ in signedness [-Wpointer-sign]
- 2150 | xed_decode_with_features(x1592, x1593, x1594, x1597);
- | ^~~~~
- | |
- | char *
- xedkit/include/xed/xed-decode.h:64:45: note: expected 'const xed_uint8_t *' {aka 'const unsigned char *'} but argument is of type 'char *'
- 64 | const xed_uint8_t* itext,
- | ~~~~~~~~~~~~~~~~~~~^~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_334_xed_decoded_inst_dump':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2172:33: warning: pointer targets in passing argument 2 of 'xed_decoded_inst_dump' differ in signedness [-Wpointer-sign]
- 2172 | xed_decoded_inst_dump(x1608, x1609, x1610);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-interface.h:64:
- xedkit/include/xed/xed-decoded-inst-api.h:409:58: note: expected 'char *' but argument is of type 'unsigned char *'
- 409 | xed_decoded_inst_dump(const xed_decoded_inst_t* p, char* buf, int buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_335_xed_decoded_inst_dump_xed_format':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2184:57: warning: pointer targets in passing argument 2 of 'xed_decoded_inst_dump_xed_format' differ in signedness [-Wpointer-sign]
- 2184 | bool x1626 = xed_decoded_inst_dump_xed_format(x1618, x1619, x1620, x1623);
- | ^~~~~
- | |
- | unsigned char *
- xedkit/include/xed/xed-decoded-inst-api.h:423:40: note: expected 'char *' but argument is of type 'unsigned char *'
- 423 | char* buf,
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_365_xed_decoded_inst_get_rflags_info':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2387:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 2387 | xed_simple_flag_t* x1758 = xed_decoded_inst_get_rflags_info(x1757);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_375_xed_decoded_inst_inst':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2449:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 2449 | xed_inst_t* x1796 = xed_decoded_inst_inst(x1795);
- | ^~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_397_xed_decoded_inst_operands_const':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2599:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 2599 | xed_operand_values_t* x1898 = xed_decoded_inst_operands_const(x1897);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_422_xed_encode_request_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2804:36: warning: pointer targets in passing argument 2 of 'xed_encode_request_print' differ in signedness [-Wpointer-sign]
- 2804 | xed_encode_request_print(x2072, x2073, x2074);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-interface.h:50:
- xedkit/include/xed/xed-encode.h:241:52: note: expected 'char *' but argument is of type 'unsigned char *'
- 241 | char* buf, xed_uint_t buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_427_xed_encoder_request_operands_const':
- libxed__c_cout_generated_functions__Function_desc__Function.c:2837:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 2837 | xed_operand_values_t* x2096 = xed_encoder_request_operands_const(x2095);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_462_xed_flag_action_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3100:45: warning: pointer targets in passing argument 2 of 'xed_flag_action_print' differ in signedness [-Wpointer-sign]
- 3100 | int x2323 = xed_flag_action_print(x2318, x2319, x2320);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-decoded-inst.h:29,
- from xedkit/include/xed/xed-decode.h:24:
- xedkit/include/xed/xed-flags.h:137:76: note: expected 'char *' but argument is of type 'unsigned char *'
- 137 | XED_DLL_EXPORT int xed_flag_action_print(const xed_flag_action_t* p, char* buf, int buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_470_xed_flag_set_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3152:42: warning: pointer targets in passing argument 2 of 'xed_flag_set_print' differ in signedness [-Wpointer-sign]
- 3152 | int x2361 = xed_flag_set_print(x2356, x2357, x2358);
- | ^~~~~
- | |
- | unsigned char *
- xedkit/include/xed/xed-flags.h:98:71: note: expected 'char *' but argument is of type 'unsigned char *'
- 98 | XED_DLL_EXPORT int xed_flag_set_print(const xed_flag_set_t* p, char* buf, int buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_491_xed_ild_decode':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3285:51: warning: pointer targets in passing argument 2 of 'xed_ild_decode' differ in signedness [-Wpointer-sign]
- 3285 | xed_error_enum_t x2474 = xed_ild_decode(x2469, x2470, x2471);
- | ^~~~~
- | |
- | char *
- In file included from xedkit/include/xed/xed-interface.h:41:
- xedkit/include/xed/xed-ild.h:56:35: note: expected 'const xed_uint8_t *' {aka 'const unsigned char *'} but argument is of type 'char *'
- 56 | const xed_uint8_t* itext,
- | ~~~~~~~~~~~~~~~~~~~^~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_502_xed_inst_operand':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3353:27: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 3353 | xed_operand_t* x2515 = xed_inst_operand(x2511, x2512);
- | ^~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_529_xed_operand_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3525:36: warning: pointer targets in passing argument 3 of 'xed_operand_print' differ in signedness [-Wpointer-sign]
- 3525 | xed_operand_print(x2648, x2649, x2652, x2653);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-decoded-inst.h:28:
- xedkit/include/xed/xed-inst.h:182:80: note: expected 'char *' but argument is of type 'unsigned char *'
- 182 | xed_operand_print(const struct xed_decoded_inst_s* xedd, unsigned int i, char* buf, int buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_543_xed_operand_values_dump':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3612:35: warning: pointer targets in passing argument 2 of 'xed_operand_values_dump' differ in signedness [-Wpointer-sign]
- 3612 | xed_operand_values_dump(x2701, x2702, x2703);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-encode.h:26:
- xedkit/include/xed/xed-operand-values-interface.h:66:31: note: expected 'char *' but argument is of type 'unsigned char *'
- 66 | char* buf,
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_598_xed_operand_values_print_short':
- libxed__c_cout_generated_functions__Function_desc__Function.c:3982:42: warning: pointer targets in passing argument 2 of 'xed_operand_values_print_short' differ in signedness [-Wpointer-sign]
- 3982 | xed_operand_values_print_short(x2904, x2905, x2906);
- | ^~~~~
- | |
- | unsigned char *
- xedkit/include/xed/xed-operand-values-interface.h:72:38: note: expected 'char *' but argument is of type 'unsigned char *'
- 72 | char* buf,
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_644_xed_simple_flag_get_flag_action':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4323:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 4323 | xed_flag_action_t* x3207 = xed_simple_flag_get_flag_action(x3203, x3204);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_648_xed_simple_flag_get_read_flag_set':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4347:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 4347 | xed_flag_set_t* x3219 = xed_simple_flag_get_read_flag_set(x3218);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_649_xed_simple_flag_get_undefined_flag_set':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4353:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 4353 | xed_flag_set_t* x3222 = xed_simple_flag_get_undefined_flag_set(x3221);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_650_xed_simple_flag_get_written_flag_set':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4359:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 4359 | xed_flag_set_t* x3225 = xed_simple_flag_get_written_flag_set(x3224);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_651_xed_simple_flag_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4368:45: warning: pointer targets in passing argument 2 of 'xed_simple_flag_print' differ in signedness [-Wpointer-sign]
- 4368 | int x3234 = xed_simple_flag_print(x3229, x3230, x3231);
- | ^~~~~
- | |
- | unsigned char *
- xedkit/include/xed/xed-flags.h:232:76: note: expected 'char *' but argument is of type 'unsigned char *'
- 232 | XED_DLL_EXPORT int xed_simple_flag_print(const xed_simple_flag_t* p, char* buf, int buflen);
- | ~~~~~~^~~
- libxed__c_cout_generated_functions__Function_desc__Function.c: In function 'libxed_stubs_662_xed_state_print':
- libxed__c_cout_generated_functions__Function_desc__Function.c:4442:39: warning: pointer targets in passing argument 2 of 'xed_state_print' differ in signedness [-Wpointer-sign]
- 4442 | int x3293 = xed_state_print(x3288, x3289, x3290);
- | ^~~~~
- | |
- | unsigned char *
- In file included from xedkit/include/xed/xed-interface.h:44:
- xedkit/include/xed/xed-state.h:190:64: note: expected 'char *' but argument is of type 'unsigned char *'
- 190 | XED_DLL_EXPORT int xed_state_print(const xed_state_t* p, char* buf, int buflen);
- | ~~~~~~^~~
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -bin-annot-cms -I src/.xedbindings_xed.objs/byte -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes/stubs -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/ocaml/str -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -I src/bind/.xedbindings_bind.objs/byte -no-alias-deps -open Xedbindings_xed -o src/.xedbindings_xed.objs/byte/xedbindings_xed__Xed.cmo -c -impl src/Xed.ml)
- File "src/Xed.ml", line 5, characters 9-36:
- 5 | let () = Callback.register_exception "XedAbort exception" (XedAbort ("XedAbort exception", "none", 0))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Callback.register_exception
- Use [Callback.Safe.register_exception].
- (cd _build/default && /home/opam/.opam/5.2.0+flambda2/bin/ocamlopt.opt -w -40 -g -I src/.xedbindings_xed.objs/byte -I src/.xedbindings_xed.objs/native -I /home/opam/.opam/5.2.0+flambda2/lib/bigarray-compat -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes -I /home/opam/.opam/5.2.0+flambda2/lib/ctypes/stubs -I /home/opam/.opam/5.2.0+flambda2/lib/integers -I /home/opam/.opam/5.2.0+flambda2/lib/ocaml/str -I /home/opam/.opam/5.2.0+flambda2/lib/stdlib-shims -I src/bind/.xedbindings_bind.objs/byte -I src/bind/.xedbindings_bind.objs/native -cmi-file src/.xedbindings_xed.objs/byte/xedbindings_xed__Xed.cmi -no-alias-deps -open Xedbindings_xed -o src/.xedbindings_xed.objs/native/xedbindings_xed__Xed.cmx -c -impl src/Xed.ml)
- File "src/Xed.ml", line 5, characters 9-36:
- 5 | let () = Callback.register_exception "XedAbort exception" (XedAbort ("XedAbort exception", "none", 0))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert unsafe_multidomain: Stdlib.Callback.register_exception
- Use [Callback.Safe.register_exception].
-> compiled xedbindings.0.11
-> installed xedbindings.0.11
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-01 11:09.35 ---> saved as "138c98f421bf75d1d4034592d842e16edea5feb2359bac08902cd237ce20222c"
Job succeeded