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


Building on x86-bm-9.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205)
Unable to find image 'ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205' locally
docker.io/ocaml/opam@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205: Pulling from ocaml/opam
f8f85475deda: Pulling fs layer
f8f85475deda: Verifying Checksum
f8f85475deda: Download complete
f8f85475deda: Pull complete
Digest: sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205
Status: Downloaded newer image for ocaml/opam@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205
2022-09-02 23:58.04 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-09-02 23:58.04 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" 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 418227c38ed4e28a0827786e5e9e50b9547c0b27"))
2022-09-02 23:58.04 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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-09-02 23:58.04 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.10.2  (cached)
-> installed ocaml-base-compiler.4.10.2
-> installed ocaml-config.1
-> installed ocaml.4.10.2
Done.
# Run eval $(opam env --switch=4.10) to update the current shell environment
2022-09-02 23:58.04 ---> using "ea1051769f3203aa31646f7c0e78bd43f43434d28e69c6409ab40108642c7626" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [192 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-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB]
- Fetched 508 kB in 2s (275 kB/s)
- Reading package lists...
2022-09-02 23:58.04 ---> using "7ff8a71bfc39124df778b2687afd0d98d957290bd53c04a706b09c9f3f324dbb" from cache

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

Nothing to do.
The following actions will be performed:
=== install 1 package
  - install conf-openbabel 0.1

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

<><> 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" "libopenbabel-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libboost-iostreams1.74.0: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 ... 19664 files and directories currently installed.)
- Preparing to unpack .../00-libboost-iostreams1.74.0_1.74.0-17_amd64.deb ...
- Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-17) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../01-libpixman-1-0_0.40.0-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../02-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../03-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../04-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../05-libcairo2_1.16.0-6_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-6) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../06-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libinchi1.
- Preparing to unpack .../07-libinchi1_1.03+dfsg-4+b1_amd64.deb ...
- Unpacking libinchi1 (1.03+dfsg-4+b1) ...
- Selecting previously unselected package libmaeparser1:amd64.
- Preparing to unpack .../08-libmaeparser1_1.2.4-1+b1_amd64.deb ...
- Unpacking libmaeparser1:amd64 (1.2.4-1+b1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../09-libxml2_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package libopenbabel7.
- Preparing to unpack .../10-libopenbabel7_3.1.1+dfsg-6+b2_amd64.deb ...
- Unpacking libopenbabel7 (3.1.1+dfsg-6+b2) ...
- Selecting previously unselected package libopenbabel-dev.
- Preparing to unpack .../11-libopenbabel-dev_3.1.1+dfsg-6+b2_amd64.deb ...
- Unpacking libopenbabel-dev (3.1.1+dfsg-6+b2) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libboost-iostreams1.74.0:amd64 (1.74.0-17) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libcairo2:amd64 (1.16.0-6) ...
- Setting up libmaeparser1:amd64 (1.2.4-1+b1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libinchi1 (1.03+dfsg-4+b1) ...
- Setting up libopenbabel7 (3.1.1+dfsg-6+b2) ...
- Setting up libopenbabel-dev (3.1.1+dfsg-6+b2) ...
- Processing triggers for libc-bin (2.34-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [conf-openbabel: c++ test.cpp]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "c++" "-I/usr/include/openbabel-2.0" "test.cpp" "-lopenbabel" (CWD=/home/opam/.opam/4.10/.opam-switch/build/conf-openbabel.0.1)
- test.cpp:1:10: fatal error: openbabel/mol.h: No such file or directory
-     1 | #include <openbabel/mol.h>
-       |          ^~~~~~~~~~~~~~~~~
- compilation terminated.
[ERROR] The compilation of conf-openbabel.0.1 failed at "c++ -I/usr/include/openbabel-2.0 test.cpp -lopenbabel".

#=== ERROR while compiling conf-openbabel.0.1 =================================#
# context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/opam/opam-repository
# path                 ~/.opam/4.10/.opam-switch/build/conf-openbabel.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build c++ -I/usr/include/openbabel-2.0 test.cpp -lopenbabel
# exit-code            1
# env-file             ~/.opam/log/conf-openbabel-8-c9e5cf.env
# output-file          ~/.opam/log/conf-openbabel-8-c9e5cf.out
### output ###
# test.cpp:1:10: fatal error: openbabel/mol.h: No such file or directory
#     1 | #include <openbabel/mol.h>
#       |          ^~~~~~~~~~~~~~~~~
# compilation terminated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-openbabel 0.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -vy conf-openbabel.0.1' failed.
This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
"/bin/bash" "-c"
"
opam remove -y "conf-openbabel.0.1"
opam install -vy "conf-openbabel.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "conf-openbabel.0.1" | grep -q '"debian-unstable"'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi


exit $res
" failed with exit status 69
Failed: Build failed