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


Building on cree.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1)
Unable to find image 'ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1' locally
docker.io/ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1: Pulling from ocaml/opam
88273bdcc4bc: Pulling fs layer
88273bdcc4bc: Download complete
88273bdcc4bc: Pull complete
Digest: sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
Status: Downloaded newer image for ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
2022-10-12 07:00.31 ---> using "72789ea385c156750aa7dd96aa50ee44bc632bea844e975f245441d9aee8bfd2" 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"))
2022-10-12 07:00.31 ---> using "00a95b0dc29356854a2323387bb3765564e1fe55593574ff6be6315935e9f655" 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 b1c9c96444d9fdc81f076b2f18ffaccd2f7c8f2f"))
2022-10-12 07:00.31 ---> using "78ae84c730ce1e5c34c37c027b1e573b31333de9c356d764a1de3654115799af" 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.

2022-10-12 07:00.31 ---> using "3910cf3733834024da3f31717f53c4d64ec6165d9ca48b4a2ad73da600e53b71" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
Done.
# Run eval $(opam env --switch=4.13) to update the current shell environment
2022-10-12 07:00.31 ---> using "d6d69dfa45e46e4b6e8625a2e80a0400f63918cf1ac925d68817fb15a7ce55a8" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [161 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-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Fetched 341 kB in 2s (138 kB/s)
- Reading package lists...
- 
2022-10-12 07:00.31 ---> using "85f69326a707d85d41f716af203801ea55a3b26932fd2a7c9090e949e6e8cd26" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"conf-gd.1\"\
               \nopam install -vy \"conf-gd.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"conf-gd.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] conf-gd.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install conf-gd         1
  - install conf-pkg-config 2 [required by conf-gd]

The following system packages will first need to be installed:
    libgd-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. Attempt installation anyway, and 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" "libgd-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libabsl20220623: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 ... 19690 files and directories currently installed.)
