Build:
  1. 1
  2. 0
2026-04-16 14:00.26: New job: opam vars of debian-13-5.4_opam-2.5
                     (ocaml/opam@sha256:f01ea32106a9a667c3e662c7b8c4f33c337e55b5043eb98602495d938ae011a9)
2026-04-16 14:00.26: Waiting for resource in pool docker
2026-04-16 14:01.26: Got resource from pool docker
2026-04-16 14:01.26: 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:f01ea32106a9a667c3e662c7b8c4f33c337e55b5043eb98602495d938ae011a9
#2 DONE 1.0s

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

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

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

#6 [3/3] RUN opam init --reinit -ni
#6 0.217 Configuring from /home/opam/.opamrc and then from built-in defaults.
#6 0.218 Checking for available remotes: rsync and local, git.
#6 0.218   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#6 0.218   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#6 0.218 
#6 0.240 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.240 You may want to back it up before going further.
#6 0.240 
#6 0.240 Continue? [Y/n] y
#6 0.241 [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.241            opam option jobs=71 --global
#6 0.244 Format upgrade done.
#6 4.295 
#6 4.295 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#6 43.01 [default] Initialised
#6 DONE 48.4s

#7 exporting to image
#7 exporting layers
#7 exporting layers 2.8s done
#7 writing image sha256:2c9b6b5eae5b828a28ca9ce97b73540dd4eb8989da63e2d9c9364414913c72dc done
#7 naming to docker.io/ocurrent/ocaml-ci:debian-13-ocaml-5.4 done
#7 DONE 2.8s
2026-04-16 14:02.19: 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-04-16 14:02.19: 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-04-16 14:02.21: 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.0"
                       }
2026-04-16 14:02.21: Job succeeded