Build:
  1. 0
2026-03-29 20:20.01: New job: build google-drive-ocamlfuse.0.8.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29615/head (582f8e0b2a85975a1edb816451fdb64a8f8ee73e)
                              on opensuse-tumbleweed-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29615/head" && git reset --hard 582f8e0b
git fetch origin master
git merge --no-edit 747f3dca281b5ae6275dfa41069f059ae517126f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:2902ea40a5c17407c697890fcc8a99e6c124798d77aea416143860aea77d58cd
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn google-drive-ocamlfuse.0.8.1 0.8.1
RUN opam reinstall google-drive-ocamlfuse.0.8.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'google-drive-ocamlfuse.0.8.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-29 20:20.01: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:2902ea40a5c17407c697890fcc8a99e6c124798d77aea416143860aea77d58cd-google-drive-ocamlfuse.0.8.1-582f8e0b2a85975a1edb816451fdb64a8f8ee73e"
2026-03-29 20:20.01: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:2902ea40a5c17407c697890fcc8a99e6c124798d77aea416143860aea77d58cd)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn google-drive-ocamlfuse.0.8.1 0.8.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall google-drive-ocamlfuse.0.8.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'google-drive-ocamlfuse.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-29 20:20.01: Waiting for resource in pool OCluster
2026-03-29 20:20.01: Waiting for worker…
2026-03-29 20:20.02: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 747f3dca28 Merge pull request #29614 from ocaml/use-setup-ocaml-for-windows-ci
Updating 747f3dca28..582f8e0b2a
Fast-forward
 .../google-drive-ocamlfuse.0.8.1/opam              | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.8.1/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:2902ea40a5c17407c697890fcc8a99e6c124798d77aea416143860aea77d58cd)
2026-03-29 20:21.17 ---> saved as "ebb5acbc967cc27120dd04d5af2f0a9ca0b7c3fbd73b834952945fe1473ac7ea"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-29 20:21.17 ---> saved as "11b0b5a48055bae148d5681e6c12028fb85580b0996af582c07ee12450943b5a"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

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.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-29 20:21.42 ---> saved as "6487e1907826786ac5a3cb665714957ae68cdc9805ad0c3042567e6cee4bd4b7"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260318
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-29 20:21.43 ---> saved as "71546655f987efe5565d567f062c015b8bf2f5ad92bbba31eb2979c73555b42b"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-29 20:21.55 ---> saved as "ed17531e981bc31bd4cd2bcf804d3a31f41ce88473abfcaadac5af61158a7aee"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-29 20:22.14 ---> saved as "a0ea438fac6c849584815b9a908080c3e43ee20c3a6289bfbf3a5af23db35ac1"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-29 20:22.36 ---> saved as "d83f58d3ac007d5371d96d5da2a050e7187d3c18c1f8fdd10dbd019c78e483ec"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- ......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ...
- .........
- ...........
- ........done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-03-29 20:22.47 ---> saved as "8c7e010b795850c17ae2cc6fedbaaebd2d5d3bfe1b97d8c26d4ca41ff2212f75"