- Preparing to unpack .../00-libabsl20220623_0~20220623.0-2_amd64.deb ...
- Unpacking libabsl20220623:amd64 (0~20220623.0-2) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../01-libaom3_3.5.0-1_amd64.deb ...
- Unpacking libaom3:amd64 (3.5.0-1) ...
- Selecting previously unselected package libaom-dev:amd64.
- Preparing to unpack .../02-libaom-dev_3.5.0-1_amd64.deb ...
- Unpacking libaom-dev:amd64 (3.5.0-1) ...
- Selecting previously unselected package libdav1d6:amd64.
- Preparing to unpack .../03-libdav1d6_1.0.0-2_amd64.deb ...
- Unpacking libdav1d6:amd64 (1.0.0-2) ...
- Selecting previously unselected package libgav1-1:amd64.
- Preparing to unpack .../04-libgav1-1_0.18.0-1+b1_amd64.deb ...
- Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
- Selecting previously unselected package libsvtav1enc1:amd64.
- Preparing to unpack .../05-libsvtav1enc1_1.2.1+dfsg-1_amd64.deb ...
- Unpacking libsvtav1enc1:amd64 (1.2.1+dfsg-1) ...
- Selecting previously unselected package libyuv0:amd64.
- Preparing to unpack .../06-libyuv0_0.0~git20220923.b9adaef-1_amd64.deb ...
- Unpacking libyuv0:amd64 (0.0~git20220923.b9adaef-1) ...
- Selecting previously unselected package libavif14:amd64.
- Preparing to unpack .../07-libavif14_0.10.1-2+b1_amd64.deb ...
- Unpacking libavif14:amd64 (0.10.1-2+b1) ...
- Selecting previously unselected package libavif-dev:amd64.
- Preparing to unpack .../08-libavif-dev_0.10.1-2+b1_amd64.deb ...
- Unpacking libavif-dev:amd64 (0.10.1-2+b1) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../09-libbrotli-dev_1.0.9-2+b4_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2+b4) ...
- Selecting previously unselected package libdav1d-dev:amd64.
- Preparing to unpack .../10-libdav1d-dev_1.0.0-2_amd64.deb ...
- Unpacking libdav1d-dev:amd64 (1.0.0-2) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../11-libde265-0_1.0.8-1+b1_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.8-1+b1) ...
- Selecting previously unselected package libde265-dev:amd64.
- Preparing to unpack .../12-libde265-dev_1.0.8-1+b1_amd64.deb ...
- Unpacking libde265-dev:amd64 (1.0.8-1+b1) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../13-libdeflate-dev_1.14-1_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.14-1) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../14-libexpat1-dev_2.4.9-1_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.4.9-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../15-zlib1g-dev_1%3a1.2.11.dfsg-4.1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-4.1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../16-libpng-dev_1.6.38-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.38-2) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../17-libfreetype-dev_2.12.1+dfsg-3_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-3) ...
- Selecting previously unselected package libfreetype6-dev:amd64.
- Preparing to unpack .../18-libfreetype6-dev_2.12.1+dfsg-3_amd64.deb ...
- Unpacking libfreetype6-dev:amd64 (2.12.1+dfsg-3) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../19-uuid-dev_2.38.1-1.1_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.38.1-1.1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../20-libglib2.0-0_2.74.0-2_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.74.0-2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../21-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../22-libfontconfig-dev_2.13.1-4.5_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.13.1-4.5) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../23-libnuma1_2.0.15-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.15-1) ...
- Selecting previously unselected package libx265-199:amd64.
- Preparing to unpack .../24-libx265-199_3.5-2+b1_amd64.deb ...
- Unpacking libx265-199:amd64 (3.5-2+b1) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../25-libheif1_1.13.0-1_amd64.deb ...
- Unpacking libheif1:amd64 (1.13.0-1) ...
- Selecting previously unselected package libx265-dev:amd64.
- Preparing to unpack .../26-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 .../27-libheif-dev_1.13.0-1_amd64.deb ...
- Unpacking libheif-dev:amd64 (1.13.0-1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../28-libjpeg62-turbo-dev_1%3a2.1.2-1+b1_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.2-1+b1) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../29-libjpeg-dev_1%3a2.1.2-1+b1_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.2-1+b1) ...
- Selecting previously unselected package libjbig-dev:amd64.
- Preparing to unpack .../30-libjbig-dev_2.1-5_amd64.deb ...
- Unpacking libjbig-dev:amd64 (2.1-5) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../31-liblzma-dev_5.2.5-2.1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.2.5-2.1) ...
- Selecting previously unselected package libtiffxx5:amd64.
- Preparing to unpack .../32-libtiffxx5_4.4.0-4_amd64.deb ...
- Unpacking libtiffxx5:amd64 (4.4.0-4) ...
- Selecting previously unselected package liblerc-dev:amd64.
- Preparing to unpack .../33-liblerc-dev_4.0.0+ds-1_amd64.deb ...
- Unpacking liblerc-dev:amd64 (4.0.0+ds-1) ...
- Selecting previously unselected package libtiff-dev:amd64.
- Preparing to unpack .../34-libtiff-dev_4.4.0-4_amd64.deb ...
- Unpacking libtiff-dev:amd64 (4.4.0-4) ...
- Selecting previously unselected package libvpx7:amd64.
- Preparing to unpack .../35-libvpx7_1.12.0-1_amd64.deb ...
- Unpacking libvpx7:amd64 (1.12.0-1) ...
- Selecting previously unselected package libvpx-dev:amd64.
- Preparing to unpack .../36-libvpx-dev_1.12.0-1_amd64.deb ...
- Unpacking libvpx-dev:amd64 (1.12.0-1) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../37-libwebpmux3_1.2.2-2+b1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.2-2+b1) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../38-libwebpdemux2_1.2.2-2+b1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.2-2+b1) ...
- Selecting previously unselected package libwebp-dev:amd64.
- Preparing to unpack .../39-libwebp-dev_1.2.2-2+b1_amd64.deb ...
- Unpacking libwebp-dev:amd64 (1.2.2-2+b1) ...
- Selecting previously unselected package libxpm-dev:amd64.
- Preparing to unpack .../40-libxpm-dev_1%3a3.5.12-1_amd64.deb ...
- Unpacking libxpm-dev:amd64 (1:3.5.12-1) ...
- Selecting previously unselected package libgd-dev:amd64.
- Preparing to unpack .../41-libgd-dev_2.3.3-6_amd64.deb ...
- Unpacking libgd-dev:amd64 (2.3.3-6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../42-libglib2.0-data_2.74.0-2_all.deb ...
- Unpacking libglib2.0-data (2.74.0-2) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../43-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../44-libpng-tools_1.6.38-2_amd64.deb ...
- Unpacking libpng-tools (1.6.38-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../45-libxml2_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../46-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../47-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libaom3:amd64 (3.5.0-1) ...
- Setting up libabsl20220623:amd64 (0~20220623.0-2) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.38-2) ...
- Setting up libglib2.0-0:amd64 (2.74.0-2) ...
- No schema files found: doing nothing.
- Setting up libwebpdemux2:amd64 (1.2.2-2+b1) ...
- Setting up libjbig-dev:amd64 (2.1-5) ...
- Setting up libsvtav1enc1:amd64 (1.2.1+dfsg-1) ...
- Setting up libaom-dev:amd64 (3.5.0-1) ...
- Setting up libglib2.0-data (2.74.0-2) ...
- Setting up libexpat1-dev:amd64 (2.4.9-1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.2-1+b1) ...
- Setting up uuid-dev:amd64 (2.38.1-1.1) ...
- Setting up libxpm-dev:amd64 (1:3.5.12-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
- Setting up liblerc-dev:amd64 (4.0.0+ds-1) ...
- Setting up libdav1d6:amd64 (1.0.0-2) ...
- Setting up liblzma-dev:amd64 (5.2.5-2.1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-4.1) ...
- Setting up libnuma1:amd64 (2.0.15-1) ...
- Setting up libvpx7:amd64 (1.12.0-1) ...
- Setting up libde265-0:amd64 (1.0.8-1+b1) ...
- Setting up libwebpmux3:amd64 (1.2.2-2+b1) ...
- Setting up libdeflate-dev:amd64 (1.14-1) ...
- Setting up libyuv0:amd64 (0.0~git20220923.b9adaef-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2+b4) ...
- Setting up libtiffxx5:amd64 (4.4.0-4) ...
- Setting up libavif14:amd64 (0.10.1-2+b1) ...
- Setting up libpng-dev:amd64 (1.6.38-2) ...
- Setting up libjpeg-dev:amd64 (1:2.1.2-1+b1) ...
- Setting up libfreetype-dev:amd64 (2.12.1+dfsg-3) ...
- Setting up libwebp-dev:amd64 (1.2.2-2+b1) ...
- Setting up libtiff-dev:amd64 (4.4.0-4) ...
- Setting up libvpx-dev:amd64 (1.12.0-1) ...
- Setting up libde265-dev:amd64 (1.0.8-1+b1) ...
- Setting up libdav1d-dev:amd64 (1.0.0-2) ...
- Setting up shared-mime-info (2.2-1) ...
- Setting up libavif-dev:amd64 (0.10.1-2+b1) ...
- Setting up libx265-199:amd64 (3.5-2+b1) ...
- Setting up libfontconfig-dev:amd64 (2.13.1-4.5) ...
- Setting up libheif1:amd64 (1.13.0-1) ...
- Setting up libfreetype6-dev:amd64 (2.12.1+dfsg-3) ...
- Setting up libx265-dev:amd64 (3.5-2+b1) ...
- Setting up libheif-dev:amd64 (1.13.0-1) ...
- Setting up libgd-dev:amd64 (2.3.3-6) ...
- Processing triggers for libc-bin (2.35-3) ...

<><> 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/4.13/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing  4/6: [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.13/lib/pkgconfig" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing  5/6: [conf-gd: pkg-config gdlib]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "gdlib" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-gd.1)
-> compiled  conf-gd.1
-> installed conf-gd.1
Done.
# Run eval $(opam env) to update the current shell environment
2022-10-12 07:00.49 ---> saved as "0cb11fe7d2a0dc64c470518a6bb4479643a26196d94ff050db1346a16b9aa348"
Job succeeded