Organisationsmirageocaml-cf5bf143 (main)macos-homebrew-5.1_opam-2.1

macos-homebrew-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:20.04: New job: test mirage/ocaml-cf https://github.com/mirage/ocaml-cf.git#refs/heads/main (5bf14310eb6c374c8c79ed159eb5b71a77dd0428) (macos-x86_64:macos-homebrew-5.1_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-cf.git" -b "main" && cd "ocaml-cf" && git reset --hard 5bf14310
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cf.opam cf-lwt.opam ./src/./
RUN opam pin add -yn cf.dev './src/./' && \
    opam pin add -yn cf-lwt.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cf.dev cf-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 09:20.04: Using cache hint "mirage/ocaml-cf-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_opam-2.1-ea35d481a31f352223deff6873c55c25"
2024-05-10 09:20.04: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cf.opam cf-lwt.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn cf.dev './src/./' && \
             \nopam pin add -yn cf-lwt.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cf.dev cf-lwt.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 09:20.04: Waiting for resource in pool OCluster
2024-05-11 04:50.05: Waiting for worker…
2024-05-11 11:59.18: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
HEAD is now at 5bf1431 Merge pull request #6 from samoht/no-optional


(from macos-homebrew-ocaml-5.1)
2024-05-11 11:59.18 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-11 11:59.19 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-11 11:59.19 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 11:59.19 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3505e93828..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
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-05-11 11:59.19 ---> using "cabee6b61444bc33d210024577406e218f69742c8bcf128a36e96832a17bee72" from cache


/: (copy (src cf.opam cf-lwt.opam) (dst ./src/./))
2024-05-11 11:59.22 ---> saved as "6a62cec14bf5963775812e92376b572da705a57dfc7f0f28edd570b9450a5c60"


/: (run (network host)
        (shell  "opam pin add -yn cf.dev './src/./' && \
               \nopam pin add -yn cf-lwt.dev './src/./'"))
[cf.dev] synchronised (file:///Users/mac1000/src)
cf is now pinned to file:///Users/mac1000/src (version dev)
[cf-lwt.dev] synchronised (file:///Users/mac1000/src)
cf-lwt is now pinned to file:///Users/mac1000/src (version dev)
2024-05-11 11:59.36 ---> saved as "abd3f1969cf33f525ec2e72ff42ccb3784ffe61739217501e9d1db413acdd129"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cf.dev cf-lwt.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cf.dev] synchronised (no changes)
[cf-lwt.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    libffi pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "libffi" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d373c9b8d06ce1d9634d08a4be79711fd482169e98bc830509aa28f3f07926d--libffi-3.4.6.bottle_manifest.json
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:d783974753df1f7347d8cef16403e157f0625302848e8267626064c4f79a97d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e4c89327085265f05a95670431bfb2c129c040bbf2921e8ef1c8113172352f1d--libffi--3.4.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- ==> Pouring libffi--3.4.6.sonoma.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> Summary
- 🍺  /usr/local/Cellar/libffi/3.4.6: 17 files, 686.7KB
- ==> Running `brew cleanup libffi`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 655.3KB
- ==> Running `brew cleanup pkg-config`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- 
- For pkg-config to find libffi you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
2024-05-11 12:00.17 ---> saved as "549df6b9df52a0335c4e7fc22000b2e76d406655d705e2b508ad7df4b99de4ca"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install dune               3.15.2
  - install conf-pkg-config    3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install stdlib-shims       0.3.0
  - install ocaml-syntax-shims 1.0.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bigarray-compat    1.1.0
  - install conf-libffi        2.0.0
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install integers           0.7.0
  - install dune-configurator  3.15.2
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install ctypes             0.22.0
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install ctypes-foreign     0.22.0
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-libffi.2.0.0
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved ctypes-foreign.0.22.0  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lwt.5.7.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 dune.3.15.2  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlbuild.0.14.3
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed bigarray-compat.1.1.0
-> installed topkg.1.0.7
-> installed ocplib-endian.1.2
-> installed uutf.1.0.3
-> installed dune-configurator.3.15.2
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:02.42 ---> saved as "120f8d5b9c3f10efb59b27aa771ad3918f9228dbeb5c5ee773cc7be432b3fc48"


/: (copy (src .) (dst ./src))
2024-05-11 12:02.44 ---> saved as "2b9ba9f9eaf0282e329ebff49b67701e06ffc4eca8c3e12b2e72bf70bc7b480e"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -g -I /Users/mac1000/.opam/5.1.1/lib/ocaml -I /Users/mac1000/.opam/5.1.1/lib/bigarray-compat -I /Users/mac1000/.opam/5.1.1/lib/ctypes -I /Users/mac1000/.opam/5.1.1/lib/ctypes-foreign -I /Users/mac1000/.opam/5.1.1/lib/ctypes/stubs -I /Users/mac1000/.opam/5.1.1/lib/integers -I /Users/mac1000/.opam/5.1.1/lib/ocaml/str -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -o cf_stubs.o -c cf_stubs.c)
lib_gen/cf_stubs.c:44:40: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   _Bool x42 = CFStringGetCString(x34, x35, x36, x39);
                                       ^~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:336:57: note: passing argument to parameter 'buffer' here
Boolean CFStringGetCString(CFStringRef theString, char *buffer, CFIndex bufferSize, CFStringEncoding encoding);
                                                        ^
lib_gen/cf_stubs.c:126:51: warning: passing 'char *' to parameter of type 'UInt8 *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   CFStringGetBytes(x134, x137, x138, x141, x144, x147, x148, x151);
                                                  ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:369:148: note: passing argument to parameter 'buffer' here
CFIndex CFStringGetBytes(CFStringRef theString, CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, UInt8 *buffer, CFIndex maxBufLen, CFIndex *usedBufLen);
                                                                                                                                                   ^
lib_gen/cf_stubs.c:162:53: warning: passing 'char *' to parameter of type 'const UInt8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   CFStringRef x194 = CFStringCreateWithBytes(x183, x184, x185, x188, x191);
                                                    ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:228:72: note: passing argument to parameter 'bytes' here
CFStringRef CFStringCreateWithBytes(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean isExternalRepresentation);
                                                                       ^
3 warnings generated.
(cd _build/default/lib_test && ./test.exe)
Testing `CoreFoundation'.
This run has ID `YL0WDS05'.


  [OK]          CFString           0   roundtrip.
  [OK]          CFArray            0   roundtrip.
  [OK]          CFRunLoop          0   observe_empty.
  [OK]          CFRunLoop          1   observe_empty_thread.
  [OK]          CFRunLoop          2   observe_empty_thread_in_mode.


Full test results in `~/src/_build/default/lib_test/_build/_tests/CoreFoundation'.
Test Successful in 0.001s. 5 tests run.
2024-05-11 12:02.51 ---> saved as "eb777309f61e55f27d4d3f9d86f058b7f27ce94ed9942106d13531d6b1600611"
Job succeeded
2024-05-11 12:02.58: Job succeeded