Build:
  1. 1
  2. 0
2026-05-16 14:01.34: New job: opam vars of debian-13-5.3_opam-2.5
                     (ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d)
2026-05-16 14:01.34: 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:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
#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:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
#4 resolve docker.io/ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d 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.6s

#6 [3/3] RUN opam init --reinit -ni
#6 0.217 Configuring from /home/opam/.opamrc and then from built-in defaults.
#6 0.217 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.235 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.235 You may want to back it up before going further.
#6 0.235 
#6 0.236 [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.236            opam option jobs=1 --global
#6 0.236 Continue? [Y/n] y
#6 0.239 Format upgrade done.
#6 6.461 
#6 6.461 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#6 8.047 [default] no changes from git+file:///home/opam/opam-repository
#6 DONE 9.8s

#7 exporting to image
#7 exporting layers 0.1s done
#7 writing image sha256:c8022f103cd426544304e1783c14478657d5b24f2e1db1373562baee6d72b260 done
#7 naming to docker.io/ocurrent/ocaml-ci:debian-13-ocaml-5.3 done
#7 DONE 0.1s
2026-05-16 14:01.47: 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-05-16 14:01.48: 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-05-16 14:01.49: 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.1"
                       }
2026-05-16 14:01.49: Job succeeded