2026-04-28 18:43.41: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:alpine-3.23-5.4_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366# alpine-3.23-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 datalog.opam ./RUN opam pin add -yn datalog.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y datalog.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-28 18:43.41: Using cache hint "tmcgilchrist/datalog-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-d5d7318c3a755304996fc83e8a2d8e71"2026-04-28 18:43.41: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)(comment alpine-3.23-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src datalog.opam) (dst ./))(run (network host)(shell "opam pin add -yn datalog.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.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.5 --depext-only -y datalog.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")))2026-04-28 18:43.41: Waiting for resource in pool OCluster2026-04-28 18:43.42: Waiting for worker…2026-04-28 18:43.58: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at fa08cf6 Remove 32bit architectures.(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locallydocker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam6a0ac1617861: Already exists9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layer9630673831f3: Waitingaa3cee094119: Pulling fs layer4cffb540229a: Waitingf2700202f619: Pulling fs layeraa3cee094119: Waiting33135c7375d5: Pulling fs layerf2700202f619: Waiting1ea4b64ae955: Pulling fs layer33135c7375d5: Waitingca34ef70eda1: Pulling fs layer1ea4b64ae955: Waitingd4998b6f8f35: Pulling fs layerca34ef70eda1: Waiting4a43cfe8648c: Pulling fs layerd4998b6f8f35: Waiting453dd28eaace: Pulling fs layer4a43cfe8648c: Waitinga962f0379f0a: Pulling fs layerb68882dcbbd8: Pulling fs layer453dd28eaace: Waitinga962f0379f0a: Waiting3f63b4eac828: Pulling fs layerb68882dcbbd8: Waiting0720e1e1068a: Pulling fs layer3f63b4eac828: Waiting0676d4d6023a: Pulling fs layer0ab690805f49: Pulling fs layer0720e1e1068a: Waiting0676d4d6023a: Waitingfc0af979c0fe: Pulling fs layer0ab690805f49: Waiting4f4fb700ef54: Pulling fs layer63f1d0bef8ae: Pulling fs layer4f4fb700ef54: Waitingfc0af979c0fe: Waiting43fd6995d88f: Pulling fs layer63f1d0bef8ae: Waitingc775bfb331ab: Pulling fs layer43fd6995d88f: Waitinga7a9b5ed8780: Pulling fs layerc775bfb331ab: Waiting86ac791930d3: Pulling fs layera7a9b5ed8780: Waiting86ac791930d3: Waiting2e34d70b785c: Pulling fs layer56c554cb0baa: Pulling fs layer2e34d70b785c: Waiting0109b7ea4beb: Pulling fs layera72aa581a14e: Pulling fs layer0109b7ea4beb: Waiting56c554cb0baa: Waitinga72aa581a14e: Waiting0b969b88b90b: Pulling fs layerd1ae0e2bf910: Pulling fs layer0b969b88b90b: Waitingcfd8efe5a061: Pulling fs layerd1ae0e2bf910: Waitinga34595d6f491: Pulling fs layercfd8efe5a061: Waiting7333547f58a0: Pulling fs layera34595d6f491: Waiting803cdf5f2902: Pulling fs layer7333547f58a0: Waitingd74501489c54: Pulling fs layer803cdf5f2902: Waiting628aecb9cafb: Pulling fs layerd74501489c54: Waiting0c52f398a865: Pulling fs layerf4e18988783e: Pulling fs layer628aecb9cafb: Waiting0c52f398a865: Waitingd9b0005bf058: Pulling fs layerac511140fcec: Pulling fs layerf4e18988783e: Waitingd9b0005bf058: Waitinge5e3b5898b4b: Pulling fs layerac511140fcec: Waiting08e53197d17a: Pulling fs layere5e3b5898b4b: Waiting9502f6b2d19e: Pulling fs layer08e53197d17a: Waiting9502f6b2d19e: Waiting4cffb540229a: Download complete9630673831f3: Verifying Checksum9630673831f3: Download complete9630673831f3: Pull complete4cffb540229a: Pull completef2700202f619: Verifying Checksumf2700202f619: Download complete33135c7375d5: Verifying Checksum33135c7375d5: Download complete1ea4b64ae955: Verifying Checksum1ea4b64ae955: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download complete453dd28eaace: Verifying Checksum453dd28eaace: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download completeb68882dcbbd8: Verifying Checksumb68882dcbbd8: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download complete3f63b4eac828: Download complete0720e1e1068a: Download complete0ab690805f49: Download complete4f4fb700ef54: Download completefc0af979c0fe: Verifying Checksumfc0af979c0fe: Download complete63f1d0bef8ae: Verifying Checksum63f1d0bef8ae: Download complete43fd6995d88f: Download completea7a9b5ed8780: Verifying Checksuma7a9b5ed8780: Download complete86ac791930d3: Verifying Checksum86ac791930d3: Download completec775bfb331ab: Verifying Checksumc775bfb331ab: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download complete2e34d70b785c: Download completea72aa581a14e: Download complete0b969b88b90b: Verifying Checksum0b969b88b90b: Download completeaa3cee094119: Verifying Checksumaa3cee094119: Download completed1ae0e2bf910: Verifying Checksumcfd8efe5a061: Download complete7333547f58a0: Download completed74501489c54: Download complete628aecb9cafb: Download complete0c52f398a865: Download completef4e18988783e: Verifying Checksumf4e18988783e: Download completed9b0005bf058: Download completea34595d6f491: Verifying Checksuma34595d6f491: Download complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download completee5e3b5898b4b: Verifying Checksume5e3b5898b4b: Download complete08e53197d17a: Verifying Checksum08e53197d17a: Download completeaa3cee094119: Pull complete9502f6b2d19e: Download completeac511140fcec: Verifying Checksumac511140fcec: Download completef2700202f619: Pull complete33135c7375d5: Pull complete1ea4b64ae955: Pull completeca34ef70eda1: Pull completed4998b6f8f35: Pull complete4a43cfe8648c: Pull complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Pull complete2e34d70b785c: Pull complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Pull completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completef4e18988783e: Pull completed9b0005bf058: Pull completeac511140fcec: Pull completee5e3b5898b4b: Pull complete08e53197d17a: Pull complete9502f6b2d19e: Pull completeDigest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f633662026-04-28 18:46.56 ---> saved as "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559"/: (comment alpine-3.23-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-28 18:47.02 ---> saved as "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642"/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.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-28 18:48.08 ---> saved as "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.12026-04-28 18:48.12 ---> saved as "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 18:48.20 ---> saved as "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-28 18:49.02 ---> saved as "409bbf6ea94fd70ccc9898fad1a25520a11e36275add34153dfb080a3d6e9df5"/src: (copy (src datalog.opam) (dst ./))2026-04-28 18:49.19 ---> saved as "860895751a32dbdd3a7df5cef03895bdd207e22cba657173ef1dc70173a2cff0"/src: (run (network host)(shell "opam pin add -yn datalog.dev './'"))[datalog.dev] synchronised (file:///src)datalog is now pinned to file:///src (version dev)2026-04-28 18:49.50 ---> saved as "7634ff6743a7f7c0fb7313f452e49b37419e5a9ec42f0bc9c97e8483e552c7c0"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 18:50.02 ---> saved as "da9be97543db808052c3ae3445ceeaf9b16ccf364a54ad783577bed430323004"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.1")/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.5 --depext-only -y datalog.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-8614-g3dadfe355ed [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62099 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[datalog.dev] synchronised (file:///src)[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-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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).# To update the current shell environment, run: eval $(opam env)2026-04-28 18:50.39 ---> saved as "bc1ed0924af76006a9d69970138f3524c0a67dbb82c04ada6063bd3ee7082d1e"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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).The following actions will be performed:=== install 15 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install fmt 0.11.0- install logs 0.10.0- install mdx 2.5.2- install ocaml-version 4.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install result 1.5- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-version.4.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.22.2-> installed result.1.5-> installed csexp.1.5.2-> installed ocaml-version.4.1.0-> installed camlp-streams.5.0.1-> installed re.1.14.0-> installed cppo.1.8.0-> installed mdx.2.5.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-28 18:52.20 ---> saved as "def814939965526fcf7c9b006d540030ec20b26c4c2ba2e8ca826bd59fe083b4"/src: (copy (src .) (dst /src))2026-04-28 18:55.18 ---> saved as "4a7f38f73d300ce1a77025ae5ac9de105c91b8890c0e2d295744eec1f9799ce8"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -color always -safe-string -warn-error -a+8 -g -bin-annot -bin-annot-occurrences -I src/top_down/.datalog_top_down.objs/byte -I src/bottom_up/.datalog.objs/byte -cmi-file src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmi -no-alias-deps -opaque -open Datalog_top_down__ -o src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmo -c -impl src/top_down/Datalog_top_down.ml)File "src/top_down/Datalog_top_down.ml", line 1681, characters 10-17:1681 | let new_var =^^^^^^^Warning 26 [unused-var]: unused variable new_var.(cd _build/default && /home/opam/.opam/5.4/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 -color always -safe-string -warn-error -a+8 -g -I src/top_down/.datalog_top_down.objs/byte -I src/top_down/.datalog_top_down.objs/native -I src/bottom_up/.datalog.objs/byte -I src/bottom_up/.datalog.objs/native -cmi-file src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmi -no-alias-deps -opaque -open Datalog_top_down__ -o src/top_down/.datalog_top_down.objs/native/datalog_top_down.cmx -c -impl src/top_down/Datalog_top_down.ml)File "src/top_down/Datalog_top_down.ml", line 1681, characters 10-17:1681 | let new_var =^^^^^^^Warning 26 [unused-var]: unused variable new_var.2026-04-28 18:55.33 ---> saved as "ae9febea7f3ef0618464225163393d11f61790bc103ec9e088d7c468484d9200"Job succeeded2026-04-28 18:56.29: Job succeeded