2025-05-28 22:28.41: New job: test ahrefs/ocannl https://github.com/ahrefs/ocannl.git#refs/heads/master (b31eb400e47356b6844addad606f974b033aedcf) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3)Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/ocannl.git" -b "master" && cd "ocannl" && git reset --hard b31eb400cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9# ubuntu-22.04-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 0eea63ad71af2b1116c556023bedc6bf083e6125 || git fetch origin master) && git reset -q --hard 0eea63ad71af2b1116c556023bedc6bf083e6125 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 neural_nets_lib.opam arrayjit.opam ./RUN opam pin add -yn neural_nets_lib.dev './' && \opam pin add -yn arrayjit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.0 dune-configurator.3.19.0 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_minidebug.2.2.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_string.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y neural_nets_lib.dev arrayjit.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-05-28 22:28.41: Using cache hint "ahrefs/ocannl-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9-ubuntu-22.04-5.3_opam-2.3-835eddc584e7df6f658cedd74acb2691"2025-05-28 22:28.41: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9)(comment ubuntu-22.04-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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"))(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 0eea63ad71af2b1116c556023bedc6bf083e6125 || git fetch origin master) && git reset -q --hard 0eea63ad71af2b1116c556023bedc6bf083e6125 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src neural_nets_lib.opam arrayjit.opam) (dst ./))(run (network host)(shell "opam pin add -yn neural_nets_lib.dev './' && \\nopam pin add -yn arrayjit.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.0 dune-configurator.3.19.0 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_minidebug.2.2.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_string.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.0")(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 neural_nets_lib.dev arrayjit.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")))2025-05-28 22:28.41: Waiting for resource in pool OCluster2025-05-28 22:28.41: Waiting for worker…2025-05-28 22:28.41: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at b31eb400 Pre-release cleanup(from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9)2025-05-28 22:28.41 ---> using "5f9b98f99f2559a94e0377f2276c6e46ede44092a247dc5f1dae48dc0a1f8a10" from cache/: (comment ubuntu-22.04-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-05-28 22:28.41 ---> using "82f5a6ade332a70dd317fc4d7b5bbcb6e4d2e0f0a1f595d2a11960c0e25b1a75" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This development 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-05-28 22:28.41 ---> using "4e6bc5c16f368f184baad93bc946c8b20959ecf61f7892a8e37b81ce6568665e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-05-28 22:28.41 ---> using "69ad75f6dd7bf073d625272765135352ec835facf22fa22139d493a53e1455f0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-28 22:28.41 ---> using "f2be70231cd714d8968adbf09ff32d55e5226ff06009fd61ced010b8abcadb01" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 0eea63ad71af2b1116c556023bedc6bf083e6125 || git fetch origin master) && git reset -q --hard 0eea63ad71af2b1116c556023bedc6bf083e6125 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD35eb2f107a..0eea63ad71 master -> origin/master0eea63ad71 Merge pull request #27946 from mtelvers/opam-publish-ocaml-version.4.0.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-05-28 22:29.05 ---> saved as "88ea1c330338e0c1df7ed850f8e77b80d841c4e25e2620e774ebba7af8e3de5a"/src: (copy (src neural_nets_lib.opam arrayjit.opam) (dst ./))2025-05-28 22:29.05 ---> saved as "9ea79c197710f9886b40a7ebb3873f15a49d22472df2e2bffdc3a740c5742185"/src: (run (network host)(shell "opam pin add -yn neural_nets_lib.dev './' && \\nopam pin add -yn arrayjit.dev './'"))[neural_nets_lib.dev] synchronised (file:///src)neural_nets_lib is now pinned to file:///src (version dev)[arrayjit.dev] synchronised (file:///src)arrayjit is now pinned to file:///src (version dev)2025-05-28 22:29.09 ---> saved as "2401285d203c12231873dd2599cda585920ca9c05e03fade747fbffb46b3ce98"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-28 22:29.09 ---> saved as "4d548a9396cf6a7452e2fcbcb70dbe20a877d161d9118b9e7d60fed3e6720692"/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.0 dune-configurator.3.19.0 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_minidebug.2.2.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_string.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.0")/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.3 --depext-only -y neural_nets_lib.dev arrayjit.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4564 kB]- Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1245 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4402 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2951 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3264 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1552 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB]- Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]- Fetched 18.5 MB in 23s (793 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arrayjit.dev] synchronised (file:///src)[neural_nets_lib.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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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 system packages will first need to be installed:libffi-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.)- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.5_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.5_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.5) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../6-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../7-libffi-dev_3.4.2-4_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.2-4) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ...- No schema files found: doing nothing.- Setting up libffi-dev:amd64 (3.4.2-4) ...- Setting up libglib2.0-data (2.72.4-0ubuntu2.5) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.9) ...2025-05-28 22:30.01 ---> saved as "99d95d67cb7cd1e51ac1f5ebff6baf3c4031dbbf33173c39e5cba871b36fba30"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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 75 packages- install angstrom 0.16.1- install astring 0.8.5- install backoff 0.1.1- install base v0.17.2- install bigarray-compat 1.1.0- install bigstringaf 0.10.0- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-libffi 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install ctypes 0.23.0- install ctypes-foreign 0.23.0- install dune 3.19.0- install dune-configurator 3.19.0- install fieldslib v0.17.0- install fmt 0.10.0- install integers 0.7.0- install jane-street-headers v0.17.0- install jst-config v0.17.0- install logs 0.8.0- install mdx 2.5.0- install mtime 2.1.0- install multicore-magic 2.3.1- install num 1.5-1- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.17.0- install pprint 20230830- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_enumerate v0.17.0- install ppx_expect v0.17.2- install ppx_fields_conv v0.17.0- install ppx_globalize v0.17.0- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.0- install ppx_minidebug 2.2.0- install ppx_optcomp v0.17.0- install ppx_sexp_conv v0.17.0- install ppx_string v0.17.0- install ppx_variants_conv v0.17.0- install ppxlib 0.35.0- install ppxlib_jane v0.17.2- install printbox 0.12- install printbox-ext-plot 0.12- install printbox-html 0.12- install printbox-md 0.12- install printbox-text 0.12- install ptime 1.2.0- install re 1.12.0- install result 1.5- install saturn_lockfree 0.5.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install thread-local-storage 0.2- install time_now v0.17.0- install topkg 1.0.8- install tyxml 4.6.0- install uucp 16.0.0- install uutf 1.0.4- install variantslib v0.17.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.2 (cached)-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> installed conf-libffi.2.0.0-> retrieved fieldslib.v0.17.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved num.1.5-1 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> installed cmdliner.1.3.0-> installed num.1.5-1-> retrieved ppx_expect.v0.17.2 (cached)-> retrieved ppx_fields_conv.v0.17.0 (cached)-> retrieved ppx_globalize.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.0 (cached)-> retrieved ppx_optcomp.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.0 (cached)-> retrieved ppx_minidebug.2.2.0 (cached)-> retrieved ppx_string.v0.17.0 (cached)-> retrieved ppx_variants_conv.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.2 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.12.0 (cached)-> retrieved result.1.5 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved printbox.0.12, printbox-ext-plot.0.12, printbox-html.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved saturn_lockfree.0.5.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved variantslib.v0.17.0 (cached)-> retrieved uucp.16.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.10.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.19.0-> installed jane-street-headers.v0.17.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed backoff.0.1.1-> installed bigarray-compat.1.1.0-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed multicore-magic.2.3.1-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.1-> installed ocaml_intrinsics_kernel.v0.17.1-> installed pprint.20230830-> installed printbox.0.12-> installed re.1.12.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed saturn_lockfree.0.5.0-> installed integers.0.7.0-> installed parsexp.v0.17.0-> installed dune-configurator.3.19.0-> installed bigstringaf.0.10.0-> installed mdx.2.5.0-> installed sexplib.v0.17.0-> installed angstrom.0.16.1-> installed tyxml.4.6.0-> installed printbox-html.0.12-> installed ctypes.0.23.0-> installed base.v0.17.2-> installed fieldslib.v0.17.0-> installed variantslib.v0.17.0-> installed stdio.v0.17.0-> installed ctypes-foreign.0.23.0-> installed uucp.16.0.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> installed printbox-ext-plot.0.12-> installed ppxlib.0.35.0-> installed ppxlib_jane.v0.17.2-> installed ppx_optcomp.v0.17.0-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_variants_conv.v0.17.0-> installed ppx_fields_conv.v0.17.0-> installed ppx_globalize.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_deriving.6.0.3-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.0-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_minidebug.2.2.0-> installed ppx_base.v0.17.0-> installed jst-config.v0.17.0-> installed ppx_string.v0.17.0-> installed time_now.v0.17.0-> installed ppx_inline_test.v0.17.0-> installed ppx_expect.v0.17.2Done.# To update the current shell environment, run: eval $(opam env)2025-05-28 22:31.13 ---> saved as "5101804b21024bddb6ead4e3aa5c3ca8709d143eda0ab2869fb8b0f1585723b4"/src: (copy (src .) (dst /src))2025-05-28 22:31.15 ---> saved as "0df0d39134066e7c3a65279a4991c134551d66de690c6945ffdc2dd040824b89"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/config && ../../arrayjit/bin/read_config.exe --read=backend)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test/config/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config fileWrote value of 'backend' to ocannl_backend.txt(cd _build/default/test_ppx && ./test_ppx_op.exe)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test_ppx/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/default/test_ppx && ./test_ppx_op_expected.exe)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test_ppx/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition '' -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition 'Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/f5063674fb0a6762045056d21149632d/default/test/ocannl_config.' -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition 'Retrieving commandline, environment, or config file variable ocannl_log_level' -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition 'Found 0, in the config file' -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config fileFile "test/dune", lines 30-40, characters 0-281:30 | (rule31 | (alias runtest)32 | (target33 | (dir log_files))34 | (action35 | (run36 | %{dep:micrograd_demo_logging.exe}37 | "--ocannl_debug_backend=text"38 | "--ocannl_log_file_stem=micrograd_demo_logging"39 | "--ocannl_log_main_domain_to_stdout=false"40 | "--ocannl_debug_log_to_stream_files=true")))(cd _build/default/test && ./micrograd_demo_logging.exe --ocannl_debug_backend=text --ocannl_log_file_stem=micrograd_demo_logging --ocannl_log_main_domain_to_stdout=false --ocannl_debug_log_to_stream_files=true)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config fileRetrieving commandline, environment, or config file variable ocannl_backendFound multicore_cc, in the config fileRetrieving commandline, environment, or config file variable ocannl_cd_ident_styleNot found, using default heuristicRetrieving commandline, environment, or config file variable ocannl_ll_ident_styleNot found, using default heuristicRetrieving commandline, environment, or config file variable ocannl_prefer_backend_uniformityFound true, in the config fileRetrieving commandline, environment, or config file variable ocannl_debug_log_to_stream_filesFound true, commandline --ocannl_debug_log_to_stream_files=trueRetrieving commandline, environment, or config file variable ocannl_cc_backend_optimization_levelNot found, using default 3Retrieving commandline, environment, or config file variable ocannl_cc_backend_compiler_commandNot found, using default gccFatal error: exception File "src/printbox-text/PrintBox_text.ml", line 212, characters 6-12: Assertion failedRaised at PrintBox_text.Output.Make_out.to_buf_aux_ in file "src/printbox-text/PrintBox_text.ml", line 212, characters 6-50Called from Stdlib__Map.Make.fold in file "map.ml", line 329, characters 19-42Called from Stdlib__Map.Make.fold in file "map.ml", line 329, characters 26-41Called from Stdlib__Map.Make.fold in file "map.ml", line 329, characters 26-41Called from Stdlib__Map.Make.fold in file "map.ml", line 329, characters 26-41Called from PrintBox_text.Output.Make_out.render in file "src/printbox-text/PrintBox_text.ml", line 242, characters 14-64Called from PrintBox_text.output in file "src/printbox-text/PrintBox_text.ml", line 851, characters 2-31Called from Minidebug_runtime.PrintBox.output_box in file "minidebug_runtime.ml", line 1527, characters 19-59Called from Minidebug_runtime.PrintBox.close_log_impl.close_tree in file "minidebug_runtime.ml", line 1572, characters 6-38Called from Backends.Add_buffer_retrieval_and_syncing.sync_routine in file "arrayjit/lib/backends.ml", lines 144-172, characters 31-82Called from Backends.Raise_backend.link in file "arrayjit/lib/backends.ml", lines 454-455, characters 4-92Re-raised at Backends.Raise_backend.link in file "arrayjit/lib/backends.ml", lines 441-455, characters 23-92Called from Dune__exe__Micrograd_demo_logging in file "test/micrograd_demo_logging.ml", line 34, characters 13-77(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition primitive_ops.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition zero2hero_1of7.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition hello_world_op.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition einsum_trivia.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition micrograd_demo.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test && .tutorials.inline-tests/inline-test-runner.exe inline-test-runner tutorials -partition moons_demo_parallel.ml -source-tree-root .. -diff-cmd -)Welcome to OCANNL! Reading configuration defaults from /src/_build/.sandbox/e463e5206063323a47f4bf57bb30e890/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file(cd _build/default/test && ./moons_demo_parallel_run.exe)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config file("Set log_level to" 1)└─{orphaned from #2}Retrieving commandline, environment, or config file variable ocannl_backendFound multicore_cc, in the config fileProperties of devices:(multicore_devices(device ((device_name CPU) (device_ordinal 0) (num_domains 128))))@!Retrieving commandline, environment, or config file variable ocannl_prefer_backend_uniformityFound true, in the config fileRetrieving commandline, environment, or config file variable ocannl_debug_log_to_stream_filesNot found, using default falseRetrieving commandline, environment, or config file variable ocannl_ll_ident_styleNot found, using default heuristicRetrieving commandline, environment, or config file variable ocannl_cc_backend_optimization_levelNot found, using default 3Retrieving commandline, environment, or config file variable ocannl_cc_backend_compiler_commandNot found, using default gccRetrieving commandline, environment, or config file variable ocannl_never_capture_stdoutNot found, using default falseBatch=59, step=60, lr=0.200000, batch loss=23.609453, epoch loss=23.609453Batch=119, step=120, lr=0.199750, batch loss=8.539634, epoch loss=32.149087Batch=179, step=180, lr=0.199500, batch loss=2.626295, epoch loss=34.775382Batch=239, step=240, lr=0.199250, batch loss=0.849657, epoch loss=35.625039Batch=299, step=300, lr=0.199000, batch loss=1.447177, epoch loss=37.072216Batch=359, step=360, lr=0.198750, batch loss=1.329296, epoch loss=38.401512Batch=419, step=420, lr=0.198500, batch loss=0.618569, epoch loss=39.020081Batch=479, step=480, lr=0.198250, batch loss=0.822060, epoch loss=39.842141Batch=539, step=540, lr=0.198000, batch loss=0.690244, epoch loss=40.532385Batch=599, step=600, lr=0.197750, batch loss=1.063878, epoch loss=41.596263Batch=659, step=660, lr=0.197500, batch loss=0.483340, epoch loss=42.079603Batch=719, step=720, lr=0.197250, batch loss=0.411299, epoch loss=42.490902Batch=779, step=780, lr=0.197000, batch loss=0.470123, epoch loss=42.961024Batch=839, step=840, lr=0.196750, batch loss=0.446661, epoch loss=43.407685Batch=899, step=900, lr=0.196500, batch loss=0.382721, epoch loss=43.790407Batch=959, step=960, lr=0.196250, batch loss=0.245136, epoch loss=44.035543Batch=1019, step=1020, lr=0.196000, batch loss=0.466506, epoch loss=44.502049Batch=1079, step=1080, lr=0.195750, batch loss=0.248781, epoch loss=44.750829Batch=1139, step=1140, lr=0.195500, batch loss=0.317440, epoch loss=45.068269Batch=1199, step=1200, lr=0.195250, batch loss=0.263683, epoch loss=45.331952Epoch=0, step=1200, lr=0.195250, epoch loss=45.331952Batch=59, step=1260, lr=0.195000, batch loss=0.262138, epoch loss=0.262138Batch=119, step=1320, lr=0.194750, batch loss=0.205243, epoch loss=0.467381Batch=179, step=1380, lr=0.194500, batch loss=0.243644, epoch loss=0.711025Batch=239, step=1440, lr=0.194250, batch loss=0.347897, epoch loss=1.058921Batch=299, step=1500, lr=0.194000, batch loss=0.247348, epoch loss=1.306269Batch=359, step=1560, lr=0.193750, batch loss=0.316559, epoch loss=1.622828Batch=419, step=1620, lr=0.193500, batch loss=0.312735, epoch loss=1.935563Batch=479, step=1680, lr=0.193250, batch loss=0.276268, epoch loss=2.211831Batch=539, step=1740, lr=0.193000, batch loss=0.209826, epoch loss=2.421657Batch=599, step=1800, lr=0.192750, batch loss=0.250384, epoch loss=2.672042Batch=659, step=1860, lr=0.192500, batch loss=0.367201, epoch loss=3.039243Batch=719, step=1920, lr=0.192250, batch loss=0.354917, epoch loss=3.394160Batch=779, step=1980, lr=0.192000, batch loss=0.381382, epoch loss=3.775542Batch=839, step=2040, lr=0.191750, batch loss=0.339637, epoch loss=4.115179Batch=899, step=2100, lr=0.191500, batch loss=0.295234, epoch loss=4.410413Batch=959, step=2160, lr=0.191250, batch loss=0.214033, epoch loss=4.624446Batch=1019, step=2220, lr=0.191000, batch loss=0.330972, epoch loss=4.955419Batch=1079, step=2280, lr=0.190750, batch loss=0.208236, epoch loss=5.163654Batch=1139, step=2340, lr=0.190500, batch loss=0.278374, epoch loss=5.442028Batch=1199, step=2400, lr=0.190250, batch loss=0.220793, epoch loss=5.662821Epoch=1, step=2400, lr=0.190250, epoch loss=5.662821Batch=59, step=2460, lr=0.190000, batch loss=0.230363, epoch loss=0.230363Batch=119, step=2520, lr=0.189750, batch loss=0.195962, epoch loss=0.426325Batch=179, step=2580, lr=0.189500, batch loss=0.221156, epoch loss=0.647481Batch=239, step=2640, lr=0.189250, batch loss=0.328098, epoch loss=0.975578Batch=299, step=2700, lr=0.189000, batch loss=0.202947, epoch loss=1.178525Batch=359, step=2760, lr=0.188750, batch loss=0.289890, epoch loss=1.468415Batch=419, step=2820, lr=0.188500, batch loss=0.281744, epoch loss=1.750160Batch=479, step=2880, lr=0.188250, batch loss=0.264844, epoch loss=2.015004Batch=539, step=2940, lr=0.188000, batch loss=0.203798, epoch loss=2.218802Batch=599, step=3000, lr=0.187750, batch loss=0.248079, epoch loss=2.466881Batch=659, step=3060, lr=0.187500, batch loss=0.345056, epoch loss=2.811937Batch=719, step=3120, lr=0.187250, batch loss=0.343542, epoch loss=3.155479Batch=779, step=3180, lr=0.187000, batch loss=0.366989, epoch loss=3.522468Batch=839, step=3240, lr=0.186750, batch loss=0.321779, epoch loss=3.844248Batch=899, step=3300, lr=0.186500, batch loss=0.283865, epoch loss=4.128112Batch=959, step=3360, lr=0.186250, batch loss=0.214411, epoch loss=4.342523Batch=1019, step=3420, lr=0.186000, batch loss=0.306400, epoch loss=4.648923Batch=1079, step=3480, lr=0.185750, batch loss=0.177313, epoch loss=4.826236Batch=1139, step=3540, lr=0.185500, batch loss=0.235576, epoch loss=5.061812Batch=1199, step=3600, lr=0.185250, batch loss=0.197911, epoch loss=5.259723Epoch=2, step=3600, lr=0.185250, epoch loss=5.259723Batch=59, step=3660, lr=0.185000, batch loss=0.226539, epoch loss=0.226539Batch=119, step=3720, lr=0.184750, batch loss=0.191802, epoch loss=0.418341Batch=179, step=3780, lr=0.184500, batch loss=0.210712, epoch loss=0.629053Batch=239, step=3840, lr=0.184250, batch loss=0.314104, epoch loss=0.943157Batch=299, step=3900, lr=0.184000, batch loss=0.206011, epoch loss=1.149168Batch=359, step=3960, lr=0.183750, batch loss=0.291253, epoch loss=1.440420Batch=419, step=4020, lr=0.183500, batch loss=0.297434, epoch loss=1.737854Batch=479, step=4080, lr=0.183250, batch loss=0.260511, epoch loss=1.998365Batch=539, step=4140, lr=0.183000, batch loss=0.195229, epoch loss=2.193593Batch=599, step=4200, lr=0.182750, batch loss=0.230395, epoch loss=2.423989Batch=659, step=4260, lr=0.182500, batch loss=0.337132, epoch loss=2.761121Batch=719, step=4320, lr=0.182250, batch loss=0.347122, epoch loss=3.108243Batch=779, step=4380, lr=0.182000, batch loss=0.346320, epoch loss=3.454563Batch=839, step=4440, lr=0.181750, batch loss=0.317770, epoch loss=3.772333Batch=899, step=4500, lr=0.181500, batch loss=0.283906, epoch loss=4.056239Batch=959, step=4560, lr=0.181250, batch loss=0.238371, epoch loss=4.294610Batch=1019, step=4620, lr=0.181000, batch loss=0.336891, epoch loss=4.631501Batch=1079, step=4680, lr=0.180750, batch loss=0.208592, epoch loss=4.840094Batch=1139, step=4740, lr=0.180500, batch loss=0.249212, epoch loss=5.089306Batch=1199, step=4800, lr=0.180250, batch loss=0.191768, epoch loss=5.281074Epoch=3, step=4800, lr=0.180250, epoch loss=5.281074Batch=59, step=4860, lr=0.180000, batch loss=0.228079, epoch loss=0.228079Batch=119, step=4920, lr=0.179750, batch loss=0.190219, epoch loss=0.418298Batch=179, step=4980, lr=0.179500, batch loss=0.205905, epoch loss=0.624203Batch=239, step=5040, lr=0.179250, batch loss=0.309067, epoch loss=0.933269Batch=299, step=5100, lr=0.179000, batch loss=0.204593, epoch loss=1.137862Batch=359, step=5160, lr=0.178750, batch loss=0.271139, epoch loss=1.409001Batch=419, step=5220, lr=0.178500, batch loss=0.264055, epoch loss=1.673056Batch=479, step=5280, lr=0.178250, batch loss=0.239692, epoch loss=1.912748Batch=539, step=5340, lr=0.178000, batch loss=0.189445, epoch loss=2.102194Batch=599, step=5400, lr=0.177750, batch loss=0.231019, epoch loss=2.333213Batch=659, step=5460, lr=0.177500, batch loss=0.323592, epoch loss=2.656805Batch=719, step=5520, lr=0.177250, batch loss=0.325867, epoch loss=2.982672Batch=779, step=5580, lr=0.177000, batch loss=0.343179, epoch loss=3.325851Batch=839, step=5640, lr=0.176750, batch loss=0.309345, epoch loss=3.635195Batch=899, step=5700, lr=0.176500, batch loss=0.273171, epoch loss=3.908366Batch=959, step=5760, lr=0.176250, batch loss=0.214921, epoch loss=4.123287Batch=1019, step=5820, lr=0.176000, batch loss=0.339150, epoch loss=4.462436Batch=1079, step=5880, lr=0.175750, batch loss=0.207828, epoch loss=4.670264Batch=1139, step=5940, lr=0.175500, batch loss=0.240055, epoch loss=4.910319Batch=1199, step=6000, lr=0.175250, batch loss=0.186862, epoch loss=5.097180Epoch=4, step=6000, lr=0.175250, epoch loss=5.097180Batch=59, step=6060, lr=0.175000, batch loss=0.230529, epoch loss=0.230529Batch=119, step=6120, lr=0.174750, batch loss=0.194291, epoch loss=0.424820Batch=179, step=6180, lr=0.174500, batch loss=0.201541, epoch loss=0.626361Batch=239, step=6240, lr=0.174250, batch loss=0.302380, epoch loss=0.928741Batch=299, step=6300, lr=0.174000, batch loss=0.203930, epoch loss=1.132671Batch=359, step=6360, lr=0.173750, batch loss=0.266115, epoch loss=1.398786Batch=419, step=6420, lr=0.173500, batch loss=0.265282, epoch loss=1.664067Batch=479, step=6480, lr=0.173250, batch loss=0.243319, epoch loss=1.907387Batch=539, step=6540, lr=0.173000, batch loss=0.192969, epoch loss=2.100355Batch=599, step=6600, lr=0.172750, batch loss=0.234500, epoch loss=2.334855Batch=659, step=6660, lr=0.172500, batch loss=0.312107, epoch loss=2.646963Batch=719, step=6720, lr=0.172250, batch loss=0.314221, epoch loss=2.961184Batch=779, step=6780, lr=0.172000, batch loss=0.333223, epoch loss=3.294407Batch=839, step=6840, lr=0.171750, batch loss=0.303757, epoch loss=3.598164Batch=899, step=6900, lr=0.171500, batch loss=0.268468, epoch loss=3.866633Batch=959, step=6960, lr=0.171250, batch loss=0.211039, epoch loss=4.077671Batch=1019, step=7020, lr=0.171000, batch loss=0.330462, epoch loss=4.408133Batch=1079, step=7080, lr=0.170750, batch loss=0.180866, epoch loss=4.588999Batch=1139, step=7140, lr=0.170500, batch loss=0.216313, epoch loss=4.805312Batch=1199, step=7200, lr=0.170250, batch loss=0.181911, epoch loss=4.987223Epoch=5, step=7200, lr=0.170250, epoch loss=4.987223Batch=59, step=7260, lr=0.170000, batch loss=0.232877, epoch loss=0.232877Batch=119, step=7320, lr=0.169750, batch loss=0.184424, epoch loss=0.417301Batch=179, step=7380, lr=0.169500, batch loss=0.196292, epoch loss=0.613593Batch=239, step=7440, lr=0.169250, batch loss=0.290823, epoch loss=0.904416Batch=299, step=7500, lr=0.169000, batch loss=0.200837, epoch loss=1.105253Batch=359, step=7560, lr=0.168750, batch loss=0.258435, epoch loss=1.363689Batch=419, step=7620, lr=0.168500, batch loss=0.256808, epoch loss=1.620497Batch=479, step=7680, lr=0.168250, batch loss=0.235998, epoch loss=1.856495Batch=539, step=7740, lr=0.167750, batch loss=0.187895, epoch loss=2.044390Batch=599, step=7800, lr=0.167750, batch loss=0.223844, epoch loss=2.268234Batch=659, step=7860, lr=0.167250, batch loss=0.305961, epoch loss=2.574196Batch=719, step=7920, lr=0.167250, batch loss=0.309181, epoch loss=2.883376Batch=779, step=7980, lr=0.167000, batch loss=0.330050, epoch loss=3.213427Batch=839, step=8040, lr=0.166750, batch loss=0.292358, epoch loss=3.505785Batch=899, step=8100, lr=0.166500, batch loss=0.261861, epoch loss=3.767646Batch=959, step=8160, lr=0.166250, batch loss=0.193143, epoch loss=3.960789Batch=1019, step=8220, lr=0.166000, batch loss=0.301082, epoch loss=4.261871Batch=1079, step=8280, lr=0.165500, batch loss=0.183447, epoch loss=4.445319Batch=1139, step=8340, lr=0.165500, batch loss=0.215170, epoch loss=4.660489Batch=1199, step=8400, lr=0.165000, batch loss=0.172412, epoch loss=4.832901Epoch=6, step=8400, lr=0.165000, epoch loss=4.832901Batch=59, step=8460, lr=0.165000, batch loss=0.213301, epoch loss=0.213301Batch=119, step=8520, lr=0.164750, batch loss=0.177460, epoch loss=0.390761Batch=179, step=8580, lr=0.164500, batch loss=0.188815, epoch loss=0.579576Batch=239, step=8640, lr=0.164250, batch loss=0.279708, epoch loss=0.859284Batch=299, step=8700, lr=0.164000, batch loss=0.191822, epoch loss=1.051106Batch=359, step=8760, lr=0.163750, batch loss=0.248351, epoch loss=1.299457Batch=419, step=8820, lr=0.163500, batch loss=0.244456, epoch loss=1.543913Batch=479, step=8880, lr=0.163000, batch loss=0.227137, epoch loss=1.771050Batch=539, step=8940, lr=0.163000, batch loss=0.179373, epoch loss=1.950422Batch=599, step=9000, lr=0.162750, batch loss=0.215635, epoch loss=2.166057Batch=659, step=9060, lr=0.162500, batch loss=0.294836, epoch loss=2.460894Batch=719, step=9120, lr=0.162250, batch loss=0.298812, epoch loss=2.759705Batch=779, step=9180, lr=0.162000, batch loss=0.316024, epoch loss=3.075729Batch=839, step=9240, lr=0.161750, batch loss=0.281724, epoch loss=3.357453Batch=899, step=9300, lr=0.161500, batch loss=0.253236, epoch loss=3.610690Batch=959, step=9360, lr=0.161250, batch loss=0.209338, epoch loss=3.820027Batch=1019, step=9420, lr=0.161000, batch loss=0.297935, epoch loss=4.117963Batch=1079, step=9480, lr=0.160750, batch loss=0.177779, epoch loss=4.295742Batch=1139, step=9540, lr=0.160500, batch loss=0.206141, epoch loss=4.501882Batch=1199, step=9600, lr=0.160250, batch loss=0.164487, epoch loss=4.666370Epoch=7, step=9600, lr=0.160250, epoch loss=4.666370Batch=59, step=9660, lr=0.160000, batch loss=0.191438, epoch loss=0.191438Batch=119, step=9720, lr=0.159750, batch loss=0.162932, epoch loss=0.354371Batch=179, step=9780, lr=0.159500, batch loss=0.178638, epoch loss=0.533008Batch=239, step=9840, lr=0.159250, batch loss=0.260932, epoch loss=0.793941Batch=299, step=9900, lr=0.158750, batch loss=0.184183, epoch loss=0.978124Batch=359, step=9960, lr=0.158750, batch loss=0.245527, epoch loss=1.223651Batch=419, step=10020, lr=0.158500, batch loss=0.243240, epoch loss=1.466891Batch=479, step=10080, lr=0.158000, batch loss=0.222733, epoch loss=1.689624Batch=539, step=10140, lr=0.157750, batch loss=0.171275, epoch loss=1.860899Batch=599, step=10200, lr=0.157750, batch loss=0.204328, epoch loss=2.065227Batch=659, step=10260, lr=0.157500, batch loss=0.280599, epoch loss=2.345826Batch=719, step=10320, lr=0.157000, batch loss=0.279829, epoch loss=2.625655Batch=779, step=10380, lr=0.157000, batch loss=0.293521, epoch loss=2.919175Batch=839, step=10440, lr=0.156750, batch loss=0.271791, epoch loss=3.190966Batch=899, step=10500, lr=0.156500, batch loss=0.235864, epoch loss=3.426830Batch=959, step=10560, lr=0.156250, batch loss=0.180450, epoch loss=3.607280Batch=1019, step=10620, lr=0.156000, batch loss=0.293887, epoch loss=3.901168Batch=1079, step=10680, lr=0.155750, batch loss=0.183474, epoch loss=4.084642Batch=1139, step=10740, lr=0.155500, batch loss=0.197939, epoch loss=4.282581Batch=1199, step=10800, lr=0.155250, batch loss=0.155077, epoch loss=4.437659Epoch=8, step=10800, lr=0.155250, epoch loss=4.437659Batch=59, step=10860, lr=0.155000, batch loss=0.179470, epoch loss=0.179470Batch=119, step=10920, lr=0.154750, batch loss=0.151016, epoch loss=0.330486Batch=179, step=10980, lr=0.154500, batch loss=0.165458, epoch loss=0.495944Batch=239, step=11040, lr=0.154250, batch loss=0.242436, epoch loss=0.738380Batch=299, step=11100, lr=0.154000, batch loss=0.168483, epoch loss=0.906863Batch=359, step=11160, lr=0.153750, batch loss=0.220293, epoch loss=1.127156Batch=419, step=11220, lr=0.153500, batch loss=0.215513, epoch loss=1.342669Batch=479, step=11280, lr=0.153250, batch loss=0.203473, epoch loss=1.546143Batch=539, step=11340, lr=0.153000, batch loss=0.158125, epoch loss=1.704268Batch=599, step=11400, lr=0.152750, batch loss=0.179562, epoch loss=1.883830Batch=659, step=11460, lr=0.152500, batch loss=0.263730, epoch loss=2.147560Batch=719, step=11520, lr=0.152250, batch loss=0.256036, epoch loss=2.403596Batch=779, step=11580, lr=0.152000, batch loss=0.271429, epoch loss=2.675025Batch=839, step=11640, lr=0.151750, batch loss=0.255943, epoch loss=2.930968Batch=899, step=11700, lr=0.151500, batch loss=0.211241, epoch loss=3.142209Batch=959, step=11760, lr=0.151250, batch loss=0.168193, epoch loss=3.310402Batch=1019, step=11820, lr=0.151000, batch loss=0.267302, epoch loss=3.577704Batch=1079, step=11880, lr=0.150750, batch loss=0.154994, epoch loss=3.732698Batch=1139, step=11940, lr=0.150500, batch loss=0.199204, epoch loss=3.931902Batch=1199, step=12000, lr=0.150250, batch loss=0.140143, epoch loss=4.072045Epoch=9, step=12000, lr=0.150250, epoch loss=4.072045Batch=59, step=12060, lr=0.150000, batch loss=0.161217, epoch loss=0.161217Batch=119, step=12120, lr=0.149750, batch loss=0.136240, epoch loss=0.297457Batch=179, step=12180, lr=0.149500, batch loss=0.150893, epoch loss=0.448350Batch=239, step=12240, lr=0.149250, batch loss=0.217717, epoch loss=0.666067Batch=299, step=12300, lr=0.149000, batch loss=0.143824, epoch loss=0.809891Batch=359, step=12360, lr=0.148750, batch loss=0.193627, epoch loss=1.003518Batch=419, step=12420, lr=0.148500, batch loss=0.194103, epoch loss=1.197622Batch=479, step=12480, lr=0.148250, batch loss=0.181471, epoch loss=1.379092Batch=539, step=12540, lr=0.148000, batch loss=0.141032, epoch loss=1.520124Batch=599, step=12600, lr=0.147750, batch loss=0.150839, epoch loss=1.670964Batch=659, step=12660, lr=0.147500, batch loss=0.229927, epoch loss=1.900890Batch=719, step=12720, lr=0.147250, batch loss=0.225160, epoch loss=2.126050Batch=779, step=12780, lr=0.147000, batch loss=0.234947, epoch loss=2.360997Batch=839, step=12840, lr=0.146750, batch loss=0.230679, epoch loss=2.591677Batch=899, step=12900, lr=0.146500, batch loss=0.218809, epoch loss=2.810486Batch=959, step=12960, lr=0.146250, batch loss=0.153332, epoch loss=2.963818Batch=1019, step=13020, lr=0.146000, batch loss=0.261011, epoch loss=3.224829Batch=1079, step=13080, lr=0.145750, batch loss=0.114348, epoch loss=3.339178Batch=1139, step=13140, lr=0.145500, batch loss=0.156139, epoch loss=3.495317Batch=1199, step=13200, lr=0.145250, batch loss=0.118285, epoch loss=3.613601Epoch=10, step=13200, lr=0.145250, epoch loss=3.613601Batch=59, step=13260, lr=0.145000, batch loss=0.142518, epoch loss=0.142518Batch=119, step=13320, lr=0.144750, batch loss=0.119807, epoch loss=0.262325Batch=179, step=13380, lr=0.144500, batch loss=0.127085, epoch loss=0.389410Batch=239, step=13440, lr=0.144250, batch loss=0.185673, epoch loss=0.575083Batch=299, step=13500, lr=0.144000, batch loss=0.116476, epoch loss=0.691559Batch=359, step=13560, lr=0.143750, batch loss=0.158005, epoch loss=0.849565Batch=419, step=13620, lr=0.143500, batch loss=0.161403, epoch loss=1.010967Batch=479, step=13680, lr=0.143250, batch loss=0.146362, epoch loss=1.157329Batch=539, step=13740, lr=0.143000, batch loss=0.119296, epoch loss=1.276625Batch=599, step=13800, lr=0.142750, batch loss=0.119489, epoch loss=1.396114Batch=659, step=13860, lr=0.142500, batch loss=0.174587, epoch loss=1.570701Batch=719, step=13920, lr=0.142250, batch loss=0.176944, epoch loss=1.747645Batch=779, step=13980, lr=0.142000, batch loss=0.195040, epoch loss=1.942684Batch=839, step=14040, lr=0.141750, batch loss=0.186331, epoch loss=2.129015Batch=899, step=14100, lr=0.141500, batch loss=0.179434, epoch loss=2.308450Batch=959, step=14160, lr=0.141250, batch loss=0.138594, epoch loss=2.447044Batch=1019, step=14220, lr=0.141000, batch loss=0.278199, epoch loss=2.725243Batch=1079, step=14280, lr=0.140750, batch loss=0.078789, epoch loss=2.804032Batch=1139, step=14340, lr=0.140500, batch loss=0.120836, epoch loss=2.924868Batch=1199, step=14400, lr=0.140250, batch loss=0.089153, epoch loss=3.014021Epoch=11, step=14400, lr=0.140250, epoch loss=3.014021Batch=59, step=14460, lr=0.140000, batch loss=0.110979, epoch loss=0.110979Batch=119, step=14520, lr=0.139750, batch loss=0.109900, epoch loss=0.220879Batch=179, step=14580, lr=0.139500, batch loss=0.104515, epoch loss=0.325394Batch=239, step=14640, lr=0.139250, batch loss=0.137500, epoch loss=0.462893Batch=299, step=14700, lr=0.139000, batch loss=0.081435, epoch loss=0.544328Batch=359, step=14760, lr=0.138750, batch loss=0.129164, epoch loss=0.673492Batch=419, step=14820, lr=0.138500, batch loss=0.141069, epoch loss=0.814561Batch=479, step=14880, lr=0.138250, batch loss=0.089214, epoch loss=0.903775Batch=539, step=14940, lr=0.138000, batch loss=0.088845, epoch loss=0.992620Batch=599, step=15000, lr=0.137750, batch loss=0.083582, epoch loss=1.076201Batch=659, step=15060, lr=0.137500, batch loss=0.135496, epoch loss=1.211697Batch=719, step=15120, lr=0.137250, batch loss=0.171049, epoch loss=1.382746Batch=779, step=15180, lr=0.137000, batch loss=0.293714, epoch loss=1.676459Batch=839, step=15240, lr=0.136750, batch loss=0.133409, epoch loss=1.809869Batch=899, step=15300, lr=0.136500, batch loss=0.127496, epoch loss=1.937365Batch=959, step=15360, lr=0.136250, batch loss=0.095022, epoch loss=2.032387Batch=1019, step=15420, lr=0.136000, batch loss=0.161062, epoch loss=2.193449Batch=1079, step=15480, lr=0.135750, batch loss=0.041511, epoch loss=2.234960Batch=1139, step=15540, lr=0.135500, batch loss=0.090810, epoch loss=2.325770Batch=1199, step=15600, lr=0.135250, batch loss=0.058406, epoch loss=2.384175Epoch=12, step=15600, lr=0.135250, epoch loss=2.384175Batch=59, step=15660, lr=0.135000, batch loss=0.073236, epoch loss=0.073236Batch=119, step=15720, lr=0.134750, batch loss=0.112972, epoch loss=0.186209Batch=179, step=15780, lr=0.134500, batch loss=0.090217, epoch loss=0.276426Batch=239, step=15840, lr=0.134250, batch loss=0.092952, epoch loss=0.369378Batch=299, step=15900, lr=0.134000, batch loss=0.038510, epoch loss=0.407887Batch=359, step=15960, lr=0.133750, batch loss=0.079257, epoch loss=0.487145Batch=419, step=16020, lr=0.133500, batch loss=0.079727, epoch loss=0.566871Batch=479, step=16080, lr=0.133250, batch loss=0.071386, epoch loss=0.638257Batch=539, step=16140, lr=0.133000, batch loss=0.047806, epoch loss=0.686063Batch=599, step=16200, lr=0.132750, batch loss=0.102281, epoch loss=0.788345Batch=659, step=16260, lr=0.132500, batch loss=0.077261, epoch loss=0.865606Batch=719, step=16320, lr=0.132250, batch loss=0.079434, epoch loss=0.945040Batch=779, step=16380, lr=0.132000, batch loss=0.105992, epoch loss=1.051032Batch=839, step=16440, lr=0.131750, batch loss=0.122009, epoch loss=1.173040Batch=899, step=16500, lr=0.131500, batch loss=0.156187, epoch loss=1.329228Batch=959, step=16560, lr=0.131250, batch loss=0.047775, epoch loss=1.377002Batch=1019, step=16620, lr=0.131000, batch loss=0.112514, epoch loss=1.489516Batch=1079, step=16680, lr=0.130750, batch loss=0.019790, epoch loss=1.509306Batch=1139, step=16740, lr=0.130500, batch loss=0.045638, epoch loss=1.554944Batch=1199, step=16800, lr=0.130250, batch loss=0.026809, epoch loss=1.581753Epoch=13, step=16800, lr=0.130250, epoch loss=1.581753Batch=59, step=16860, lr=0.130000, batch loss=0.035554, epoch loss=0.035554Batch=119, step=16920, lr=0.129750, batch loss=0.057325, epoch loss=0.092879Batch=179, step=16980, lr=0.129500, batch loss=0.049689, epoch loss=0.142568Batch=239, step=17040, lr=0.129250, batch loss=0.069723, epoch loss=0.212292Batch=299, step=17100, lr=0.129000, batch loss=0.035407, epoch loss=0.247699Batch=359, step=17160, lr=0.128750, batch loss=0.048475, epoch loss=0.296174Batch=419, step=17220, lr=0.128500, batch loss=0.076663, epoch loss=0.372837Batch=479, step=17280, lr=0.128250, batch loss=0.021194, epoch loss=0.394031Batch=539, step=17340, lr=0.128000, batch loss=0.028570, epoch loss=0.422601Batch=599, step=17400, lr=0.127750, batch loss=0.039068, epoch loss=0.461669Batch=659, step=17460, lr=0.127500, batch loss=0.047900, epoch loss=0.509569Batch=719, step=17520, lr=0.127250, batch loss=0.057532, epoch loss=0.567101Batch=779, step=17580, lr=0.127000, batch loss=0.070920, epoch loss=0.638021Batch=839, step=17640, lr=0.126750, batch loss=0.111727, epoch loss=0.749748Batch=899, step=17700, lr=0.126500, batch loss=0.050446, epoch loss=0.800194Batch=959, step=17760, lr=0.126250, batch loss=0.017496, epoch loss=0.817691Batch=1019, step=17820, lr=0.126000, batch loss=0.038302, epoch loss=0.855993Batch=1079, step=17880, lr=0.125750, batch loss=0.030661, epoch loss=0.886654Batch=1139, step=17940, lr=0.125500, batch loss=0.064385, epoch loss=0.951040Batch=1199, step=18000, lr=0.125250, batch loss=0.022148, epoch loss=0.973188Epoch=14, step=18000, lr=0.125250, epoch loss=0.973188Batch=59, step=18060, lr=0.125000, batch loss=0.012403, epoch loss=0.012403Batch=119, step=18120, lr=0.124750, batch loss=0.017430, epoch loss=0.029833Batch=179, step=18180, lr=0.124500, batch loss=0.031121, epoch loss=0.060954Batch=239, step=18240, lr=0.124250, batch loss=0.035894, epoch loss=0.096848Batch=299, step=18300, lr=0.124000, batch loss=0.018869, epoch loss=0.115717Batch=359, step=18360, lr=0.123750, batch loss=0.022712, epoch loss=0.138429Batch=419, step=18420, lr=0.123500, batch loss=0.029974, epoch loss=0.168403Batch=479, step=18480, lr=0.123250, batch loss=0.018092, epoch loss=0.186495Batch=539, step=18540, lr=0.123000, batch loss=0.034432, epoch loss=0.220927Batch=599, step=18600, lr=0.122750, batch loss=0.025413, epoch loss=0.246340Batch=659, step=18660, lr=0.122500, batch loss=0.033077, epoch loss=0.279417Batch=719, step=18720, lr=0.122250, batch loss=0.034223, epoch loss=0.313640Batch=779, step=18780, lr=0.122000, batch loss=0.100340, epoch loss=0.413980Batch=839, step=18840, lr=0.121750, batch loss=0.070882, epoch loss=0.484862Batch=899, step=18900, lr=0.121500, batch loss=0.103351, epoch loss=0.588212Batch=959, step=18960, lr=0.121250, batch loss=0.016192, epoch loss=0.604404Batch=1019, step=19020, lr=0.121000, batch loss=0.020378, epoch loss=0.624782Batch=1079, step=19080, lr=0.120750, batch loss=0.006170, epoch loss=0.630952Batch=1139, step=19140, lr=0.120500, batch loss=0.022802, epoch loss=0.653754Batch=1199, step=19200, lr=0.120250, batch loss=0.009807, epoch loss=0.663560Epoch=15, step=19200, lr=0.120250, epoch loss=0.663560Batch=59, step=19260, lr=0.120000, batch loss=0.003858, epoch loss=0.003858Batch=119, step=19320, lr=0.119750, batch loss=0.011002, epoch loss=0.014860Batch=179, step=19380, lr=0.119500, batch loss=0.031556, epoch loss=0.046416Batch=239, step=19440, lr=0.119250, batch loss=0.021472, epoch loss=0.067888Batch=299, step=19500, lr=0.119000, batch loss=0.006885, epoch loss=0.074773Batch=359, step=19560, lr=0.118750, batch loss=0.016568, epoch loss=0.091341Batch=419, step=19620, lr=0.118500, batch loss=0.020033, epoch loss=0.111374Batch=479, step=19680, lr=0.118250, batch loss=0.006391, epoch loss=0.117765Batch=539, step=19740, lr=0.118000, batch loss=0.015980, epoch loss=0.133745Batch=599, step=19800, lr=0.117750, batch loss=0.022867, epoch loss=0.156613Batch=659, step=19860, lr=0.117500, batch loss=0.018702, epoch loss=0.175314Batch=719, step=19920, lr=0.117250, batch loss=0.048934, epoch loss=0.224248Batch=779, step=19980, lr=0.117000, batch loss=0.079156, epoch loss=0.303404Batch=839, step=20040, lr=0.116750, batch loss=0.029482, epoch loss=0.332886Batch=899, step=20100, lr=0.116500, batch loss=0.035971, epoch loss=0.368857Batch=959, step=20160, lr=0.116250, batch loss=0.011971, epoch loss=0.380828Batch=1019, step=20220, lr=0.116000, batch loss=0.015326, epoch loss=0.396153Batch=1079, step=20280, lr=0.115750, batch loss=0.000952, epoch loss=0.397106Batch=1139, step=20340, lr=0.115500, batch loss=0.014836, epoch loss=0.411942Batch=1199, step=20400, lr=0.115250, batch loss=0.005430, epoch loss=0.417372Epoch=16, step=20400, lr=0.115250, epoch loss=0.417372Batch=59, step=20460, lr=0.115000, batch loss=0.002481, epoch loss=0.002481Batch=119, step=20520, lr=0.114750, batch loss=0.009559, epoch loss=0.012040Batch=179, step=20580, lr=0.114500, batch loss=0.021923, epoch loss=0.033963Batch=239, step=20640, lr=0.114250, batch loss=0.015920, epoch loss=0.049883Batch=299, step=20700, lr=0.114000, batch loss=0.003855, epoch loss=0.053737Batch=359, step=20760, lr=0.113750, batch loss=0.013179, epoch loss=0.066916Batch=419, step=20820, lr=0.113500, batch loss=0.013804, epoch loss=0.080720Batch=479, step=20880, lr=0.113250, batch loss=0.004543, epoch loss=0.085263Batch=539, step=20940, lr=0.113000, batch loss=0.014988, epoch loss=0.100251Batch=599, step=21000, lr=0.112750, batch loss=0.017659, epoch loss=0.117910Batch=659, step=21060, lr=0.112500, batch loss=0.015594, epoch loss=0.133504Batch=719, step=21120, lr=0.112250, batch loss=0.039757, epoch loss=0.173261Batch=779, step=21180, lr=0.112000, batch loss=0.064416, epoch loss=0.237677Batch=839, step=21240, lr=0.111750, batch loss=0.024551, epoch loss=0.262228Batch=899, step=21300, lr=0.111500, batch loss=0.029170, epoch loss=0.291398Batch=959, step=21360, lr=0.111250, batch loss=0.009793, epoch loss=0.301190Batch=1019, step=21420, lr=0.111000, batch loss=0.010417, epoch loss=0.311607Batch=1079, step=21480, lr=0.110750, batch loss=0.001122, epoch loss=0.312730Batch=1139, step=21540, lr=0.110500, batch loss=0.012279, epoch loss=0.325009Batch=1199, step=21600, lr=0.110250, batch loss=0.004783, epoch loss=0.329791Epoch=17, step=21600, lr=0.110250, epoch loss=0.329791Batch=59, step=21660, lr=0.110000, batch loss=0.001785, epoch loss=0.001785Batch=119, step=21720, lr=0.109750, batch loss=0.006296, epoch loss=0.008081Batch=179, step=21780, lr=0.109500, batch loss=0.012465, epoch loss=0.020546Batch=239, step=21840, lr=0.109250, batch loss=0.009848, epoch loss=0.030393Batch=299, step=21900, lr=0.109000, batch loss=0.014358, epoch loss=0.044752Batch=359, step=21960, lr=0.108750, batch loss=0.012708, epoch loss=0.057460Batch=419, step=22020, lr=0.108500, batch loss=0.011943, epoch loss=0.069402Batch=479, step=22080, lr=0.108250, batch loss=0.002453, epoch loss=0.071855Batch=539, step=22140, lr=0.108000, batch loss=0.016569, epoch loss=0.088425Batch=599, step=22200, lr=0.107750, batch loss=0.016149, epoch loss=0.104574Batch=659, step=22260, lr=0.107500, batch loss=0.016107, epoch loss=0.120681Batch=719, step=22320, lr=0.107250, batch loss=0.021345, epoch loss=0.142026Batch=779, step=22380, lr=0.107000, batch loss=0.029320, epoch loss=0.171346Batch=839, step=22440, lr=0.106750, batch loss=0.029747, epoch loss=0.201093Batch=899, step=22500, lr=0.106500, batch loss=0.023264, epoch loss=0.224357Batch=959, step=22560, lr=0.106250, batch loss=0.010505, epoch loss=0.234862Batch=1019, step=22620, lr=0.106000, batch loss=0.010739, epoch loss=0.245601Batch=1079, step=22680, lr=0.105750, batch loss=0.001547, epoch loss=0.247148Batch=1139, step=22740, lr=0.105500, batch loss=0.010276, epoch loss=0.257424Batch=1199, step=22800, lr=0.105250, batch loss=0.005660, epoch loss=0.263085Epoch=18, step=22800, lr=0.105250, epoch loss=0.263085Batch=59, step=22860, lr=0.105000, batch loss=0.002818, epoch loss=0.002818Batch=119, step=22920, lr=0.104750, batch loss=0.004276, epoch loss=0.007095Batch=179, step=22980, lr=0.104500, batch loss=0.013503, epoch loss=0.020598Batch=239, step=23040, lr=0.104250, batch loss=0.008403, epoch loss=0.029001Batch=299, step=23100, lr=0.104000, batch loss=0.003925, epoch loss=0.032926Batch=359, step=23160, lr=0.103750, batch loss=0.011764, epoch loss=0.044690Batch=419, step=23220, lr=0.103500, batch loss=0.010947, epoch loss=0.055637Batch=479, step=23280, lr=0.103250, batch loss=0.002978, epoch loss=0.058615Batch=539, step=23340, lr=0.103000, batch loss=0.016458, epoch loss=0.075073Batch=599, step=23400, lr=0.102750, batch loss=0.013230, epoch loss=0.088303Batch=659, step=23460, lr=0.102500, batch loss=0.010561, epoch loss=0.098864Batch=719, step=23520, lr=0.102250, batch loss=0.012133, epoch loss=0.110997Batch=779, step=23580, lr=0.102000, batch loss=0.023164, epoch loss=0.134160Batch=839, step=23640, lr=0.101750, batch loss=0.024745, epoch loss=0.158905Batch=899, step=23700, lr=0.101500, batch loss=0.022022, epoch loss=0.180927Batch=959, step=23760, lr=0.101250, batch loss=0.008316, epoch loss=0.189243Batch=1019, step=23820, lr=0.101000, batch loss=0.008276, epoch loss=0.197519Batch=1079, step=23880, lr=0.100750, batch loss=0.000598, epoch loss=0.198117Batch=1139, step=23940, lr=0.100500, batch loss=0.009175, epoch loss=0.207292Batch=1199, step=24000, lr=0.100250, batch loss=0.004405, epoch loss=0.211697Epoch=19, step=24000, lr=0.100250, epoch loss=0.211697Half-moons scatterplot and decision boundary:┌────────────────────────────────────────────────────────────────────────────────────────────────────┐│********************************#*******************************************************************││**********************#*#*#######*###*#####*********************************************************││**********************#########################*****************************************************││*****************#**########*######*###########*###*************************************************││***************#################*###################************************************************││************######*#################*#################**********************************************││**********#*#####*########*#**************##*#########*#********************************************││***********########*##*#******************#*****##########******************************************││***********###########*************************############***************************************..││********######*####*********************************###*###*#**********************************.....││*******######**##*************...******************#*######*#*******************************........││*******##*##**##**********...........***************########*##****************************.........││*****#######************.......%...%%...***************#########*************************.........%.││******######***********.........%........***************##*#####************************......%.%.%.││***#########**********.........%%%.%%......*************#*#######**********************......%.%%%%.││****#######**********..........%%%%.........************#########********************........%%.%%.%││**#######************..........%%%%%%%.......**************###*###******************.........%%%%%%.││*##*####************...........%%%%%%%.........***********########*****************..........%%%%%%.││*#######************...........%%%%%%%..........************#######***************...........%%%%%%.││*##*####***********............%%.%%%%%..........************####***************............%%%%%%%.││*#####*#***********.............%%%%%%%............**********##*###************..............%%%%%..││#######***********.............%.%%%%%%.............*********#######**********.............%%%%.%%..││#####*#***********..............%%%%%%%..............********#######*********..............%%%%%%%%.││###*#*#**********...............%%%%%%%%%..............*******######*******................%%%%%%...││#######*********.................%%%%%%%%...............*****###*###******................%%%%%%....││######**********.................%%%%%%%%%...............****#*###*******...............%%%%%%%%%...││*#*##*#********...................%%%%%%%%%%...............***######****.................%%%%%%.....││#****##********....................%%%%%%%%%................***###*#**................%.%%%%%%%.....││**************.....................%.%%%%%%..................********..................%.%%.%%......││**************.......................%..%%%%%%%................*****..............%.%%%%%%%%%.......││*************.........................%.%%%.%%%%................***...............%%%%%%%.%.%.......││*************...........................%..%%%%..%................................%%%%%%%%..........││************.............................%%%%%%%%%%%........................%%..%%%%%%%%.%..........││************.............................%%.%%%%%%%%..%....................%..%%%.%%%%%%%...........││***********.................................%%%%.%%%%%%%%...............%.%%%%%%%%%%%%.%............││**********...................................%%%%%%%%%%%%%%%%%%%%%%.%%%%.%%%%%%%%%%%%%..............││**********....................................%%.%%%%%%%%%%%%%%%%%%%%%%.%%%%%%%%%%%.................││*********.........................................%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...................││*********............................................%%%.%%%%%%%%%%%%%%%%%%%%%......................││********................................................%...%%%%.%%.%%%%..%.........................│└────────────────────────────────────────────────────────────────────────────────────────────────────┘"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-05-28 22:31.35: Job failed: Failed: Build failed