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


Building on basil
Running Day10 job:
  Sub-command: health-check
  Commit SHA: 5bf570252bd9fee71938b828ca0b86573c1e3355
  Package: conf-gd.1
  OCaml version: ocaml.5.1.0
  With test: false
Worktree already exists: /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355
Executing: day10 health-check --cache-dir /var/lib/day10/cache --opam-repository /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355 --ocaml-version ocaml.5.1.0 --log conf-gd.1
digraph opam {
  "conf-gd.1" -> "conf-pkg-config.4";
}

Layer conf-pkg-config.4: /var/lib/day10/cache/debian-12-x86_64/e3c343a9d922db4f85c955cae5b185e0
Processing: [default: loading data]

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3: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 ... 18246 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
[conf-pkg-config: pkg-config]
+ /usr/bin/pkg-config "--help" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-pkg-config.4)
- 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.4
-> installed conf-pkg-config.4

Layer conf-gd.1: /var/lib/day10/cache/debian-12-x86_64/715814a1c86de2c89863d219c4c4048d
Processing: [default: loading data]

The following system packages will first need to be installed:
    libgd-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgd-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libaom-dev: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 ... 18284 files and directories currently installed.)
- Preparing to unpack .../00-libaom-dev_3.6.0-1+deb12u2_amd64.deb ...
- Unpacking libaom-dev:amd64 (3.6.0-1+deb12u2) ...
- Selecting previously unselected package libavif-dev:amd64.
- Preparing to unpack .../01-libavif-dev_0.11.1-1+deb12u1_amd64.deb ...
- Unpacking libavif-dev:amd64 (0.11.1-1+deb12u1) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../02-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Selecting previously unselected package libdav1d-dev:amd64.
- Preparing to unpack .../03-libdav1d-dev_1.0.0-2+deb12u1_amd64.deb ...
- Unpacking libdav1d-dev:amd64 (1.0.0-2+deb12u1) ...
- Selecting previously unselected package libde265-dev:amd64.
- Preparing to unpack .../04-libde265-dev_1.0.11-1+deb12u2_amd64.deb ...
- Unpacking libde265-dev:amd64 (1.0.11-1+deb12u2) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../05-libdeflate-dev_1.14-1_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.14-1) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../06-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../07-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../08-libpng-dev_1.6.39-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../09-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../10-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../11-libfontconfig-dev_2.14.1-4_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
- Selecting previously unselected package libx265-dev:amd64.
- Preparing to unpack .../12-libx265-dev_3.5-2+b1_amd64.deb ...
- Unpacking libx265-dev:amd64 (3.5-2+b1) ...
- Selecting previously unselected package libheif-dev:amd64.
- Preparing to unpack .../13-libheif-dev_1.15.1-1+deb12u1_amd64.deb ...
- Unpacking libheif-dev:amd64 (1.15.1-1+deb12u1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../14-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../15-libjpeg-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjbig-dev:amd64.
- Preparing to unpack .../16-libjbig-dev_2.1-6.1_amd64.deb ...
- Unpacking libjbig-dev:amd64 (2.1-6.1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../17-liblzma-dev_5.4.1-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../18-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../19-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../20-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:amd64.
- Preparing to unpack .../21-libwebp-dev_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:amd64.
- Preparing to unpack .../22-libtiffxx6_4.5.0-6+deb12u3_amd64.deb ...
- Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u3) ...
- Selecting previously unselected package liblerc-dev:amd64.
- Preparing to unpack .../23-liblerc-dev_4.0.0+ds-2_amd64.deb ...
- Unpacking liblerc-dev:amd64 (4.0.0+ds-2) ...
- Selecting previously unselected package libtiff-dev:amd64.
- Preparing to unpack .../24-libtiff-dev_4.5.0-6+deb12u3_amd64.deb ...
- Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u3) ...
- Selecting previously unselected package libvpx7:amd64.
- Preparing to unpack .../25-libvpx7_1.12.0-1+deb12u4_amd64.deb ...
- Unpacking libvpx7:amd64 (1.12.0-1+deb12u4) ...
- Selecting previously unselected package libvpx-dev:amd64.
- Preparing to unpack .../26-libvpx-dev_1.12.0-1+deb12u4_amd64.deb ...
- Unpacking libvpx-dev:amd64 (1.12.0-1+deb12u4) ...
- Selecting previously unselected package xorg-sgml-doctools.
- Preparing to unpack .../27-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
- Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
- Selecting previously unselected package x11proto-dev.
- Preparing to unpack .../28-x11proto-dev_2022.1-1_all.deb ...
- Unpacking x11proto-dev (2022.1-1) ...
- Selecting previously unselected package libxau-dev:amd64.
- Preparing to unpack .../29-libxau-dev_1%3a1.0.9-1_amd64.deb ...
- Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
- Selecting previously unselected package libxdmcp-dev:amd64.
- Preparing to unpack .../30-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
- Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
- Selecting previously unselected package xtrans-dev.
- Preparing to unpack .../31-xtrans-dev_1.4.0-1_all.deb ...
- Unpacking xtrans-dev (1.4.0-1) ...
- Selecting previously unselected package libpthread-stubs0-dev:amd64.
- Preparing to unpack .../32-libpthread-stubs0-dev_0.4-1_amd64.deb ...
- Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
- Selecting previously unselected package libxcb1-dev:amd64.
- Preparing to unpack .../33-libxcb1-dev_1.15-1_amd64.deb ...
- Unpacking libxcb1-dev:amd64 (1.15-1) ...
- Selecting previously unselected package libx11-dev:amd64.
- Preparing to unpack .../34-libx11-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxpm-dev:amd64.
- Preparing to unpack .../35-libxpm-dev_1%3a3.5.12-1.1+deb12u1_amd64.deb ...
- Unpacking libxpm-dev:amd64 (1:3.5.12-1.1+deb12u1) ...
- Selecting previously unselected package libgd-dev:amd64.
- Preparing to unpack .../36-libgd-dev_2.3.3-9_amd64.deb ...
- Unpacking libgd-dev:amd64 (2.3.3-9) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../37-libpng-tools_1.6.39-2_amd64.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libjbig-dev:amd64 (2.1-6.1) ...
- Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
- Setting up libaom-dev:amd64 (3.6.0-1+deb12u2) ...
- Setting up xtrans-dev (1.4.0-1) ...
- Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
- Setting up libde265-dev:amd64 (1.0.11-1+deb12u2) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...
- Setting up libdav1d-dev:amd64 (1.0.0-2+deb12u1) ...
- Setting up libx265-dev:amd64 (3.5-2+b1) ...
- Setting up libavif-dev:amd64 (0.11.1-1+deb12u1) ...
- Setting up liblerc-dev:amd64 (4.0.0+ds-2) ...
- Setting up liblzma-dev:amd64 (5.4.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up xorg-sgml-doctools (1:1.11-1.1) ...
- Setting up libvpx7:amd64 (1.12.0-1+deb12u4) ...
- Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:amd64 (4.5.0-6+deb12u3) ...
- Setting up libdeflate-dev:amd64 (1.14-1) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Setting up x11proto-dev (2022.1-1) ...
- Setting up libxau-dev:amd64 (1:1.0.9-1) ...
- Setting up libpng-dev:amd64 (1.6.39-2) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-2) ...
- Setting up libheif-dev:amd64 (1.15.1-1+deb12u1) ...
- Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
- Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
- Setting up libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:amd64 (4.5.0-6+deb12u3) ...
- Setting up libvpx-dev:amd64 (1.12.0-1+deb12u4) ...
- Setting up libxcb1-dev:amd64 (1.15-1) ...
- Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
- Setting up libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libxpm-dev:amd64 (1:3.5.12-1.1+deb12u1) ...
- Setting up libgd-dev:amd64 (2.3.3-9) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
[conf-gd: pkg-config gdlib]
+ /usr/bin/pkg-config "gdlib" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-gd.1)
-> compiled  conf-gd.1
-> installed conf-gd.1

[NOTE] success
Job succeeded