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


Building on x86-bm-c2.sw.ocaml.org

(from ocaml/opam:debian-unstable)
2025-02-08 18:05.22 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-08 18:05.22 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" 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 d87296a7b656d47b7042e7e608a5fa863b3a51f9"))
2025-02-08 18:05.22 ---> using "cc1ed69ecb833da04281a4f8a25977e86e869debb3dd684deaa27a7c3be1d0d2" 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.

2025-02-08 18:05.22 ---> using "f5e09d6e59ffa701af535e5d56b82c13bc5405c8613f86e4fe31b897c2a2fd97" 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> 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.
# To update the current shell environment, run: eval $(opam env --switch=4.13)
2025-02-08 18:05.22 ---> using "f8a8654c645a6a70b1fcfab88dc4d9b3a899fc6fe3dda5670b932c74785e5b43" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 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-2025-02-08-1408.11-F-2025-02-07-1431.11.pdiff [96.7 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-08-1408.11-F-2025-02-07-1431.11.pdiff [96.7 kB]
- Fetched 365 kB in 4s (99.4 kB/s)
- Reading package lists...
- 
2025-02-08 18:05.22 ---> using "a14d34f2db900ba2c3594dc0e8f6f5f9361a35fa5ef8dbcebb15367de051c18b" from cache

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

Nothing to do.
The following actions will be performed:
=== install 1 package
  - install operf-micro 1.1.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [operf-micro.1.1.3: extract]
-> retrieved operf-micro.1.1.3  (cached)
[operf-micro: subst] expanding opam variables in Makefile.conf.in, generating Makefile.conf
Processing  2/3: [operf-micro: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3)
- make -C tools/operf-micro all
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- echo "let name = \"operf-micro\"" > static_config.ml
- echo "let prefix = \"/home/opam/.opam/4.13\"" >> static_config.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c static_config.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c static_config.ml
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c utils.ml
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c files.ml
- ocamlyacc parser.mly
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c files.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c parser.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c parser.ml
- ocamllex lexer.mll
- 21 states, 475 transitions, table size 2026 bytes
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c lexer.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c loc.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c loc.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c utils.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c command.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c command.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c detect_config.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c detect_config.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c benchmark.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c benchmark.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c ransac.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c ransac.ml
- ocamlc -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c measurements.mli
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c measurements.ml
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c builder.ml
- ocamlopt -w +1..45-4-44-42-40 -g -bin-annot -principal -I +unix -c main.ml
- ocamlopt -g -I +unix -o builder.opt unix.cmxa static_config.cmx utils.cmx files.cmx parser.cmx lexer.cmx loc.cmx command.cmx detect_config.cmx benchmark.cmx ransac.cmx measurements.cmx builder.cmx main.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- make -C share/operf-micro all
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
- ocamlc -c micro_bench_types.mli
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
-> compiled  operf-micro.1.1.3
Processing  3/3: [operf-micro: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3)
- make -C tools/operf-micro all
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- make -C share/operf-micro all
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
- make -C tools/operf-micro install
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- mkdir -p /home/opam/.opam/4.13/bin/
- cp -f builder.opt /home/opam/.opam/4.13/bin//operf-micro
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/tools/operf-micro'
- make -C share/operf-micro install
- make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
- mkdir -p /home/opam/.opam/4.13/share//operf-micro/
- cp -a cycles.c micro_bench_run.ml micro_bench_types.ml micro_bench_types.mli time_stamp_counter.ml benchmarks /home/opam/.opam/4.13/share//operf-micro/
- make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/operf-micro.1.1.3/share/operf-micro'
-> installed operf-micro.1.1.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-08 18:05.36 ---> saved as "9d1c68715f807ece02071a89b4ef8e1fda033df6b78530629aa2d2121a788114"
Job succeeded