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


Building on summer

(from freebsd)
2023-12-07 04:20.19 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2023-12-07 04:20.20 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" 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 db007ce67660e05f4096cd2d649620c6d263f526"))
2023-12-07 04:20.20 ---> using "04c1203233a2db25a6851d87e688705ada5ae5b342497668311ca67cb8407f6e" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  /usr/home/opam/.profile is already up-to-date.
[NOTE] Make sure that /usr/home/opam/.profile is well sourced in your ~/.bashrc.

2023-12-07 04:20.20 ---> using "ab803a0afebc27d94d588b5705c6b507f7062904ff938b923a2e1cede1272dd2" from cache

/: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2023-12-07 04:20.20 ---> using "72838ae8225abda2ff10b1886e7095406b7ef9fb91ef5f653fdfcce6956e28d4" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2023-12-07 04:20.20 ---> using "76411b9725a02f946b8e3aa05bb780b2561d2ff0c520cbff55bfbcfcbe8727d2" from cache

/: (env OCAMLPARAM warn-error=+8,_)

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

Nothing to do.
The following actions will be performed:
=== install 21 packages
  - install base                v0.15.1 [required by ppx_yojson_conv]
  - install conf-diffutils      2       [required by mutaml]
  - install conf-timeout        1       [required by mutaml]
  - install conf-which          1       [required by mutaml]
  - install cppo                1.6.9   [required by stdlib-random]
  - install csexp               1.5.2   [required by dune-configurator]
  - install dune                3.12.1  [required by mutaml]
  - install dune-configurator   3.12.1  [required by base]
  - install mutaml              0.1.0
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install octavius            1.2.2   [required by ppx_js_style]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ppx_js_style        v0.15.0 [required by ppx_yojson_conv]
  - install ppx_yojson_conv     v0.15.1 [required by mutaml]
  - install ppx_yojson_conv_lib v0.15.0 [required by ppx_yojson_conv]
  - install ppxlib              0.27.0  [required by mutaml]
  - install seq                 base    [required by yojson]
  - install sexplib0            v0.15.1 [required by base]
  - install stdlib-random       1.1.0   [required by mutaml]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install yojson              2.1.2   [required by ppx_yojson_conv_lib]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "diffutils"
