Build:
- 0
2024-10-30 14:05.42: New job: test aws-s3-lwt.4.6.0 with conf-libpcre.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/26813/head (b6ce862aa1ed67c0e04bf770adf270739f068c67) on debian-12-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/26813/head" && git reset --hard b6ce862a git fetch origin master git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMSOLVERTIMEOUT="1000" 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 conf-libpcre.1 1 RUN opam reinstall conf-libpcre.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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-libpcre.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN opam option solver=builtin-0install RUN opam reinstall aws-s3-lwt.4.6.0; \ 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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'aws-s3-lwt.4.6.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN opam option solver=builtin-0install RUN (opam reinstall --with-test aws-s3-lwt.4.6.0) || true RUN opam reinstall --with-test --verbose aws-s3-lwt.4.6.0; \ 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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'aws-s3-lwt.4.6.0' && 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 . 2024-10-30 14:05.42: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b-conf-libpcre.1-aws-s3-lwt.4.6.0-b6ce862aa1ed67c0e04bf770adf270739f068c67" 2024-10-30 14:05.42: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b) (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 "uname -rs && opam exec -- ocaml -version && opam --version")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMSOLVERTIMEOUT 1000) (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 conf-libpcre.1 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libpcre.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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-libpcre.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (shell "opam option solver=builtin-0install")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall aws-s3-lwt.4.6.0;\ \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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'aws-s3-lwt.4.6.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (shell "opam option solver=builtin-0install")) (run (network host) (shell "(opam reinstall --with-test aws-s3-lwt.4.6.0) || true")) (run (shell "opam reinstall --with-test --verbose aws-s3-lwt.4.6.0;\ \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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'aws-s3-lwt.4.6.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2024-10-30 14:05.42: Waiting for resource in pool OCluster 2024-10-31 06:58.52: Waiting for worker… 2024-10-31 07:03.15: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 66% (21532/32557) Updating files: 67% (21814/32557) Updating files: 68% (22139/32557) Updating files: 69% (22465/32557) Updating files: 70% (22790/32557) Updating files: 71% (23116/32557) Updating files: 72% (23442/32557) Updating files: 73% (23767/32557) Updating files: 74% (24093/32557) Updating files: 75% (24418/32557) Updating files: 76% (24744/32557) Updating files: 77% (25069/32557) Updating files: 78% (25395/32557) Updating files: 79% (25721/32557) Updating files: 80% (26046/32557) Updating files: 81% (26372/32557) Updating files: 82% (26697/32557) Updating files: 83% (27023/32557) Updating files: 84% (27348/32557) Updating files: 85% (27674/32557) Updating files: 86% (28000/32557) Updating files: 87% (28325/32557) Updating files: 88% (28651/32557) Updating files: 89% (28976/32557) Updating files: 90% (29302/32557) Updating files: 91% (29627/32557) Updating files: 92% (29953/32557) Updating files: 93% (30279/32557) Updating files: 94% (30604/32557) Updating files: 95% (30930/32557) Updating files: 96% (31255/32557) Updating files: 97% (31581/32557) Updating files: 98% (31906/32557) Updating files: 99% (32232/32557) Updating files: 100% (32557/32557) Updating files: 100% (32557/32557), done. HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0 Updating ce4637ae20..b6ce862aa1 Fast-forward packages/conf-libpcre/conf-libpcre.1/opam | 22 ++++++++++++++++++-- .../conf-mingw-w64-libpcre-i686.1/opam | 24 ++++++++++++++++++++++ .../conf-mingw-w64-libpcre-x86_64.1/opam | 24 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 packages/conf-mingw-w64-libpcre-i686/conf-mingw-w64-libpcre-i686.1/opam create mode 100644 packages/conf-mingw-w64-libpcre-x86_64/conf-mingw-w64-libpcre-x86_64.1/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b) 2024-10-31 07:12.43 ---> using "619835238a94b19eeeff939f81e164f057fa8094fa703ba39ed5c0f42e707999" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2024-10-31 07:12.43 ---> using "608822e92511ec37ae1705ed6232474df085eabf3fc10543b0de6c920ffcb351" from cache /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 development 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 [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-10-31 07:12.43 ---> using "acad702e9aed59e09109a5ff466d766d37b0231fa0915a47fdb4804af5e3d786" from cache /home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 4.14.2 2.4.0~alpha1~dev 2024-10-31 07:12.43 ---> using "c52e418cbd79acba474d87b691bd314432f8b52e9802e23465ac8ffd419c5496" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMSOLVERTIMEOUT 1000) /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/")) 2024-10-31 07:12.43 ---> using "5dd21b950a0537f9b9f2251a0f6dde415c0ae0abb4780469484e44ff62cbc9c0" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2024-10-31 07:12.44 ---> using "2519be60995b62faf75352c6192c867285a2b8bfa4bfc2d767f97e9e478a5fb3" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2024-10-31 07:12.44 ---> using "e0ad97189a89afbe6462a029427a7a51a1633d59d33756eeb2bdc15f6b69aad7" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB] - Fetched 293 kB in 0s (856 kB/s) - Reading package lists... 2024-10-31 07:12.44 ---> using "acdfd740302bb1d129040b9e74e16c3002260666670bacbc962cbbc9a956740d" from cache /home/opam: (run (shell "opam pin add -k version -yn conf-libpcre.1 1")) conf-libpcre is now pinned to version 1 2024-10-31 07:12.44 ---> using "aec759a181174b8390fee2cc94071620d73bde7b26683e187933c01ab7fd2f87" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libpcre.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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-libpcre.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-libpcre.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 2 packages - install conf-libpcre 1 (pinned) - install conf-pkg-config 3 [required by conf-libpcre] The following system packages will first need to be installed: libpcre3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libpcre3-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpcre16-3:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18745 files and directories currently installed.) - Preparing to unpack .../0-libpcre16-3_2%3a8.39-15_amd64.deb ... - Unpacking libpcre16-3:amd64 (2:8.39-15) ... - Selecting previously unselected package libpcre3:amd64. - Preparing to unpack .../1-libpcre3_2%3a8.39-15_amd64.deb ... - Unpacking libpcre3:amd64 (2:8.39-15) ... - Selecting previously unselected package libpcre32-3:amd64. - Preparing to unpack .../2-libpcre32-3_2%3a8.39-15_amd64.deb ... - Unpacking libpcre32-3:amd64 (2:8.39-15) ... - Selecting previously unselected package libpcrecpp0v5:amd64. - Preparing to unpack .../3-libpcrecpp0v5_2%3a8.39-15_amd64.deb ... - Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ... - Selecting previously unselected package libpcre3-dev:amd64. - Preparing to unpack .../4-libpcre3-dev_2%3a8.39-15_amd64.deb ... - Unpacking libpcre3-dev:amd64 (2:8.39-15) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../5-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../6-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../7-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../8-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libpcre16-3:amd64 (2:8.39-15) ... - Setting up libpcre3:amd64 (2:8.39-15) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libpcre32-3:amd64 (2:8.39-15) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libpcrecpp0v5:amd64 (2:8.39-15) ... - Setting up libpcre3-dev:amd64 (2:8.39-15) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-pkg-config.3 -> installed conf-libpcre.1 Done. # To update the current shell environment, run: eval $(opam env) 2024-10-31 07:12.44 ---> using "823d4b78005bf2ccf44620b0e03c6b6a0b4bbfb4d1b48334b8844946dfde080c" from cache /home/opam: (run (shell "opam option solver=builtin-0install")) Set to 'builtin-0install' the field solver in global configuration 2024-10-31 07:12.44 ---> using "01c612edaae31183742e1fd3d6617d330d70e17a46b8354f730f04e56d252e0e" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall aws-s3-lwt.4.6.0;\ \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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'aws-s3-lwt.4.6.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) aws-s3-lwt.4.6.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 85 packages - install angstrom 0.16.1 [required by uri] - install asn1-combinators 0.3.2 [required by x509] - install astring 0.8.5 [required by bos, conduit] - install aws-s3 4.6.0 [required by aws-s3-lwt] - install aws-s3-lwt 4.6.0 - install base v0.16.3 [required by ppx_expect, ppx_protocol_conv] - install base-bytes base [required by ocplib-endian] - install base64 3.5.1 [required by aws-s3] - install bigstringaf 0.10.0 [required by angstrom] - install bos 0.2.1 [required by ca-certs] - install ca-certs 1.0.0 [required by conduit-lwt-unix] - install cmdliner 1.3.0 [required by aws-s3] - install conduit 6.2.3 [required by conduit-lwt] - install conduit-lwt 6.2.3 [required by conduit-lwt-unix] - install conduit-lwt-unix 6.2.3 [required by aws-s3-lwt] - install conf-bash 1 [required by base] - install conf-gmp 4 [required by conf-gmp-powm-sec, zarith] - install conf-gmp-powm-sec 3 [required by mirage-crypto-pk] - install cppo 1.7.0 [required by lwt] - install csexp 1.5.2 [required by dune-configurator] - install digestif 1.2.0 [required by aws-s3] - install domain-name 0.4.0 [required by x509] - install dune 3.16.0 [required by aws-s3-lwt] - install dune-configurator 3.16.0 [required by pcre, mirage-crypto] - install duration 0.2.1 [required by mirage-crypto-rng] - install eqaf 0.10 [required by digestif] - install ezxmlm 1.1.0 [required by aws-s3] - install fmt 0.9.0 [required by bos, x509] - install fpath 0.7.3 [required by ca-certs] - install gmap 0.3.0 [required by x509] - install ipaddr 5.6.0 [required by conduit-lwt-unix] - install ipaddr-sexp 5.6.0 [required by conduit-lwt-unix] - install jane-street-headers v0.16.0 [required by time_now] - install jst-config v0.16.0 [required by time_now] - install kdf 1.0.0 [required by x509] - install logs 0.7.0 [required by conduit-lwt-unix] - install lwt 5.6.1 [required by aws-s3-lwt] - install macaddr 5.6.0 [required by ipaddr] - install mirage-crypto 1.1.0 [required by ca-certs] - install mirage-crypto-ec 1.1.0 [required by x509] - install mirage-crypto-pk 1.1.0 [required by x509] - install mirage-crypto-rng 1.1.0 [required by x509] - install num 1.5-1 [required by sexplib] - install ocaml-compiler-libs v0.12.4 [required by ppxlib] - install ocaml-inifiles 1.2 [required by aws-s3] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocamlbuild 0.15.0 [required by ptime] - install ocamlfind 1.9.6 [required by ocaml-inifiles, ptime] - install ocplib-endian 1.2 [required by lwt] - install ohex 0.2.0 [required by ca-certs] - install parsexp v0.16.0 [required by sexplib] - install pcre 7.5.0 [required by ocaml-inifiles] - install ppx_assert v0.16.0 [required by jst-config] - install ppx_base v0.16.0 [required by time_now] - install ppx_cold v0.16.0 [required by ppx_base] - install ppx_compare v0.16.0 [required by ppx_base] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_enumerate v0.16.0 [required by ppx_base] - install ppx_expect v0.16.0 [required by ppx_protocol_conv_json] - install ppx_globalize v0.16.0 [required by ppx_base] - install ppx_hash v0.16.0 [required by ppx_base] - install ppx_here v0.16.0 [required by ppx_expect] - install ppx_inline_test v0.16.1 [required by ppx_protocol_conv_json] - install ppx_optcomp v0.16.0 [required by time_now] - install ppx_protocol_conv 5.2.1 [required by ppx_protocol_conv_json, ppx_protocol_conv_xmlm] - install ppx_protocol_conv_json 5.2.1 [required by aws-s3] - install ppx_protocol_conv_xmlm 5.2.1 [required by aws-s3] - install ppx_sexp_conv v0.16.0 [required by conduit-lwt-unix] - install ppxlib 0.33.0 [required by ppx_expect, ppx_protocol_conv] - install ptime 1.2.0 [required by aws-s3] - install re 1.12.0 [required by ppx_expect] - install rresult 0.7.0 [required by bos] - install seq base [required by yojson] - install sexplib v0.16.0 [required by conduit-lwt] - install sexplib0 v0.16.0 [required by ipaddr-sexp, base, sexplib] - install stdio v0.16.0 [required by ppx_expect] - install stdlib-shims 0.3.0 [required by ppxlib] - install stringext 1.6.0 [required by uri] - install time_now v0.16.0 [required by ppx_inline_test] - install topkg 1.0.7 [required by ptime] - install uri 4.4.0 [required by aws-s3, conduit-lwt-unix] - install x509 1.0.5 [required by ca-certs] - install xmlm 1.4.0 [required by ezxmlm] - install yojson 2.2.2 [required by ppx_protocol_conv_json] - install zarith 1.14 [required by mirage-crypto-pk] The following system packages will first need to be installed: libgmp-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18943 files and directories currently installed.) - Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved aws-s3.4.6.0, aws-s3-lwt.4.6.0 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved ca-certs.1.0.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved cppo.1.7.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-bash.1 -> installed conf-gmp.4 -> installed conf-gmp-powm-sec.3 -> retrieved digestif.1.2.0 (cached) -> retrieved domain-name.0.4.0 (cached) -> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved ezxmlm.1.1.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gmap.0.3.0 (cached) -> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0 (cached) -> installed cmdliner.1.3.0 -> retrieved jane-street-headers.v0.16.0 (cached) -> retrieved jst-config.v0.16.0 (cached) -> retrieved kdf.1.0.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt.5.6.1 (cached) -> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-inifiles.1.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pcre.7.5.0 (cached) -> retrieved ppx_assert.v0.16.0 (cached) -> retrieved ppx_base.v0.16.0 (cached) -> retrieved ppx_cold.v0.16.0 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_expect.v0.16.0 (cached) -> retrieved ppx_globalize.v0.16.0 (cached) -> retrieved ppx_hash.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_inline_test.v0.16.1 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_protocol_conv.5.2.1, ppx_protocol_conv_json.5.2.1, ppx_protocol_conv_xmlm.5.2.1 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved time_now.v0.16.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved x509.1.0.5 (cached) -> retrieved xmlm.1.4.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> installed num.1.5-1 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed ocamlbuild.0.15.0 -> installed zarith.1.14 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed xmlm.1.4.0 -> installed fmt.0.9.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed duration.0.2.1 -> installed jane-street-headers.v0.16.0 -> installed ohex.0.2.0 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed base64.3.5.1 -> installed cppo.1.7.0 -> installed domain-name.0.4.0 -> installed eqaf.0.10 -> installed ezxmlm.1.1.0 -> installed gmap.0.3.0 -> installed macaddr.5.6.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed yojson.2.2.2 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.0 -> installed digestif.1.2.0 -> installed parsexp.v0.16.0 -> installed dune-configurator.3.16.0 -> installed bigstringaf.0.10.0 -> installed sexplib.v0.16.0 -> installed pcre.7.5.0 -> installed angstrom.0.16.1 -> installed ocaml-inifiles.1.2 -> installed mirage-crypto.1.1.0 -> installed kdf.1.0.0 -> installed uri.4.4.0 -> installed lwt.5.6.1 -> installed logs.0.7.0 -> installed base.v0.16.3 -> installed mirage-crypto-rng.1.1.0 -> installed stdio.v0.16.0 -> installed mirage-crypto-pk.1.1.0 -> installed bos.0.2.1 -> installed mirage-crypto-ec.1.1.0 -> installed ppxlib.0.33.0 -> installed x509.1.0.5 -> installed ca-certs.1.0.0 -> installed ppx_globalize.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_here.v0.16.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_protocol_conv.5.2.1 -> installed ppx_compare.v0.16.0 -> installed ppx_protocol_conv_xmlm.5.2.1 -> installed ppx_sexp_conv.v0.16.0 -> installed ipaddr-sexp.5.6.0 -> installed ppx_hash.v0.16.0 -> installed ppx_assert.v0.16.0 -> installed conduit.6.2.3 -> installed ppx_base.v0.16.0 -> installed conduit-lwt.6.2.3 -> installed jst-config.v0.16.0 -> installed conduit-lwt-unix.6.2.3 -> installed time_now.v0.16.0 -> installed ppx_inline_test.v0.16.1 -> installed ppx_expect.v0.16.0 -> installed ppx_protocol_conv_json.5.2.1 -> installed aws-s3.4.6.0 -> installed aws-s3-lwt.4.6.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-10-31 07:13.50 ---> saved as "034fbef752b046e161b66a98c063930439e0e9468dda656a10e83f0efb519ad1" /home/opam: (run (shell "opam option solver=builtin-0install")) No modification in global configuration 2024-10-31 07:13.50 ---> saved as "c27ad5ca9a2ff9316edc5e76c450197c72ee468ef3113d056c5ae7727c47660a" /home/opam: (run (network host) (shell "(opam reinstall --with-test aws-s3-lwt.4.6.0) || true")) The following actions will be performed: === recompile 1 package - recompile aws-s3-lwt 4.6.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved aws-s3-lwt.4.6.0 (https://github.com/andersfugmann/aws-s3/archive/4.6.0.tar.gz) -> removed aws-s3-lwt.4.6.0 -> installed aws-s3-lwt.4.6.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-10-31 07:13.59 ---> saved as "40932f4f1744c1a8e1bf48f87d749370caf5172b1c7b332523504f3a36b4e001" /home/opam: (run (shell "opam reinstall --with-test --verbose aws-s3-lwt.4.6.0;\ \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 \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'aws-s3-lwt.4.6.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === recompile 1 package - recompile aws-s3-lwt 4.6.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [aws-s3-lwt.4.6.0: extract] -> retrieved aws-s3-lwt.4.6.0 (cached) Processing 2/4: [aws-s3-lwt: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "aws-s3-lwt" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/aws-s3-lwt.4.6.0) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I cli/.aws_cli.objs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/aws-s3 -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif -I /home/opam/.opam/4.14/lib/digestif/c -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/ezxmlm -I /home/opam/.opam/4.14/lib/inifiles -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_protocol_conv -I /home/opam/.opam/4.14/lib/ppx_protocol_conv/driver -I /home/opam/.opam/4.14/lib/ppx_protocol_conv/runtime -I /home/opam/.opam/4.14/lib/ppx_protocol_conv_json -I /home/opam/.opam/4.14/lib/ppx_protocol_conv_xmlm -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/xmlm -I /home/opam/.opam/4.14/lib/yojson -no-alias-deps -open Aws_cli -o cli/.aws_cli.objs/byte/aws_cli__Aws.cmo -c -impl cli/aws.ml) - File "cli/aws.ml", line 214, characters 68-86: - 214 | List.iter ~f:(fun { S3.last_modified; key; size; etag; _ } -> Caml.Printf.printf "%s\t%d\t%s\t%s\n%!" (string_of_time last_modified) size key etag) result; - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I cli/.aws_cli.objs/byte -I cli/.aws_cli.objs/native -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/aws-s3 -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif -I /home/opam/.opam/4.14/lib/digestif/c -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/ezxmlm -I /home/opam/.opam/4.14/lib/inifiles -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_protocol_conv -I /home/opam/.opam/4.14/lib/ppx_protocol_conv/driver -I /home/opam/.opam/4.14/lib/ppx_protocol_conv/runtime -I /home/opam/.opam/4.14/lib/ppx_protocol_conv_json -I /home/opam/.opam/4.14/lib/ppx_protocol_conv_xmlm -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/xmlm -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Aws_cli -o cli/.aws_cli.objs/native/aws_cli__Aws.cmx -c -impl cli/aws.ml) - File "cli/aws.ml", line 214, characters 68-86: - 214 | List.iter ~f:(fun { S3.last_modified; key; size; etag; _ } -> Caml.Printf.printf "%s\t%d\t%s\t%s\n%!" (string_of_time last_modified) size key etag) result; - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml -> compiled aws-s3-lwt.4.6.0 -> removed aws-s3-lwt.4.6.0 -> installed aws-s3-lwt.4.6.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-10-31 07:14.07 ---> saved as "cdbc162c8eeba91b78f6c1e1febae52cd92f8b55fc07501ff2322b258d68effd" Job succeeded 2024-10-31 07:14.16: Job succeeded