/home/opam: (run (shell "opam pin add -k version -yn google-drive-ocamlfuse.0.8.1 0.8.1"))
google-drive-ocamlfuse is now pinned to version 0.8.1
2026-03-29 20:22.48 ---> saved as "5d7cd2d71a4d8d1e91237d264a8f9d9189ab488b82352f60beae34706cd31ef6"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall google-drive-ocamlfuse.0.8.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'google-drive-ocamlfuse.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
google-drive-ocamlfuse.0.8.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 48 packages
  - install astring                0.8.5          [required by fpath]
  - install camlidl                1.13           [required by google-drive-ocamlfuse]
  - install camlp-streams          5.0.1          [required by gapi-ocaml]
  - install conf-gmp               5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec      4              [required by cryptokit]
  - install conf-libcurl           2              [required by ocurl]
  - install conf-libfuse           1              [required by ocamlfuse]
  - install conf-pkg-config        4              [required by conf-libfuse, conf-zlib, zarith, conf-sqlite3]
  - install conf-sqlite3           1              [required by sqlite3]
  - install conf-zlib              1              [required by cryptokit]
  - install cppo                   1.8.0          [required by extlib, gapi-ocaml]
  - install cryptokit              1.21.1         [required by google-drive-ocamlfuse]
  - install csexp                  1.5.2          [required by dune-configurator]
  - install cstruct                6.2.0          [required by hex]
  - install dune                   3.22.0         [required by google-drive-ocamlfuse]
  - install dune-compiledb         0.6.0          [required by sqlite3]
  - install dune-configurator      3.22.0         [required by ocamlfuse, cryptokit, sqlite3]
  - install extlib                 1.8.0          [required by google-drive-ocamlfuse]
  - install ezjsonm                1.3.0          [required by dune-compiledb]
  - install fmt                    0.11.0         [required by cstruct]
  - install fpath                  0.7.3          [required by dune-compiledb]
  - install gapi-ocaml             0.4.9          [required by google-drive-ocamlfuse]
  - install google-drive-ocamlfuse 0.8.1 (pinned)
  - install hex                    1.5.0          [required by ezjsonm]
  - install hmap                   0.8.1          [required by tiny_httpd]
  - install iostream               0.3            [required by tiny_httpd]
  - install jsonm                  1.0.2          [required by ezjsonm]
  - install menhir                 20250912       [required by otoml]
  - install menhirCST              20250912       [required by menhir]
  - install menhirLib              20250912       [required by otoml]
  - install menhirSdk              20250912       [required by menhir]
  - install num                    1.6            [required by sexplib]
  - install ocamlbuild             0.16.1         [required by uutf, hmap]
  - install ocamlfind              1.9.8          [required by uutf, zarith, ocurl, hmap]
  - install ocamlfuse              2.7.2          [required by google-drive-ocamlfuse]
  - install ocurl                  0.9.2          [required by gapi-ocaml]
  - install otoml                  1.0.5          [required by google-drive-ocamlfuse]
  - install parsexp                v0.16.0        [required by sexplib]
  - install result                 1.5            [required by tiny_httpd]
  - install seq                    base           [required by tiny_httpd]
  - install sexplib                v0.16.0        [required by dune-compiledb]
  - install sexplib0               v0.16.0        [required by dune-compiledb]
  - install sqlite3                5.4.0          [required by google-drive-ocamlfuse]
  - install tiny_httpd             0.20           [required by google-drive-ocamlfuse]
  - install topkg                  1.1.1          [required by uutf, hmap]
  - install uutf                   1.0.4          [required by otoml]
  - install yojson                 3.0.0          [required by gapi-ocaml]
  - install zarith                 1.14           [required by cryptokit]

The following system packages will first need to be installed:
    fuse-devel gmp-devel libcurl-devel sqlite3-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "fuse-devel" "gmp-devel" "libcurl-devel" "sqlite3-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 4 packages are going to be upgraded:
