Build:
  1. 0
2024-04-12 13:31.18: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "7e3d7827da5e1ee88e4ae7a3f8eb2f6d8421a535",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2024-04-12 13:31.18: Checking out commit 7e3d7827. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/shark.git" -b "pf341-tidy-md" && cd "shark" && git reset --hard 7e3d7827
2024-04-12 13:31.18: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/shark.git-2b46e30fb3e063e2e8f96b8038e1d84ef9bbcd3ab8886043a79201a38b398443/.git" 
                           "/tmp/git-checkout37538323"
2024-04-12 13:31.18: Exec: "git" "-C" "/tmp/git-checkout37538323" "submodule" 
                           "deinit" "--force" "--all"
could not create empty submodule directory vendor/obuilderSubmodule 'vendor/obuilder' (https://github.com/quantifyearth/obuilder) unregistered for path 'vendor/obuilder'
2024-04-12 13:31.18: Exec: "git" "-C" "/tmp/git-checkout37538323" "reset" 
                           "--hard" "-q" "7e3d7827da5e1ee88e4ae7a3f8eb2f6d8421a535"
2024-04-12 13:31.19: Exec: "git" "-C" "/tmp/git-checkout37538323" "submodule" 
                           "update" "--recursive" "--init" "--no-fetch"
Submodule 'vendor/obuilder' (https://github.com/quantifyearth/obuilder) registered for path 'vendor/obuilder'
Submodule path 'vendor/obuilder': checked out '2a9d9d36a1dd6a78e81a01cad6a9c3f0d45d4606'
2024-04-12 13:31.19: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout37538323/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout37538323/docker-iid" 
                           "--" "/tmp/git-checkout37538323"
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon   74.9MB

Step 1/11 : FROM ocaml/opam:debian-11-ocaml-5.1 as build
debian-11-ocaml-5.1: Pulling from ocaml/opam
Digest: sha256:70158ed7682d6e8efea958ec843e2901b7e385ff23fdfccf4d3fff3257946f01
Status: Image is up to date for ocaml/opam:debian-11-ocaml-5.1
 ---> 38b3ab52b0b0
Step 2/11 : RUN  sudo apt-get update   && sudo apt-get install -y runc
 ---> Using cache
 ---> 425b31cb485d
Step 3/11 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
 ---> Using cache
 ---> 2b744820d7de
Step 4/11 : USER 1000:1000
 ---> Using cache
 ---> 645c1518e242
Step 5/11 : RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 3505e93828fa76861e82d09d92a37a6272d46da5 && opam update
 ---> Using cache
 ---> 25acfef0ca44
Step 6/11 : COPY --chown=opam shark.opam /src/
 ---> Using cache
 ---> 11613ebd6c13
Step 7/11 : WORKDIR /src
 ---> Using cache
 ---> 89eae3476b58
Step 8/11 : RUN opam install -y --deps-only --with-test .
 ---> Using cache
 ---> 26a993fc7175
Step 9/11 : ADD --chown=opam . .
 ---> 6b1cd8d673bc
Step 10/11 : RUN opam exec -- dune build @runtest @install @check
 ---> Running in 69b73c86c86a
Generating Static_files.ml
Skipping generation of .mli
Testing `shark'.
This run has ID `O4XPFORL'.

  [OK]          block                        0   shark build block, no hash.
  [OK]          block                        1   shark build block, with hash.
  [OK]          block                        2   shark empty block.
  [OK]          block                        3   shark run block.
  [OK]          block                        4   parsing multiple commands.
  [OK]          block                        5   parsing multiline command.
  [OK]          command parsing              0   Basic python command parsing...
  [OK]          command parsing              1   Basic python command parsing...
  [OK]          command parsing              2   Basic R command parsing.
  [OK]          command parsing              3   Basic R command parsing with...
  [OK]          command parsing              4   Basic command parsing.
  [OK]          command parsing              5   Basic command parsing with p...
  [OK]          datafile modeling            0   Basic file.
  [OK]          datafile modeling            1   Canonical dir with wildcard.
  [OK]          frontmatter parsing          0   empty front matter.
  [OK]          frontmatter parsing          1   simple input list.
  [OK]          AST parsing                  0   Test simple single command b...
  [OK]          AST parsing                  1   Test simple milticommand block.
  [OK]          AST parsing                  2   Test simple block with non-o...

Full test results in `/src/_build/default/src/test/_build/_tests/shark'.
Test Successful in 0.003s. 19 tests run.
Removing intermediate container 69b73c86c86a
 ---> 4663abc6ba3d
Step 11/11 : RUN opam exec -- dune install
 ---> Running in 2ce65ee55820
Removing intermediate container 2ce65ee55820
 ---> 43f7cc7b43ae
Successfully built 43f7cc7b43ae
2024-04-12 13:31.52: Job succeeded