Organisationsocaml-ppxppxlib8bf3d6 ()ubuntu-20.04-5.3_opam-2.3

ubuntu-20.04-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-02-18 16:02.28: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/558/head (8bf3d69442f4b4fc6e19a08ee646e8372bd39c43) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/558/head" && git reset --hard 8bf3d694
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad
# ubuntu-20.04-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-02-18 16:02.28: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad-ubuntu-20.04-5.3_opam-2.3-3ea676ec3e11def9432dd51f9b153223"
2025-02-18 16:02.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad)
(comment ubuntu-20.04-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-02-18 16:02.28: Waiting for resource in pool OCluster
2025-02-18 16:09.48: Waiting for worker…
2025-02-18 16:26.22: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at 8bf3d694 Bump internal AST to 5.3


(from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad' locally
docker.io/ocaml/opam@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad: Pulling from ocaml/opam
e8879afe30c1: Pulling fs layer
e8879afe30c1: Verifying Checksum
e8879afe30c1: Download complete
e8879afe30c1: Pull complete
Digest: sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad
Status: Downloaded newer image for ocaml/opam@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad
2025-02-18 16:26.22 ---> using "f64438e91cc79f15acb8c190d5bf9e62ccfe4a251682ca1f6137a6a6c044331b" from cache


/: (comment ubuntu-20.04-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-18 16:26.22 ---> using "16cbeb407956ec5ef8e22397837faf21d23e62abc6aaea376c867f72891ed4cc" from cache


/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 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-18 16:26.22 ---> using "6fa1c8624bb118fc2d9813a57ddf8efaf5a8daf37e9ac60641d953a4d972127f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-18 16:26.22 ---> using "1874a199e8e6eea839830c3a7e4194ab22d725f5585c9e39ab20eca9bcd761e7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-18 16:26.22 ---> using "8f9e842771ea81a5d8ab45f3ae71f73fd9bc7108479545dff52fbc0288f92929" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2c9566f0b0..717e57b54b  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-02-18 16:26.22 ---> using "24373b8bdb287f1beb97113a4b4e4a672bb6ad71fdc255fd730a3c9d36e84600" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-02-18 16:26.22 ---> using "85a57f41097c520bb9d0c0a3d742bad05264915b07b5577235e6032e07013c2e" from cache


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2025-02-18 16:26.22 ---> using "144ac1285e55c9cecba9ca969bcf0854207a1f210d54ea890afac21054368433" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-18 16:26.22 ---> using "576161c11687e80df296d69fa0e754918e7bdbf3807875741bceeb2d6b731d2d" from cache


/src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4337 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4223 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4699 kB]
- Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1298 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1590 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4526 kB]
- Fetched 21.1 MB in 2s (11.5 MB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-02-18 16:26.22 ---> using "7d65d0e45ce6eef6d537434b29ca6d164b00520e54f10f3c77df633fec9cac9b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
- install base                    v0.17.1
- install cinaps                  v0.15.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.17.2
- install dune-configurator       3.17.2
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ppx_derivers            1.2.1
- install re                      1.12.0
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install yojson                  2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.17.2
-> installed base.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-18 16:26.22 ---> using "9f9169e719d58c52519528dba89ac6eb0bce291d6e615834c6fc33d3a10dc217" from cache


/src: (copy (src .) (dst /src))
2025-02-18 16:26.23 ---> saved as "c2e62dd0a8a26d78229c35d811c597e42cb202d169adc5b63b6325b8c3d7838b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/ppxlib-pp-ast/show-locs.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t _build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t.corrected
diff --git a/_build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t b/_build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t.corrected
index 2b9f05f..00a4d05 100644
--- a/_build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t
+++ b/_build/.sandbox/8c9d8ac6d159a2a0f0cec16929694ac9/default/test/ppxlib-pp-ast/show-locs.t.corrected
@@ -72,7 +72,7 @@ Now how it's printed with the flag:
{ pexp_desc =
Pexp_constant
{ pconst_desc = Pconst_integer ( "2", None)
-                    ; pconst_loc = l0c-1..-1(g)
+                    ; pconst_loc = l1c8..9
}
; pexp_loc = l1c8..9
; pexp_loc_stack = __lstack
@@ -202,18 +202,18 @@ original form as opposed to the default, condensed one shown above:
{ pconst_desc = Pconst_integer ( "2", None)
; pconst_loc =
{ loc_start =
-                            { pos_fname = "_none_"
-                            ; pos_lnum = 0
+                            { pos_fname = "test.ml"
+                            ; pos_lnum = 1
; pos_bol = 0
-                            ; pos_cnum = -1
+                            ; pos_cnum = 8
}
; loc_end =
-                            { pos_fname = "_none_"
-                            ; pos_lnum = 0
+                            { pos_fname = "test.ml"
+                            ; pos_lnum = 1
; pos_bol = 0
-                            ; pos_cnum = -1
+                            ; pos_cnum = 9
}
-                        ; loc_ghost = true
+                        ; loc_ghost = false
}
}
; pexp_loc =
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-02-18 16:27.01: Job failed: Failed: Build failed