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


Building on rosemary

(from freebsd)
2025-08-09 15:24.17 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-08-09 15:24.18 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" 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 906e75de03e24cb3c6bc68c71156a6dab70c1fa4"))
2025-08-09 15:24.18 ---> using "5241093af733962f2794564d2d3ad622acdee88b54f3aa41d94014c57f0eaeeb" 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:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-08-09 15:24.19 ---> using "e41ba047a44b5db1d07b28cfb21a101c0c390ab24e106380f80995b1ff8cbf4d" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3.0)
2025-08-09 15:24.19 ---> using "8402b3797b1f8f0ae15e8bbe5153cb5aa4671a035e4d051f59b03064063d73df" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-08-09 15:24.20 ---> using "c57eff434e6b957c9bdbb8279832de02d9b328f6cc8e6d10ac60ed92b89a40ff" from cache

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

Nothing to do.
The following actions will be performed:
=== install 21 packages
  - install base                    v0.17.3 [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.8.0   [required by stdlib-random]
  - install csexp                   1.5.2   [required by dune-configurator]
  - install dune                    3.19.1  [required by mutaml]
  - install dune-configurator       3.19.1  [required by base]
  - install mutaml                  0.3
  - install ocaml-compiler-libs     v0.17.0 [required by mutaml]
  - install ocaml_intrinsics_kernel v0.17.1 [required by base]
  - install octavius                1.2.2   [required by ppx_js_style]
  - install ppx_derivers            1.2.1   [required by mutaml]
  - install ppx_js_style            v0.17.0 [required by ppx_yojson_conv]
  - install ppx_yojson_conv         v0.17.0 [required by mutaml]
  - install ppx_yojson_conv_lib     v0.17.0 [required by ppx_yojson_conv]
  - install ppxlib                  0.35.0  [required by mutaml]
  - install sexplib0                v0.17.0 [required by base]
  - install stdlib-random           1.2.0   [required by mutaml]
  - install stdlib-shims            0.3.0   [required by ppxlib]
  - install yojson                  3.0.0   [required by mutaml]

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...
- [rosemary] Fetching data.pkg: 
- ..
- ...
- ....
- . done
- Processing entries: 
- .
- ...
- ..
- ..
- .
- . done
- FreeBSD repository update completed. 35654 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.2.1 -> 2.2.2
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.2.pkg: 
- ..
- ..
- ...
- ... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.2.1 to 2.2.2...
- [rosemary] [1/1] Extracting pkg-2.2.2: ..
- ........ done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	diffutils: 3.12
- 
- Number of packages to be installed: 1
- 
- The process will require 2 MiB more space.
- 387 KiB to be downloaded.
- [rosemary] [1/1] Fetching diffutils-3.12.pkg: 
- .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing diffutils-3.12...
- [rosemary] [1/1] Extracting diffutils-3.12: .......
- ... done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/62: [base.v0.17.3: extract]
Processing  2/62: [base.v0.17.3: extract]
Processing  3/62: [base.v0.17.3: extract]
Processing  4/62: [base.v0.17.3: extract]
Processing  5/62: [base.v0.17.3: extract] [cppo.1.8.0: extract]
Processing  6/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract]
Processing  7/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff]
Processing  8/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1]
Processing  9/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
+ /usr/bin/which "which" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing  9/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1]
-> installed conf-which.1
Processing 10/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1]
+ /bin/sh "-c" "command -v timeout || exit 1" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-timeout.1)
- /bin/timeout
-> compiled  conf-timeout.1
Processing 10/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff]
-> installed conf-timeout.1
Processing 11/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract] [conf-diffutils: gdiff]
+ /usr/local/bin/gdiff "--help" (CWD=/home/opam/.opam/5.3.0/.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 11/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract]
-> installed conf-diffutils.2
Processing 12/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [csexp.1.5.2: extract]
-> retrieved csexp.1.5.2  (cached)
Processing 12/62: [base.v0.17.3: extract] [cppo.1.8.0: extract]
Processing 13/62: [base.v0.17.3: extract] [cppo.1.8.0: extract] [dune.3.19.1, dune-configurator.3.19.1: extract]
-> retrieved cppo.1.8.0  (cached)
Processing 13/62: [base.v0.17.3: extract] [dune.3.19.1, dune-configurator.3.19.1: extract]
Processing 14/62: [base.v0.17.3: extract] [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: http]
-> retrieved base.v0.17.3  (cached)
Processing 14/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: http]
Processing 15/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: http] [ocaml-compiler-libs.v0.17.0: extract]
Processing 15/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: extract] [ocaml-compiler-libs.v0.17.0: extract]
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
Processing 15/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: extract]
Processing 16/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [mutaml.0.3: extract] [ocaml_intrinsics_kernel.v0.17.1: extract]
-> retrieved mutaml.0.3  (https://github.com/jmid/mutaml/archive/refs/tags/0.3.tar.gz)
Processing 16/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ocaml_intrinsics_kernel.v0.17.1: extract]
Processing 17/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ocaml_intrinsics_kernel.v0.17.1: extract] [octavius.1.2.2: extract]
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
Processing 17/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [octavius.1.2.2: extract]
Processing 18/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [octavius.1.2.2: extract] [ppx_derivers.1.2.1: extract]
-> retrieved octavius.1.2.2  (cached)
Processing 18/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_derivers.1.2.1: extract]
Processing 19/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_derivers.1.2.1: extract] [ppx_js_style.v0.17.0: http]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 19/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_js_style.v0.17.0: http]
Processing 20/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_js_style.v0.17.0: http] [ppx_yojson_conv.v0.17.0: http]
Processing 20/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_js_style.v0.17.0: extract] [ppx_yojson_conv.v0.17.0: http]
Processing 20/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_js_style.v0.17.0: extract] [ppx_yojson_conv.v0.17.0: extract]
-> retrieved ppx_js_style.v0.17.0  (https://github.com/janestreet/ppx_js_style/archive/refs/tags/v0.17.0.tar.gz)
Processing 20/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_yojson_conv.v0.17.0: extract]
Processing 21/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_yojson_conv.v0.17.0: extract] [ppx_yojson_conv_lib.v0.17.0: http]
-> retrieved ppx_yojson_conv.v0.17.0  (https://github.com/janestreet/ppx_yojson_conv/archive/refs/tags/v0.17.0.tar.gz)
Processing 21/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_yojson_conv_lib.v0.17.0: http]
Processing 22/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_yojson_conv_lib.v0.17.0: http] [ppxlib.0.35.0: extract]
Processing 22/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppx_yojson_conv_lib.v0.17.0: extract] [ppxlib.0.35.0: extract]
-> retrieved ppx_yojson_conv_lib.v0.17.0  (https://github.com/janestreet/ppx_yojson_conv_lib/archive/refs/tags/v0.17.0.tar.gz)
Processing 22/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract]
Processing 23/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract] [sexplib0.v0.17.0: extract]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 23/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract]
Processing 24/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract] [stdlib-random.1.2.0: http]
Processing 24/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract] [stdlib-random.1.2.0: extract]
-> retrieved stdlib-random.1.2.0  (https://github.com/ocaml/stdlib-random/archive/refs/tags/1.2.0.tar.gz)
Processing 24/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract]
Processing 25/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract] [stdlib-shims.0.3.0: extract]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 25/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract]
Processing 26/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [ppxlib.0.35.0: extract] [yojson.3.0.0: extract]
-> retrieved ppxlib.0.35.0  (cached)
Processing 26/62: [dune.3.19.1, dune-configurator.3.19.1: extract] [yojson.3.0.0: extract]
-> retrieved yojson.3.0.0  (cached)
Processing 26/62: [dune.3.19.1, dune-configurator.3.19.1: extract]

