Build:
- 1
- 0
2026-04-16 14:00.18: New job: opam vars of debian-13-5.3_opam-2.5
(ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483)
2026-04-16 14:00.18: Exec: "docker" "build" "--pull" "-t" "ocurrent/ocaml-ci:debian-13-ocaml-5.3"
"-"
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 201B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
#2 DONE 0.8s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/3] FROM docker.io/ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
#4 CACHED
#5 [2/3] RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
#5 DONE 0.4s
#6 [3/3] RUN opam init --reinit -ni
#6 0.174 Configuring from /home/opam/.opamrc and then from built-in defaults.
#6 0.174 Checking for available remotes: rsync and local, git.
#6 0.176 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#6 0.176 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#6 0.176
#6 0.203 This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
#6 0.203 You may want to back it up before going further.
#6 0.203
#6 0.204 Continue? [Y/n] y
#6 0.204 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#6 0.204 opam option jobs=71 --global
#6 0.207 Format upgrade done.
#6 16.31
#6 16.31 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#6 55.42 [default] Initialised
#6 DONE 61.0s
#7 exporting to image
#7 exporting layers
#7 exporting layers 3.1s done
#7 writing image sha256:4363c35fc8b8ca7deef652ba2d086e408d3b8be44192b48b390abe72958ac6b2 done
#7 naming to docker.io/ocurrent/ocaml-ci:debian-13-ocaml-5.3 done
#7 DONE 3.1s
2026-04-16 14:01.24: Exec: "docker" "run" "-i" "ocurrent/ocaml-ci:debian-13-ocaml-5.3"
"opam" "list" "-s" "--color=never" "--installed"
"ocaml-base-compiler" "ocaml-variants" "ocaml-system"
"--column" "package"
2026-04-16 14:01.25: Exec: "docker" "run" "-i" "ocurrent/ocaml-ci:debian-13-ocaml-5.3"
"opam" "config" "expand" "
{
"arch": "%{arch}%",
"os": "%{os}%",
"os_family": "%{os-family}%",
"os_distribution": "%{os-distribution}%",
"os_version": "%{os-version}%",
"opam_version": "%{opam-version}%"
}
"
2026-04-16 14:01.26: Result:
{
"ocaml_package": "ocaml-base-compiler",
"ocaml_version": "5.3.0",
"lower_bound": false,
"arch": "x86_64",
"os": "linux",
"os_family": "debian",
"os_distribution": "debian",
"os_version": "13",
"opam_version": "2.5.0"
}
2026-04-16 14:01.26: Job succeeded