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


Building on x86-bm-c20.sw.ocaml.org

(from ocaml/opam:debian-unstable)
2024-03-16 20:18.49 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-03-16 20:18.49 ---> using "65c3237f501f7c75f3828458ecf2342bc41c98aaef8c6a7fd82bf46a58cb258c" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q ac9a846c007d1cde3764459aeae5b75c2f8b7aa8"))
2024-03-16 20:18.49 ---> using "f6daa5a185e151575958bea1bc7ebf168b134457b47fd2bceccea664c8ac3953" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


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

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

2024-03-16 20:18.49 ---> using "18a4f9bae2d8e0b81b324227a340acbc6fb6adc121711142b1a69c92072eb64b" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.0.0  (cached)
-> installed ocaml-base-compiler.5.0.0
-> installed ocaml-config.3
-> installed ocaml.5.0.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env --switch=5.0) to update the current shell environment
2024-03-16 20:18.49 ---> using "5d11e26b54cd8d53a366092f138bac1d66998e7c9c071436c2e49483e197a936" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-03-16-0311.28-F-2024-03-15-1419.03.pdiff [173 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-03-16-0311.28-F-2024-03-15-1419.03.pdiff [173 kB]
- Fetched 434 kB in 4s (97.9 kB/s)
- Reading package lists...
- 
2024-03-16 20:18.49 ---> using "6b85e139d472f2a5d3bc623d507cd520c18ded34e93922816e31990890666680" from cache

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

Nothing to do.
The following actions will be performed:
=== install 16 packages
  - install conf-pkg-config   3        [required by conf-zmq]
  - install conf-zmq          0.1      [required by zmq]
  - install cppo              1.6.9    [required by yojson]
  - install csexp             1.5.2    [required by dune-configurator]
  - install dune              3.14.2   [required by kind2]
  - install dune-build-info   3.14.2   [required by kind2]
  - install dune-configurator 3.14.2   [required by zmq]
  - install kind2             2.1.1
  - install menhir            20231231 [required by kind2]
  - install menhirCST         20231231 [required by menhir]
  - install menhirLib         20231231 [required by menhir]
  - install menhirSdk         20231231 [required by menhir]
  - install num               1.5      [required by kind2]
  - install seq               base     [required by yojson]
  - install yojson            2.1.2    [required by kind2]
  - install zmq               5.2.2    [required by kind2]

The following system packages will first need to be installed:
    libzmq3-dev pkg-config

<><> 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" "libzmq3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- dpkg: libcom-err2t64:amd64: dependency problems, but removing anyway as you requested:
-  libss2t64:amd64 depends on libcom-err2t64 (>= 1.43.9).
-  libkrb5-3:amd64 depends on libcom-err2 (>= 1.43.9); however:
-   Package libcom-err2 is not installed.
-   Package libcom-err2t64:amd64 which provides libcom-err2 is to be removed.
-  libgssapi-krb5-2:amd64 depends on libcom-err2 (>= 1.43.9); however:
-   Package libcom-err2 is not installed.
-   Package libcom-err2t64:amd64 which provides libcom-err2 is to be removed.
-  e2fsprogs depends on libcom-err2 (>= 1.43.9); however:
-   Package libcom-err2 is not installed.
-   Package libcom-err2t64:amd64 which provides libcom-err2 is to be removed.
- 
- (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 ... 19678 files and directories currently installed.)
- Removing libcom-err2t64:amd64 (1.47.0-2.3+b1) ...
- Selecting previously unselected package libcom-err2: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 ... 19671 files and directories currently installed.)
- Preparing to unpack .../00-libcom-err2_1.47.0-2.4_amd64.deb ...
- Unpacking libcom-err2:amd64 (1.47.0-2.4) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.0-2.4_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.0-2.4) ...
- Selecting previously unselected package libnorm1t64:amd64.
- Preparing to unpack .../02-libnorm1t64_1.5.9+dfsg-3.1_amd64.deb ...
- Unpacking libnorm1t64:amd64 (1.5.9+dfsg-3.1) ...
- Selecting previously unselected package libpgm-5.3-0t64:amd64.
- Preparing to unpack .../03-libpgm-5.3-0t64_5.3.128~dfsg-2.1_amd64.deb ...
- Unpacking libpgm-5.3-0t64:amd64 (5.3.128~dfsg-2.1) ...
- Selecting previously unselected package libsodium23:amd64.
- Preparing to unpack .../04-libsodium23_1.0.18-1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../05-libzmq5_4.3.5-1+b1_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.5-1+b1) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../06-libpgm-dev_5.3.128~dfsg-2.1_amd64.deb ...
- Unpacking libpgm-dev:amd64 (5.3.128~dfsg-2.1) ...
- Selecting previously unselected package libsodium-dev:amd64.
- Preparing to unpack .../07-libsodium-dev_1.0.18-1_amd64.deb ...
- Unpacking libsodium-dev:amd64 (1.0.18-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../08-libicu72_72.1-4+b1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-4+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../09-icu-devtools_72.1-4+b1_amd64.deb ...
- Unpacking icu-devtools (72.1-4+b1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../10-libicu-dev_72.1-4+b1_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-4+b1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../11-libxml2_2.9.14+dfsg-1.3+b2_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3+b2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../12-libxml2-dev_2.9.14+dfsg-1.3+b2_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3+b2) ...
- Selecting previously unselected package libnorm-dev:amd64.
- Preparing to unpack .../13-libnorm-dev_1.5.9+dfsg-3.1_amd64.deb ...
- Unpacking libnorm-dev:amd64 (1.5.9+dfsg-3.1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../14-libgssrpc4t64_1.20.1-6_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.20.1-6) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../15-libkadm5clnt-mit12_1.20.1-6_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.20.1-6) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../16-libkdb5-10t64_1.20.1-6_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.20.1-6) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../17-libkadm5srv-mit12_1.20.1-6_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.20.1-6) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../18-krb5-multidev_1.20.1-6_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.20.1-6) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../19-libkrb5-dev_1.20.1-6_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.20.1-6) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../20-libmd-dev_1.1.0-2_amd64.deb ...
- Unpacking libmd-dev:amd64 (1.1.0-2) ...
- Selecting previously unselected package libbsd-dev:amd64.
- Preparing to unpack .../21-libbsd-dev_0.12.1-1_amd64.deb ...
- Unpacking libbsd-dev:amd64 (0.12.1-1) ...
- Selecting previously unselected package libzmq3-dev:amd64.
- Preparing to unpack .../22-libzmq3-dev_4.3.5-1+b1_amd64.deb ...
- Unpacking libzmq3-dev:amd64 (4.3.5-1+b1) ...
- Selecting previously unselected package cppzmq-dev:amd64.
- Preparing to unpack .../23-cppzmq-dev_4.10.0-1+b1_amd64.deb ...
- Unpacking cppzmq-dev:amd64 (4.10.0-1+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../24-libpkgconf3_1.8.1-1+b2_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1+b2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../25-pkgconf-bin_1.8.1-1+b2_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1+b2) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../26-pkgconf_1.8.1-1+b2_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1+b2) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../27-pkg-config_1.8.1-1+b2_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1+b2) ...
- Setting up libnorm1t64:amd64 (1.5.9+dfsg-3.1) ...
- Setting up libsodium23:amd64 (1.0.18-1) ...
- Setting up libicu72:amd64 (72.1-4+b1) ...
- Setting up libcom-err2:amd64 (1.47.0-2.4) ...
- Setting up libpgm-5.3-0t64:amd64 (5.3.128~dfsg-2.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1+b2) ...
- Setting up libgssrpc4t64:amd64 (1.20.1-6) ...
- Setting up libpgm-dev:amd64 (5.3.128~dfsg-2.1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.0-2.4) ...
- Setting up icu-devtools (72.1-4+b1) ...
- Setting up pkgconf-bin (1.8.1-1+b2) ...
- Setting up libsodium-dev:amd64 (1.0.18-1) ...
- Setting up libmd-dev:amd64 (1.1.0-2) ...
- Setting up libicu-dev:amd64 (72.1-4+b1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3+b2) ...
- Setting up libbsd-dev:amd64 (0.12.1-1) ...
- Setting up libkadm5clnt-mit12:amd64 (1.20.1-6) ...
- Setting up libzmq5:amd64 (4.3.5-1+b1) ...
- Setting up libkdb5-10t64:amd64 (1.20.1-6) ...
- Setting up pkgconf:amd64 (1.8.1-1+b2) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3+b2) ...
- Setting up pkg-config:amd64 (1.8.1-1+b2) ...
- Setting up libkadm5srv-mit12:amd64 (1.20.1-6) ...
- Setting up krb5-multidev:amd64 (1.20.1-6) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-3.1) ...
- Setting up libkrb5-dev:amd64 (1.20.1-6) ...
- Setting up libzmq3-dev:amd64 (4.3.5-1+b1) ...
- Setting up cppzmq-dev:amd64 (4.10.0-1+b1) ...
- Processing triggers for libc-bin (2.37-15.1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/43:
Processing  4/43:
Processing  5/43:
Processing  6/43: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing  7/43: [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing  8/43: [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-pkg-config.3)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing  8/43:
-> installed conf-pkg-config.3
Processing  9/43:
Processing 10/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> retrieved menhir.20231231, menhirCST.20231231, menhirLib.20231231, menhirSdk.20231231  (cached)
Processing 11/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> retrieved kind2.2.1.1  (cached)
Processing 12/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
Processing 13/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
Processing 14/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> installed seq.base
Processing 15/43: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cc test.c $(pkg-config --libs --cflags libzmq)" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-zmq.0.1)
-> compiled  conf-zmq.0.1
Processing 15/43:
-> installed conf-zmq.0.1
Processing 16/43:
-> retrieved num.1.5  (cached)
Processing 17/43:
Processing 18/43: [num: make opam-modern]
-> retrieved yojson.2.1.2  (cached)
-> retrieved zmq.5.2.2  (cached)
-> retrieved dune.3.14.2, dune-build-info.3.14.2, dune-configurator.3.14.2  (cached)
Processing 19/43: [dune: ocaml 31] [num: make opam-modern]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "PROFILE=release" "opam-modern" (CWD=/home/opam/.opam/5.0/.opam-switch/build/num.1.5)
- make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/num.1.5/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5
Processing 19/43: [dune: ocaml 31]
-> installed num.1.5
Processing 20/43: [dune: ocaml 31]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.14.2)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamVCS.ml
- File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamDownload.ml
- File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamRepository.ml
- File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, Checksum_mismatch _)
- 

