Build:
- 0
2024-04-02 16:49.43: New job: docker build { "compose-or-build": true, "commit": "2136fa12af304113c2b5c0de2a3a2089458752f0", "dockerfile": { "file": "Dockerfile" }, "docker_context": null, "squash": false, "build_args": [], "path": null } 2024-04-02 16:49.43: Checking out commit 2136fa12. To reproduce: git clone --recursive "https://github.com/quantifyearth/shark.git" -b "mwd-misc-shuffle" && cd "shark" && git reset --hard 2136fa12 2024-04-02 16:49.43: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/shark.git-2b46e30fb3e063e2e8f96b8038e1d84ef9bbcd3ab8886043a79201a38b398443/.git" "/tmp/git-checkout341676b2" 2024-04-02 16:49.43: Exec: "git" "-C" "/tmp/git-checkout341676b2" "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-02 16:49.43: Exec: "git" "-C" "/tmp/git-checkout341676b2" "reset" "--hard" "-q" "2136fa12af304113c2b5c0de2a3a2089458752f0" 2024-04-02 16:49.44: Exec: "git" "-C" "/tmp/git-checkout341676b2" "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-02 16:49.44: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout341676b2/Dockerfile" "--iidfile" "/tmp/git-checkout341676b2/docker-iid" "--" "/tmp/git-checkout341676b2" 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.14MB Step 1/11 : FROM ocaml/opam:debian-11-ocaml-5.1 as build debian-11-ocaml-5.1: Pulling from ocaml/opam Digest: sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b Status: Image is up to date for ocaml/opam:debian-11-ocaml-5.1 ---> 747b3722e5e9 Step 2/11 : RUN sudo apt-get update && sudo apt-get install -y runc ---> Using cache ---> 473e8b06b38a Step 3/11 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam ---> Using cache ---> 7df785c003dd Step 4/11 : USER 1000:1000 ---> Using cache ---> ea8fdcbc5787 Step 5/11 : RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 3505e93828fa76861e82d09d92a37a6272d46da5 && opam update ---> Using cache ---> 4f7d8fe80059 Step 6/11 : COPY --chown=opam shark.opam /src/ ---> Using cache ---> 7d057f2b980d Step 7/11 : WORKDIR /src ---> Using cache ---> 6d6cc56d885a Step 8/11 : RUN opam install -y --deps-only --with-test . ---> Using cache ---> 9bdd407bba36 Step 9/11 : ADD --chown=opam . . ---> fccfb44faafc Step 10/11 : RUN opam exec -- dune build @runtest @install @check ---> Running in bdc98e3e6199 Generating Static_files.ml Skipping generation of .mli Testing `shark'. This run has ID `2YLE5A4T'. [OK] basic 0 shark blocks. [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. Full test results in `/src/_build/default/src/test/_build/_tests/shark'. Test Successful in 0.001s. 11 tests run. Removing intermediate container bdc98e3e6199 ---> 8b704a687798 Step 11/11 : RUN opam exec -- dune install ---> Running in 038478e5b9f1 Removing intermediate container 038478e5b9f1 ---> bb74816e4ad8 Successfully built bb74816e4ad8 2024-04-02 16:50.14: Job succeeded