-   libbrotlicommon1 libbrotlidec1 libnghttp2-14 libsqlite3-0
- 
- The following 26 NEW packages are going to be installed:
-   fuse fuse-devel gmp-devel keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcrypto57 libcurl-devel libfuse2 libgmpxx4 libidn2-devel libnghttp2-devel libngtcp2_crypto_ossl-devel libpsl-devel libressl-devel libssh-devel libssl60 libtls33 libulockmgr1 libverto-devel libzstd-devel nghttp3-devel ngtcp2-devel sqlite3-devel
- 
- 4 packages to upgrade, 26 new.
- 
- Package download size:     3.7 MiB
- 
- Package install size change:
-               |      10.7 MiB  required by packages that will be installed
-      8.7 MiB  |  -    1.9 MiB  released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: nghttp3-devel-1.15.0-1.1.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libtls33-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: libressl-devel-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: fuse-devel-2.9.9-8.2.x86_64.rpm [done]
- .
- Preloading: sqlite3-devel-3.51.3-1.1.x86_64.rpm [done]
- .
- Preloading: libnghttp2-devel-1.68.1-1.1.x86_64.rpm [done]
- .
- 
- Preloading: libngtcp2_crypto_ossl-devel-1.21.0-1.1.x86_64.rpm [done]
- .
- Preloading: libcurl-devel-8.19.0-1.1.x86_64.rpm [done]
- .
- Preloading: krb5-devel-1.22.2-2.1.x86_64.rpm [done]
- .
- Preloading: libbrotlidec1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-5.2.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: fuse-2.9.9-8.2.x86_64.rpm [done]
- .
- Preloading: libssl60-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-3.2.x86_64.rpm [done]
- .
- Preloading: libverto-devel-0.3.2-3.6.x86_64.rpm [done]
- .
- Preloading: libulockmgr1-2.9.9-8.2.x86_64.rpm [done]
- .
- Preloading: ngtcp2-devel-1.21.0-1.1.x86_64.rpm [done]
- .
- Preloading: libssh-devel-0.11.4-1.1.x86_64.rpm [done]
- .
- Preloading: libgmpxx4-6.3.0-5.2.x86_64.rpm [done]
- .
- Preloading: libpsl-devel-0.21.5-1.6.x86_64.rpm [done]
- .
- Preloading: libnghttp2-14-1.68.1-1.1.x86_64.rpm [done]
- .
- Preloading: libfuse2-2.9.9-8.2.x86_64.rpm [done]
- ..
- Preloading: libidn2-devel-2.3.8-1.2.x86_64.rpm [done]
- .
- Preloading: libcrypto57-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: libbrotlicommon1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libcom_err-devel-1.47.3-1.2.x86_64.rpm [done]
- .
- Preloading: keyutils-devel-1.6.3-7.5.x86_64.rpm [done]
- .
- Preloading: libsqlite3-0-3.51.3-1.1.x86_64.rpm [done]
- .done]
- Retrieving: fuse-2.9.9-8.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/30),  80.9 KiB    
- Retrieving: keyutils-devel-1.6.3-7.5.x86_64 (openSUSE-Tumbleweed-Oss) (2/30),  13.1 KiB    
- Retrieving: libbrotlicommon1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (3/30),  66.0 KiB    
- Retrieving: libcom_err-devel-1.47.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (4/30),  25.6 KiB    
- Retrieving: libcrypto57-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (5/30), 682.0 KiB    
- Retrieving: libfuse2-2.9.9-8.2.x86_64 (openSUSE-Tumbleweed-Oss) (6/30),  79.5 KiB    
- Retrieving: libgmpxx4-6.3.0-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (7/30),  17.5 KiB    
- Retrieving: libidn2-devel-2.3.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (8/30),  54.7 KiB    
- Retrieving: libnghttp2-14-1.68.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (9/30),  88.9 KiB    
- Retrieving: libpsl-devel-0.21.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (10/30),  28.7 KiB    
- Retrieving: libsqlite3-0-3.51.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (11/30), 784.4 KiB    
- Retrieving: libssh-devel-0.11.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (12/30),  47.1 KiB    
- Retrieving: libulockmgr1-2.9.9-8.2.x86_64 (openSUSE-Tumbleweed-Oss) (13/30),  12.8 KiB    
- Retrieving: libverto-devel-0.3.2-3.6.x86_64 (openSUSE-Tumbleweed-Oss) (14/30),  14.7 KiB    
- Retrieving: libzstd-devel-1.5.7-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (15/30),  69.4 KiB    
- Retrieving: nghttp3-devel-1.15.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (16/30),  31.3 KiB    
- Retrieving: ngtcp2-devel-1.21.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (17/30),  64.2 KiB    
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (18/30), 271.9 KiB    
- Retrieving: libbrotlidec1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (19/30),  30.6 KiB    
- Retrieving: libssl60-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/30), 156.3 KiB    
- Retrieving: gmp-devel-6.3.0-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/30), 306.0 KiB    
- Retrieving: libnghttp2-devel-1.68.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (22/30),  61.4 KiB    
- Retrieving: sqlite3-devel-3.51.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (23/30), 176.0 KiB    
- Retrieving: fuse-devel-2.9.9-8.2.x86_64 (openSUSE-Tumbleweed-Oss) (24/30),  33.8 KiB    
- Retrieving: krb5-devel-1.22.2-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (25/30), 137.5 KiB    
- Retrieving: libbrotli-devel-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (26/30),  34.2 KiB    
- Retrieving: libtls33-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (27/30),  38.6 KiB    
- Retrieving: libressl-devel-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (28/30), 183.5 KiB    
- Retrieving: libngtcp2_crypto_ossl-devel-1.21.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (29/30),  28.6 KiB    
- Retrieving: libcurl-devel-8.19.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (30/30), 144.0 KiB    
- 
- Checking for file conflicts: [..done]
- ( 1/30) Installing: fuse-2.9.9-8.2.x86_64 [..
- /usr/bin/fusermount: setting to root:trusted 4755 (wrong permissions 4750)
- done]
- ( 2/30) Installing: keyutils-devel-1.6.3-7.5.x86_64 [..done]
- ( 3/30) Installing: libbrotlicommon1-1.2.0-2.1.x86_64 [..done]
- ( 4/30) Installing: libcom_err-devel-1.47.3-1.2.x86_64 [..done]
- ( 5/30) Installing: libcrypto57-4.2.1-1.2.x86_64 [..done]
- ( 6/30) Installing: libfuse2-2.9.9-8.2.x86_64 [..done]
- ( 7/30) Installing: libgmpxx4-6.3.0-5.2.x86_64 [..done]
- ( 8/30) Installing: libidn2-devel-2.3.8-1.2.x86_64 [.
- .done]
- ( 9/30) Installing: libnghttp2-14-1.68.1-1.1.x86_64 [..done]
- (10/30) Installing: libpsl-devel-0.21.5-1.6.x86_64 [..done]
- (11/30) Installing: libsqlite3-0-3.51.3-1.1.x86_64 [..done]
- (12/30) Installing: libssh-devel-0.11.4-1.1.x86_64 [..done]
- (13/30) Installing: libulockmgr1-2.9.9-8.2.x86_64 [..done]
- (14/30) Installing: libverto-devel-0.3.2-3.6.x86_64 [..done]
- (15/30) Installing: libzstd-devel-1.5.7-3.2.x86_64 [..done]
- (16/30) Installing: nghttp3-devel-1.15.0-1.1.x86_64 [..done]
- (17/30) Installing: ngtcp2-devel-1.21.0-1.1.x86_64 [..done]
- (18/30) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- (19/30) Installing: libbrotlidec1-1.2.0-2.1.x86_64 [..done]
- (20/30) Installing: libssl60-4.2.1-1.2.x86_64 [..done]
- (21/30) Installing: gmp-devel-6.3.0-5.2.x86_64 [..done]
- (22/30) Installing: libnghttp2-devel-1.68.1-1.1.x86_64 [..done]
- (23/30) Installing: sqlite3-devel-3.51.3-1.1.x86_64 [..done]
- (24/30) Installing: fuse-devel-2.9.9-8.2.x86_64 [..done]
- (25/30) Installing: krb5-devel-1.22.2-2.1.x86_64 [..done]
- (26/30) Installing: libbrotli-devel-1.2.0-2.1.x86_64 [..done]
- (27/30) Installing: libtls33-4.2.1-1.2.x86_64 [..done]
- (28/30) Installing: libressl-devel-4.2.1-1.2.x86_64 [..done]
- (29/30) Installing: libngtcp2_crypto_ossl-devel-1.21.0-1.1.x86_64 [..done]
- (30/30) Installing: libcurl-devel-8.19.0-1.1.x86_64 [..done]
- Running post-transaction scripts [...done]
-  

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlidl.1.13  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-gmp.5
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libfuse.1
-> installed conf-sqlite3.1
-> installed conf-zlib.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> installed camlidl.1.13
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gapi-ocaml.0.4.9  (cached)
-> retrieved google-drive-ocamlfuse.0.8.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iostream.0.3  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlfuse.2.7.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved otoml.1.0.5  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved tiny_httpd.0.20  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed iostream.0.3
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed extlib.1.8.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.22.0
-> installed parsexp.v0.16.0
-> installed tiny_httpd.0.20
-> installed sexplib.v0.16.0
-> installed ocamlfuse.2.7.2
-> installed dune-compiledb.0.6.0
-> installed cryptokit.1.21.1
-> installed sqlite3.5.4.0
-> installed ocurl.0.9.2
-> installed menhir.20250912
-> installed otoml.1.0.5
-> installed gapi-ocaml.0.4.9
-> installed google-drive-ocamlfuse.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-29 20:24.10 ---> saved as "d8274b8223bcfcb92c7311c4934259cef5753beee4568fb1a488a7630ab61ea7"
Job succeeded
2026-03-29 20:24.14: Job succeeded