Build:
  1. 2
  2. 1
  3. 0
2026-07-15 14:02.41: New job: opam vars of debian-13-5.4_opam-2.5
                     (ocaml/opam@sha256:17b8bdc36f2ac75d0095f84285b700c0ad7bee71b4925f3c56a98e3a8dec509b)
2026-07-15 14:02.41: Exec: "docker" "build" "--pull" "-t" "ocurrent/ocaml-ci:debian-13-ocaml-5.4" 
                           "-"
#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:17b8bdc36f2ac75d0095f84285b700c0ad7bee71b4925f3c56a98e3a8dec509b
#2 DONE 1.4s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [1/3] FROM docker.io/ocaml/opam@sha256:17b8bdc36f2ac75d0095f84285b700c0ad7bee71b4925f3c56a98e3a8dec509b
#4 resolve docker.io/ocaml/opam@sha256:17b8bdc36f2ac75d0095f84285b700c0ad7bee71b4925f3c56a98e3a8dec509b 0.0s done
#4 DONE 0.5s

#5 [2/3] RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
#5 DONE 0.7s

#6 [3/3] RUN opam init --reinit -ni
#6 0.186 Configuring from /home/opam/.opamrc and then from built-in defaults.
#6 0.187 Checking for available remotes: rsync and local, git.
#6 0.187   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#6 0.187   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#6 0.187 
#6 0.212 This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
#6 0.212 You may want to back it up before going further.
#6 0.212 
#6 0.213 Continue? [Y/n] y
#6 0.213 [NOTE] The 'jobs' option was reset, its value was 1 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.213            opam option jobs=1 --global
#6 0.216 Format upgrade done.
#6 7.170 
#6 7.170 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#6 9.486 [default] no changes from git+file:///home/opam/opam-repository
#6 DONE 11.4s

#7 exporting to image
#7 exporting layers 0.1s done
#7 writing image sha256:d1350e565e666b6de6effe4f769927bd63c3398d04c8f02fc13197cdbeed2ecb done
#7 naming to docker.io/ocurrent/ocaml-ci:debian-13-ocaml-5.4 done
#7 DONE 0.1s
2026-07-15 14:02.55: Exec: "docker" "run" "-i" "ocurrent/ocaml-ci:debian-13-ocaml-5.4" 
                           "opam" "list" "-s" "--color=never" "--installed" 
                           "ocaml-base-compiler" "ocaml-variants" "ocaml-system" 
                           "--column" "package"
2026-07-15 14:02.56: Exec: "docker" "run" "-i" "ocurrent/ocaml-ci:debian-13-ocaml-5.4" 
                           "opam" "config" "expand" "
  {
    "arch": "%{arch}%",
    "os": "%{os}%",
    "os_family": "%{os-family}%",
    "os_distribution": "%{os-distribution}%",
    "os_version": "%{os-version}%",
    "opam_version": "%{opam-version}%"
  }
"
2026-07-15 14:02.57: Result:
                       {
                         "ocaml_package": "ocaml-base-compiler",
                         "ocaml_version": "5.4.1",
                         "lower_bound": false,
                         "arch": "x86_64",
                         "os": "linux",
                         "os_family": "debian",
                         "os_distribution": "debian",
                         "os_version": "13",
                         "opam_version": "2.5.2"
                       }
2026-07-15 14:02.57: Job succeeded