Organisationsinhabitedtypebigstringaf045094 ()opensuse-15.6-4.14_opam-2.3

opensuse-15.6-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-03-19 18:26.29: New job: test inhabitedtype/bigstringaf https://github.com/inhabitedtype/bigstringaf.git#refs/pull/57/head (045094d3edcc96c501d4220c4061e53e9613ffa1) (linux-x86_64:opensuse-15.6-4.14_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b86121fc3de588dc0cc6cdb3e334b34f324a0d5e1af53f2dd6fc5d677ccb1f42
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/inhabitedtype/bigstringaf.git" && cd "bigstringaf" && git fetch origin "refs/pull/57/head" && git reset --hard 045094d3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b86121fc3de588dc0cc6cdb3e334b34f324a0d5e1af53f2dd6fc5d677ccb1f42
# opensuse-15.6-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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && 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.17.2 dune-configurator.3.17.2 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.12.0 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-03-19 18:26.29: Using cache hint "inhabitedtype/bigstringaf-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b86121fc3de588dc0cc6cdb3e334b34f324a0d5e1af53f2dd6fc5d677ccb1f42-opensuse-15.6-4.14_opam-2.3-a6aa1268186e18198655d0ad707cda5d"
2025-03-19 18:26.29: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b86121fc3de588dc0cc6cdb3e334b34f324a0d5e1af53f2dd6fc5d677ccb1f42)
(comment opensuse-15.6-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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && 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.17.2 dune-configurator.3.17.2 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.12.0 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-03-19 18:26.29: Waiting for resource in pool OCluster
2025-03-19 19:17.19: Waiting for worker…
2025-03-19 19:19.31: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 045094d Wasm runtime file


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b86121fc3de588dc0cc6cdb3e334b34f324a0d5e1af53f2dd6fc5d677ccb1f42)
2025-03-19 19:19.31 ---> using "3b7e8a4fb21f4034347e11519504df3808a360be032bbbf7c465c3f2423c3629" from cache


/: (comment opensuse-15.6-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-03-19 19:19.31 ---> using "f8d64e200258fee472f888537ceb960c5e22e288e48e49d7c445bb7a8c255d27" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-19 19:20.30 ---> saved as "a3c6816a84321cb1d33a816e8ee54eaa422a535338cf11ec5af37a2e19e94ad1"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-19 19:20.31 ---> saved as "7528dbfbe3383afd600072bc24930dbc369ace9c55e70a3b9e75078fd5686756"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-19 19:20.31 ---> saved as "4fad7a1ddfe50de196575d881f4ad00b5db49adda955546e96b25a8a842f96a5"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a8ed476033..6ccbe63dbf  master     -> origin/master
f92e43c2e4 Merge pull request #27617 from samoht/release-alcotest-1.9.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from 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-03-19 19:21.48 ---> saved as "52dc4689962b247c8d45b868469e034e9e22b6981d8c6109e3639c583a0af247"


/src: (copy (src bigstringaf.opam) (dst ./))
2025-03-19 19:21.48 ---> saved as "d79a1a083319bc12b7c17a8516043fc2bf85557214dc1787f91118c2c560d413"


/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-03-19 19:21.56 ---> saved as "4320a7c3765d4d23490edc350a8a3a0d22d8d11223fc1c6ecd151b4c84df4df4"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-19 19:21.56 ---> saved as "7930b042db1869e02e59dbf2fe4f04a7ea2b1ec89231d97bad4623f2c31eddf1"


/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.17.2 dune-configurator.3.17.2 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.12.0 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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ........
- ..........
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- ..
- .......
- .......
- ........
- .......
- .......
- ..........
- .........
- .........
- ..........
- .........
- ........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ........
- .........
- ..........
- .........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> 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-03-19 19:24.56 ---> saved as "0e193443194c3561fac4f3cd5f2c20571227103ac724668afd2a2d99f3e39bad"


/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.17.2
- install dune-configurator  3.17.2
- 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.12.0
- 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 ocaml-syntax-shims.1.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (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.17.2
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-19 19:25.50 ---> saved as "bf4b6bfb5e187015005de1ef55970435812adc04bad6d4298a3adb32c6dba135"


/src: (copy (src .) (dst /src))
2025-03-19 19:25.50 ---> saved as "4b9b54c88a57fcadcc56706a4bba312d4cdda7a4602d74d0f041070acf8fdcab"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_bigstringaf.exe)
Testing `test suite'.
This run has ID `WKNL49OE'.


[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.002s. 19 tests run.
2025-03-19 19:25.51 ---> saved as "8f9da7aa6bbd80b0147896c0009a0cec4ec0d999c32b3ea0dbf4e1ec70804e0f"
Job succeeded
2025-03-19 19:25.52: Job succeeded