2025-01-25 11:35.36: New job: test ocaml-opam/ocaml-mccs https://github.com/ocaml-opam/ocaml-mccs.git#refs/heads/master (a7d839cb67e2c4088d5ac58e6e2130174dca5139) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/ocaml-mccs.git" -b "master" && cd "ocaml-mccs" && git reset --hard a7d839cb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mccs.opam /home/opam/src/./ RUN opam pin add -yn mccs.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mccs.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-01-25 11:35.36: Using cache hint "ocaml-opam/ocaml-mccs-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-7563f4db69b5155b107e862414bb084f" 2025-01-25 11:35.36: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mccs.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn mccs.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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.3 --depext-only -y mccs.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-01-25 11:35.36: Waiting for resource in pool OCluster 2025-01-25 11:35.36: Waiting for worker… 2025-01-25 12:39.52: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at a7d839c Version 1.1+19 (from openbsd-76-amd64-ocaml-4.14) 2025-01-25 12:39.53 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-01-25 12:39.53 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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] synchronised from file:///home/opam/opam-repository 2025-01-25 12:39.53 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-01-25 12:39.53 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..12d8668654 master -> origin/master d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2 <><> 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. # To update the current shell environment, run: eval $(opam env) 2025-01-25 12:39.53 ---> using "dfb255102954d941896ac7b9a8713f49c89c120471f554cff43bda53539da074" from cache /: (copy (src mccs.opam) (dst /home/opam/src/./)) 2025-01-25 12:40.37 ---> saved as "5112e18a0e80bf9e154e496ab849b7144d17eb64ce0b743779804f49c2189610" /: (run (network host) (shell "opam pin add -yn mccs.dev '/home/opam/src/./'")) [mccs.dev] synchronised (file:///home/opam/src) mccs is now pinned to file:///home/opam/src (version dev) 2025-01-25 12:41.22 ---> saved as "3f021dc570e002518daef2cedb59e9520f2ba16a1446422769b750c9c4231994" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-01-25 12:42.05 ---> saved as "6a392cf8f692ec4df15886fc8d29ed8d057419b8958ea570562f7dfd0d8aebe5" /: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /: (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.3 --depext-only -y mccs.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mccs.dev] synchronised (file:///home/opam/src) [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). 2025-01-25 12:43.07 ---> saved as "c7775b024457c3a7b4d666e332a12a8f5bd882252cd1011ffc70f8cc904feb74" /: (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 5 packages - install conf-c++ 1.0 - install cppo 1.8.0 - install cudf 0.10 - install dune 3.17.2 - install extlib 1.8.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cudf.0.10 (cached) -> installed conf-c++.1.0 -> retrieved cppo.1.8.0 (cached) -> retrieved extlib.1.8.0 (cached) -> retrieved dune.3.17.2 (cached) -> installed dune.3.17.2 -> installed cppo.1.8.0 -> installed extlib.1.8.0 -> installed cudf.0.10 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-25 12:49.44 ---> saved as "6c0516af6df08da4e0bde2b7bdf3ea55ccd096e1e0a362a6e692e3bf4be7725d" /: (copy (src .) (dst /home/opam/src)) 2025-01-25 12:50.29 ---> saved as "8e4790f5f86b2cc608294687d699a00540ace5b00da97c7691d4c7d1f6c5dcc8" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/mccs_test.exe /home/opam/.opam/4.14.2/lib/extlib/extlib.cmxa /home/opam/.opam/4.14.2/lib/cudf/cudf.cmxa src/glpk/mccs_glpk.cmxa -I src/glpk src/mccs.cmxa -I src test/.mccs_test.eobjs/native/mccs_test.cmx) ld: warning: glpios03.c:56 (src/glpk/draft/glpios03.c:56)(glpios03.o:(show_progress) in archive src/glpk/libmccs_glpk_stubs.a): warning: sprintf() is often misused, please use snprintf() ld: warning: npp1.c:376 (src/glpk/npp/npp1.c:376)(npp1.o:(_glp_npp_load_prob) in archive src/glpk/libmccs_glpk_stubs.a): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: stdout.c:80 (src/glpk/env/stdout.c:80)(stdout.o:(glp_printf) in archive src/glpk/libmccs_glpk_stubs.a): warning: vsprintf() is often misused, please use vsnprintf() ld: warning: mccs_stubs.cpp:688(mccs_stubs.o:(call_solver) in archive src/libmccs_stubs.a): warning: strcat() is almost always misused, please use strlcat() 2025-01-25 12:51.41 ---> saved as "f001fb180ac087ac40daab0e3e63391054e60bbcdad2b389909a48957f5f12e9" Job succeeded 2025-01-25 12:51.41: Job succeeded