Comparing builds

Builds builder-web@2025-01-29 09:33:10Z on debian-12 and builder-web@2024-08-15 14:29:01Z on debian-12

Compare in reverse direction

Opam packages removed

builder-web.0.2.99~dev
dream-encoding.0.3.0
dune-private-libs.3.17.2
dune-site.3.17.2
dyn.3.17.2
kdf.1.0.0
lambdasoup.1.1.1
lwt-dllist.1.0.1
markup.1.0.3
ohex.0.2.0
ordering.3.17.2
pp.2.0.0
stdune.3.17.2
tar-unix.3.2.0
uchar.0.0.2

New opam packages installed

hex.1.5.0
hkdf.1.0.4
host-arch-x86_64.1
host-system-other.1
pbkdf.1.2.0
salsa20-core.1.1.0
scrypt-kdf.1.2.0

Opam packages with version changes

angstrom.0.16.1->0.16.0
asn1-combinators.0.3.2->0.2.6
builder.0.4.99~dev->0.3.99~dev
ca-certs.1.0.0->0.2.3
caqti.2.1.2->1.9.0
caqti-driver-sqlite3.2.1.1->1.9.0
caqti-lwt.2.1.1->1.9.0
conf-pkg-config.4->3
cppo.1.8.0->1.6.9
dns.9.1.0->8.0.0
dream.1.0.0~alpha7->1.0.0~alpha5
dune.3.17.2->3.16.0
dune-configurator.3.17.2->3.16.0
eqaf.0.10->0.9
h2.0.13.0->0.12.0
happy-eyeballs.1.2.2->1.1.0
happy-eyeballs-lwt.1.2.2->1.1.0
hpack.0.13.0->0.12.0
http-lwt-client.0.3.1->0.2.6
httpun-types.0.2.0->0.1.0
lwt.5.9.0->5.7.0
lwt_ppx.5.8.0->2.1.0
mirage-crypto.1.1.0->0.11.3
mirage-crypto-ec.1.1.0->0.11.3
mirage-crypto-pk.1.1.0->0.11.3
mirage-crypto-rng.1.1.0->0.11.3
mirage-crypto-rng-lwt.1.1.0->0.11.3
mtime.2.1.0->2.0.0
opam-core.2.3.0->2.2.0
opam-format.2.3.0->2.2.0
ppxlib.0.34.0->0.33.0
ptime.1.2.0->1.1.0
re.1.12.0->1.11.0
sqlite3.5.3.0->5.2.0
tar.3.2.0->2.6.0
tls.1.0.4->0.17.5
tls-lwt.1.0.4->0.17.5
uuidm.0.9.9->0.9.8
x509.1.0.5->0.16.5

Duniverse parsing error

not a single root package found in opam switch export

Opam packages with changes in their opam file

ocaml-base-compiler.4.14.2 (effectively equal)

diff
--- left/ocaml-base-compiler/opam
+++ right/ocaml-base-compiler/opam
@@ -15,13 +15,27 @@
   "base-unix" {post}
   "base-bigarray" {post}
   "base-threads" {post}
+  "host-arch-arm32" {arch = "arm32" & post}
+  "host-arch-arm64" {arch = "arm64" & post}
+  "host-arch-ppc64" {arch = "ppc64" & post}
+  "host-arch-riscv64" {arch = "riscv64" & post}
+  "host-arch-s390x" {arch = "s390x" & post}
+  "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
+  "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}
+  "host-arch-unknown"
+  {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" &
+   arch != "riscv64" &
+   arch != "s390x" &
+   arch != "x86_32" &
+   arch != "x86_64" &
+   post}
   (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   ("arch-x86_32" {os = "win32"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   "base-unix" {os != "win32" & post})
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ ("arch-x86_32" {os = "win32"} &
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ "host-system-other" {os != "win32" & post})
   "ocaml-options-vanilla" {post}
   "flexdll" {>= "0.36" & os = "win32"}
 ]
@@ -67,4 +81,15 @@
 }
 x-env-path-rewrite: [
   [CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+]
+post-messages: [
+  """\
+A failure in the middle of the build may be caused by build parallelism
+   (enabled by default).
+   Please file a bug report at https://github.com/ocaml/opam-repository/issues"""
+    {failure & jobs > "1"}
+  """\
+You can try installing again including --jobs=1
+   to force a sequential build instead."""
+    {failure & jobs > "1" & opam-version >= "2.0.5"}
 ]
\ No newline at end of file

gmap.0.3.0 (effectively equal)

diff
--- left/gmap/opam
+++ right/gmap/opam
@@ -17,7 +17,7 @@
 bug-reports: "https://github.com/hannesm/gmap/issues"
 depends: [
   "ocaml" {>= "4.04.2"}
-  "dune" {>= "1.0"}
+  "dune"
   "alcotest" {with-test}
   "fmt" {with-test}
 ]
@@ -34,5 +34,4 @@
     "sha256=04dd9e6226ac8f8fb4ccb6021048702e34a482fb9c1d240d3852829529507c1c"
     "sha512=71616981f5a15d6b2a47e18702083e52e81f6547076085b1489f676f50b0cc47c7c2c4fa19cb581e2878dc3d4f7133d0c50d8b51a8390be0e6e30318907d81d3"
   ]
