Build:
- 0
2026-01-07 22:22.00: New job: docker build {
"commit": "aab68beb000145ac8a03c7c1450fad23a6a914df",
"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:22.00: Checking out commit aab68beb. To reproduce:
git clone --recursive "https://github.com/mirage/mirage-www.git" -b "master" && cd "mirage-www" && git reset --hard aab68beb
2026-01-07 22:22.00: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/mirage-www.git-c1609aad5612d6b73e1c5be1a480108ce3363f2b7727366290103fad03b019f2/.git"
"/tmp/git-checkout125e0d5b"
2026-01-07 22:22.00: Exec: "git" "-C" "/tmp/git-checkout125e0d5b" "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:22.00: Exec: "git" "-C" "/tmp/git-checkout125e0d5b" "reset"
"--hard" "-q" "aab68beb000145ac8a03c7c1450fad23a6a914df"
2026-01-07 22:22.00: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout125e0d5b" "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:22.00: Exec: "docker" "build" "--pull" "--build-arg" "TARGET=hvt"
"--build-arg" "EXTRA_FLAGS=--tls=true --metrics --separate-networks"
"-f" "/tmp/git-checkout125e0d5b/Dockerfile"
"--iidfile" "/tmp/git-checkout125e0d5b/docker-iid"
"--" "/tmp/git-checkout125e0d5b"
#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.7s
#3 [internal] load .dockerignore
#3 transferring context: 64B done
#3 DONE 0.0s
#4 [ 1/16] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:f9803e04143923e5b59749d5be12fc63919456028d4af208942c966666033913
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 26.08MB 0.3s done
#5 DONE 0.4s
#6 [ 7/16] RUN opam update
#6 CACHED
#7 [ 6/16] RUN cd ~/opam-repository && git pull origin master && git reset --hard 2dee2fe30df966714e056f8af164fe0ed7648a63
#7 CACHED
#8 [ 8/16] RUN opam install 'mirage>=4.5.0'
#8 CACHED
#9 [ 2/16] RUN sudo apt-get update && sudo apt-get install autoconf automake -y --no-install-recommends
#9 CACHED
#10 [11/16] RUN opam exec -- mirage configure -f mirage/config.ml -t hvt --tls=true --metrics --separate-networks
#10 CACHED
#11 [ 4/16] WORKDIR /home/opam/www
#11 CACHED
#12 [ 5/16] RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
#12 CACHED
#13 [ 9/16] COPY --chown=opam:root mirage/config.ml /home/opam/www/mirage/
#13 CACHED
#14 [10/16] COPY --chown=opam:root mirageio.opam /home/opam/www/
#14 CACHED
#15 [ 3/16] RUN mkdir -p /home/opam/www/mirage
#15 CACHED
#16 [12/16] RUN opam exec -- make depend
#16 CACHED
#17 [13/16] COPY --chown=opam:root . /home/opam/www
#17 DONE 0.8s
#18 [14/16] RUN opam exec -- mirage configure -f mirage/config.ml -t hvt --tls=true --metrics --separate-networks
#18 0.836 Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
#18 DONE 0.9s
#19 [15/16] RUN opam exec -- dune build mirage/ --profile release
#19 3.886 ocamlfind -toolchain solo5 ocamlopt -c -o clock_stubs.o clock_stubs.c
#19 3.886 ocamlfind -toolchain solo5 ocamlopt -c -o mm_stubs.o mm_stubs.c
#19 3.886 ocamlfind -toolchain solo5 ocamlopt -c -o main.o main.c
#19 3.886 ar r libmirage-solo5_bindings.a clock_stubs.o mm_stubs.o main.o
#19 3.886 ar: creating libmirage-solo5_bindings.a
#19 14.25 Browserslist: caniuse-lite is outdated. Please run:
#19 14.25 npx update-browserslist-db@latest
#19 14.25 Why you should do it regularly: https://github.com/browserslist/update-db#readme
#19 14.25
#19 14.25 Rebuilding...
#19 14.25
#19 14.25 Done in 1779ms.
#19 17.54 /usr/bin/ld: warning: amd64.o: missing .note.GNU-stack section implies executable stack
#19 17.54 /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
#19 51.24 emitter.c: In function 'yaml_emitter_write_plain_scalar':
#19 51.24 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#19 51.24 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
#19 51.24 | ^~
#19 51.24 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#19 51.24 56 | (PUT_BREAK(emitter), \
#19 51.24 | ^~~~~~~~~
#19 51.24 emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK'
#19 51.24 1962 | if (!WRITE_BREAK(emitter, string)) return 0;
#19 51.24 | ^~~~~~~~~~~
#19 51.24 emitter.c: In function 'yaml_emitter_write_single_quoted_scalar':
#19 51.24 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#19 51.24 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
#19 51.24 | ^~
#19 51.24 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#19 51.24 56 | (PUT_BREAK(emitter), \
#19 51.24 | ^~~~~~~~~
#19 51.24 emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK'
#19 51.24 2019 | if (!WRITE_BREAK(emitter, string)) return 0;
#19 51.24 | ^~~~~~~~~~~
#19 51.24 emitter.c: In function 'yaml_emitter_write_literal_scalar':
#19 51.24 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#19 51.24 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
#19 51.24 | ^~
#19 51.24 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#19 51.24 56 | (PUT_BREAK(emitter), \
#19 51.24 | ^~~~~~~~~
#19 51.24 emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK'
#19 51.24 2285 | if (!WRITE_BREAK(emitter, string)) return 0;
#19 51.24 | ^~~~~~~~~~~
#19 51.24 emitter.c: In function 'yaml_emitter_write_folded_scalar':
#19 51.24 emitter.c:28:6: warning: value computed is not used [-Wunused-value]
#19 51.24 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
#19 51.24 | ^~
#19 51.24 emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
#19 51.24 56 | (PUT_BREAK(emitter), \
#19 51.24 | ^~~~~~~~~
#19 51.24 emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK'
#19 51.24 2334 | if (!WRITE_BREAK(emitter, string)) return 0;
#19 51.24 | ^~~~~~~~~~~
#19 155.9 configure: WARNING: using cross tools not prefixed with host triplet
#19 155.9 configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
#19 156.6 binary ocaml: found in /home/opam/.opam/4.14/bin
#19 156.6 binary ocamlc: found in /home/opam/.opam/4.14/bin
#19 156.6 binary ocamldep: found in /home/opam/.opam/4.14/bin
#19 156.6 binary ocamlmklib: found in /home/opam/.opam/4.14/bin
#19 156.6 binary ocamldoc: found in /home/opam/.opam/4.14/bin
#19 156.6 binary x86_64-solo5-none-static-cc: found in /home/opam/.opam/4.14/bin
#19 156.6 binary ocamlopt: found in /home/opam/.opam/4.14/bin
#19 156.6 checking compilation with -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/: working
#19 156.6 include caml/mlvalues.h: found
#19 156.6 library dynlink.cmxa: found
#19 156.6 binary ocamlfind: found in /home/opam/.opam/4.14/bin
#19 156.6 OCaml's word size is 64
#19 156.6 package gmp: found
#19 156.6 OCaml supports -bin-annot to produce documentation
#19 156.6
#19 156.6 detected configuration:
#19 156.6
#19 156.6 native-code: yes
#19 156.6 dynamic linking: yes
#19 156.6 defines: -DHAS_GMP
#19 156.6 includes: -I/home/opam/.opam/4.14/solo5-sysroot/lib/ocaml -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/
#19 156.6 libraries: -lgmp
#19 156.6 linker options: -L/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/
#19 156.6 C options: -I/home/opam/www/_build/solo5/mirage/duniverse/Zarith/../../../../install/solo5/lib/gmp/
#19 156.6 installation path: /home/opam/.opam/4.14/lib
#19 156.6 installation method findlib
#19 156.6
#19 156.6 configuration successful!
#19 156.6 now type "make" to build
#19 156.6 then type "make install" or "sudo make install" to install
#19 169.4 /usr/bin/ld: warning: amd64.o: missing .note.GNU-stack section implies executable stack
#19 169.4 /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
#19 DONE 171.0s
#20 [16/16] RUN if [ hvt = hvt ]; then sudo cp mirage/dist/www.hvt /unikernel.hvt; fi
#20 DONE 0.6s
#21 exporting to image
#21 exporting layers
#21 exporting layers 5.6s done
#21 writing image sha256:72e156161c214b9f3d96625d4d45e1e46092ae1b5c88d0b4320c06f7087371e4
#21 writing image sha256:72e156161c214b9f3d96625d4d45e1e46092ae1b5c88d0b4320c06f7087371e4 done
#21 DONE 5.6s
2026-01-07 22:25.01: Job succeeded