Build:
  1. 0
2026-01-07 22:23.24: New job: docker build {
                                             "commit": "89d2ca2269e75b3a896c1f973f90b54495f50a9a",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": false,
                                             "build_args": [
                                               "--build-arg", "TARGET=hvt",
                                               "--build-arg",
                                               "EXTRA_FLAGS=--tls=true --metrics --separate-networks"
                                             ],
                                             "path": null
                                           }
2026-01-07 22:23.24: Checking out commit 89d2ca22. To reproduce:
                       git clone --recursive "https://github.com/mirage/mirage-www.git" && cd "mirage-www" && git fetch origin "refs/pull/858/head" && git reset --hard 89d2ca22
2026-01-07 22:23.24: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/mirage-www.git-c1609aad5612d6b73e1c5be1a480108ce3363f2b7727366290103fad03b019f2/.git" 
                           "/tmp/git-checkout45c8156"
2026-01-07 22:23.24: Exec: "git" "-C" "/tmp/git-checkout45c8156" "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:23.24: Exec: "git" "-C" "/tmp/git-checkout45c8156" "reset" 
                           "--hard" "-q" "89d2ca2269e75b3a896c1f973f90b54495f50a9a"
2026-01-07 22:23.24: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout45c8156" "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 'f89ae9e1a80eaf983622cc8c192c1214b219b9e0'
2026-01-07 22:23.24: Exec: "docker" "build" "--pull" "--build-arg" "TARGET=hvt" 
                           "--build-arg" "EXTRA_FLAGS=--tls=true --metrics --separate-networks" 
                           "-f" "/tmp/git-checkout45c8156/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout45c8156/docker-iid" 
                           "--" "/tmp/git-checkout45c8156"
#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 DONE 0.3s

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

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

#5 [internal] load build context
#5 transferring context: 26.45MB 0.5s done
#5 DONE 0.6s

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

#7 [11/16] RUN opam exec -- mirage configure -f mirage/config.ml -t hvt --tls=true --metrics --separate-networks
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 exporting to image
#22 exporting layers
#22 exporting layers 3.4s done
#22 writing image sha256:30326ec915d76754c4d3676bf20120eb47814c1d0c65b1b6208bd3e3d5a1981d done
#22 DONE 3.4s
2026-01-07 22:27.47: Job succeeded