Organisationsahrefsatd8a5242 ()fedora-43-5.4_opam-2.4

fedora-43-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-12-09 01:29.37: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/node-permission-denied (8a524216d749e000b285b025bb8722f7f8407943) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/node-permission-denied" && cd "atd" && git reset --hard 8a524216
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
# fedora-43-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam ./
RUN opam pin add -yn atdts.dev './' && \
opam pin add -yn atds.dev './' && \
opam pin add -yn atdpy.dev './' && \
opam pin add -yn atdj.dev './' && \
opam pin add -yn atdgen.dev './' && \
opam pin add -yn atdgen-runtime.dev './' && \
opam pin add -yn atdgen-codec-runtime.dev './' && \
opam pin add -yn atdd.dev './' && \
opam pin add -yn atdcpp.dev './' && \
opam pin add -yn atd.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.0 conf-python-3.9.0.0 dune.3.20.2 easy-format.1.3.4 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-12-09 01:29.37: Using cache hint "ahrefs/atd-ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566-fedora-43-5.4_opam-2.4-62b2629b23f11a0873ebdc6b080252cf"
2025-12-09 01:29.37: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)
(comment fedora-43-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn atdts.dev './' && \
\nopam pin add -yn atds.dev './' && \
\nopam pin add -yn atdpy.dev './' && \
\nopam pin add -yn atdj.dev './' && \
\nopam pin add -yn atdgen.dev './' && \
\nopam pin add -yn atdgen-runtime.dev './' && \
\nopam pin add -yn atdgen-codec-runtime.dev './' && \
\nopam pin add -yn atdd.dev './' && \
\nopam pin add -yn atdcpp.dev './' && \
\nopam pin add -yn atd.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.0 conf-python-3.9.0.0 dune.3.20.2 easy-format.1.3.4 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-12-09 01:29.37: Waiting for resource in pool OCluster
2025-12-09 01:29.37: Waiting for worker…
2025-12-09 01:32.30: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 8a52421 Avoid "make: node: Permission denied" occurring on my machine when running the atdpy tests


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566' locally
docker.io/ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566: Pulling from ocaml/opam
3a6ccf50917d: Pulling fs layer
2ac39db0f7b1: Pulling fs layer
4ab95fa37585: Pulling fs layer
ef05642a6c19: Pulling fs layer
6ce4105a6817: Pulling fs layer
482e731bee2c: Pulling fs layer
82b20b1785fc: Pulling fs layer
5033efba3ea4: Pulling fs layer
ac061f34d5de: Pulling fs layer
3699d934db19: Pulling fs layer
c70084606501: Pulling fs layer
92cba88bcd96: Pulling fs layer
87d6cf018c95: Pulling fs layer
47a5774c8fa4: Pulling fs layer
a7a793f430ef: Pulling fs layer
50749af763e4: Pulling fs layer
1931ff52ea8f: Pulling fs layer
d6cbdb0b2976: Pulling fs layer
c21f3fb8010b: Pulling fs layer
006e8a0d5bfe: Pulling fs layer
4f4fb700ef54: Pulling fs layer
bff3cbb02176: Pulling fs layer
b5138c38b1e4: Pulling fs layer
f9df0a6b27ec: Pulling fs layer
199f7dd22bb1: Pulling fs layer
4704820b8848: Pulling fs layer
3a6ccf50917d: Waiting
4ab95fa37585: Waiting
ef05642a6c19: Waiting
6ce4105a6817: Waiting
482e731bee2c: Waiting
813e8e89161a: Pulling fs layer
2ac39db0f7b1: Waiting
3fef5dd9f9c7: Pulling fs layer
5033efba3ea4: Waiting
33b83451bd83: Pulling fs layer
f32a57644710: Pulling fs layer
ac061f34d5de: Waiting
3699d934db19: Waiting
92cba88bcd96: Waiting
c70084606501: Waiting
40216abfd9f1: Pulling fs layer
d689b2a1b34b: Pulling fs layer
87d6cf018c95: Waiting
c515a0f2353f: Pulling fs layer
6b7f7c537f40: Pulling fs layer
2def47abdae6: Pulling fs layer
fd11b9527539: Pulling fs layer
a7a793f430ef: Waiting
b49b2a2f9119: Pulling fs layer
50749af763e4: Waiting
23b9806e7d7a: Pulling fs layer
251f6be3be0f: Pulling fs layer
77df5933f202: Pulling fs layer
47a5774c8fa4: Waiting
f363410542aa: Pulling fs layer
1931ff52ea8f: Waiting
02b0f83c8144: Pulling fs layer
d6cbdb0b2976: Waiting
561ad12063d7: Pulling fs layer
bb777ec2f169: Pulling fs layer
c21f3fb8010b: Waiting
4f4fb700ef54: Waiting
bff3cbb02176: Waiting
b5138c38b1e4: Waiting
f9df0a6b27ec: Waiting
b49b2a2f9119: Waiting
33b83451bd83: Waiting
199f7dd22bb1: Waiting
f32a57644710: Waiting
006e8a0d5bfe: Waiting
23b9806e7d7a: Waiting
251f6be3be0f: Waiting
77df5933f202: Waiting
f363410542aa: Waiting
02b0f83c8144: Waiting
561ad12063d7: Waiting
bb777ec2f169: Waiting
813e8e89161a: Waiting
3fef5dd9f9c7: Waiting
40216abfd9f1: Waiting
c515a0f2353f: Waiting
fd11b9527539: Waiting
6b7f7c537f40: Waiting
2def47abdae6: Waiting
d689b2a1b34b: Waiting
4704820b8848: Waiting
2ac39db0f7b1: Verifying Checksum
2ac39db0f7b1: Download complete
3a6ccf50917d: Download complete
3a6ccf50917d: Pull complete
2ac39db0f7b1: Pull complete
ef05642a6c19: Verifying Checksum
ef05642a6c19: Download complete
6ce4105a6817: Verifying Checksum
6ce4105a6817: Download complete
482e731bee2c: Verifying Checksum
482e731bee2c: Download complete
82b20b1785fc: Verifying Checksum
82b20b1785fc: Download complete
4ab95fa37585: Verifying Checksum
4ab95fa37585: Download complete
5033efba3ea4: Verifying Checksum
5033efba3ea4: Download complete
ac061f34d5de: Verifying Checksum
ac061f34d5de: Download complete
3699d934db19: Download complete
c70084606501: Download complete
92cba88bcd96: Verifying Checksum
92cba88bcd96: Download complete
87d6cf018c95: Verifying Checksum
87d6cf018c95: Download complete
47a5774c8fa4: Verifying Checksum
47a5774c8fa4: Download complete
a7a793f430ef: Verifying Checksum
a7a793f430ef: Download complete
1931ff52ea8f: Verifying Checksum
1931ff52ea8f: Download complete
50749af763e4: Download complete
d6cbdb0b2976: Download complete
006e8a0d5bfe: Verifying Checksum
006e8a0d5bfe: Download complete
c21f3fb8010b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bff3cbb02176: Download complete
b5138c38b1e4: Verifying Checksum
b5138c38b1e4: Download complete
f9df0a6b27ec: Verifying Checksum
f9df0a6b27ec: Download complete
199f7dd22bb1: Verifying Checksum
199f7dd22bb1: Download complete
4704820b8848: Verifying Checksum
4704820b8848: Download complete
4ab95fa37585: Pull complete
813e8e89161a: Download complete
3fef5dd9f9c7: Verifying Checksum
3fef5dd9f9c7: Download complete
33b83451bd83: Verifying Checksum
33b83451bd83: Download complete
f32a57644710: Download complete
40216abfd9f1: Download complete
c515a0f2353f: Verifying Checksum
c515a0f2353f: Download complete
2def47abdae6: Download complete
d689b2a1b34b: Verifying Checksum
d689b2a1b34b: Download complete
b49b2a2f9119: Verifying Checksum
b49b2a2f9119: Download complete
23b9806e7d7a: Verifying Checksum
23b9806e7d7a: Download complete
251f6be3be0f: Verifying Checksum
251f6be3be0f: Download complete
77df5933f202: Verifying Checksum
77df5933f202: Download complete
6b7f7c537f40: Verifying Checksum
6b7f7c537f40: Download complete
02b0f83c8144: Verifying Checksum
02b0f83c8144: Download complete
fd11b9527539: Verifying Checksum
fd11b9527539: Download complete
561ad12063d7: Verifying Checksum
561ad12063d7: Download complete
bb777ec2f169: Download complete
ef05642a6c19: Pull complete
f363410542aa: Download complete
6ce4105a6817: Pull complete
482e731bee2c: Pull complete
82b20b1785fc: Pull complete
5033efba3ea4: Pull complete
ac061f34d5de: Pull complete
3699d934db19: Pull complete
c70084606501: Pull complete
92cba88bcd96: Pull complete
87d6cf018c95: Pull complete
47a5774c8fa4: Pull complete
a7a793f430ef: Pull complete
50749af763e4: Pull complete
1931ff52ea8f: Pull complete
d6cbdb0b2976: Pull complete
c21f3fb8010b: Pull complete
006e8a0d5bfe: Pull complete
4f4fb700ef54: Pull complete
bff3cbb02176: Pull complete
b5138c38b1e4: Pull complete
f9df0a6b27ec: Pull complete
199f7dd22bb1: Pull complete
4704820b8848: Pull complete
813e8e89161a: Pull complete
3fef5dd9f9c7: Pull complete
33b83451bd83: Pull complete
f32a57644710: Pull complete
40216abfd9f1: Pull complete
d689b2a1b34b: Pull complete
c515a0f2353f: Pull complete
6b7f7c537f40: Pull complete
2def47abdae6: Pull complete
fd11b9527539: Pull complete
b49b2a2f9119: Pull complete
23b9806e7d7a: Pull complete
251f6be3be0f: Pull complete
77df5933f202: Pull complete
f363410542aa: Pull complete
02b0f83c8144: Pull complete
561ad12063d7: Pull complete
bb777ec2f169: Pull complete
Digest: sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
Status: Downloaded newer image for ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
2025-12-09 01:36.01 ---> saved as "ba6d18b62928370460223f977de9308ec394ac268d94d34b0cee5d6ca2044b67"


/: (comment fedora-43-5.4_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |   4.8 KiB/s |  20.9 KiB |  00m04s
Fedora 43 - x86_64                     100% |   6.6 KiB/s |  22.8 KiB |  00m03s
Fedora 43 openh264 (From Cisco) - x86_ 100% | 443.0   B/s | 986.0   B |  00m02s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-12-09 01:36.17 ---> saved as "ebfa901ac87bf29ca544c436b2f9cbf6f6f1bdfd291057300223062de1ad063b"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-09 01:36.17 ---> saved as "3744f82be5b6b77c96af9c3adea90de92e65e64c2cc811548d5ea0e65762bb62"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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
2025-12-09 01:36.54 ---> saved as "bb474263ea5495105e41a9e56a75be580b1f25658eb0d1b39eb4f6fdcc85d812"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-09 01:36.54 ---> saved as "24297fa171fb50abf71238f13f5d2788863dfb642ff69f0b34b0ee964ecb8732"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-09 01:36.54 ---> saved as "f9b8f77de7cecf0e74a6275f4190edb64fc8391a175a0014fd0901beb2d7a51c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..2e91c1385f  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 01:37.28 ---> saved as "448ee0bf3b884a6bd697facf83134490163697f531cc93264013f45812bd5637"


/src: (copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)
(dst ./))
2025-12-09 01:37.28 ---> saved as "dbfb1e9292f84cf98f0b791614f2cb86ae189493d071bbc02b3362c34015c3ba"


/src: (run (network host)
(shell  "opam pin add -yn atdts.dev './' && \
\nopam pin add -yn atds.dev './' && \
\nopam pin add -yn atdpy.dev './' && \
\nopam pin add -yn atdj.dev './' && \
\nopam pin add -yn atdgen.dev './' && \
\nopam pin add -yn atdgen-runtime.dev './' && \
\nopam pin add -yn atdgen-codec-runtime.dev './' && \
\nopam pin add -yn atdd.dev './' && \
\nopam pin add -yn atdcpp.dev './' && \
\nopam pin add -yn atd.dev './'"))
[atdts.dev] synchronised (file:///src)
atdts is now pinned to file:///src (version dev)
[atds.dev] synchronised (file:///src)
atds is now pinned to file:///src (version dev)
[atdpy.dev] synchronised (file:///src)
atdpy is now pinned to file:///src (version dev)
[atdj.dev] synchronised (file:///src)
atdj is now pinned to file:///src (version dev)
[atdgen.dev] synchronised (file:///src)
atdgen is now pinned to file:///src (version dev)
[atdgen-runtime.dev] synchronised (file:///src)
atdgen-runtime is now pinned to file:///src (version dev)
[atdgen-codec-runtime.dev] synchronised (file:///src)
atdgen-codec-runtime is now pinned to file:///src (version dev)
[atdd.dev] synchronised (file:///src)
atdd is now pinned to file:///src (version dev)
[atdcpp.dev] synchronised (file:///src)
atdcpp is now pinned to file:///src (version dev)
[atd.dev] synchronised (file:///src)
atd is now pinned to file:///src (version dev)
2025-12-09 01:37.41 ---> saved as "62717406a104d7fd5386e8df3d1ed5d387f378392e5c7d47aa6b2867883743e8"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-09 01:37.41 ---> saved as "7891e619526d64f49b0d27cc464b90686a222dca3310c30edb1d6a048cea4776"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.0 conf-python-3.9.0.0 dune.3.20.2 easy-format.1.3.4 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.2.2.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS"))
2025-12-09 01:37.42: Cancelling: Auto-cancelling job because it is no longer needed
+ /usr/sbin/sudo "yum" "makecache"
Job cancelled