#=== ERROR while fetching sources for dune.3.19.1 and dune-configurator.3.19.1 #
OpamSolution.Fetch_fail("/usr/local/bin/opam: \"lstat\" failed on /tmp/opam-15648-bb749c/test/blackbox-tests/test-cases/virtual-libraries/variants-simple.t/vlib/vlib.mli: No such file or directory")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install base                    v0.17.3
| - install cppo                    1.8.0
| - install csexp                   1.5.2
| - install mutaml                  0.3
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install octavius                1.2.2
| - install ppx_derivers            1.2.1
| - install ppx_js_style            v0.17.0
| - install ppx_yojson_conv         v0.17.0
| - install ppx_yojson_conv_lib     v0.17.0
| - install ppxlib                  0.35.0
| - install sexplib0                v0.17.0
| - install stdlib-random           1.2.0
| - install stdlib-shims            0.3.0
| - install yojson                  3.0.0
+- 
+- The following actions failed
| - fetch dune.3.19.1, dune-configurator.3.19.1 
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-diffutils 2
| - install conf-timeout   1
| - install conf-which     1
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.3.0/.opam-switch/backup/state-20250809152424.export"
'opam install -vy mutaml.0.3' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y mutaml.0.3
opam install -vy mutaml.0.3
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: mutaml.0.3 | 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_61147_17878" "mount.fstab=/tmp/obuilder-jail-517eb3/fstab" "mount.devfs" "path=/obuilder/result/83f691e93e2f2a8ad213ffca52d65a47a860adb0121a63421c23c8398382ddc7/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y mutaml.0.3
opam install -vy mutaml.0.3
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: mutaml.0.3 | 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