Processing 20/43: [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" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.14.2)
-> compiled  dune.3.14.2
-> installed dune.3.14.2
Processing 22/43: [cppo: dune build]
Processing 23/43: [cppo: dune build] [csexp: dune build]
Processing 24/43: [cppo: dune build] [csexp: dune build] [dune-build-info: rm]
Processing 25/43: [cppo: dune build] [csexp: dune build] [dune-build-info: rm] [menhirCST: dune build]
Processing 26/43: [cppo: dune build] [csexp: dune build] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build]
Processing 27/43: [cppo: dune build] [csexp: dune build] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 27/43: [cppo: dune build] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed csexp.1.5.2
Processing 28/43: [cppo: dune build] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 29/43: [cppo: dune build] [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
Processing 29/43: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed cppo.1.6.9
Processing 30/43: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 31/43: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-build-info.3.14.2)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirCST" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/menhirCST.20231231)
-> compiled  menhirCST.20231231
Processing 31/43: [dune-build-info: rm] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [yojson: dune build]
-> installed menhirCST.20231231
Processing 32/43: [dune-build-info: rm] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/menhirLib.20231231)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 32/43: [dune-build-info: rm] [dune-configurator: rm] [menhirSdk: dune build] [yojson: dune build]
-> installed menhirLib.20231231
Processing 33/43: [dune-build-info: rm] [dune-configurator: rm] [menhirSdk: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/menhirSdk.20231231)
-> compiled  menhirSdk.20231231
Processing 33/43: [dune-build-info: rm] [dune-configurator: rm] [yojson: dune build]
-> installed menhirSdk.20231231
Processing 34/43: [dune-build-info: rm] [dune-configurator: rm] [yojson: dune build]
Processing 35/43: [dune-build-info: rm] [dune-configurator: rm] [menhir: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-configurator.3.14.2)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-build-info.3.14.2)
Processing 35/43: [dune-build-info: dune build] [dune-configurator: rm] [menhir: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-configurator.3.14.2)
Processing 35/43: [dune-build-info: dune build] [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-build-info" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-build-info.3.14.2)
-> compiled  dune-build-info.3.14.2
Processing 35/43: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
-> installed dune-build-info.3.14.2
Processing 36/43: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/yojson.2.1.2)
-> compiled  yojson.2.1.2
Processing 36/43: [dune-configurator: dune build] [menhir: dune build]
-> installed yojson.2.1.2
Processing 37/43: [dune-configurator: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-configurator.3.14.2)
-> compiled  dune-configurator.3.14.2
Processing 37/43: [menhir: dune build]
-> installed dune-configurator.3.14.2
Processing 38/43: [menhir: dune build]
Processing 39/43: [menhir: dune build] [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "zmq" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/zmq.5.2.2)
-> compiled  zmq.5.2.2
Processing 39/43: [menhir: dune build]
-> installed zmq.5.2.2
Processing 40/43: [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/menhir.20231231)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
-> installed menhir.20231231
Processing 42/43: [kind2: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "kind2" "-j" "31" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/kind2.2.1.1)
-> compiled  kind2.2.1.1
-> installed kind2.2.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-03-16 20:20.27 ---> saved as "5d063e3db64c1951ec4942de69543d4004bf151400fe5e80aa7e5586a1e1f69e"
Job succeeded