On 11/03/2024 10:20 am, Jan Beulich wrote: > On 11.03.2024 11:09, GitLab wrote: >> >> Pipeline #1208444169 has failed! >> >> Project: xen ( https://gitlab.com/xen-project/hardware/xen ) >> Branch: staging ( >> https://gitlab.com/xen-project/hardware/xen/-/commits/staging ) >> >> Commit: 1396892d ( >> https://gitlab.com/xen-project/hardware/xen/-/commit/1396892d801cf148644cd5590be2f143648f9083 >> ) >> Commit Message: xen/ppc: switch PPC to use asm-generic/device.h... >> Commit Author: Oleksii Kurochko ( https://gitlab.com/olkur ) >> Committed by: Jan Beulich ( https://gitlab.com/jbeulich ) >> >> >> Pipeline #1208444169 ( >> https://gitlab.com/xen-project/hardware/xen/-/pipelines/1208444169 ) >> triggered by Jan Beulich ( https://gitlab.com/jbeulich ) >> had 2 failed jobs. >> >> Job #6362114743 ( >> https://gitlab.com/xen-project/hardware/xen/-/jobs/6362114743/raw ) >> >> Stage: build >> Name: alpine-3.18-gcc-debug > Perhaps a networking glitch: > > make[2]: Leaving directory > '/builds/xen-project/hardware/xen/extras/mini-os-remote' > touch mk-headers-x86_64 > wget: can't connect to remote host (104.239.192.120): Connection refused > wget: can't connect to remote host (104.239.192.120): Connection refused > make[1]: *** [Makefile:90: newlib-1.16.0.tar.gz] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make[1]: *** [Makefile:119: zlib-1.2.3.tar.gz] Error 1 > wget: can't connect to remote host (104.239.192.120): Connection refused > make[1]: *** [Makefile:139: pciutils-2.2.9.tar.bz2] Error 1 > make[1]: Leaving directory '/builds/xen-project/hardware/xen/stubdom' > make: *** [Makefile:151: install-stubdom] Error 2 > > >> Job #6362114850 ( >> https://gitlab.com/xen-project/hardware/xen/-/jobs/6362114850/raw ) >> >> Stage: build >> Name: debian-bookworm-gcc > Possibly here too: > > fatal: remote error: git-cache-proxy: git remote died with error exit code 1 > // Fetching origin // fatal: unable to access > 'https://xenbits.xen.org/git-http/mini-os.git/': Failed to connect to > xenbits.xen.org port 443: Connection refused // error: Could not fetch origin > make: *** [Makefile:23: mini-os-dir] Error 128 > make: *** Waiting for unfinished jobs....
The networking isn't as stable as would be idea. I just rerun these and they tend to go away. > > However, I'm puzzled by quite a few ocaml issues along the lines of > > File "config.ml", line 102, characters 16-31: > 102 | | Failure "int_of_string" -> append (k, "expect int arg") > ^^^^^^^^^^^^^^^ > Warning 52 [fragile-literal-pattern]: Code should not depend on the actual > values of > this constructor's arguments. They are only for information > and may change in future versions. (See manual section 11.5) > > Apparently just warnings, but the "Failure" in there makes them not appear > so at the first glance. "Failure" is just a type of exception in the Ocaml Language. This overall diagnostic is just a warning, and fixing it is one a todo list somewhere. ~Andrew