Organisationsdinosaurespoke61266d (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-06-19 20:40.35: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (61266df2b93c087873c50f0c9fd72adbf1249983) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard 61266df2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef
# debian-12-4.13_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y spoke.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-06-19 20:40.35: Using cache hint "dinosaure/spoke-ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef-debian-12-4.13_opam-2.3-f95d25d939d8350a69c856a37323be82"
2025-06-19 20:40.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)
(comment debian-12-4.13_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 f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src spoke.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn spoke.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8")
(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 spoke.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-06-19 20:40.35: Waiting for resource in pool OCluster
2025-06-19 20:46.17: Waiting for worker…
2025-06-19 20:48.22: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 61266df Fix the OPAM file


(from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)
2025-06-19 20:48.22 ---> using "da9c83915e819ba63b60dad4c9a387342309aaafc68cc38667d820669a374e5a" from cache


/: (comment debian-12-4.13_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-06-19 20:48.22 ---> using "37dd90c1c1c63acd441db3b9ecc7ce1e38fb2d783cc6cb19b9e6766923a7f06b" 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] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-19 20:48.22 ---> using "058f7a09fc825319c3b24a16f6f38b812041053b4b29cfa712513af2c91cffbd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.13.1
2.3.0
2025-06-19 20:48.22 ---> using "c4e1a889daeb14d21ca579343c9c0093e5576dc3f65c0b7249fb4959fda8fb65" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-19 20:48.22 ---> using "e6b33e4952a0e5e90f26311386ca352ccf2f7814f0ecaa787340b047798928be" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u"))
f5c1936fa5 Merge pull request #27987 from maroneze/master


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-19 20:48.43 ---> saved as "0cb22c3034085c6370b6cafcd2a15b64c4f47da754be969046756553bc9b8580"


/src: (copy (src spoke.opam) (dst ./))
2025-06-19 20:48.44 ---> saved as "34b7d834815bcee70c6c105d1a2962b6f03a479729c72e2c617ff1ae82c2ce2a"


/src: (run (network host)
(shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2025-06-19 20:48.45 ---> saved as "dbea78b0c54742fe6f13582ae9afd73319ae13a9b637818adc4b89e7e4a48d84"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-19 20:48.46 ---> saved as "dbab12b8250ad55c1180ec3e27b0ce2bcc2a2c0054ce7c968ea1f38a2a9eaad2"


/src: (env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8")


/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 spoke.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [267 kB]
- Fetched 370 kB in 0s (1122 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3: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 ... 18747 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-06-19 20:49.00 ---> saved as "94e0211787572c7dd3a226a59101c9e47c0707a632bd039d79d63dd743308c4d"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 52 packages
- install angstrom          0.14.0
- install arp               3.1.1
- install astring           0.8.5
- install base-bytes        base
- install base64            3.0.0
- install bigarray-compat   1.0.0
- install bigstringaf       0.9.0
- install cmdliner          1.3.0
- install conf-pkg-config   1.0
- install cppo              1.6.1
- install csexp             1.3.1
- install cstruct           6.0.0
- install cstruct-lwt       3.7.0
- install digestif          0.9.0
- install domain-name       0.3.0
- install dune              2.9.3
- install dune-configurator 2.9.3
- install duration          0.2.1
- install encore            0.8
- install eqaf              0.8
- install ethernet          3.2.0
- install fmt               0.8.8
- install hxd               0.3.2
- install ipaddr            5.6.0
- install ipaddr-cstruct    5.6.0
- install jbuilder          1.0+beta20.1 (deprecated)
- install ke                0.1
- install logs              0.7.0
- install lru               0.3.0
- install lwt               5.6.1
- install lwt-dllist        1.0.0
- install macaddr           5.6.0
- install macaddr-cstruct   5.6.0
- install metrics           0.4.1
- install mimic             0.0.7
- install mirage-clock      4.2.0
- install mirage-crypto     2.0.1
- install mirage-flow       5.0.0
- install mirage-net        4.0.0
- install mirage-random     3.0.0 (deprecated)
- install mirage-time       3.0.0
- install ocamlbuild        0.14.0
- install ocamlfind         1.9.1
- install ocplib-endian     1.0
- install psq               0.2.0
- install randomconv        0.1.3
- install result            1.5
- install rresult           0.6.0
- install seq               0.3
- install stdlib-shims      0.1.0
- install tcpip             8.1.0
- install topkg             1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.1.1  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-pkg-config.1.0
-> retrieved csexp.1.3.1  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.7.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved digestif.0.9.0  (cached)
-> retrieved dune.2.9.3, dune-configurator.2.9.3  (cached)
-> retrieved ke.0.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved lwt.5.6.1  (cached)
-> retrieved mimic.0.0.7  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved tcpip.8.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved mirage-crypto.2.0.1  (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed cppo.1.6.1
-> installed dune.2.9.3
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed bigstringaf.0.9.0
-> installed stdlib-shims.0.1.0
-> installed bigarray-compat.1.0.0
-> installed macaddr.5.6.0
-> installed result.1.5
-> installed seq.0.3
-> installed base64.3.0.0
-> installed topkg.1.0.8
-> installed csexp.1.3.1
-> installed cstruct.6.0.0
-> installed angstrom.0.14.0
-> installed psq.0.2.0
-> installed rresult.0.6.0
-> installed mirage-random.3.0.0
-> installed macaddr-cstruct.5.6.0
-> installed randomconv.0.1.3
-> installed lru.0.3.0
-> installed fmt.0.8.8
-> installed eqaf.0.8
-> installed astring.0.8.5
-> installed metrics.0.4.1
-> installed ke.0.1
-> installed encore.0.8
-> installed dune-configurator.2.9.3
-> installed ocplib-endian.1.0
-> installed digestif.0.9.0
-> installed domain-name.0.3.0
-> installed mirage-crypto.2.0.1
-> installed ipaddr.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed lwt.5.6.1
-> installed mirage-time.3.0.0
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed cstruct-lwt.3.7.0
-> installed lwt-dllist.1.0.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mimic.0.0.7
-> installed arp.3.1.1
-> installed tcpip.8.1.0
Done.


<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-06-19 20:49.34 ---> saved as "b9063aceba99538d66044da1e072b71559c15dc087208b3d4263752424876cc5"


/src: (copy (src .) (dst /src))
2025-06-19 20:49.34 ---> saved as "91c379e8f01db94d4609ea6fba3490e5bf2d2f6b99ee0770693a53940b1062cc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-19 21:48.22: Cancelling: Timeout (60.0 minutes)
Job cancelled
2025-06-19 21:48.22: Timeout (60.0 minutes)