Building on x86-bm-c9.sw.ocaml.org (from ocaml/opam:debian-unstable) Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam 63563b31af74: Pulling fs layer 63563b31af74: Verifying Checksum 63563b31af74: Download complete 63563b31af74: Pull complete Digest: sha256:8f6038a9795a3c7cc61b90b742e29558b247d69f92f73dea67cb146602ff83f6 Status: Downloaded newer image for ocaml/opam:debian-unstable 2025-02-21 14:37.02 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (env CI true) /: (env OPAM_HEALTH_CHECK_CI true) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-02-21 14:37.02 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 4022a684b64be8161a05cf897f492f8680792469")) 2025-02-21 14:37.02 ---> using "ced9ab1d6bac3c5f95cfdac2696c8d9202989b3f52ba62400bb20a10ac63d439" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2025-02-21 14:37.02 ---> using "69f716af23f9139c4566fb0532f54e56ee4f6773c11e689dc47229d6a744c7e1" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam switch create --repositories=default '5.3' '5.3.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-compiler.5.3.0 (cached) -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env --switch=5.3) 2025-02-21 14:37.02 ---> using "8cb80bdf8c98b441ca1a62ad13717befd2e70e905b796cad3ff69df4d26bf351" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [205 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Fetched 654 kB in 3s (260 kB/s) - Reading package lists... - 2025-02-21 14:37.02 ---> using "aab064613a33ea1c8e4184107fb782b7e34e02d2710ba539b18cbd20a9d40c72" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin add -k version dune $(opam show -f version dune)")) dune is now pinned to version 3.17.2 The following actions will be performed: === install 1 package - install dune 3.17.2 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.17.2 (cached) -> installed dune.3.17.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-21 14:37.02 ---> using "ab68111ecaec8e96a659d3801d58f9f48b56993ae57778afc853e701c3286214" from cache /: (env DUNE_CACHE enabled) /: (env DUNE_CACHE_TRANSPORT direct) /: (env DUNE_CACHE_DUPLICATION copy) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "curl -fsSL https://get.dune.build/install | sh")) #=#=# ##O#-# 0.1% 1.2% ## 3.1% ######### 12.7% ################## 26.1% ################################################################## 92.4% ######################################################################## 100.0% dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell) export PATH="/home/opam/.local/bin:$PATH" To get started, run: dune --help 2025-02-21 14:37.02 ---> using "91706ab83e18623d5f5c55809c19ede302298d1fa58d418458556ddcfa9179ed" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "PLACE=$(mktemp -d) && cd $PLACE && echo '(lang dune 3.17)\ \n(package\ \n (name dummy)\ \n (allow_empty true)\ \n (depends (ocaml (= 5.3.0))))' > dune-project && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Solution for dune.lock: - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 2025-02-21 14:37.02 ---> using "23d3c9485a3a95dd6f64bf73b0bd06b36016919a287108bba74001e847c99f7d" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "cd $HOME && opam source aws-cloudformation.1.2 && cd aws-cloudformation.1.2 && opam install ./ --depext-only --with-test && echo '(lang dune 3.17)\ \n(lock_dir\ \n (repositories overlay default ))\ \n\ \n(repository\ \n (name default)\ \n (url \"git+https://github.com/ocaml/opam-repository.git\"))\ \n\ \n\ \n' > dune-workspace && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Successfully extracted to /home/opam/aws-cloudformation.1.2 [ERROR] Package conflict! * No agreement on the version of ocaml-base-compiler: - (invariant) -> ocaml-base-compiler >= 5.3.0 - aws-gen -> ocaml-migrate-parsetree -> ocaml < 5.1 -> ocaml-base-compiler < 5.0.1~ You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-base-compiler >= 5.3.0 - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.13 -> dkml-base-compiler * Incompatible packages: - (invariant) -> ocaml-base-compiler >= 5.3.0 - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-variants * Missing dependency: - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-base-compiler (= 3.10.0 | = 3.10.1 | = 3.10.2 | = 3.11.0 | = 3.11.1 | = 3.11.2 | = 3.12.0 | = 3.12.1 | = 4.00.0 | = 4.00.1 | = 4.01.0 | = 4.02.0 | = 4.02.1 | = 4.02.2 | = 4.02.3) -> base-ocamlbuild unknown package * Missing dependency: - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-variants -> xenbigarray unknown package * Missing dependency: - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-variants -> base-ocamlbuild unknown package * Missing dependency: - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - aws-gen -> ocaml-migrate-parsetree -> ocaml < 4.09.0 -> ocaml-variants -> system-msvc unmet availability conditions: 'os = "win32"' Solution for dune.lock: - angstrom.0.16.1 - astring.0.8.5 - async.v0.14.0 - async_kernel.v0.14.0 - async_rpc_kernel.v0.14.0 - async_unix.v0.14.0 - atd.2.16.0 - atdgen.2.16.0 - atdgen-runtime.2.16.0 - base.v0.14.3 - base-bytes.base - base-threads.base - base-unix.base - base64.3.5.1 - base_bigstring.v0.14.0 - base_quickcheck.v0.14.0 - bigstringaf.0.10.0 - bin_prot.v0.14.1 - biniou.1.2.2 - calendar.3.0.0 - camlp-streams.5.0.1 - cmdliner.1.3.0 - cohttp.4.0.0 - cohttp-async.4.0.0 - cohttp-lwt.4.0.0 - cohttp-lwt-unix.4.0.0 - conduit.2.1.0 - conduit-async.2.1.0 - conduit-lwt.2.1.0 - conduit-lwt-unix.2.2.2 - core.v0.14.1 - core_kernel.v0.14.1 - cppo.1.8.0 - csexp.1.5.2 - digestif.1.2.0 - domain-name.0.4.1 - dune-configurator.3.17.2 - easy-format.1.3.4 - eqaf.0.10 - ezxmlm.1.1.0 - fieldslib.v0.14.0 - fmt.0.9.0 - ipaddr.5.6.0 - ipaddr-sexp.5.6.0 - jane-street-headers.v0.14.0 - jsonm.1.0.2 - jst-config.v0.14.1 - logs.0.7.0 - lwt.5.9.0 - macaddr.5.6.0 - magic-mime.1.3.1 - menhir.20240715 - menhirCST.20240715 - menhirLib.20240715 - menhirSdk.20240715 - num.1.5-1 - ocaml.4.12.1 - ocaml-base-compiler.4.12.1 - ocaml-compiler-libs.v0.12.4 - ocaml-config.2 - ocaml-migrate-parsetree.1.8.0 - ocaml-syntax-shims.1.0.0 - ocamlbuild.0.15.0+dune - ocamlfind.1.9.8+dune - ocamlgraph.2.1.0 - ocplib-endian.1.2 - octavius.1.2.2 - parsexp.v0.14.2 - ppx_assert.v0.14.0 - ppx_base.v0.14.0 - ppx_bench.v0.14.1 - ppx_bin_prot.v0.14.0 - ppx_cold.v0.14.0 - ppx_compare.v0.14.0 - ppx_custom_printf.v0.14.0 - ppx_derivers.1.2.1 - ppx_enumerate.v0.14.0 - ppx_expect.v0.14.0 - ppx_fields_conv.v0.14.1 - ppx_fixed_literal.v0.14.0 - ppx_hash.v0.14.0 - ppx_here.v0.14.0 - ppx_inline_test.v0.14.1 - ppx_jane.v0.14.0 - ppx_js_style.v0.14.1 - ppx_let.v0.14.0 - ppx_module_timer.v0.14.0 - ppx_optcomp.v0.14.0 - ppx_optional.v0.14.0 - ppx_pipebang.v0.14.0 - ppx_sexp_conv.v0.14.1 - ppx_sexp_message.v0.14.0 - ppx_sexp_value.v0.14.0 - ppx_stable.v0.14.1 - ppx_string.v0.14.1 - ppx_tools_versioned.5.4.0 - ppx_typerep_conv.v0.14.1 - ppx_variants_conv.v0.14.1 - ppxlib.0.15.0 - protocol_version_header.v0.14.0 - re.1.12.0 - result.1.5 - seq.base - sexplib.v0.14.0 - sexplib0.v0.14.0 - spawn.v0.17.0 - splittable_random.v0.14.0 - stdio.v0.14.0 - stdlib-shims.0.3.0 - stringext.1.6.0 - textutils.v0.14.0 - time_now.v0.14.0 - timezone.v0.14.0 - topkg.1.0.7 - typerep.v0.14.0 - uri.4.4.0 - uri-sexp.4.4.0 - uutf.1.0.3 - variantslib.v0.14.0 - xmlm.1.4.0 - yojson.2.2.2 Downloading ocaml-base-compiler.4.12.1 Building ocaml-base-compiler.4.12.1 Building ocaml-config.2 Building ocaml.4.12.1 Downloading ppx_derivers.1.2.1 Building ppx_derivers.1.2.1 Downloading result.1.5 Building result.1.5 Downloading ocaml-migrate-parsetree.1.8.0 Building ocaml-migrate-parsetree.1.8.0 Downloading ppx_tools_versioned.5.4.0 Building ppx_tools_versioned.5.4.0 Downloading stdlib-shims.0.3.0 Building stdlib-shims.0.3.0 Downloading ocamlgraph.2.1.0 Building ocamlgraph.2.1.0 Downloading ocamlfind.1.9.8+dune Building ocamlfind.1.9.8+dune Downloading ocamlbuild.0.15.0+dune Building ocamlbuild.0.15.0+dune Downloading topkg.1.0.7 Building topkg.1.0.7 Downloading xmlm.1.4.0 Building xmlm.1.4.0 Downloading ezxmlm.1.1.0 Building ezxmlm.1.1.0 Downloading eqaf.0.10 Building eqaf.0.10 Downloading digestif.1.2.0 Building digestif.1.2.0 Building base-unix.base Building base-bytes.base Building base-threads.base Downloading astring.0.8.5 Building astring.0.8.5 Building seq.base Downloading cmdliner.1.3.0 Downloading sexplib0.v0.14.0 Building cmdliner.1.3.0 Building sexplib0.v0.14.0 Downloading macaddr.5.6.0 Building macaddr.5.6.0 Downloading num.1.5-1 Building num.1.5-1 Downloading cppo.1.8.0 Downloading csexp.1.5.2 Building cppo.1.8.0 Building csexp.1.5.2 Downloading ocaml-compiler-libs.v0.12.4 Downloading stringext.1.6.0 Building ocaml-compiler-libs.v0.12.4 Building stringext.1.6.0 Downloading magic-mime.1.3.1 Downloading ocaml-syntax-shims.1.0.0 Building magic-mime.1.3.1 Building ocaml-syntax-shims.1.0.0 Downloading domain-name.0.4.1 Building domain-name.0.4.1 Downloading base64.3.5.1 Building base64.3.5.1 Downloading re.1.12.0 Building re.1.12.0 Downloading ipaddr.5.6.0 Building ipaddr.5.6.0 Downloading dune-configurator.3.17.2 Downloading ppxlib.0.15.0 Building ppxlib.0.15.0 Downloading fmt.0.9.0 Downloading uutf.1.0.3 Downloading ocplib-endian.1.2 Building fmt.0.9.0 Building uutf.1.0.3 Building ocplib-endian.1.2 Building dune-configurator.3.17.2 Downloading jsonm.1.0.2 Building jsonm.1.0.2 Downloading base.v0.14.3 Downloading bigstringaf.0.10.0 Downloading lwt.5.9.0 Building bigstringaf.0.10.0 Building base.v0.14.3 Building lwt.5.9.0 Downloading angstrom.0.16.1 Building angstrom.0.16.1 Downloading uri.4.4.0 Building uri.4.4.0 Downloading logs.0.7.0 Building logs.0.7.0 Downloading parsexp.v0.14.2 Building parsexp.v0.14.2 Downloading sexplib.v0.14.0 Building sexplib.v0.14.0 Downloading ppx_sexp_conv.v0.14.1 Building ppx_sexp_conv.v0.14.1 Downloading ipaddr-sexp.5.6.0 Downloading uri-sexp.4.4.0 Building ipaddr-sexp.5.6.0 Building uri-sexp.4.4.0 Downloading cohttp.4.0.0 Downloading conduit.2.1.0 Building cohttp.4.0.0 Building conduit.2.1.0 Downloading conduit-lwt.2.1.0 Building conduit-lwt.2.1.0 Downloading cohttp-lwt.4.0.0 Building cohttp-lwt.4.0.0 Downloading conduit-lwt-unix.2.2.2 Building conduit-lwt-unix.2.2.2 Downloading cohttp-lwt-unix.4.0.0 Building cohttp-lwt-unix.4.0.0 Downloading jane-street-headers.v0.14.0 Downloading ppx_let.v0.14.0 Building jane-street-headers.v0.14.0 Downloading ppx_cold.v0.14.0 Downloading ppx_compare.v0.14.0 Downloading stdio.v0.14.0 Downloading ppx_pipebang.v0.14.0 Downloading variantslib.v0.14.0 Downloading ppx_optional.v0.14.0 Downloading ppx_here.v0.14.0 Downloading fieldslib.v0.14.0 Downloading ppx_fixed_literal.v0.14.0 Downloading ppx_custom_printf.v0.14.0 Downloading ppx_enumerate.v0.14.0 Downloading typerep.v0.14.0 Downloading octavius.1.2.2 Downloading spawn.v0.17.0 Downloading ppx_stable.v0.14.1 Building stdio.v0.14.0 Building ppx_cold.v0.14.0 Building ppx_let.v0.14.0 Building variantslib.v0.14.0 Building ppx_pipebang.v0.14.0 Building ppx_compare.v0.14.0 Building fieldslib.v0.14.0 Building ppx_optional.v0.14.0 Building ppx_here.v0.14.0 Building typerep.v0.14.0 Building octavius.1.2.2 Building spawn.v0.17.0 Building ppx_fixed_literal.v0.14.0 Building ppx_enumerate.v0.14.0 Building ppx_custom_printf.v0.14.0 Building ppx_stable.v0.14.1 Downloading ppx_optcomp.v0.14.0 Downloading ppx_fields_conv.v0.14.1 Downloading ppx_variants_conv.v0.14.1 Building ppx_optcomp.v0.14.0 Building ppx_fields_conv.v0.14.1 Building ppx_variants_conv.v0.14.1 Downloading ppx_typerep_conv.v0.14.1 Building ppx_typerep_conv.v0.14.1 Downloading ppx_js_style.v0.14.1 Building ppx_js_style.v0.14.1 Downloading ppx_sexp_value.v0.14.0 Downloading ppx_sexp_message.v0.14.0 Downloading ppx_assert.v0.14.0 Downloading ppx_hash.v0.14.0 Building ppx_sexp_value.v0.14.0 Building ppx_sexp_message.v0.14.0 Building ppx_assert.v0.14.0 Building ppx_hash.v0.14.0 Downloading bin_prot.v0.14.1 Building bin_prot.v0.14.1 Downloading ppx_base.v0.14.0 Building ppx_base.v0.14.0 Downloading jst-config.v0.14.1 Building jst-config.v0.14.1 Downloading ppx_string.v0.14.1 Building ppx_string.v0.14.1 Downloading ppx_bin_prot.v0.14.0 Building ppx_bin_prot.v0.14.0 Downloading time_now.v0.14.0 Building time_now.v0.14.0 Downloading ppx_inline_test.v0.14.1 Downloading ppx_module_timer.v0.14.0 Building ppx_inline_test.v0.14.1 Building ppx_module_timer.v0.14.0 Downloading ppx_bench.v0.14.1 Downloading ppx_expect.v0.14.0 Building ppx_bench.v0.14.1 Building ppx_expect.v0.14.0 Downloading splittable_random.v0.14.0 Building splittable_random.v0.14.0 Downloading base_quickcheck.v0.14.0 Building base_quickcheck.v0.14.0 Downloading ppx_jane.v0.14.0 Building ppx_jane.v0.14.0 Downloading base_bigstring.v0.14.0 Building base_bigstring.v0.14.0 Downloading core_kernel.v0.14.1 Building core_kernel.v0.14.1 Downloading protocol_version_header.v0.14.0 Downloading timezone.v0.14.0 Downloading async_kernel.v0.14.0 Building timezone.v0.14.0 Building protocol_version_header.v0.14.0 Building async_kernel.v0.14.0 Downloading core.v0.14.1 Building core.v0.14.1 Downloading async_rpc_kernel.v0.14.0 Building async_rpc_kernel.v0.14.0 Downloading textutils.v0.14.0 Downloading async_unix.v0.14.0 Building textutils.v0.14.0 Building async_unix.v0.14.0 Downloading async.v0.14.0 Building async.v0.14.0 Downloading conduit-async.2.1.0 Building conduit-async.2.1.0 Downloading cohttp-async.4.0.0 Building cohttp-async.4.0.0 File "dune.lock/cohttp-async.pkg", line 8, characters 7-11: 8 | (run dune build -p %{pkg-self:name} -j %{jobs}))) ^^^^ Error: Logs for package cohttp-async File "cohttp-async/bin/dune", line 2, characters 8-25: 2 | (names cohttp_curl_async cohttp_server_async) ^^^^^^^^^^^^^^^^^ (cd _build/default && /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/bin/ocamlopt.opt -w -40 -g -o cohttp-async/bin/cohttp_curl_async.exe /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/logs/target/lib/logs/logs.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fmt/target/lib/fmt/fmt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/logs/target/lib/logs/logs_fmt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base_internalhash_types /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/caml/caml.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib0/target/lib/sexplib0/sexplib0.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_sexp_conv/target/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_compare/target/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_enumerate/target/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_hash/target/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_here/target/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_assert/target/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_bench/target/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/md5/md5_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fieldslib/target/lib/fieldslib/fieldslib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/variantslib/target/lib/variantslib/variantslib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot/shape/bin_shape_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot/bin_prot.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_inline_test/target/lib/ppx_inline_test/config/inline_test_config.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/jane-street-headers/target/lib/jane-street-headers/jane_street_headers.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/time_now/target/lib/time_now/time_now.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/time_now/target/lib/time_now /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_inline_test/target/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/stdio/target/lib/stdio/stdio.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_module_timer/target/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/typerep/target/lib/typerep/typerep_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/common/expect_test_common.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/config_types/expect_test_config_types.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/collector/expect_test_collector.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/collector /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/config/expect_test_config.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/splittable_random/target/lib/splittable_random/splittable_random.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_quickcheck/target/lib/base_quickcheck/base_quickcheck.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_bigstring/target/lib/base_bigstring/base_bigstring.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_bigstring/target/lib/base_bigstring /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/base_for_tests/base_for_tests.cmxa /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/unix.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/bigarray.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/parsexp/target/lib/parsexp/parsexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib/target/lib/sexplib/sexplib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/core_kernel.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/moption/moption.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/tuple_pool/tuple_pool.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/pairing_heap/pairing_heap.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/uopt/uopt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/thread_safe_queue/thread_safe_queue.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/timing_wheel/timing_wheel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_kernel/target/lib/async_kernel/async_kernel.cmxa /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/threads/threads.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/error_checking_mutex/error_checking_mutex.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/error_checking_mutex /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/caml_unix/caml_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/flags/flags.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/version_util/version_util.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/version_util /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib/target/lib/sexplib/unix/sexplib_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/spawn/target/lib/spawn/spawn.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/spawn/target/lib/spawn /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/timezone/target/lib/timezone/timezone.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/core.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/bigstring_unix/bigstring_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/bigstring_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/bounded_int_table/bounded_int_table.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/iobuf/iobuf.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/iobuf_unix/iobuf_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/iobuf_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/nano_mutex/nano_mutex.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/squeue/squeue.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/thread_safe_ivar/thread_safe_ivar.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/thread_pool/thread_pool.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/time_stamp_counter/time_stamp_counter.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/time_stamp_counter /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/uuid/uuid.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/uuid/uuid_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/async_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/stringext/target/lib/stringext/stringext.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bigstringaf/target/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bigstringaf/target/lib/bigstringaf /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/angstrom/target/lib/angstrom/angstrom.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri/target/lib/uri/uri.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri/target/lib/uri/services/uri_services.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri-sexp/target/lib/uri-sexp/uri_sexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/macaddr/target/lib/macaddr/macaddr.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/domain-name/target/lib/domain-name/domain_name.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr/target/lib/ipaddr/ipaddr.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr/target/lib/ipaddr/unix/ipaddr_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr-sexp/target/lib/ipaddr-sexp/ipaddr_sexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/astring/target/lib/astring/astring.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/conduit/target/lib/conduit/conduit.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_command/async_command.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_quickcheck/async_quickcheck.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_kernel/target/lib/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/protocol_version_header/target/lib/protocol_version_header/protocol_version_header.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_rpc_kernel/target/lib/async_rpc_kernel/async_rpc_kernel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_rpc/async_rpc.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_rpc /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/conduit-async/target/lib/conduit-async/conduit_async.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/magic-mime/target/lib/magic-mime/magic_mime_library.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/re/target/lib/re/re.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base64/target/lib/base64/base64.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/cohttp/target/lib/cohttp/cohttp.cmxa cohttp-async/src/cohttp_async.cmxa cohttp_server/cohttp_server.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fmt/target/lib/fmt/fmt_tty.cmxa cohttp-async/bin/.cohttp_curl_async.eobjs/native/dune__exe.cmx cohttp-async/bin/.cohttp_curl_async.eobjs/native/dune__exe__Cohttp_curl_async.cmx) /usr/bin/ld: /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.a(linux_ext.o): in function `camlLinux_ext__sched_setaffinity_this_thread_106831': /home/opam/aws-cloudformation.1.2/_build/.sandbox/f11cd93e81afc53aa8b4184d7ded08b8/_private/default/.pkg/core/source/_build/default/linux_ext/src/linux_ext.ml:697:(.text+0x4670): undefined reference to `core_unix_gettid' /usr/bin/ld: /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.a(linux_ext.o): in function `camlLinux_ext__1': :(.data+0x3b58): undefined reference to `core_unix_gettid' collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking (exit code 1) File "cohttp-async/bin/dune", line 2, characters 26-45: 2 | (names cohttp_curl_async cohttp_server_async) ^^^^^^^^^^^^^^^^^^^ (cd _build/default && /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/bin/ocamlopt.opt -w -40 -g -o cohttp-async/bin/cohttp_server_async.exe /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/logs/target/lib/logs/logs.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fmt/target/lib/fmt/fmt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/logs/target/lib/logs/logs_fmt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base_internalhash_types /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/caml/caml.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib0/target/lib/sexplib0/sexplib0.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/base.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_sexp_conv/target/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_compare/target/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_enumerate/target/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_hash/target/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_here/target/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_assert/target/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_bench/target/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base/target/lib/base/md5/md5_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fieldslib/target/lib/fieldslib/fieldslib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/variantslib/target/lib/variantslib/variantslib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot/shape/bin_shape_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot/bin_prot.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bin_prot/target/lib/bin_prot /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_inline_test/target/lib/ppx_inline_test/config/inline_test_config.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/jane-street-headers/target/lib/jane-street-headers/jane_street_headers.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/time_now/target/lib/time_now/time_now.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/time_now/target/lib/time_now /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_inline_test/target/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/stdio/target/lib/stdio/stdio.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_module_timer/target/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/typerep/target/lib/typerep/typerep_lib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/common/expect_test_common.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/config_types/expect_test_config_types.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/collector/expect_test_collector.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/collector /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ppx_expect/target/lib/ppx_expect/config/expect_test_config.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/splittable_random/target/lib/splittable_random/splittable_random.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_quickcheck/target/lib/base_quickcheck/base_quickcheck.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_bigstring/target/lib/base_bigstring/base_bigstring.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base_bigstring/target/lib/base_bigstring /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/base_for_tests/base_for_tests.cmxa /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/unix.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/bigarray.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/parsexp/target/lib/parsexp/parsexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib/target/lib/sexplib/sexplib.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/core_kernel.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/moption/moption.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/tuple_pool/tuple_pool.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/pairing_heap/pairing_heap.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/uopt/uopt.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/thread_safe_queue/thread_safe_queue.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/timing_wheel/timing_wheel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_kernel/target/lib/async_kernel/async_kernel.cmxa /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml/threads/threads.cmxa -I /home/opam/.cache/dune/toolchains/ocaml-base-compiler.4.12.1-5c9da5751311b3fb561c2a56184e1d68/target/lib/ocaml /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/error_checking_mutex/error_checking_mutex.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/error_checking_mutex /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/caml_unix/caml_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/flags/flags.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/version_util/version_util.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/version_util /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/sexplib/target/lib/sexplib/unix/sexplib_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/spawn/target/lib/spawn/spawn.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/spawn/target/lib/spawn /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/timezone/target/lib/timezone/timezone.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/core.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/bigstring_unix/bigstring_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/bigstring_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/bounded_int_table/bounded_int_table.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/iobuf/iobuf.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/iobuf_unix/iobuf_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/iobuf_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/nano_mutex/nano_mutex.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/squeue/squeue.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/thread_safe_ivar/thread_safe_ivar.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/thread_pool/thread_pool.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/time_stamp_counter/time_stamp_counter.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/time_stamp_counter /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core_kernel/target/lib/core_kernel/uuid/uuid.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/uuid/uuid_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix/async_unix.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_unix/target/lib/async_unix /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/stringext/target/lib/stringext/stringext.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bigstringaf/target/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/bigstringaf/target/lib/bigstringaf /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/angstrom/target/lib/angstrom/angstrom.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri/target/lib/uri/uri.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri/target/lib/uri/services/uri_services.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/uri-sexp/target/lib/uri-sexp/uri_sexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/macaddr/target/lib/macaddr/macaddr.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/domain-name/target/lib/domain-name/domain_name.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr/target/lib/ipaddr/ipaddr.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr/target/lib/ipaddr/unix/ipaddr_unix.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/ipaddr-sexp/target/lib/ipaddr-sexp/ipaddr_sexp.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/astring/target/lib/astring/astring.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/conduit/target/lib/conduit/conduit.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_command/async_command.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_quickcheck/async_quickcheck.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_kernel/target/lib/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/protocol_version_header/target/lib/protocol_version_header/protocol_version_header.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async_rpc_kernel/target/lib/async_rpc_kernel/async_rpc_kernel.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_rpc/async_rpc.cmxa -I /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async_rpc /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/async/target/lib/async/async.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/conduit-async/target/lib/conduit-async/conduit_async.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/magic-mime/target/lib/magic-mime/magic_mime_library.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/re/target/lib/re/re.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/base64/target/lib/base64/base64.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/cohttp/target/lib/cohttp/cohttp.cmxa cohttp-async/src/cohttp_async.cmxa cohttp_server/cohttp_server.cmxa /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/fmt/target/lib/fmt/fmt_tty.cmxa cohttp-async/bin/.cohttp_curl_async.eobjs/native/dune__exe.cmx cohttp-async/bin/.cohttp_curl_async.eobjs/native/dune__exe__Cohttp_server_async.cmx) /usr/bin/ld: /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.a(linux_ext.o): in function `camlLinux_ext__sched_setaffinity_this_thread_106831': /home/opam/aws-cloudformation.1.2/_build/.sandbox/f11cd93e81afc53aa8b4184d7ded08b8/_private/default/.pkg/core/source/_build/default/linux_ext/src/linux_ext.ml:697:(.text+0x4670): undefined reference to `core_unix_gettid' /usr/bin/ld: /home/opam/aws-cloudformation.1.2/_build/_private/default/.pkg/core/target/lib/core/linux_ext/linux_ext.a(linux_ext.o): in function `camlLinux_ext__1': :(.data+0x3b58): undefined reference to `core_unix_gettid' collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking (exit code 1) "/usr/bin/env" "bash" "-c" "cd $HOME && opam source aws-cloudformation.1.2 && cd aws-cloudformation.1.2 && opam install ./ --depext-only --with-test && echo '(lang dune 3.17) (lock_dir (repositories overlay default )) (repository (name default) (url "git+https://github.com/ocaml/opam-repository.git")) ' > dune-workspace && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build" failed with exit status 1 Failed: Build failed