Organisationsgeocamlocaml-rtree1e985e (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-10-01 14:14.00: New job: test geocaml/ocaml-rtree https://github.com/geocaml/ocaml-rtree.git#refs/heads/main (1e985e58ea960efbe5a019d12c61bb861c581d92) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/geocaml/ocaml-rtree.git" -b "main" && cd "ocaml-rtree" && git reset --hard 1e985e58
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
# debian-12-4.08_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 rtree.opam ./
RUN opam pin add -yn rtree.dev './'
ENV DEPS="astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bechamel.0.1.0 biniou.1.2.0 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 csexp.1.3.2 dune.3.6.0 easy-format.1.0.1 either.1.0.0 fmt.0.8.7 gg.0.9.2 jbuilder.1.0+beta20.1 js_of_ocaml.3.6.0 js_of_ocaml-compiler.3.6.0 js_of_ocaml-ppx.3.6.0 jsonm.1.0.1 logs.0.7.0 mdx.2.2.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 odoc-parser.1.0.0 ounit2.2.2.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 re.1.7.2 repr.0.4.0 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 vg.0.9.4 yojson.1.5.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y rtree.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-10-01 14:14.00: Using cache hint "geocaml/ocaml-rtree-ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612-debian-12-4.08_opam-2.2-64dc6d99a02cf20389385f6eb94dacba"
2024-10-01 14:14.00: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612)
 (comment debian-12-4.08_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src rtree.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn rtree.dev './'"))
 (env DEPS "astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bechamel.0.1.0 biniou.1.2.0 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 csexp.1.3.2 dune.3.6.0 easy-format.1.0.1 either.1.0.0 fmt.0.8.7 gg.0.9.2 jbuilder.1.0+beta20.1 js_of_ocaml.3.6.0 js_of_ocaml-compiler.3.6.0 js_of_ocaml-ppx.3.6.0 jsonm.1.0.1 logs.0.7.0 mdx.2.2.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 odoc-parser.1.0.0 ounit2.2.2.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 re.1.7.2 repr.0.4.0 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 vg.0.9.4 yojson.1.5.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y rtree.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-10-01 14:14.00: Waiting for resource in pool OCluster
2024-10-01 15:52.32: Waiting for worker…
2024-10-01 15:55.30: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 1e985e5 Refactor Depth for Tail Recursion, Added Size Function Test (#36)


(from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612' locally
docker.io/ocaml/opam@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612: Pulling from ocaml/opam
5c3cccbf9bc6: Pulling fs layer
5c3cccbf9bc6: Verifying Checksum
5c3cccbf9bc6: Download complete
5c3cccbf9bc6: Pull complete
Digest: sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
Status: Downloaded newer image for ocaml/opam@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
2024-10-01 15:55.30 ---> using "8ac68bced7188653db7b81863dbdd05e2bdaccde05c724cc4b90798d2e42b237" from cache


/: (comment debian-12-4.08_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-01 15:55.30 ---> using "68946da4107789f21e1b43a1fc10876ada8abd5ae5cb3a46df3ba7efc4a26ebc" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-01 15:55.30 ---> using "0fa87fa384c8382b8a3fdb2ca4fdbb17616e9027318b0968209ab2e40b8a37d2" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-10-01 15:55.30 ---> using "e80aa2ad87a5a9275a0410f836bb3790b9cb60ee03a9d88121517497b46d307a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-01 15:55.30 ---> using "971af2034814b6690f2f54ab0ca46316cd22d9aed5eb0bc7863e9b345f165523" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
4795e0895b Merge pull request #26339 from mtelvers/macos-m4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-10-01 15:55.43 ---> saved as "7dbc603b12cee6d89748d471ed7797d319c9bc5ba016bccfe969e8f82cf840d9"


/src: (copy (src rtree.opam) (dst ./))
2024-10-01 15:55.43 ---> saved as "194a299d6834de3de6a012b3413bbac43102d51d0df384a03a9e29c04b15d55b"


/src: (run (network host)
           (shell "opam pin add -yn rtree.dev './'"))
[rtree.dev] synchronised (file:///src)
rtree is now pinned to file:///src (version dev)
2024-10-01 15:55.45 ---> saved as "049b367348dee82ebb9e1fa1b35871866c63f3dc994dbefeb652f2f7dbf912a9"


/src: (env DEPS "astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bechamel.0.1.0 biniou.1.2.0 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 csexp.1.3.2 dune.3.6.0 easy-format.1.0.1 either.1.0.0 fmt.0.8.7 gg.0.9.2 jbuilder.1.0+beta20.1 js_of_ocaml.3.6.0 js_of_ocaml-compiler.3.6.0 js_of_ocaml-ppx.3.6.0 jsonm.1.0.1 logs.0.7.0 mdx.2.2.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 odoc-parser.1.0.0 ounit2.2.2.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 re.1.7.2 repr.0.4.0 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 vg.0.9.4 yojson.1.5.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y rtree.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [185 kB]
- Fetched 288 kB in 0s (714 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[rtree.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-10-01 15:55.58 ---> saved as "6469798cda0ee3ec7a5c59e9bd010ce61af3012828956cddd80c297d168be1bf"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 40 packages
  - install astring                 0.8.2
  - install base-bytes              base
  - install base64                  3.0.0
  - install bechamel                0.1.0
  - install biniou                  1.2.0
  - install cmdliner                1.1.0
  - install conf-m4                 1
  - install conf-which              1
  - install cppo                    1.6.1
  - install csexp                   1.3.2
  - install dune                    3.6.0
  - install easy-format             1.0.1
  - install either                  1.0.0
  - install fmt                     0.8.7
  - install gg                      0.9.2
  - install jbuilder                1.0+beta20.1
  - install js_of_ocaml             3.6.0
  - install js_of_ocaml-compiler    3.6.0
  - install js_of_ocaml-ppx         3.6.0
  - install jsonm                   1.0.1
  - install logs                    0.7.0
  - install mdx                     2.2.0
  - install ocaml-migrate-parsetree 1.4.0 (deprecated)
  - install ocaml-version           2.4.0
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.8.0
  - install odoc-parser             1.0.0
  - install ounit2                  2.2.0
  - install ppx_derivers            1.0
  - install ppx_tools_versioned     5.2.3
  - install re                      1.7.2
  - install repr                    0.4.0
  - install result                  1.5
  - install seq                     0.2.2
  - install stdlib-shims            0.1.0
  - install topkg                   0.9.0
  - install uchar                   0.0.2
  - install uutf                    1.0.1
  - install vg                      0.9.4
  - install yojson                  1.5.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.0.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-which.1
-> retrieved csexp.1.3.2  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved gg.0.9.2  (http://erratique.ch/software/gg/releases/gg-0.9.2.tbz)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.3.6.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved bechamel.0.1.0  (https://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz)
-> retrieved logs.0.7.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved ocaml-migrate-parsetree.1.4.0  (cached)
-> retrieved ocaml-version.2.4.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved js_of_ocaml.3.6.0, js_of_ocaml-compiler.3.6.0, js_of_ocaml-ppx.3.6.0  (https://github.com/ocsigen/js_of_ocaml/releases/download/3.6.0/js_of_ocaml-3.6.0.tbz)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved mdx.2.2.0  (https://github.com/realworldocaml/mdx/releases/download/2.2.0/mdx-2.2.0.tbz)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_tools_versioned.5.2.3  (cached)
-> retrieved odoc-parser.1.0.0  (https://github.com/ocaml-doc/odoc-parser/releases/download/1.0.0/odoc-parser-1.0.0.tbz)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved yojson.1.5.0  (cached)
-> retrieved vg.0.9.4  (https://erratique.ch/software/vg/releases/vg-0.9.4.tbz)
-> retrieved repr.0.4.0  (https://github.com/mirage/repr/releases/download/0.4.0/repr-fuzz-0.4.0.tbz)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed dune.3.6.0
-> installed result.1.5
-> installed either.1.0.0
-> installed stdlib-shims.0.1.0
-> installed base64.3.0.0
-> installed seq.0.2.2
-> installed csexp.1.3.2
-> installed ocaml-version.2.4.0
-> installed yojson.1.5.0
-> installed ounit2.2.2.0
-> installed ocaml-migrate-parsetree.1.4.0
-> installed topkg.0.9.0
-> installed uutf.1.0.1
-> installed fmt.0.8.7
-> installed astring.0.8.2
-> installed bechamel.0.1.0
-> installed jsonm.1.0.1
-> installed gg.0.9.2
-> installed odoc-parser.1.0.0
-> installed ppx_tools_versioned.5.2.3
-> installed repr.0.4.0
-> installed js_of_ocaml-compiler.3.6.0
-> installed js_of_ocaml.3.6.0
-> installed logs.0.7.0
-> installed js_of_ocaml-ppx.3.6.0
-> installed mdx.2.2.0
-> installed vg.0.9.4
Done.


<><> ocaml-migrate-parsetree.1.4.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-10-01 15:56.51 ---> saved as "862cb0069bf84ea720d44e18de3c672e136b10cb1b0e541076d7b58fd2be752b"


/src: (copy (src .) (dst /src))
2024-10-01 15:56.51 ---> saved as "ef301c696ac6ef14a211b51efeeb15f3f1f1fc0a76c1056938b93b271dd4fc70"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default/test && ./basic.exe)
...{"max_node_load":2,"tree":{"Node":[[[0,2,0,2],{"Leaf":[[[0,1,0,1],{"p1":[0,0],"p2":[1,1]}],[[1,2,1,2],{"p1":[1,1],"p2":[2,2]}]]}],[[2,4,2,4],{"Leaf":[[[2,3,2,3],{"p1":[2,2],"p2":[3,3]}],[[3,4,3,4],{"p1":[3,3],"p2":[4,4]}]]}]]}}
......
Ran: 9 tests in: 0.01 seconds.
OK
2024-10-01 15:56.53 ---> saved as "e059f16eb6309c01941dcf32015e1944fce4687c4a5234b10032dec7726f36ef"
Job succeeded
2024-10-01 15:56.53: Job succeeded