https://git.altlinux.org/tasks/408598/logs/events.4.1.log
https://packages.altlinux.org/tasks/408598

subtask  name                       aarch64    i586  x86_64
   #200  zoryn                         2:29       -       -
   #360  ocaml-atd                     3:19    1:48    2:21
   #400  ocaml-gapi                       ?      50      58
   #500  ocaml-merlin                     ?    1:21    1:35
   #600  ocaml-ppx_yojson_conv_lib        ?      20       ?
   #700  ocaml-lsp                        ?  failed       ?

2026-Feb-21 16:06:38 :: task #408598 for sisyphus resumed by rider:
2026-Feb-21 16:06:38 :: message: update ocaml-yonson
#100 build 3.0.0-alt1 from /people/rider/packages/ocaml-yojson.git fetched at 
2026-Feb-18 11:01:59
#200 build 0.19.0-alt1 from /gears/z/zoryn.git fetched at 2026-Feb-18 11:09:53 
from sisyphus
#300 removed
#340 removed
#360 build 3.0.1-alt1 from /people/rider/packages/ocaml-atd.git fetched at 
2026-Feb-21 16:06:26
#400 build 0.4.5-alt2 from /gears/o/ocaml-gapi.git fetched at 2026-Feb-18 
11:12:34 from sisyphus
#500 build 5.4.503-alt1 from /gears/o/ocaml-merlin.git fetched at 2026-Feb-18 
11:14:47 from sisyphus
#600 build 0.17.0-alt1 from /gears/o/ocaml-ppx_yojson_conv_lib.git fetched at 
2026-Feb-18 11:15:20 from sisyphus
#700 build 1.22.0-alt1 from /gears/o/ocaml-lsp.git fetched at 2026-Feb-18 
11:16:49 from sisyphus
2026-Feb-21 16:06:39 :: created build repo
2026-Feb-21 16:06:40 :: [i586] #100 ocaml-yojson.git 3.0.0-alt1: build start
2026-Feb-21 16:06:40 :: [x86_64] #100 ocaml-yojson.git 3.0.0-alt1: build start
2026-Feb-21 16:06:40 :: [aarch64] #100 ocaml-yojson.git 3.0.0-alt1: build start
2026-Feb-21 16:06:59 :: [i586] #100 ocaml-yojson.git 3.0.0-alt1: build OK 
(cached)
2026-Feb-21 16:06:59 :: [i586] #200 zoryn.git 0.19.0-alt1: build start
2026-Feb-21 16:06:59 :: [x86_64] #100 ocaml-yojson.git 3.0.0-alt1: build OK 
(cached)
2026-Feb-21 16:06:59 :: [x86_64] #200 zoryn.git 0.19.0-alt1: build start
2026-Feb-21 16:07:07 :: [i586] #200 zoryn.git 0.19.0-alt1: build SKIPPED
2026-Feb-21 16:07:07 :: [i586] #360 ocaml-atd.git 3.0.1-alt1: build start
2026-Feb-21 16:07:09 :: [x86_64] #200 zoryn.git 0.19.0-alt1: build OK (cached)
2026-Feb-21 16:07:09 :: [x86_64] #360 ocaml-atd.git 3.0.1-alt1: build start
2026-Feb-21 16:07:23 :: [aarch64] #100 ocaml-yojson.git 3.0.0-alt1: build OK 
(cached)
2026-Feb-21 16:07:24 :: [aarch64] #200 zoryn.git 0.19.0-alt1: build start
2026-Feb-21 16:08:55 :: [i586] #360 ocaml-atd.git 3.0.1-alt1: build OK
2026-Feb-21 16:08:56 :: [i586] #400 ocaml-gapi.git 0.4.5-alt2: build start
2026-Feb-21 16:09:30 :: [x86_64] #360 ocaml-atd.git 3.0.1-alt1: build OK
2026-Feb-21 16:09:30 :: [x86_64] #400 ocaml-gapi.git 0.4.5-alt2: build start
2026-Feb-21 16:09:46 :: [i586] #400 ocaml-gapi.git 0.4.5-alt2: build OK
2026-Feb-21 16:09:46 :: [i586] #500 ocaml-merlin.git 5.4.503-alt1: build start
2026-Feb-21 16:09:53 :: [aarch64] #200 zoryn.git 0.19.0-alt1: build OK
2026-Feb-21 16:09:53 :: [aarch64] #360 ocaml-atd.git 3.0.1-alt1: build start
2026-Feb-21 16:10:28 :: [x86_64] #400 ocaml-gapi.git 0.4.5-alt2: build OK
2026-Feb-21 16:10:28 :: [x86_64] #500 ocaml-merlin.git 5.4.503-alt1: build start
2026-Feb-21 16:11:07 :: [i586] #500 ocaml-merlin.git 5.4.503-alt1: build OK
2026-Feb-21 16:11:07 :: [i586] #600 ocaml-ppx_yojson_conv_lib.git 0.17.0-alt1: 
build start
2026-Feb-21 16:11:27 :: [i586] #600 ocaml-ppx_yojson_conv_lib.git 0.17.0-alt1: 
build OK
2026-Feb-21 16:11:27 :: [i586] #700 ocaml-lsp.git 1.22.0-alt1: build start
[i586] 34 |   | UnknownNotification n -> (n.params :> Json.t option)
[i586] Error: Type "Jsonrpc.Structured.t option" is not a subtype of
[i586]          "Lsp__.Import.Json.t option"
[i586] --
[i586] 82 |   | UnknownNotification n -> (n.params :> Json.t option)
[i586] Error: Type "Jsonrpc.Structured.t option" is not a subtype of
[i586]          "Lsp__.Import.Json.t option"
[i586] --
[i586] 239 |     let+ params = parse InitializeParams.t_of_yojson in
[i586] Error: The value "InitializeParams.t_of_yojson" has type
[i586]          "Yojson.Safe.t -> Lsp__.Types.InitializeParams.t"
[i586] --
[i586] 5215 |        iter field_yojsons;
[i586] Error: The value "field_yojsons" has type
[i586]          "(string * Ppx_yojson_conv_lib.Yojson.Safe.t) list"
2026-Feb-21 16:11:49 :: [i586] ocaml-lsp.git 1.22.0-alt1: remote: build failed
2026-Feb-21 16:11:49 :: [i586] #700 ocaml-lsp.git 1.22.0-alt1: build FAILED
2026-Feb-21 16:11:49 :: [i586] requesting cancellation of task processing
2026-Feb-21 16:12:03 :: [x86_64] #500 ocaml-merlin.git 5.4.503-alt1: build OK
2026-Feb-21 16:12:03 :: [x86_64] task processing CANCELLED
2026-Feb-21 16:13:12 :: [aarch64] #360 ocaml-atd.git 3.0.1-alt1: build OK
2026-Feb-21 16:13:12 :: [aarch64] task processing CANCELLED
2026-Feb-21 16:11:49 :: [i586] build FAILED
2026-Feb-21 16:12:03 :: [x86_64] build FAILED
2026-Feb-21 16:13:12 :: [aarch64] build FAILED
2026-Feb-21 16:13:12 :: task #408598 for sisyphus FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger

Reply via email to