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


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

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
6244f700724e: Pulling fs layer
6244f700724e: Verifying Checksum
6244f700724e: Download complete
6244f700724e: Pull complete
Digest: sha256:35955c73858a160861a4c163059ac175d08b4130fa60e218e4e334edc9aaf57e
Status: Downloaded newer image for ocaml/opam:debian-unstable
2024-03-16 04:28.04 ---> 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 04:28.04 ---> 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 04:28.04 ---> 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 04:28.04 ---> 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 04:28.04 ---> 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-15-2054.44-F-2024-03-15-1419.03.pdiff [83.0 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-03-15-2054.44-F-2024-03-15-1419.03.pdiff [83.0 kB]
- Fetched 344 kB in 3s (136 kB/s)
- Reading package lists...
- 
2024-03-16 04:28.04 ---> using "6b85e139d472f2a5d3bc623d507cd520c18ded34e93922816e31990890666680" from cache

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

The following actions will be performed:
=== install 2 packages
  - install conf-pkg-config 3   [required by conf-zmq]
  - install conf-zmq        0.1

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/6: [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
-> installed conf-pkg-config.3
Processing  5/6: [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
-> installed conf-zmq.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-03-16 04:28.23 ---> saved as "ee6d20ee522f372df2f9446c2a63cf1142b82334605fe6883090291bbd25673c"
Job succeeded