Organisationsmiragecheckseum33f923 (main)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:14.27: New job: test mirage/checkseum https://github.com/mirage/checkseum.git#refs/heads/main (33f923852958baa2791e2753fc1bd13841ad7234) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/checkseum.git" -b "main" && cd "checkseum" && git reset --hard 33f92385
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 checkseum.opam ./
RUN opam pin add -yn checkseum.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.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.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y checkseum.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-06-17 13:14.27: Using cache hint "mirage/checkseum-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-d3276068dec91752259f0f5bbfa64443"
2024-06-17 13:14.27: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src checkseum.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn checkseum.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.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.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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.1 --depext-only -y checkseum.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-06-17 13:14.27: Waiting for resource in pool OCluster
2024-06-17 16:37.02: Waiting for worker…
2024-06-17 17:35.39: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 33f9238 Merge pull request #85 from hannesm/fix-Wdeprecated-non-prototype


(from freebsd-ocaml-4.14)
2024-06-17 17:28.37 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-06-17 17:28.38 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-06-17 17:28.38 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 4.14.2
2.1.5
2024-06-17 17:28.39 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-17 17:28.39 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Constructing initial basis...
The following actions will be performed:
   install   host-arch-x86_64      1
   install   host-system-other     1
   recompile ocaml-options-vanilla 1      [upstream or system changes]
   recompile ocaml-base-compiler   4.14.2 [upstream or system changes]
   recompile ocaml-config          2      [upstream or system changes]
   recompile ocaml                 4.14.2 [uses ocaml-base-compiler, ocaml-config]
=====  2    4 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved ocaml-config.2  (cached)
 removed   ocaml-options-vanilla.1
 installed host-arch-x86_64.1
 installed host-system-other.1
 installed ocaml-options-vanilla.1
 retrieved ocaml-base-compiler.4.14.2  (cached)
 removed   ocaml.4.14.2
 removed   ocaml-config.2
 removed   ocaml-base-compiler.4.14.2
 installed ocaml-base-compiler.4.14.2
 installed ocaml-config.2
 installed ocaml.4.14.2
Done.
2024-06-17 17:28.40 ---> using "3ee98f7a7ddec5be06ba852175190e68f43107976b460318151f972d8995804e" from cache


/src: (copy (src checkseum.opam) (dst ./))
2024-06-17 17:28.43 ---> saved as "9a0b89adb18c62a54521ac8be319c60233786851902532fb38078ab19fc24090"


/src: (run (network host)
           (shell "opam pin add -yn checkseum.dev './'"))
[checkseum.dev] synchronised (file:///src)
checkseum is now pinned to file:///src (version dev)
2024-06-17 17:28.48 ---> saved as "4d6eee41fa61fca480c74e787fc95c7ca9917f50ed1ac63b17e210a9e201fc92"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.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.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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.1 --depext-only -y checkseum.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


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


[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
2024-06-17 17:29.22 ---> saved as "c62642ef634a8d6eb7689d72c93669a07ae5c0ffede0466534222116b6e45a9c"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild         0.14.3
   install dune               3.16.0
   install ocamlfind          1.9.6
   install cmdliner           1.3.0
   install seq                base
   install stdlib-shims       0.3.0
   install optint             0.3.0
   install ocaml-syntax-shims 1.0.0
   install csexp              1.5.2
   install topkg              1.0.7
   install re                 1.11.0
   install dune-configurator  3.16.0
   install uutf               1.0.3
   install rresult            0.7.0
   install fmt                0.9.0
   install astring            0.8.5
   install logs               0.7.0
   install fpath              0.7.3
   install alcotest           1.7.0
   install bos                0.2.1
=====  20 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved alcotest.1.7.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved optint.0.3.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved seq.base  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved dune-configurator.3.16.0  (cached)
 installed cmdliner.1.3.0
 installed seq.base
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed uutf.1.0.3
 installed fmt.0.9.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed logs.0.7.0
 installed bos.0.2.1
 installed dune.3.16.0
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed re.1.11.0
 installed optint.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed dune-configurator.3.16.0
 installed alcotest.1.7.0
Done.
2024-06-17 17:33.10 ---> saved as "3cd3a69def613cc3afc08b368455fa0648c2f9fb3c0cc051dacb9492b8357174"


/src: (copy (src .) (dst /src))
2024-06-17 17:33.13 ---> saved as "d639c89ccebc79495831389ddf5ea6aab7f42baeadbd57f7271476ef31ffcdf1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/ocaml && ./test.exe --color=always)
Testing `checkseum'.
This run has ID `HYIC3FMN'.


  [OK]          adler32          0   0.
  [OK]          adler32          1   1.
  [OK]          adler32          2   2.
  [OK]          adler32          3   3.
  [OK]          adler32          4   4.
  [OK]          adler32          5   5.
  [OK]          crc32c           0   0.
  [OK]          crc32c           1   1.
  [OK]          crc32c           2   2.
  [OK]          crc32c           3   3.
  [OK]          crc32c           4   4.
  [OK]          crc32            0   0.
  [OK]          crc32            1   1.
  [OK]          crc32            2   2.
  [OK]          crc32            3   3.
  [OK]          crc32            4   4.
  [OK]          crc32            5   5.
  [OK]          crc24            0   0.
  [OK]          crc24            1   1.
  [OK]          crc24            2   2.
  [OK]          crc24            3   3.


Full test results in `/src/_build/default/test/ocaml/_build/_tests/checkseum'.
Test Successful in 0.006s. 21 tests run.
(cd _build/default/test/c && ./test.exe --color=always)
Testing `checkseum'.
This run has ID `JGW7G5JJ'.


  [OK]          adler32          0   0.
  [OK]          adler32          1   1.
  [OK]          adler32          2   2.
  [OK]          adler32          3   3.
  [OK]          adler32          4   4.
  [OK]          adler32          5   5.
  [OK]          crc32c           0   0.
  [OK]          crc32c           1   1.
  [OK]          crc32c           2   2.
  [OK]          crc32c           3   3.
  [OK]          crc32c           4   4.
  [OK]          crc32            0   0.
  [OK]          crc32            1   1.
  [OK]          crc32            2   2.
  [OK]          crc32            3   3.
  [OK]          crc32            4   4.
  [OK]          crc32            5   5.
  [OK]          crc24            0   0.
  [OK]          crc24            1   1.
  [OK]          crc24            2   2.
  [OK]          crc24            3   3.


Full test results in `/src/_build/default/test/c/_build/_tests/checkseum'.
Test Successful in 0.011s. 21 tests run.
2024-06-17 17:33.22 ---> saved as "801a47a637664679f4d7d8309a6b2e52ad471cf2a8105d4dec9ae03d988b6928"
Job succeeded
2024-06-17 17:40.31: Job succeeded