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


Building on mint
Running Day10 job:
  Sub-command: health-check
  Commit SHA: 5bf570252bd9fee71938b828ca0b86573c1e3355
  Package: conf-rubberband.1
  OCaml version: ocaml.5.3.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.3.0 --log conf-rubberband.1
digraph opam {
  "conf-rubberband.1" -> "conf-pkg-config.4";
}

Layer conf-pkg-config.4: /var/lib/day10/cache/debian-13-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: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- debconf: unable to initialize frontend: Teletype
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Noninteractive
- 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 ... 20107 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
[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-rubberband.1: /var/lib/day10/cache/debian-13-x86_64/656dbc6c765e8d90f8144c99a3da4d28
Processing: [default: loading data]

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

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "librubberband-dev"
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- debconf: unable to initialize frontend: Teletype
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Noninteractive
- Selecting previously unselected package libfftw3-double3: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 ... 20145 files and directories currently installed.)
- Preparing to unpack .../0-libfftw3-double3_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-double3:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libfftw3-long3:amd64.
- Preparing to unpack .../1-libfftw3-long3_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-long3:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libfftw3-quad3:amd64.
- Preparing to unpack .../2-libfftw3-quad3_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-quad3:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libfftw3-single3:amd64.
- Preparing to unpack .../3-libfftw3-single3_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-single3:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libfftw3-bin.
- Preparing to unpack .../4-libfftw3-bin_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-bin (3.3.10-2+b1) ...
- Selecting previously unselected package libfftw3-dev:amd64.
- Preparing to unpack .../5-libfftw3-dev_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-dev:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libsamplerate0:amd64.
- Preparing to unpack .../6-libsamplerate0_0.2.2-4+b2_amd64.deb ...
- Unpacking libsamplerate0:amd64 (0.2.2-4+b2) ...
- Selecting previously unselected package librubberband2:amd64.
- Preparing to unpack .../7-librubberband2_3.3.0+dfsg-2+b3_amd64.deb ...
- Unpacking librubberband2:amd64 (3.3.0+dfsg-2+b3) ...
- Selecting previously unselected package libsamplerate0-dev:amd64.
- Preparing to unpack .../8-libsamplerate0-dev_0.2.2-4+b2_amd64.deb ...
- Unpacking libsamplerate0-dev:amd64 (0.2.2-4+b2) ...
- Selecting previously unselected package librubberband-dev:amd64.
- Preparing to unpack .../9-librubberband-dev_3.3.0+dfsg-2+b3_amd64.deb ...
- Unpacking librubberband-dev:amd64 (3.3.0+dfsg-2+b3) ...
- Setting up libfftw3-single3:amd64 (3.3.10-2+b1) ...
- Setting up libfftw3-long3:amd64 (3.3.10-2+b1) ...
- Setting up libfftw3-quad3:amd64 (3.3.10-2+b1) ...
- Setting up libfftw3-double3:amd64 (3.3.10-2+b1) ...
- Setting up libsamplerate0:amd64 (0.2.2-4+b2) ...
- Setting up libfftw3-bin (3.3.10-2+b1) ...
- Setting up libsamplerate0-dev:amd64 (0.2.2-4+b2) ...
- Setting up librubberband2:amd64 (3.3.0+dfsg-2+b3) ...
- Setting up libfftw3-dev:amd64 (3.3.10-2+b1) ...
- Setting up librubberband-dev:amd64 (3.3.0+dfsg-2+b3) ...
- Processing triggers for libc-bin (2.41-12) ...
[conf-rubberband: pkg-config rubberband]
+ /usr/bin/pkg-config "--exists" "rubberband" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-rubberband.1)
-> compiled  conf-rubberband.1
-> installed conf-rubberband.1

[NOTE] success
Job succeeded