Skip to content

Instantly share code, notes, and snippets.

@divarvel
Created June 14, 2026 09:17
Show Gist options
  • Select an option

  • Save divarvel/2f1d82dc3546124e3f67534364e3ad01 to your computer and use it in GitHub Desktop.

Select an option

Save divarvel/2f1d82dc3546124e3f67534364e3ad01 to your computer and use it in GitHub Desktop.
Repo: https://github.com/divarvel/homepage
build script: https://github.com/divarvel/homepage/blob/main/statichost_build.sh
[08:57:05] Waiting for build slot...
2 [08:57:05]
3 [08:57:05] ┌───────────────────────────────────────────┐
4 [08:57:05] │ SOURCING │
5 [08:57:05] └───────────────────────────────────────────┘
6 [08:57:05]
7 [08:57:05] Repository URL: https://github.com/divarvel/homepage
8 [08:57:05] Branch: (default branch)
9 [08:57:05]
10 [08:57:05] Cloning into '.'...
11 [08:57:06]
12 [08:57:06] Commit message: add video for the hipster talk
13 [08:57:06] Commit author: clement@delafargue.name
14 [08:57:06] Commit hash: 5085773e60e635424fedcac0238a1b7919c6ce55
15 [08:57:06] Ref: main
16 [08:57:06]
17 [08:57:06] ┌───────────────────────────────────────────┐
18 [08:57:06] │ CONFIGURING │
19 [08:57:06] └───────────────────────────────────────────┘
20 [08:57:06]
21 [08:57:06] Reading config file... OK
22 [08:57:06]
23 [08:57:06] Custom Container
24 [08:57:06] Image: ocaml/opam:alpine-ocaml-5.4
25 [08:57:06] Command: ./statichost_build.sh
26 [08:57:06] Public dir: _www
27 [08:57:06]
28 [08:57:06] Pulling image... OK
29 [08:57:45] Creating container... OK
30 [08:57:47]
31 [08:57:47] Docker CLI command for debugging:
32 [08:57:47] docker run --rm -it -v ${PWD}:/repo -w /repo --entrypoint /bin/sh ocaml/opam:alpine-ocaml-5.4 -c ./statichost_build.sh
33 [08:57:47]
34 [08:57:47] ┌───────────────────────────────────────────┐
35 [08:57:47] │ BUILDING │
36 [08:57:47] └───────────────────────────────────────────┘
37 [08:57:47]
38 [08:57:49] (1/4) Installing libgmpxx (6.3.0-r4)
39 [08:57:49] (2/4) Installing gmp-dev (6.3.0-r4)
40 [08:57:49] (3/4) Installing oniguruma (6.9.10-r0)
41 [08:57:49] (4/4) Installing oniguruma-dev (6.9.10-r0)
42 [08:57:49] Executing busybox-1.37.0-r30.trigger
43 [08:57:49] OK: 340.1 MiB in 107 packages
44 [08:57:54] The following actions will be performed:
45 [08:57:54] - install dune 3.23.1
46 [08:57:54]
47 [08:57:54] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
48 [08:57:56] -> retrieved dune.3.23.1 (https://opam.ocaml.org/cache)
49 [08:58:32] -> installed dune.3.23.1
50 [08:58:32] Done.
51 [08:58:32] # Run eval $(opam env) to update the current shell environment
52 [08:58:34]
53 [08:58:34] <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
54 [08:58:39] [default] no changes from git+file:///home/opam/opam-repository
55 [08:58:57] Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
56 [08:58:57]
57 [08:58:57] The following packages are not being upgraded because the new versions conflict with other installed packages:
58 [08:58:57] - ocaml.5.6.0
59 [08:58:57] -- dune.3.23.1 is installed and requires ocaml (>= 4.02 & < 4.14~~)
60 [08:58:57] - ocaml-compiler.5.6
61 [08:58:57] -- ocaml-base-compiler.5.5.0~beta1 is installed and requires ocaml-compiler = 5.5.0~beta1
62 [08:58:57] However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
63 [08:58:57] Nothing to do.
64 [08:58:57] [ERROR] Command "/usr/bin/git ls-files" failed:
65 [08:58:57] "/usr/bin/git ls-files" exited with code 128
66 [08:58:58]
67 [08:58:58] Error building site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment