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


Building on x86-bm-3.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-03 02:59.45 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" 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-06-03 02:59.45 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" 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 acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-03 02:59.45 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" 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-06-03 02:59.45 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.06.1  (cached)
-> installed ocaml-base-compiler.4.06.1
-> installed ocaml-config.1
-> installed ocaml.4.06.1
Done.
# Run eval $(opam env --switch=4.06) to update the current shell environment
2022-06-03 02:59.45 ---> using "3a9b2eb39ecfca95862a099743c36ec7b6f0d57690358093e557e135e86b3f32" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 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-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Fetched 303 kB in 3s (91.3 kB/s)
- Reading package lists...
- 
2022-06-03 02:59.45 ---> using "9348b92fb5763a29f2f48610db5c4c5044e2f93ad14e25ebacb68299365aea4d" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
=== install 1 package
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-03 02:59.45 ---> using "1e51d807ddd2900f581e3315b880131f7cfbb83efe1994548be75229c8092966" from cache

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

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install conf-radare2 0.1
  - install conf-which   1   [required by conf-radare2]

The following system packages will first need to be installed:
    radare2

<><> 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" "radare2"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcapstone4: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 ... 18687 files and directories currently installed.)
- Preparing to unpack .../00-libcapstone4_4.0.2-5_amd64.deb ...
- Unpacking libcapstone4:amd64 (4.0.2-5) ...
- Selecting previously unselected package libcapstone-dev:amd64.
- Preparing to unpack .../01-libcapstone-dev_4.0.2-5_amd64.deb ...
- Unpacking libcapstone-dev:amd64 (4.0.2-5) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../02-liblz4-dev_1.9.3-2_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.9.3-2) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../03-libmagic-mgc_1%3a5.41-4_amd64.deb ...
- Unpacking libmagic-mgc (1:5.41-4) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../04-libmagic1_1%3a5.41-4_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.41-4) ...
- Selecting previously unselected package libmagic-dev:amd64.
- Preparing to unpack .../05-libmagic-dev_1%3a5.41-4_amd64.deb ...
- Unpacking libmagic-dev:amd64 (1:5.41-4) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../06-libuv1_1.44.1-2_amd64.deb ...
- Unpacking libuv1:amd64 (1.44.1-2) ...
- Selecting previously unselected package libzip4:amd64.
- Preparing to unpack .../07-libzip4_1.7.3-1+b1_amd64.deb ...
- Unpacking libzip4:amd64 (1.7.3-1+b1) ...
- Selecting previously unselected package libradare2-common.
- Preparing to unpack .../08-libradare2-common_5.5.0+dfsg-1_all.deb ...
- Unpacking libradare2-common (5.5.0+dfsg-1) ...
- Selecting previously unselected package libradare2-5.0.0:amd64.
- Preparing to unpack .../09-libradare2-5.0.0_5.5.0+dfsg-1_amd64.deb ...
- Unpacking libradare2-5.0.0:amd64 (5.5.0+dfsg-1) ...
- Selecting previously unselected package libuv1-dev:amd64.
- Preparing to unpack .../10-libuv1-dev_1.44.1-2_amd64.deb ...
- Unpacking libuv1-dev:amd64 (1.44.1-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../11-zlib1g-dev_1%3a1.2.11.dfsg-4_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Selecting previously unselected package libzip-dev:amd64.
- Preparing to unpack .../12-libzip-dev_1.7.3-1+b1_amd64.deb ...
- Unpacking libzip-dev:amd64 (1.7.3-1+b1) ...
- Selecting previously unselected package libradare2-dev.
- Preparing to unpack .../13-libradare2-dev_5.5.0+dfsg-1_amd64.deb ...
- Unpacking libradare2-dev (5.5.0+dfsg-1) ...
- Selecting previously unselected package radare2.
- Preparing to unpack .../14-radare2_5.5.0+dfsg-1_amd64.deb ...
- Unpacking radare2 (5.5.0+dfsg-1) ...
- Setting up libmagic-mgc (1:5.41-4) ...
- Setting up libradare2-common (5.5.0+dfsg-1) ...
- Setting up libzip4:amd64 (1.7.3-1+b1) ...
- Setting up libmagic1:amd64 (1:5.41-4) ...
- Setting up libmagic-dev:amd64 (1:5.41-4) ...
- Setting up libuv1:amd64 (1.44.1-2) ...
- Setting up liblz4-dev:amd64 (1.9.3-2) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Setting up libcapstone4:amd64 (4.0.2-5) ...
- Setting up libcapstone-dev:amd64 (4.0.2-5) ...
- Setting up libuv1-dev:amd64 (1.44.1-2) ...
- Setting up libzip-dev:amd64 (1.7.3-1+b1) ...
- Setting up libradare2-5.0.0:amd64 (5.5.0+dfsg-1) ...
- Setting up radare2 (5.5.0+dfsg-1) ...
- Setting up libradare2-dev (5.5.0+dfsg-1) ...
- Processing triggers for libc-bin (2.33-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/6: [conf-which: which which]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.06/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
-> installed conf-which.1
[conf-radare2: subst] expanding opam variables in find-radare2.ml.in, generating find-radare2.ml
Processing  5/6: [conf-radare2: ocaml unix.cma]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "unix.cma" "find-radare2.ml" (CWD=/home/opam/.opam/4.06/.opam-switch/build/conf-radare2.0.1)
-> compiled  conf-radare2.0.1
-> installed conf-radare2.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-03 02:59.58 ---> saved as "09773245455d810c65bcbd750fc0003601bbe1228f234feb13df06a9d3b7aa6c"
Job succeeded