Build:
- 0
2025-06-10 13:05.59: New job: Build Dockerfile using linux-x86_64 in [https://github.com/ocurrent/docker-base-images.git#refs/heads/live (14ce077dafc67f87248883b99371335754e6ee0b)] 2025-06-10 13:05.59: Will push staging image to ocurrentbuilder/staging:live-ocurrent-base-images-linux-x86_64 2025-06-10 13:05.59: Using cache hint "https://github.com/ocurrent/docker-base-images.git-Dockerfile" 2025-06-10 13:05.59: Waiting for resource in pool OCluster 2025-06-10 13:05.59: Waiting for worker… 2025-06-10 13:06.00: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 14ce077 Add Oxcaml #1 [internal] load build definition from Dockerfile #1 sha256:ed37692a56dc08f199d6eb84074c1a2f1e970d66e763aa59c9a58cfcfbeb38be #1 transferring dockerfile: 2.48kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:68136fb2d2cc94eec83010cc95673bb87d48e8eb7c612aa3873338ad7f059045 #2 transferring context: 94B done #2 DONE 0.1s #3 resolve image config for docker.io/docker/dockerfile:1 #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d #3 DONE 0.0s #4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d #4 sha256:d95c0f0e2674ec5312c08d32b53352282bfb47bb937e59be1811918de553c0e8 #4 CACHED #5 [internal] load build definition from Dockerfile #5 sha256:4df62eeebd42a9cb422c13fe0cc21b3d2d11ecd5627e9b50447b195c929325d7 #5 DONE 0.0s #7 [internal] load metadata for docker.io/ocaml/opam:debian-ocaml-4.14 #7 sha256:685a51a41cf0fc674c2b1f76e13b1e04880ae967fcdd6a58b76b65cd36256f70 #7 DONE 0.3s #6 [internal] load metadata for docker.io/library/debian:12 #6 sha256:305af2ac101ebe8f08917ad47bf53fe42aa4eb121057f0a0044ed8ccb46feeb7 #6 DONE 0.3s #8 [internal] load .dockerignore #8 sha256:4d23c95e4ecaa2f7eff6f570177ce58acd68ac414dd9fc6c7cd8a1acabef8b7a #8 DONE 0.0s #24 [internal] setting cache mount permissions #24 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a #24 DONE 0.0s #9 [stage-1 1/8] FROM docker.io/library/debian:12@sha256:bd73076dc2cd9c88f48b5b358328f24f2a4289811bd73787c031e20db9f97123 #9 sha256:7414abbf7e1216e312ea933314ccaf4d91fc4bea26c796763f84350aed8beff6 #9 DONE 0.0s #15 [build 1/11] FROM docker.io/ocaml/opam:debian-ocaml-4.14@sha256:56b3d9ecde6d9468fda0fc78e03f70203d798e8fcb3abe89f077d204a679b00c #15 sha256:7b8f69428b7633fa84aa9e0cbd6ca93624046d43c3ca6c43d14662fbb8933b6b #15 DONE 0.0s #16 [build 2/11] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni #16 sha256:99de5724c507375d7fda3a9d2f9af41b890c017945ceeff506759d881ab2fb03 #16 CACHED #17 [build 3/11] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache #17 sha256:f7a5fd3b5d85ce80a565bfc228906fa6691e90a40024021750511f686c0daa9b #17 CACHED #18 [build 4/11] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked sudo apt update && sudo apt-get --no-install-recommends install -y capnproto graphviz libev-dev libffi-dev libgmp-dev libsqlite3-dev libssl-dev m4 pkg-config #18 sha256:e969f0709eebc58c51eab9431fafafa06095404025b1197271c5ece71beec9c7 #18 CACHED #12 [stage-1 4/8] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - #12 sha256:3d75304fc6dadb1fc975748273717b50031c215d257ae59eae8d3bd820d017fa #12 CACHED #11 [stage-1 3/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt-get update && apt-get --no-install-recommends install -y ca-certificates curl git gnupg2 graphviz libev4 libsqlite3-dev netbase #11 sha256:bfd26fedc67e97b0c92b3974745bd7abb627d48710c033650320c6ac106416ed #11 CACHED #10 [stage-1 2/8] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache #10 sha256:8367a22b3eb0c8ed67848caaba54e8ff4c3bd34c6d84c6fd4d7769b5d2ece865 #10 CACHED #13 [stage-1 5/8] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list #13 sha256:71fd8edfcd4d1ea6bc36958bd8f016619a8d19327482033590d77d442abfa79f #13 CACHED #19 [build 5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 164308699cf74247b8ad3b002e88bd80a586c79e && opam update #19 sha256:4bcdd6d5051b5333aa76c2fe8851e803f5d797c0182368ffc67ae60e4b1697f8 #19 CACHED #21 [internal] load build context #21 sha256:87dd38f7b9965b8db1847de8697dad61ba6c48d5b3843a4386184967def50c52 #21 transferring context: 932.38kB 0.0s done #21 DONE 0.3s #24 [internal] setting cache mount permissions #24 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a #24 CACHED #20 [build 6/11] RUN opam pin add -yn ocaml-version.dev "git+https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" #20 sha256:9534f9e7d3e885eefac8580d941bd768d576ff86c74fa32236059f4d91bac141 #20 2.515 [ocaml-version.dev] synchronised (git+https://github.com/mtelvers/ocaml-version#oxcaml) #20 2.520 ocaml-version is now pinned to git+https://github.com/mtelvers/ocaml-version#oxcaml (version dev) #20 5.189 [dockerfile.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml) #20 5.196 dockerfile is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev) #20 ... #14 [stage-1 6/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y docker-buildx-plugin docker-ce #14 sha256:54e96c52463198435e59e3a3534e021197e4f96f1d03e5701f910997b58237b7 #14 0.552 #14 0.552 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.552 #14 1.639 Hit:1 http://deb.debian.org/debian bookworm InRelease #14 1.639 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #14 1.639 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #14 1.662 Hit:4 https://download.docker.com/linux/debian bookworm InRelease #14 2.337 Reading package lists... #14 2.958 Building dependency tree... #14 3.077 Reading state information... #14 3.094 W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. #14 3.094 2 packages can be upgraded. Run 'apt list --upgradable' to see them. #14 3.109 Reading package lists... #14 3.131 Building dependency tree... #14 3.253 Reading state information... #14 3.368 The following additional packages will be installed: #14 3.369 containerd.io docker-ce-cli iptables libip4tc2 libip6tc2 libmnl0 #14 3.369 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 #14 3.370 Suggested packages: #14 3.370 cgroupfs-mount | cgroup-lite kmod docker-model-plugin firewalld #14 3.370 Recommended packages: #14 3.370 apparmor docker-ce-rootless-extras pigz procps xz-utils #14 3.370 docker-compose-plugin nftables #14 3.407 The following NEW packages will be installed: #14 3.407 containerd.io docker-buildx-plugin docker-ce docker-ce-cli iptables #14 3.407 libip4tc2 libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 #14 3.407 libxtables12 #14 3.531 debconf: delaying package configuration, since apt-utils is not installed #14 3.555 0 upgraded, 12 newly installed, 0 to remove and 2 not upgraded. #14 3.555 Need to get 0 B/101 MB of archives. #14 3.555 After this operation, 356 MB of additional disk space will be used. #14 3.627 Selecting previously unselected package containerd.io. #14 3.627 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12926 files and directories currently installed.) #14 3.646 Preparing to unpack .../00-containerd.io_1.7.27-1_amd64.deb ... #14 3.646 Unpacking containerd.io (1.7.27-1) ... #14 4.599 Selecting previously unselected package docker-ce-cli. #14 4.601 Preparing to unpack .../01-docker-ce-cli_5%3a28.2.2-1~debian.12~bookworm_amd64.deb ... #14 4.602 Unpacking docker-ce-cli (5:28.2.2-1~debian.12~bookworm) ... #14 5.146 Selecting previously unselected package libip4tc2:amd64. #14 5.148 Preparing to unpack .../02-libip4tc2_1.8.9-2_amd64.deb ... #14 5.158 Unpacking libip4tc2:amd64 (1.8.9-2) ... #14 5.190 Selecting previously unselected package libip6tc2:amd64. #14 5.193 Preparing to unpack .../03-libip6tc2_1.8.9-2_amd64.deb ... #14 5.194 Unpacking libip6tc2:amd64 (1.8.9-2) ... #14 5.229 Selecting previously unselected package libxtables12:amd64. #14 5.231 Preparing to unpack .../04-libxtables12_1.8.9-2_amd64.deb ... #14 5.231 Unpacking libxtables12:amd64 (1.8.9-2) ... #14 5.264 Selecting previously unselected package libmnl0:amd64. #14 5.266 Preparing to unpack .../05-libmnl0_1.0.4-3_amd64.deb ... #14 5.266 Unpacking libmnl0:amd64 (1.0.4-3) ... #14 5.293 Selecting previously unselected package libnfnetlink0:amd64. #14 5.295 Preparing to unpack .../06-libnfnetlink0_1.0.2-2_amd64.deb ... #14 5.296 Unpacking libnfnetlink0:amd64 (1.0.2-2) ... #14 5.322 Selecting previously unselected package libnetfilter-conntrack3:amd64. #14 5.324 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.9-3_amd64.deb ... #14 5.324 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ... #14 5.357 Selecting previously unselected package libnftnl11:amd64. #14 5.360 Preparing to unpack .../08-libnftnl11_1.2.4-2_amd64.deb ... #14 5.360 Unpacking libnftnl11:amd64 (1.2.4-2) ... #14 5.392 Selecting previously unselected package iptables. #14 5.393 Preparing to unpack .../09-iptables_1.8.9-2_amd64.deb ... #14 5.394 Unpacking iptables (1.8.9-2) ... #14 5.512 Selecting previously unselected package docker-ce. #14 5.514 Preparing to unpack .../10-docker-ce_5%3a28.2.2-1~debian.12~bookworm_amd64.deb ... #14 5.524 Unpacking docker-ce (5:28.2.2-1~debian.12~bookworm) ... #14 6.261 Selecting previously unselected package docker-buildx-plugin. #14 6.263 Preparing to unpack .../11-docker-buildx-plugin_0.24.0-1~debian.12~bookworm_amd64.deb ... #14 6.263 Unpacking docker-buildx-plugin (0.24.0-1~debian.12~bookworm) ... #14 6.968 Setting up libip4tc2:amd64 (1.8.9-2) ... #14 6.970 Setting up libip6tc2:amd64 (1.8.9-2) ... #14 6.973 Setting up docker-buildx-plugin (0.24.0-1~debian.12~bookworm) ... #14 6.974 Setting up libmnl0:amd64 (1.0.4-3) ... #14 6.977 Setting up containerd.io (1.7.27-1) ... #14 7.121 Setting up libxtables12:amd64 (1.8.9-2) ... #14 7.123 Setting up docker-ce-cli (5:28.2.2-1~debian.12~bookworm) ... #14 7.125 Setting up libnfnetlink0:amd64 (1.0.2-2) ... #14 7.127 Setting up libnftnl11:amd64 (1.2.4-2) ... #14 7.129 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ... #14 7.130 Setting up iptables (1.8.9-2) ... #14 7.166 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode #14 7.170 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode #14 7.173 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode #14 7.175 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode #14 7.178 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode #14 7.182 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode #14 7.185 Setting up docker-ce (5:28.2.2-1~debian.12~bookworm) ... #14 7.228 invoke-rc.d: could not determine current runlevel #14 7.235 invoke-rc.d: policy-rc.d denied execution of start. #14 7.486 Processing triggers for libc-bin (2.36-9+deb12u10) ... #14 DONE 8.3s #20 [build 6/11] RUN opam pin add -yn ocaml-version.dev "git+https://github.com/mtelvers/ocaml-version#oxcaml" && opam pin add -yn dockerfile.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-cmd.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" && opam pin add -yn dockerfile-opam.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" #20 sha256:9534f9e7d3e885eefac8580d941bd768d576ff86c74fa32236059f4d91bac141 #20 7.503 [dockerfile-cmd.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml) #20 7.509 dockerfile-cmd is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev) #20 9.814 [dockerfile-opam.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml) #20 9.821 dockerfile-opam is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev) #20 DONE 9.9s #30 exporting to image #30 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #30 exporting layers #30 exporting layers 2.5s done #30 writing image sha256:c74b65c19da8f1622e566f9f778e98846cb400e14175bee422fd98ba52fa35e5 done #30 DONE 2.6s Pushing "sha256:c74b65c19da8f1622e566f9f778e98846cb400e14175bee422fd98ba52fa35e5" to "ocurrentbuilder/staging:live-ocurrent-base-images-linux-x86_64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrentbuilder/staging] ee90880afe70: Preparing 09e6e1647d4b: Preparing 6765a5394722: Preparing 9502c80a10bb: Preparing a9b235b1e050: Preparing cf746281968a: Preparing f87d9317a99e: Preparing 2f7436e79a0b: Preparing cf746281968a: Waiting f87d9317a99e: Waiting a9b235b1e050: Pushed ee90880afe70: Pushed 9502c80a10bb: Pushed f87d9317a99e: Layer already exists 2f7436e79a0b: Layer already exists 09e6e1647d4b: Pushed cf746281968a: Pushed 6765a5394722: Pushed live-ocurrent-base-images-linux-x86_64: digest: sha256:699b71ce1cff4abb7d7ba132178a557a6c0e8f671bc915a5bcac14379ac18fda size: 1995 The push refers to repository [docker.io/ocurrentbuilder/staging] ee90880afe70: Preparing 09e6e1647d4b: Preparing 6765a5394722: Preparing 9502c80a10bb: Preparing a9b235b1e050: Preparing cf746281968a: Preparing f87d9317a99e: Preparing 2f7436e79a0b: Preparing f87d9317a99e: Waiting cf746281968a: Waiting 2f7436e79a0b: Waiting 9502c80a10bb: Layer already exists ee90880afe70: Layer already exists 09e6e1647d4b: Layer already exists a9b235b1e050: Layer already exists 6765a5394722: Layer already exists f87d9317a99e: Layer already exists 2f7436e79a0b: Layer already exists cf746281968a: Layer already exists live-ocurrent-base-images-linux-x86_64: digest: sha256:699b71ce1cff4abb7d7ba132178a557a6c0e8f671bc915a5bcac14379ac18fda size: 1995 Job succeeded 2025-06-10 13:08.32: Job succeeded