Organisationsygreksqlggf63000 ()ubuntu-20.04-4.14_opam-2.1

ubuntu-20.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-10 19:01.36: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/123/head (f6300036beaa4172576f5e52c584b2892c98a191) (linux-x86_64:ubuntu-20.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/123/head" && git reset --hard f6300036
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
# ubuntu-20.04-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqlgg.opam ./
RUN opam pin add -yn sqlgg.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.0 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y sqlgg.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


2024-04-10 19:01.36: Using cache hint "ygrek/sqlgg-ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2-ubuntu-20.04-4.14_opam-2.1-3c756b985a20f4e454e53c7310a2b111"
2024-04-10 19:01.36: Using OBuilder spec:
((from ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2)
 (comment ubuntu-20.04-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sqlgg.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn sqlgg.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.0 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0")
 (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.1 --depext-only -y sqlgg.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"))
)


2024-04-10 19:01.36: Waiting for resource in pool OCluster
2024-04-10 19:07.18: Waiting for worker…
2024-04-10 19:12.52: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at f630003 Make tests failure


(from ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2)
Unable to find image 'ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2' locally
docker.io/ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2: Pulling from ocaml/opam
c4cfece05859: Pulling fs layer
c4cfece05859: Verifying Checksum
c4cfece05859: Download complete
c4cfece05859: Pull complete
Digest: sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
Status: Downloaded newer image for ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
2024-04-10 19:12.52 ---> using "c7bf33d94e681de1f20943d11cb0c4972a6d1fbbcc13de77fa2572b4279c2375" from cache


/: (comment ubuntu-20.04-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-10 19:12.52 ---> using "78424ae8159ee0fe24c33aee4f3fc106941db77acc7fab98d09b60aaf72a00e4" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2024-04-10 19:12.52 ---> using "0fc510c6563ca773bf4ea8e90d93e3c9ad6f37c27834f944b8a96973527e84e0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-102-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-10 19:12.52 ---> using "c6b64910bdbdfe15a49248edeb35ca745bc05d12c5c122d700d0f9009f3e11a2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 19:12.52 ---> using "f120162ae84143a294da43d8468749c7385c79683fd52e48c56376a239a1a6b3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
950c52962d [new release] dune (15 packages) (3.15.0)


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-04-10 19:12.52 ---> using "966353f9fd2b2caeaf76624b2f1565651ccc3c49c61f37d101f7e17c9485d598" from cache


/src: (copy (src sqlgg.opam) (dst ./))
2024-04-10 19:12.52 ---> using "741e059e96faeb53c11506129f53bbb53f96691ed920890cd4d5f0e7f340298f" from cache


/src: (run (network host)
           (shell "opam pin add -yn sqlgg.dev './'"))
[sqlgg.dev] synchronised (file:///src)
sqlgg is now pinned to file:///src (version dev)
2024-04-10 19:12.52 ---> using "7750b7622da73f3283ffe25717d18ecac19428720d111f4fef4ad89b22d0fafc" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.0 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0")


/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.1 --depext-only -y sqlgg.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1194 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.8 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3483 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3547 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Hit:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3634 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1489 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4021 kB]
- Fetched 17.7 MB in 3s (5970 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqlgg.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2024-04-10 19:12.52 ---> using "e60f4e059aef78f8983ca39c930a2ca333ed28c604127ddee4e395c163146473" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install dune                3.15.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install result              1.5
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install cppo                1.6.9
  - install mybuild             6
  - install ounit2              2.2.7
  - install ppxlib              0.32.0
  - install menhir              20231231
  - install extlib              1.7.9
  - install ounit               2.2.7
  - install ppx_deriving        5.2.1
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved extlib.1.7.9  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved mybuild.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed mybuild.6
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed sexplib0.v0.16.0
-> installed menhirLib.20231231
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed extlib.1.7.9
-> installed menhir.20231231
-> installed ppxlib.0.32.0
-> installed ppx_deriving.5.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 19:15.07 ---> saved as "2fe09fd172433be6a1be1e194f73612af591b12b4713e985bff6aa541959e62e"


/src: (copy (src .) (dst /src))
2024-04-10 19:15.08 ---> saved as "cb8dd421d5b38fd978e25e97bc791bdcc5a6def0f1dac690e0b030101da7bacf"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src && ./gen_version.exe version.ml)
fatal: not a git repository (or any of the parent directories): .git
(cd _build/default && /home/opam/.opam/4.14/bin/menhir lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)
Warning: 26 states have shift/reduce conflicts.
Warning: 3 states have reduce/reduce conflicts.
Warning: 124 shift/reduce conflicts were arbitrarily resolved.
Warning: 17 reduce/reduce conflicts were arbitrarily resolved.
File "src/dune", line 25, characters 0-76:
25 | (rule
26 |  (alias runtest)
27 |  (deps ./cli.exe)
28 |  (action
29 |    (run ./cli.exe -test)))
(cd _build/default/src && ./cli.exe -test)
......................T.................................F.....F
==============================================================================
Failure: main:10:LEFT JOIN, with FOREIGN KEY, FOREIGN KEY field IS NULL:2:SELECT orders2.order_id, orders2.date_field, customers2.customer_name FROM orders2 LEFT JOIN customers2 ON orders2.customer_id = customers2.customer_id


schema
expected: [{ name = "order_id"; domain = Int; extra = [PrimaryKey] };
  { name = "date_field"; domain = Datetime; extra = [] };
  { name = "customer_name"; domain = Text?; extra = [] }]
but got: [{ name = "order_id"; domain = Int; extra = [PrimaryKey] };
  { name = "date_field"; domain = Datetime; extra = [] };
  { name = "customer_name"; domain = Text; extra = [] }]
------------------------------------------------------------------------------
==============================================================================
Failure: main:8:LEFT JOIN, without FOREIGN KEY, without IS NOT NULL:1:SELECT users.name, users.email, account_types.type_name FROM users LEFT JOIN account_types ON users.account_type_id = account_types.type_id


failed : Failure("no such table users")
Backtrace:
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Sqlgg__Syntax.resolve_source in file "lib/syntax.ml", line 363, characters 19-31
Called from Sqlgg__Syntax.eval_nested in file "lib/syntax.ml", line 332, characters 28-48
Called from Sqlgg__Syntax.eval_select in file "lib/syntax.ml", line 336, characters 17-37
Called from Sqlgg__Syntax.eval_select_full in file "lib/syntax.ml", line 367, characters 33-55
Called from Sqlgg__Syntax.parse in file "lib/syntax.ml", line 607, characters 25-54
Called from Dune__exe__Main.parse_one' in file "src/main.ml", line 13, characters 33-49
Called from Dune__exe__Main.parse_one in file "src/main.ml", line 35, characters 9-23
 : SELECT users.name, users.email, account_types.type_name FROM users LEFT JOIN account_types ON users.account_type_id = account_types.type_id
------------------------------------------------------------------------------
Ran: 63 tests in: 0.05 seconds.
FAILED: Cases: 63 Tried: 63 Errors: 0 Failures: 2 Skip:  0 Todo: 1 Timeouts: 0.
Failed : SELECT users.name, users.email, account_types.type_name FROM users LEFT JOIN account_types ON users.account_type_id = account_types.type_id
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-10 19:15.23: Job failed: Failed: Build failed