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


Building on odawa

(from windows-server-2022-amd64-ocaml-5.3)
2025-01-16 10:16.32 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" 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 "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2025-01-16 10:16.32 ---> using "75bf3fbea1cbc65a9803f40104651d67c546cddf5606f6a4af6db8fca92eb5c0" 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 fa60a1c9467beffc47d1748db9da7e933389ef8d"))
2025-01-16 10:16.32 ---> using "a95350463b4d8b8cecd3d19621c83d246178471f34d479391d6b46c004ecd8d2" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))

User configuration:
  Updating ~\.bash_profile.
[NOTE] Make sure that ~\.bash_profile is well sourced in your ~/.bashrc.

  Added 9 lines after line 1 in ~\.bash_profile.
2025-01-16 10:16.32 ---> using "17fb56c6e3ec72cd7ce21154cdca7b0304a6d009e83eb38c0e9a708e5f04c4a6" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
        (network host)
        (shell "opam switch create --repositories=default '5.3' '5.3.0'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed arch-x86_64.1
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-mingw.1
-> retrieved flexdll.0.43  (cached)
-> retrieved ocaml-config.3  (cached)
-> installed flexdll.0.43
-> installed ocaml-options-vanilla.1
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> installed conf-mingw-w64-gcc-x86_64.1
-> installed ocaml-env-mingw64.1
-> installed system-mingw.1
-> installed mingw-w64-shims.0.2.0
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
-> 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)
2025-01-16 10:16.32 ---> using "c399a41f12441caf534d6b480e348af3b7ac66dba41196a2baf6de57486e8a36" from cache

/: (run (network host)
        (shell "opam update --depexts"))
2025-01-16 10:16.32 ---> using "3f0dad7ff4433bab4d8eb2e737c8beb229211e4a5777141c4f5a1d5e6a74a51a" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
        (network host)
        (shell  "\
               \nopam remove -y \"json_decoder.0.1.1\"\
               \nopam install -vy \"json_decoder.0.1.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"json_decoder.0.1.1\" | grep -q '\"windows-server-2022-amd64-ocaml-5.3\"'; 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"))
Nothing to do.
[NOTE] json_decoder.0.1.1 is not installed.

The following actions will be performed:
=== install 8 packages
  - install biniou        1.2.2  [required by yojson]
  - install camlp-streams 5.0.1  [required by biniou]
  - install cppo          1.8.0  [required by yojson]
  - install dune          3.17.1 [required by json_decoder]
  - install easy-format   1.3.4  [required by yojson]
  - install json_decoder  0.1.1
  - install result        1.5    [required by json_decoder]
  - install yojson        1.7.0  [required by json_decoder]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/24: [biniou.1.2.2: extract]
