2025-07-17 18:28.22: New job: test inhabitedtype/bigstringaf https://github.com/inhabitedtype/bigstringaf.git#refs/pull/58/head (e1bc165ec4e1af274fb03c04c4a0cd57b111dbcc) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3)
Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/inhabitedtype/bigstringaf.git" && cd "bigstringaf" && git fetch origin "refs/pull/58/head" && git reset --hard e1bc165e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea
# ubuntu-24.10-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bigstringaf.opam ./
RUN opam pin add -yn bigstringaf.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bigstringaf.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
2025-07-17 18:28.22: Using cache hint "inhabitedtype/bigstringaf-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea-ubuntu-24.10-4.14_opam-2.3-66a5ce3d7141af314b4a28b2b3b5b505"
2025-07-17 18:28.22: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea)
(comment ubuntu-24.10-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bigstringaf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bigstringaf.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")
(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.3 --depext-only -y bigstringaf.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"))
)
2025-07-17 18:28.22: Waiting for resource in pool OCluster
2025-07-17 19:52.24: Waiting for worker…
2025-07-17 19:55.55: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at e1bc165 Adds an example
(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea)
2025-07-17 19:55.55 ---> using "0a81cf1e55b3e029cb45a7bb2b590b94c594b952533b50abf52df120e701a6e7" from cache
/: (comment ubuntu-24.10-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-17 19:55.55 ---> using "860771372433e4f093afa1db811b2cd21ff6393dfb17335865b61081c86c75fe" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-17 19:55.55 ---> using "642f11db3f339828f0021108adecb98456416123400063bdefda56c9f0e4dbc5" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-17 19:55.55 ---> using "5b4a35f369ce9a74042a51a6bf85304193c3bd5ea383b067f8666e7f28604a86" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-17 19:55.55 ---> using "1bed1b573160a94acca97390ca96d890e327d0154f20a6c4bd7a96bfd4b70805" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-17 19:55.55 ---> using "1b2439472b34b20230701847d9e386c73b290f52794821c75e7d264c016788d3" from cache
/src: (copy (src bigstringaf.opam) (dst ./))
2025-07-17 19:55.55 ---> saved as "eb7751e8aa68d0acc4a50bcb9137cdd467c5c692170611564a254738991c4f74"
/src: (run (network host)
(shell "opam pin add -yn bigstringaf.dev './'"))
[bigstringaf.dev] synchronised (file:///src)
bigstringaf is now pinned to file:///src (version dev)
2025-07-17 19:55.56 ---> saved as "eb3c7c6e42b3ec4f61cc7c56b957101191a0f01afc3277d86d5617512ef2aa17"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-17 19:55.57 ---> saved as "b3d8d33f3ed3404e7f251772e99cef1da0221d9e3bd4b19a38f3c829b0e3784e"
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")
/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.3 --depext-only -y bigstringaf.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [399 kB]
- Get:3 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [385 kB]
- Get:4 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [361 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [396 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [532 kB]
- Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [439 kB]
- Fetched 2890 kB in 1s (2823 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bigstringaf.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
2025-07-17 19:56.05 ---> saved as "2d47ef33bbf79cc9382b539324faf1a40aefb1a1ab7ca6fcb619e15c0409f2ee"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 15 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install cmdliner 1.3.0
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install fmt 0.10.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install re 1.13.2
- install seq base
- install stdlib-shims 0.3.0
- install topkg 1.0.8
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.13.2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed stdlib-shims.0.3.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-17 19:56.33 ---> saved as "c5022a6a666af978ef791af40bc1ef7f96520e8bcaf1a40c0dca9f1717ced853"
/src: (copy (src .) (dst /src))
2025-07-17 19:56.33 ---> saved as "c7dcb425ebae7a3107cc23cf140abee470c19294c8a334381c90d9e724403318"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I examples/bin/.main.eobjs/byte -I lib/.bigstringaf.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o examples/bin/.main.eobjs/byte/dune__exe__Main.cmo -c -impl examples/bin/main.ml)
File "examples/bin/main.ml", line 7, characters 6-8:
7 | let b3 = Bigstringaf.sub ~off:0 ~len:(1024 * 1024) in
^^
Error (warning 26 [unused-var]): unused variable b3.
File "examples/bin/main.ml", line 11, characters 6-9:
11 | let i64 = Bigstringaf.get_int64_be b 0 in
^^^
Error (warning 26 [unused-var]): unused variable i64.
File "examples/bin/main.ml", line 15, characters 6-9:
15 | let cmp = Bigstringaf.memcmp b 0 b2 0 (1024 * 1024) in
^^^
Error (warning 26 [unused-var]): unused variable cmp.
(cd _build/default/lib_test && ./test_bigstringaf.exe)
Testing `test suite'.
This run has ID `7R30GPNW'.
[OK] constructors 0 of_string.
[OK] safe operations 0 index out of bounds.
[OK] safe operations 1 getters.
[OK] safe operations 2 setters.
[OK] safe operations 3 blit.
[OK] safe operations 4 blit_to_bytes.
[OK] safe operations 5 blit_from_bytes.
[OK] safe operations 6 memcmp.
[OK] safe operations 7 memcmp_string.
[OK] safe operations 8 negative length.
[OK] safe operations 9 memchr.
[OK] unsafe operations 0 getters.
[OK] unsafe operations 1 setters.
[OK] unsafe operations 2 blit.
[OK] unsafe operations 3 blit_to_bytes.
[OK] unsafe operations 4 blit_from_bytes.
[OK] unsafe operations 5 memcmp.
[OK] unsafe operations 6 memcmp_string.
[OK] unsafe operations 7 memchr.
Full test results in `/src/_build/default/lib_test/_build/_tests/test suite'.
Test Successful in 0.001s. 19 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-17 19:56.34: Job failed: Failed: Build failed