Build:
  1. 0
2026-01-07 22:00.10: New job: docker build {
                                             "commit": "f069cbefabdbebf2f8c7dcf692ca363a1646ef27",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": false,
                                             "build_args": [
                                               "--build-arg", "TARGET=xen",
                                               "--build-arg",
                                               "EXTRA_FLAGS=--tls=true"
                                             ],
                                             "path": null
                                           }
2026-01-07 22:00.10: Checking out commit f069cbef. To reproduce:
                       git clone --recursive "https://github.com/mirage/mirage-www.git" && cd "mirage-www" && git fetch origin "refs/pull/859/head" && git reset --hard f069cbef
2026-01-07 22:00.10: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/mirage-www.git-c1609aad5612d6b73e1c5be1a480108ce3363f2b7727366290103fad03b019f2/.git" 
                           "/tmp/git-checkouta504661"
2026-01-07 22:00.11: Exec: "git" "-C" "/tmp/git-checkouta504661" "submodule" 
                           "deinit" "--force" "--all"
could not create empty submodule directory data/wiki/files/mirage-skeletonSubmodule 'data/wiki/files/mirage-skeleton' (https://github.com/mirage/mirage-skeleton) unregistered for path 'data/wiki/files/mirage-skeleton'
2026-01-07 22:00.11: Exec: "git" "-C" "/tmp/git-checkouta504661" "reset" 
                           "--hard" "-q" "f069cbefabdbebf2f8c7dcf692ca363a1646ef27"
2026-01-07 22:00.11: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkouta504661" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
Submodule 'data/wiki/files/mirage-skeleton' (https://github.com/mirage/mirage-skeleton) registered for path 'data/wiki/files/mirage-skeleton'
Submodule path 'data/wiki/files/mirage-skeleton': checked out 'd51f6582fbc39882f61de45ed22759ab19def1fc'
2026-01-07 22:00.11: Exec: "docker" "build" "--pull" "--build-arg" "TARGET=xen" 
                           "--build-arg" "EXTRA_FLAGS=--tls=true" "-f" 
                           "/tmp/git-checkouta504661/Dockerfile" "--iidfile" 
                           "/tmp/git-checkouta504661/docker-iid" "--" 
                           "/tmp/git-checkouta504661"
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 949B done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#2 ...

#3 [auth] ocaml/opam:pull token for registry-1.docker.io
#3 DONE 0.0s

#2 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#2 DONE 0.8s

#4 [internal] load .dockerignore
#4 transferring context: 64B done
#4 DONE 0.1s

#5 [ 1/16] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:f9803e04143923e5b59749d5be12fc63919456028d4af208942c966666033913
#5 DONE 0.0s

#6 [internal] load build context
#6 transferring context: 26.07MB 0.3s done
#6 DONE 0.4s

#7 [ 3/16] RUN mkdir -p /home/opam/www/mirage
#7 CACHED

#8 [ 6/16] RUN cd ~/opam-repository && git pull origin master && git reset --hard 2dee2fe30df966714e056f8af164fe0ed7648a63
#8 CACHED

#9 [10/16] COPY --chown=opam:root mirageio.opam /home/opam/www/
#9 CACHED

#10 [ 8/16] RUN opam install 'mirage>=4.5.0'
#10 CACHED

#11 [ 2/16] RUN sudo apt-get update && sudo apt-get install autoconf automake -y --no-install-recommends
#11 CACHED

#12 [ 9/16] COPY --chown=opam:root mirage/config.ml /home/opam/www/mirage/
#12 CACHED

#13 [11/16] RUN opam exec -- mirage configure -f mirage/config.ml -t xen --tls=true
#13 CACHED

#14 [ 4/16] WORKDIR /home/opam/www
#14 CACHED

#15 [ 5/16] RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
#15 CACHED

#16 [ 7/16] RUN opam update
#16 CACHED

#17 [12/16] RUN opam exec -- make depend
#17 CACHED

#18 [13/16] COPY --chown=opam:root . /home/opam/www
#18 DONE 0.7s

#19 [14/16] RUN opam exec -- mirage configure -f mirage/config.ml -t xen --tls=true
#19 0.823 Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
#19 DONE 0.9s

#20 [15/16] RUN opam exec -- dune build mirage/ --profile release
#20 6.759 ocamlfind -toolchain solo5 ocamlopt -ccopt "-I ./include/ -O2 -std=c99 -Wall -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__"   -c -o bmap.o bmap.c
#20 6.759 ocamlfind -toolchain solo5 ocamlopt -ccopt "-I ./include/ -O2 -std=c99 -Wall -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__"   -c -o clock_stubs.o clock_stubs.c
#20 6.759 ocamlfind -toolchain solo5 ocamlopt -ccopt "-I ./include/ -O2 -std=c99 -Wall -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__"   -c -o evtchn.o evtchn.c
#20 6.759 ocamlfind -toolchain solo5 ocamlopt -ccopt "-I ./include/ -O2 -std=c99 -Wall -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__"   -c -o gnttab.o gnttab.c
#20 6.759 ocamlfind -toolchain solo5 ocamlopt -ccopt "-I ./include/ -O2 -std=c99 -Wall -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__"   -c -o main.o main.c
#20 6.759 ar r libmirage-xen_bindings.a bmap.o clock_stubs.o evtchn.o gnttab.o main.o
#20 6.759 ar: creating libmirage-xen_bindings.a
#20 14.81 Browserslist: caniuse-lite is outdated. Please run:
#20 14.81   npx update-browserslist-db@latest
#20 14.81   Why you should do it regularly: https://github.com/browserslist/update-db#readme
#20 14.81 
#20 14.81 Rebuilding...
#20 14.81 
#20 14.81 Done in 1802ms.
#20 16.62 /usr/bin/ld: warning: amd64.o: missing .note.GNU-stack section implies executable stack
#20 16.62 /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
#20 49.41 emitter.c: In function 'yaml_emitter_write_plain_scalar':
#20 49.41 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#20 49.41    28 |      && ((emitter->line_break == YAML_CR_BREAK ?                                \
#20 49.41       |      ^~
#20 49.41 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#20 49.41    56 |          (PUT_BREAK(emitter),                                                   \
#20 49.41       |           ^~~~~~~~~
#20 49.41 emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK'
#20 49.41  1962 |             if (!WRITE_BREAK(emitter, string)) return 0;
#20 49.41       |                  ^~~~~~~~~~~
#20 49.41 emitter.c: In function 'yaml_emitter_write_single_quoted_scalar':
#20 49.41 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#20 49.41    28 |      && ((emitter->line_break == YAML_CR_BREAK ?                                \
#20 49.41       |      ^~
#20 49.41 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#20 49.41    56 |          (PUT_BREAK(emitter),                                                   \
#20 49.41       |           ^~~~~~~~~
#20 49.41 emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK'
#20 49.41  2019 |             if (!WRITE_BREAK(emitter, string)) return 0;
#20 49.41       |                  ^~~~~~~~~~~
#20 49.41 emitter.c: In function 'yaml_emitter_write_literal_scalar':
#20 49.41 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#20 49.41    28 |      && ((emitter->line_break == YAML_CR_BREAK ?                                \
#20 49.41       |      ^~
#20 49.41 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#20 49.41    56 |          (PUT_BREAK(emitter),                                                   \
#20 49.41       |           ^~~~~~~~~
#20 49.41 emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK'
#20 49.41  2285 |             if (!WRITE_BREAK(emitter, string)) return 0;
#20 49.41       |                  ^~~~~~~~~~~
#20 49.41 emitter.c: In function 'yaml_emitter_write_folded_scalar':
#20 49.41 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#20 49.41    28 |      && ((emitter->line_break == YAML_CR_BREAK ?                                \
#20 49.41       |      ^~
#20 49.41 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#20 49.41    56 |          (PUT_BREAK(emitter),                                                   \
#20 49.41       |           ^~~~~~~~~
#20 49.41 emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK'
#20 49.41  2334 |             if (!WRITE_BREAK(emitter, string)) return 0;
#20 49.41       |                  ^~~~~~~~~~~
#20 109.6 configure: WARNING: using cross tools not prefixed with host triplet
#20 109.6 configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
#20 109.8 binary ocaml: found in /home/opam/.opam/4.14/bin
#20 109.8 binary ocamlc: found in /home/opam/.opam/4.14/bin
#20 109.8 binary ocamldep: found in /home/opam/.opam/4.14/bin
#20 109.8 binary ocamlmklib: found in /home/opam/.opam/4.14/bin
#20 109.8 binary ocamldoc: found in /home/opam/.opam/4.14/bin
#20 109.8 binary x86_64-solo5-none-static-cc: found in /home/opam/.opam/4.14/bin
#20 109.8 binary ocamlopt: found in /home/opam/.opam/4.14/bin
#20 109.8 checking compilation with  -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/: working
#20 109.8 include caml/mlvalues.h: found
#20 109.8 library dynlink.cmxa: found
#20 109.8 binary ocamlfind: found in /home/opam/.opam/4.14/bin
#20 109.8 OCaml's word size is 64
#20 109.8 package gmp: found
#20 109.8 OCaml supports -bin-annot to produce documentation
#20 109.8 
#20 109.8 detected configuration:
#20 109.8 
#20 109.8   native-code:          yes
#20 109.8   dynamic linking:      yes
#20 109.8   defines:              -DHAS_GMP 
#20 109.8   includes:             -I/home/opam/.opam/4.14/solo5-sysroot/lib/ocaml -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/ 
#20 109.8   libraries:             -lgmp 
#20 109.8   linker options:       -L/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/
#20 109.8   C options:            -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/
#20 109.8   installation path:    /home/opam/.opam/4.14/lib
#20 109.8   installation method   findlib
#20 109.8 
#20 109.8 configuration successful!
#20 109.8 now type "make" to build
#20 109.8 then type "make install" or "sudo make install" to install
#20 119.6 /usr/bin/ld: warning: amd64.o: missing .note.GNU-stack section implies executable stack
#20 119.6 /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
#20 DONE 119.9s

#21 [16/16] RUN if [ xen = hvt ]; then sudo cp mirage/dist/www.xen /unikernel.xen; fi
#21 DONE 0.5s

#22 exporting to image
#22 exporting layers
#22 exporting layers 2.7s done
#22 writing image sha256:574511a44206a4cb64bf2aa15c810797bffc75ad6d971cbae6a9262eab8b4451 done
#22 DONE 2.7s
2026-01-07 22:02.17: Job succeeded