- Updating FreeBSD repository catalogue...
- [summer] Fetching packagesite.pkg: ....
- ...... done
- Processing entries: 
- .
- .
- .
- ..
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34087 packages processed.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	diffutils: 3.8
- 	libsigsegv: 2.14
- 
- Number of packages to be installed: 2
- 
- The process will require 2 MiB more space.
- 357 KiB to be downloaded.
- [summer] [1/2] Fetching libsigsegv-2.14.pkg: ......... done
- [summer] [2/2] Fetching diffutils-3.8.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/2] Installing libsigsegv-2.14...
- [summer] [1/2] Extracting libsigsegv-2.14: ........ done
- [summer] [2/2] Installing diffutils-3.8...
- [summer] [2/2] Extracting diffutils-3.8: .......... done
- =====
- Message from libsigsegv-2.14:
- 
- --
- Note that the stackoverflow handling functions of this library need
- procfs mounted on /proc.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/62:
Processing  2/62:
Processing  3/62:
Processing  4/62:
Processing  5/62:
Processing  6/62:
Processing  7/62: [conf-diffutils: gdiff]
Processing  8/62: [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1]
Processing  9/62: [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
+ /usr/local/bin/gdiff "--help" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/conf-diffutils.2)
- Usage: /usr/local/bin/gdiff [OPTION]... FILES
- Compare FILES line by line.
- 
- Mandatory arguments to long options are mandatory for short options too.
-       --normal                  output a normal diff (the default)
-   -q, --brief                   report only when files differ
-   -s, --report-identical-files  report when two files are the same
-   -c, -C NUM, --context[=NUM]   output NUM (default 3) lines of copied context
-   -u, -U NUM, --unified[=NUM]   output NUM (default 3) lines of unified context
-   -e, --ed                      output an ed script
-   -n, --rcs                     output an RCS format diff
-   -y, --side-by-side            output in two columns
-   -W, --width=NUM               output at most NUM (default 130) print columns
-       --left-column             output only the left column of common lines
-       --suppress-common-lines   do not output common lines
- 
-   -p, --show-c-function         show which C function each change is in
-   -F, --show-function-line=RE   show the most recent line matching RE
-       --label LABEL             use LABEL instead of file name and timestamp
-                                   (can be repeated)
- 
-   -t, --expand-tabs             expand tabs to spaces in output
-   -T, --initial-tab             make tabs line up by prepending a tab
-       --tabsize=NUM             tab stops every NUM (default 8) print columns
-       --suppress-blank-empty    suppress space or tab before empty output lines
-   -l, --paginate                pass output through 'pr' to paginate it
- 
-   -r, --recursive                 recursively compare any subdirectories found
-       --no-dereference            don't follow symbolic links
-   -N, --new-file                  treat absent files as empty
-       --unidirectional-new-file   treat absent first files as empty
-       --ignore-file-name-case     ignore case when comparing file names
-       --no-ignore-file-name-case  consider case when comparing file names
-   -x, --exclude=PAT               exclude files that match PAT
-   -X, --exclude-from=FILE         exclude files that match any pattern in FILE
-   -S, --starting-file=FILE        start with FILE when comparing directories
-       --from-file=FILE1           compare FILE1 to all operands;
-                                     FILE1 can be a directory
-       --to-file=FILE2             compare all operands to FILE2;
-                                     FILE2 can be a directory
- 
-   -i, --ignore-case               ignore case differences in file contents
-   -E, --ignore-tab-expansion      ignore changes due to tab expansion
-   -Z, --ignore-trailing-space     ignore white space at line end
-   -b, --ignore-space-change       ignore changes in the amount of white space
-   -w, --ignore-all-space          ignore all white space
-   -B, --ignore-blank-lines        ignore changes where lines are all blank
-   -I, --ignore-matching-lines=RE  ignore changes where all lines match RE
- 
-   -a, --text                      treat all files as text
-       --strip-trailing-cr         strip trailing carriage return on input
- 
-   -D, --ifdef=NAME                output merged file with '#ifdef NAME' diffs
-       --GTYPE-group-format=GFMT   format GTYPE input groups with GFMT
-       --line-format=LFMT          format all input lines with LFMT
-       --LTYPE-line-format=LFMT    format LTYPE input lines with LFMT
-     These format options provide fine-grained control over the output
-       of diff, generalizing -D/--ifdef.
-     LTYPE is 'old', 'new', or 'unchanged'.  GTYPE is LTYPE or 'changed'.
-     GFMT (only) may contain:
-       %<  lines from FILE1
-       %>  lines from FILE2
-       %=  lines common to FILE1 and FILE2
-       %[-][WIDTH][.[PREC]]{doxX}LETTER  printf-style spec for LETTER
-         LETTERs are as follows for new group, lower case for old group:
-           F  first line number
-           L  last line number
-           N  number of lines = L-F+1
-           E  F-1
-           M  L+1
-       %(A=B?T:E)  if A equals B then T else E
-     LFMT (only) may contain:
-       %L  contents of line
-       %l  contents of line, excluding any trailing newline
-       %[-][WIDTH][.[PREC]]{doxX}n  printf-style spec for input line number
-     Both GFMT and LFMT may contain:
-       %%  %
-       %c'C'  the single character C
-       %c'\OOO'  the character with octal code OOO
-       C    the character C (other characters represent themselves)
- 
-   -d, --minimal            try hard to find a smaller set of changes
-       --horizon-lines=NUM  keep NUM lines of the common prefix and suffix
-       --speed-large-files  assume large files and many scattered small changes
-       --color[=WHEN]       color output; WHEN is 'never', 'always', or 'auto';
-                              plain --color means --color='auto'
-       --palette=PALETTE    the colors to use when --color is active; PALETTE is
-                              a colon-separated list of terminfo capabilities
- 
-       --help               display this help and exit
-   -v, --version            output version information and exit
- 
- FILES are 'FILE1 FILE2' or 'DIR1 DIR2' or 'DIR FILE' or 'FILE DIR'.
- If --from-file or --to-file is given, there are no restrictions on FILE(s).
- If a FILE is '-', read standard input.
- Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
- 
- Report bugs to: bug-diffutils@gnu.org
- GNU diffutils home page: <https://www.gnu.org/software/diffutils/>
- General help using GNU software: <https://www.gnu.org/gethelp/>
-> compiled  conf-diffutils.2
Processing  9/62: [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
-> installed conf-diffutils.2
Processing 10/62: [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
+ /usr/bin/which "which" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing 10/62: [conf-timeout: sh command -v timeout || exit 1]
-> installed conf-which.1
Processing 11/62: [conf-timeout: sh command -v timeout || exit 1]
+ /bin/sh "-c" "command -v timeout || exit 1" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/conf-timeout.1)
- /bin/timeout
-> compiled  conf-timeout.1
Processing 11/62:
-> installed conf-timeout.1
Processing 12/62:
-> retrieved csexp.1.5.2  (cached)
Processing 13/62:
-> retrieved cppo.1.6.9  (cached)
Processing 14/62: [mutaml.0.1.0: http]
-> retrieved base.v0.15.1  (cached)
Processing 15/62: [mutaml.0.1.0: http]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 16/62: [mutaml.0.1.0: http]
-> retrieved octavius.1.2.2  (cached)
Processing 17/62: [mutaml.0.1.0: http]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 18/62: [mutaml.0.1.0: http]
-> retrieved ppx_js_style.v0.15.0  (cached)
Processing 19/62: [mutaml.0.1.0: http]
-> retrieved ppx_yojson_conv.v0.15.1  (cached)
Processing 20/62: [mutaml.0.1.0: http]
-> retrieved ppx_yojson_conv_lib.v0.15.0  (cached)
Processing 21/62: [mutaml.0.1.0: http] [ppxlib.0.27.0: http]
Processing 21/62: [ppxlib.0.27.0: http]
-> retrieved mutaml.0.1.0  (https://github.com/jmid/mutaml/archive/0.1.tar.gz)
Processing 22/62: [ppxlib.0.27.0: http]
Processing 23/62: [ppxlib.0.27.0: http]
Processing 24/62: [ppxlib.0.27.0: http]
-> installed seq.base
Processing 25/62: [ppxlib.0.27.0: http]
-> retrieved sexplib0.v0.15.1  (cached)
Processing 26/62: [ppxlib.0.27.0: http] [stdlib-random.1.1.0: http]
Processing 26/62: [stdlib-random.1.1.0: http]
-> retrieved ppxlib.0.27.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.27.0/ppxlib-0.27.0.tbz)
Processing 27/62: [stdlib-random.1.1.0: http]
Processing 27/62:
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 28/62:
-> retrieved stdlib-random.1.1.0  (https://github.com/ocaml/stdlib-random/releases/download/1.1.0/stdlib-random-1.1.0.tbz)
-> retrieved yojson.2.1.2  (cached)
-> retrieved dune.3.12.1, dune-configurator.3.12.1  (cached)
Processing 29/62: [dune: ocaml 15]
+ /usr/home/opam/.opam/4.14.1/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.12.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 15
- cd _boot && /usr/home/opam/.opam/4.14.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
- Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
- Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
- Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 

[ERROR] The compilation of dune.3.12.1 failed at "ocaml boot/bootstrap.ml -j 15".

#=== ERROR while compiling dune.3.12.1 ========================================#
# context              2.2.0~alpha3~dev | freebsd/x86_64 | ocaml-base-compiler.4.14.1 | file:///usr/home/opam/opam-repository
# path                 /usr/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.12.1
# command              /usr/home/opam/.opam/4.14.1/bin/ocaml boot/bootstrap.ml -j 15
# exit-code            2
# env-file             /usr/home/opam/.opam/log/dune-92980-3da819.env
# output-file          /usr/home/opam/.opam/log/dune-92980-3da819.out
### output ###
# [...]
# Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# Checksum_mismatch _
# File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
# Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# Checksum_mismatch _
# File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
# Error (warning 8 [partial-match]): this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# Checksum_mismatch _
# 




<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install base                v0.15.1
| - install cppo                1.6.9
| - install csexp               1.5.2
| - install dune-configurator   3.12.1
| - install mutaml              0.1.0
| - install ocaml-compiler-libs v0.12.4
| - install octavius            1.2.2
| - install ppx_derivers        1.2.1
| - install ppx_js_style        v0.15.0
| - install ppx_yojson_conv     v0.15.1
| - install ppx_yojson_conv_lib v0.15.0
| - install ppxlib              0.27.0
| - install sexplib0            v0.15.1
| - install stdlib-random       1.1.0
| - install stdlib-shims        0.3.0
| - install yojson              2.1.2
+- 
+- The following actions failed
| - build dune 3.12.1
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-diffutils 2
| - install conf-timeout   1
| - install conf-which     1
| - install seq            base
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/usr/home/opam/.opam/4.14.1/.opam-switch/backup/state-20231207042025.export"
'opam install -vy mutaml.0.1.0' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OCAMLPARAM='warn-error=+8,_' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "mutaml.0.1.0"
opam install -vy "mutaml.0.1.0"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "mutaml.0.1.0" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
': failed
"jail" "-c" "name=obuilder_42076_28539" "mount.fstab=/tmp/obuilder-jail-81cfd0/fstab" "mount.devfs" "path=/obuilder/result/2a2921e7a1889be184ba1cdfea5a49a54b400ca67cdd1ced1e1c5f72b44796a4/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OCAMLPARAM='warn-error=+8,_' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "mutaml.0.1.0"
opam install -vy "mutaml.0.1.0"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "mutaml.0.1.0" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
'" failed with exit status 1
Failed: Build failed