Organisationsmiragemirage-net-unix2c0f0b (main)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-30 09:32.09: New job: test mirage/mirage-net-unix https://github.com/mirage/mirage-net-unix.git#refs/heads/main (2c0f0b766987b3c8d547394f3e7ae2afb06bece0) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-net-unix.git" -b "main" && cd "mirage-net-unix" && git reset --hard 2c0f0b76
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
# alpine-3.19-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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-net-unix.opam ./
RUN opam pin add -yn mirage-net-unix.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 fmt.0.9.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-net.4.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tuntap.2.0.1 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-net-unix.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-05-30 09:32.09: Using cache hint "mirage/mirage-net-unix-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-bd98190c0041c89deb25cc11cffaa7e6"
2024-05-30 09:32.09: Using OBuilder spec:
((from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
 (comment alpine-3.19-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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-net-unix.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-net-unix.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 fmt.0.9.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-net.4.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tuntap.2.0.1 uutf.1.0.3")
 (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 mirage-net-unix.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-05-30 09:32.09: Waiting for resource in pool OCluster
2024-05-30 09:32.09: Waiting for worker…
2024-05-30 09:32.15: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
HEAD is now at 2c0f0b7 opam: pinned -> dev


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
2024-05-30 09:32.15 ---> using "114eadda20a44686269c8e503aaadc3bd85017946ab873b1b94d9716466204d2" from cache


/: (comment alpine-3.19-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-05-30 09:32.15 ---> using "cf9b63b8fad51c7f50dc66e76b7f0e370b404caadde8d8777e19ac8f86ff2034" 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-05-30 09:32.15 ---> using "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-30 09:32.15 ---> using "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-30 09:32.15 ---> using "e4870ad3bd4a0558f0aa8b2577e272f5228382b307eeee1eafbcbb2ac84c6a40" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..5f01e90da1  master     -> origin/master
ea87c49e51 opam admin add-hashes sha256


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - recompile ocaml-base-compiler 4.14.2* [upstream or system changes]
  - recompile ocaml-config        2       [upstream or system changes]
  - recompile ocaml               4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext         1.2.1-1 [uses ocaml]
===== 4 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-05-30 09:32.15 ---> using "64abce44a074dce073cd6e86917992f5a9257f0fafc973c382befa84ccd3b8ab" from cache


/src: (copy (src mirage-net-unix.opam) (dst ./))
2024-05-30 09:32.15 ---> saved as "e3aa7443945cb4a8e6a2378187354e26d3241db2398e42f626e4874dcfaa620a"


/src: (run (network host)
           (shell "opam pin add -yn mirage-net-unix.dev './'"))
[mirage-net-unix.dev] synchronised (file:///src)
mirage-net-unix is now pinned to file:///src (version dev)
2024-05-30 09:32.18 ---> saved as "4303e4ce7c0fb8c875eb1741a5c083e24a96290d4614f28382289f66236b8e8f"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 fmt.0.9.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-net.4.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tuntap.2.0.1 uutf.1.0.3")


/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 mirage-net-unix.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.19.1-579-g751a2e41b25 [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-578-g8b830b8367b [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v3.20.0-446-g0b28c039cdf [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.20.0-479-g39662b26341 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.20.0-479-g39662b26341 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 53219 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-net-unix.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).


The following system packages will first need to be installed:
    linux-headers


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "linux-headers"
- (1/1) Installing linux-headers (6.5-r0)
- OK: 302 MiB in 101 packages
2024-05-30 09:32.42 ---> saved as "c6fd76cc77eb243dbad51482d395e18a5cf6e57d756e06901746b6ed8c7142a0"


/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.3
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.6.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install ipaddr             5.6.0
  - install dune-configurator  3.15.3
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install tuntap             2.0.1
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install mirage-net         4.0.0
  - install logs               0.7.0
  - install cstruct-lwt        6.2.0
===== 27 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tuntap.2.0.1  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.15.3  (cached)
-> retrieved dune-configurator.3.15.3  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.3
-> installed macaddr.5.6.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed ipaddr.5.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed tuntap.2.0.1
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.3
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed logs.0.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-30 09:33.56 ---> saved as "8e6567d14d3c6d1ff7e679d3e239c606a6fd4aee16b9fb9256f0aa23643f4645"


/src: (copy (src .) (dst /src))
2024-05-30 09:33.56 ---> saved as "48c0afb3c2bc4b59410db376fc0b0432e8aa02adf4a4ed75fd0d12c6bd33eb91"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/dune", line 5, characters 0-70:
 5 | (alias
 6 |  (name runtest)
 7 |  (deps
 8 |   (:< test.exe))
 9 |  (action
10 |   (run %{<})))
(cd _build/default/test && ./test.exe)
Testing `mirage-net-unix'.
This run has ID `BWJADUY9'.


  [FAIL]        tests          0   connect.
  [FAIL]        tests          1   disconnect.
  [FAIL]        tests          2   write.


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        tests          0   connect.
└──────────────────────────────────────────────────────────────────────────────┘
[failure] tun[open]: No such file or directory
          Raised by primitive operation at Tuntap.open_ in file "lib/tuntap.ml", line 35, characters 2-53
          Called from Netif.connect in file "src/netif.ml", line 54, characters 22-58
          Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
          Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
          Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
          Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13
          Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
          Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
          
Logs saved to `/src/_build/default/test/_build/_tests/mirage-net-unix/tests.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        tests          1   disconnect.
└──────────────────────────────────────────────────────────────────────────────┘
[failure] tun[open]: No such file or directory
          Raised by primitive operation at Tuntap.open_ in file "lib/tuntap.ml", line 35, characters 2-53
          Called from Netif.connect in file "src/netif.ml", line 54, characters 22-58
          Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
          Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
          Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
          Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13
          Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
          Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
          
Logs saved to `/src/_build/default/test/_build/_tests/mirage-net-unix/tests.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        tests          2   write.
└──────────────────────────────────────────────────────────────────────────────┘
[failure] tun[open]: No such file or directory
          Raised by primitive operation at Tuntap.open_ in file "lib/tuntap.ml", line 35, characters 2-53
          Called from Netif.connect in file "src/netif.ml", line 54, characters 22-58
          Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
          Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
          Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
          Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13
          Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
          Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
          
Logs saved to `/src/_build/default/test/_build/_tests/mirage-net-unix/tests.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/mirage-net-unix'.
3 failures! in 0.001s. 3 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-30 09:33.58: Job failed: Failed: Build failed