-}
-x-maintenance-intent: ["(latest)"]
\ No newline at end of file
+}
\ No newline at end of file

dream-httpaf.1.0.0~alpha3 (effectively equal)

diff
--- left/dream-httpaf/opam
+++ right/dream-httpaf/opam
@@ -16,7 +16,7 @@
   "lwt"
   "lwt_ppx" {>= "1.2.2"}
   "lwt_ssl"
-  "ocaml" {>= "4.08.0" & < "5.3"}
+  "ocaml" {>= "4.08.0"}
   "ssl" {>= "0.5.8"}
   "angstrom" {>= "0.14.0"}
   "base64" {>= "3.0.0"}

domain-name.0.4.0 (effectively equal)

diff
--- left/domain-name/opam
+++ right/domain-name/opam
@@ -17,7 +17,7 @@
 bug-reports: "https://github.com/hannesm/domain-name/issues"
 depends: [
   "ocaml" {>= "4.04.2"}
-  "dune" {>= "1.0"}
+  "dune"
   "alcotest" {with-test}
 ]
 build: [
@@ -34,5 +34,4 @@
     "sha512=f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173"
   ]
 }
-x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
-x-maintenance-intent: ["(latest)"]
\ No newline at end of file
+x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
\ No newline at end of file

conf-sqlite3.1

diff
--- left/conf-sqlite3/opam
+++ right/conf-sqlite3/opam
@@ -20,13 +20,11 @@
 ]
 flags: conf
 build: [
-  "pkgconf" {os = "win32" & os-distribution != "cygwinports"}
+  "pkgconf" {os = "win32" & os-distribution = "cygwin"}
   "--personality=i686-w64-mingw32"
-    {os = "win32" & os-distribution != "cygwinports" &
-     host-arch-x86_32:installed}
+  {os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
   "--personality=x86_64-w64-mingw32"
-    {os = "win32" & os-distribution != "cygwinports" &
-     host-arch-x86_64:installed}
+  {os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
   "pkg-config" {os != "win32" | os-distribution != "cygwin"}
   "sqlite3"
 ]

conf-libev.4-12 (effectively equal)

diff
--- left/conf-libev/opam
+++ right/conf-libev/opam
@@ -14,7 +14,6 @@
 depends: [
   "ocaml" {>= "3.11.0"}
 ]
-available: os != "win32"
 flags: conf
 build: ["sh" "./build.sh"]
 depexts: [

System packages changed

base-files 12.4+deb12u7->12.4+deb12u6
bsdextrautils 2.38.1-5+deb12u3->2.38.1-5+deb12u1
bsdutils 1:2.38.1-5+deb12u3->1:2.38.1-5+deb12u1
builder 0.4.0-11-ge37a9e1->0.3.2-15-gbb3a686
git 1:2.39.5-0+deb12u2->1:2.39.2-1.1
git-man 1:2.39.5-0+deb12u2->1:2.39.2-1.1
libblkid1 2.38.1-5+deb12u3->2.38.1-5+deb12u1
libc-bin 2.36-9+deb12u9->2.36-9+deb12u7
libc-dev-bin 2.36-9+deb12u9->2.36-9+deb12u7
libc6 2.36-9+deb12u9->2.36-9+deb12u7
libc6-dev 2.36-9+deb12u9->2.36-9+deb12u7
libcurl3-gnutls 7.88.1-10+deb12u8->7.88.1-10+deb12u6
libexpat1 2.5.0-1+deb12u1->2.5.0-1
libmount1 2.38.1-5+deb12u3->2.38.1-5+deb12u1
libnghttp2-14 1.52.0-1+deb12u2->1.52.0-1+deb12u1
libsmartcols1 2.38.1-5+deb12u3->2.38.1-5+deb12u1
libsqlite3-0 3.40.1-2+deb12u1->3.40.1-2
libsqlite3-dev 3.40.1-2+deb12u1->3.40.1-2
libssl-dev 3.0.15-1~deb12u1->3.0.13-1~deb12u1
libssl3 3.0.15-1~deb12u1->3.0.13-1~deb12u1
libsystemd0 252.30-1~deb12u2->252.26-1~deb12u2
libudev1 252.30-1~deb12u2->252.26-1~deb12u2
libuuid1 2.38.1-5+deb12u3->2.38.1-5+deb12u1
linux-libc-dev 6.1.124-1->6.1.99-1
mount 2.38.1-5+deb12u3->2.38.1-5+deb12u1
openssl 3.0.15-1~deb12u1->3.0.13-1~deb12u1
orb 1.0.0-2-g8f912f3->0.0.2-27-g91da7d2
util-linux 2.38.1-5+deb12u3->2.38.1-5+deb12u1
util-linux-extra 2.38.1-5+deb12u3->2.38.1-5+deb12u1