Processing  2/24: [biniou.1.2.2: extract] [camlp-streams.5.0.1: extract]
Processing  3/24: [biniou.1.2.2: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: http]
-> retrieved biniou.1.2.2  (cached)
Processing  3/24: [camlp-streams.5.0.1: extract] [cppo.1.8.0: http]
Processing  4/24: [camlp-streams.5.0.1: extract] [cppo.1.8.0: http] [dune.3.17.1: http]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  4/24: [cppo.1.8.0: http] [dune.3.17.1: http]
Processing  5/24: [cppo.1.8.0: http] [dune.3.17.1: http] [easy-format.1.3.4: extract]
-> retrieved easy-format.1.3.4  (cached)
Processing  5/24: [cppo.1.8.0: http] [dune.3.17.1: http]
Processing  6/24: [cppo.1.8.0: http] [dune.3.17.1: http] [json_decoder.0.1.1: http]
Processing  6/24: [cppo.1.8.0: extract] [dune.3.17.1: http] [json_decoder.0.1.1: http]
Processing  6/24: [cppo.1.8.0: extract] [dune.3.17.1: extract] [json_decoder.0.1.1: http]
-> retrieved cppo.1.8.0  (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
Processing  6/24: [dune.3.17.1: extract] [json_decoder.0.1.1: http]
Processing  7/24: [dune.3.17.1: extract] [json_decoder.0.1.1: http] [result.1.5: extract]
Processing  7/24: [dune.3.17.1: extract] [json_decoder.0.1.1: extract] [result.1.5: extract]
-> retrieved result.1.5  (cached)
Processing  7/24: [dune.3.17.1: extract] [json_decoder.0.1.1: extract]
Processing  8/24: [dune.3.17.1: extract] [json_decoder.0.1.1: extract] [yojson.1.7.0: extract]
-> retrieved json_decoder.0.1.1  (https://github.com/dagoof/ocaml-json-decoder/releases/download/v0.1.1/json_decoder-0.1.1.tbz)
Processing  8/24: [dune.3.17.1: extract] [yojson.1.7.0: extract]
-> retrieved yojson.1.7.0  (cached)
Processing  8/24: [dune.3.17.1: extract]
-> retrieved dune.3.17.1  (https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz)
Processing  9/24: [dune: ocaml 31]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\ocaml.exe "boot/bootstrap.ml" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.17.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 31
- cd _boot && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads ocamlc_loc.mli
- File "otherlibs/ocamlc-loc/src\\ocamlc_loc.mli", line 1, characters 4-9:

- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context

- cd _boot && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads dune_action_plugin.mli
- File "otherlibs/dune-action-plugin/src\\dune_action_plugin.mli", line 1, characters 4-9:

- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context

- 


Processing  9/24: [dune: ./_boot/dune.exe build]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.17.1\./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.17.1)
-> compiled  dune.3.17.1
-> installed dune.3.17.1
Processing 11/24: [camlp-streams: dune build]
Processing 12/24: [camlp-streams: dune build] [cppo: dune build]
Processing 13/24: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
Processing 14/24: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build] [result: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "easy-format" "-j" "31" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\easy-format.1.3.4)
-> compiled  easy-format.1.3.4
Processing 14/24: [camlp-streams: dune build] [cppo: dune build] [result: dune build]
-> installed easy-format.1.3.4
Processing 15/24: [camlp-streams: dune build] [cppo: dune build] [result: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "result" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\result.1.5)
-> compiled  result.1.5
Processing 15/24: [camlp-streams: dune build] [cppo: dune build]
-> installed result.1.5
Processing 16/24: [camlp-streams: dune build] [cppo: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "camlp-streams" "-j" "31" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 16/24: [cppo: dune build]
-> installed camlp-streams.5.0.1
Processing 17/24: [cppo: dune build]
Processing 18/24: [biniou: dune build] [cppo: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "cppo" "-j" "31" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\cppo.1.8.0)
-> compiled  cppo.1.8.0
Processing 18/24: [biniou: dune build]
-> installed cppo.1.8.0
Processing 19/24: [biniou: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "biniou" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\biniou.1.2.2)
-> compiled  biniou.1.2.2
-> installed biniou.1.2.2
Processing 21/24: [yojson: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "yojson" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\yojson.1.7.0)
-> compiled  yojson.1.7.0
-> installed yojson.1.7.0
Processing 23/24: [json_decoder: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "json_decoder" "-j" "31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\json_decoder.0.1.1)
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlc.opt.exe -w -40 -g -bin-annot -bin-annot-occurrences -I src/.json_decoder.objs/byte -I C:\Users\opam\AppData\Local\opam\5.3\lib\biniou -I C:\Users\opam\AppData\Local\opam\5.3\lib\camlp-streams -I C:\Users\opam\AppData\Local\opam\5.3\lib\easy-format -I C:\Users\opam\AppData\Local\opam\5.3\lib\result -I C:\Users\opam\AppData\Local\opam\5.3\lib\yojson -no-alias-deps -o src/.json_decoder.objs/byte/json_decoder.cmi -c -intf src/json_decoder.mli)
- File "src/json_decoder.mli", line 12, characters 22-39:
- 12 | val value_of_yojson : Yojson.Basic.json -> value
-                            ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src/json_decoder.mli", line 13, characters 31-48:
- 13 | val value_to_yojson : value -> Yojson.Basic.json
-                                     ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlc.opt.exe -w -40 -g -bin-annot -bin-annot-occurrences -I src/.json_decoder.objs/byte -I C:\Users\opam\AppData\Local\opam\5.3\lib\biniou -I C:\Users\opam\AppData\Local\opam\5.3\lib\camlp-streams -I C:\Users\opam\AppData\Local\opam\5.3\lib\easy-format -I C:\Users\opam\AppData\Local\opam\5.3\lib\result -I C:\Users\opam\AppData\Local\opam\5.3\lib\yojson -intf-suffix .ml -no-alias-deps -o src/.json_decoder.objs/byte/json_decoder.cmo -c -impl src/json_decoder.ml)
- File "src/json_decoder.ml", line 29, characters 13-30:
- 29 | type value = Yojson.Basic.json
-                   ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -w -40 -g -I src/.json_decoder.objs/byte -I src/.json_decoder.objs/native -I C:\Users\opam\AppData\Local\opam\5.3\lib\biniou -I C:\Users\opam\AppData\Local\opam\5.3\lib\camlp-streams -I C:\Users\opam\AppData\Local\opam\5.3\lib\easy-format -I C:\Users\opam\AppData\Local\opam\5.3\lib\result -I C:\Users\opam\AppData\Local\opam\5.3\lib\yojson -intf-suffix .ml -no-alias-deps -o src/.json_decoder.objs/native/json_decoder.cmx -c -impl src/json_decoder.ml)
- File "src/json_decoder.ml", line 29, characters 13-30:
- 29 | type value = Yojson.Basic.json
-                   ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-> compiled  json_decoder.0.1.1
-> installed json_decoder.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-16 10:17.54 ---> saved as "d41671bff9bbf08f556b1bfada47fe852c770c298ccce86b9d4ec1a8fbba9f56"
Job succeeded