Page MenuHomeSoftware Heritage
Paste P1172

a bit of a scheduling predicament!?
ActivePublic

Authored by ardumont on Sep 22 2021, 11:37 AM.
- First run of the foss heptapod origins scheduled
- They failed due to a dangling configuration key from the old mercurial loader (fixed)
-> all origins have failed
-> they have now their entry in the origin-visit-stats table
-> scheduler metrics are updated
-> nothing apparently wrong with those data (all listed_origins are still enabled...) [1]
- but when i'm trying to schedule those back, nothing happens [2]
[2]
```
Wed Sep 22 09:33:11 UTC 2021 scheduling hg origins with policy already_visited_order_by_lag
5000 slots available in celery queue
0 visits to send to celery
Wed Sep 22 09:33:12 UTC 2021 sleep 10
Wed Sep 22 09:33:22 UTC 2021 scheduling hg origins with policy never_visited_oldest_update_first
5000 slots available in celery queue
0 visits to send to celery
Wed Sep 22 09:33:23 UTC 2021 sleep 10
```
Should i use the policy oldest_scheduled_first?
If so, i have another problem but that can be fixed.
```
swhscheduler@saatchi:~$ visit_type=hg; policy=oldest_scheduled_first; SWH_CONFIG_FILENAME=/etc/softwareheritage/scheduler/listener-runner.yml swh scheduler -C /etc/softwareheritage/scheduler/listener-runner.yml origin send-to-celery --policy $policy $visit_type;
5000 slots available in celery queue
Traceback (most recent call last):
File "/usr/bin/swh", line 11, in <module>
load_entry_point('swh.core==0.14.5', 'console_scripts', 'swh')()
File "/usr/lib/python3/dist-packages/swh/core/cli/__init__.py", line 185, in main
return swh(auto_envvar_prefix="SWH")
File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/lib/python3/dist-packages/swh/scheduler/cli/origin.py", line 204, in send_to_celery
lister_uuid=lister_uuid,
File "/usr/lib/python3/dist-packages/swh/core/db/common.py", line 62, in _meth
return meth(self, *args, db=db, cur=cur, **kwargs)
File "/usr/lib/python3/dist-packages/swh/scheduler/backend.py", line 524, in grab_next_visits
cur.execute(query, tuple(query_args))
File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 243, in execute
return super(RealDictCursor, self).execute(query, vars)
psycopg2.errors.CardinalityViolation: ON CONFLICT DO UPDATE command cannot affect row a second time
HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
```
[1]
```
11:06:04 softwareheritage-scheduler@belvedere:5432=> select * from origin_visit_stats where url like 'https://foss.heptapod.net/%' and visit_type='hg';
|-------------------------------------------------------------------------------------+------------+--------------------------------------------+-------------------------------+-------------------------------+----------------------+-------------------+-------------------------------+-------------------------------+-------------------|
| url | visit_type | last_snapshot | last_scheduled | next_visit_queue_position | next_position_offset | successive_visits | last_successful | last_visit | last_visit_status |
|-------------------------------------------------------------------------------------+------------+--------------------------------------------+-------------------------------+-------------------------------+----------------------+-------------------+-------------------------------+-------------------------------+-------------------|
| https://foss.heptapod.net/accounting/_gcinvoice | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/accounting/gcinvoice | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/accounting/joint | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/accounting/sublima | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/accounting/sublima_old | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/bsdutils/bsdisks | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/bsdutils/cputype | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/bsdutils/panopticum | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/bsdutils/smart | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/doc-utils/cloud_sptheme | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/doc-utils/rst2html5 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fedeproxy/testhg | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/conda-app | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluid_emacs.d | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluidcoriolis | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluiddevops | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluiddocker | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluiddyn | hg | \x8c970442a4aafa470e86e23c3c4cd5228ac420a5 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 11:03:58.03135+00 | 2 | 2 | 2021-09-22 08:35:06.692307+00 | 2021-09-22 08:35:06.692307+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluiddyn-website | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluiddyn_papers | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluidfft | hg | \x770066d0086db73ab0554d301e4737ae31ca913a | 2021-09-22 08:34:51.81069+00 | 2021-09-02 10:58:11.730134+00 | 2 | 2 | 2021-09-22 08:35:00.193326+00 | 2021-09-22 08:35:00.193326+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluidfft-bench-results | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluidimage | hg | \xf1b8a9e46048d7ddf29ff937f7b225e0c7884ca0 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 17:32:49.480283+00 | 2 | 2 | 2021-09-22 08:35:14.224823+00 | 2021-09-22 08:35:14.224823+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluidlab | hg | \xae92930e16ebfd779c64121824dad2785b29f5e7 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 09:41:05.599908+00 | 2 | 2 | 2021-09-22 08:34:55.919056+00 | 2021-09-22 08:34:55.919056+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluidsht | hg | \xfa1aa6e0cabd6123a569c4901b20316279a844ce | (null) | (null) | 4 | 1 | 2020-11-09 10:18:16.676376+00 | 2020-11-09 10:18:16.676376+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluidsim | hg | \x80754f1e90208493384ee91cdfd7d78f188fe1e1 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 17:14:03.4431+00 | 2 | 2 | 2021-09-22 08:35:19.954961+00 | 2021-09-22 08:35:19.954961+00 | successful |
| https://foss.heptapod.net/fluiddyn/fluidsim-bench-results | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/fluidsim_ocean | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/hg-fluiddyn | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/spectratmo | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/fluiddyn/transonic | hg | \x8159f32f9dbce23bcf7e548e9bd734cc03a20181 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 09:47:32.555234+00 | 2 | 2 | 2021-09-22 08:35:04.330751+00 | 2021-09-22 08:35:04.330751+00 | successful |
| https://foss.heptapod.net/games/harlowe | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/games/trosnoth | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/gracinet/atd | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/gracinet/heptapod-notes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/gracinet/test_link_issues | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/gracinet/testwiki | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/graphics/plot-covid19-fr | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/docker-hub | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/fixed-pydeps | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/heptapod-base | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/heptapod-gitaly | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/heptapod-runner | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/ci-images/mercurial | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/foss.heptapod.net | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod | hg | (null) | (null) | 2021-09-06 11:35:38.257403+00 | 5 | 2 | (null) | 2021-09-17 08:50:37.115344+00 | failed |
| https://foss.heptapod.net/heptapod/heptapod-development-kit | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod-docker | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod-runner | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod-shell | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod-tests | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/heptapod-workhorse | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/hg-git | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/hgext-loggingmod | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/hgitaly | hg | \xc51988220c583189b13842baa95928bbc2be14dc | 2021-09-22 08:34:51.81069+00 | 2021-09-02 14:26:55.856887+00 | 2 | 2 | 2021-09-22 08:35:25.912305+00 | 2021-09-22 08:35:25.912305+00 | successful |
| https://foss.heptapod.net/heptapod/mercurial-mirror | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/omnibus | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/omnibus-heptapod | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/py-heptapod | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/slides/2019-PyConFR | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/slides/2019-hg-paris | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/slides/2020-FOSDEM | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/ci-cache-s3 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/escaped-tags | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/hg-pull-mirror-test | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/hg-pull-mirror-test2 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/hg-website-imported | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/test-393 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/test-hg-website | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/test-runner | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/testci-registry | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/tests-eol | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/testing-projects/web-uploads | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/upstream-conversion | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/heptapod/website | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/isa-afp/afp-2019 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/isa-afp/afp-2020 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/isa-afp/afp-2021 | hg | \x713b65ed7de4b65b3fd9ce5933d1b8bd80214f5b | 2021-09-22 08:34:51.81069+00 | 2424-02-12 08:12:28.2772+00 | 2 | 2 | 2021-09-22 08:40:04.140942+00 | 2021-09-22 08:40:04.140942+00 | successful |
| https://foss.heptapod.net/isa-afp/afp-admin | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/isa-afp/afp-devel | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/isa-afp/afp-testboard | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/java/jlogman | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/lothiraldan/test-topic-bug | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/macos-apps/osx-presentation | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/magic-lantern/magic-lantern | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/math/jlibgf2 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/math/libgf2 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/b | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/ci-images | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/commitsigs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/config-express | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/evolve | hg | \xa8a61bf17ee97a8da6f426ff560b9190ca31afde | 2021-09-22 08:34:51.81069+00 | 2021-09-04 11:48:16.387774+00 | 3 | 2 | 2021-09-22 08:36:22.290728+00 | 2021-09-22 08:36:22.290728+00 | successful |
| https://foss.heptapod.net/mercurial/format-source | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-credentials | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-docgraph | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-git | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-guestrepo | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-hgban | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-obfuscate | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-prompt | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hg-windows-ci | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hgbzstats | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/hgview | hg | \x94aae2785f73ccaec5983b9f5ce071eed323eccf | 2021-09-22 08:52:18.336253+00 | 2611-01-15 11:50:38.64219+00 | 10 | 26 | 2021-09-22 08:52:33.525357+00 | 2021-09-22 08:52:33.525357+00 | successful |
| https://foss.heptapod.net/mercurial/javahg | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-all_dirs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-all_paths | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-bitbucketize | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-cvs2hg | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-dynamic_username | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-extension_utils | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-litf | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-on_remote | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-path_pattern | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial-update_version | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurial_keyring | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurialeclipse | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mercurialeclipse-updatesite | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/mpush | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/perfarce | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/pytest | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/scmperf | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/testhelpers | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg | hg | \xa2cd5ce3505f3b8bd7311455d0d200f7c5ad6294 | (null) | 2021-09-06 02:38:25.587051+00 | 5 | 1 | 2021-09-16 13:56:00.958435+00 | 2021-09-16 14:05:50.894346+00 | failed |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/dulwich | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/hg-zipdoc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/hgcr-gui | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/iniparse | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/keyring | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/mercurial-reviewboard | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/onsub | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/perfarce | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/projrc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-build-deps/simplelock | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-hgtk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-shellext | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-web | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/tortoisehg/thg-winbuild | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/vcsgraph | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/vcsgraph-reference | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/mercurial/win32lfn | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/neuromatlab | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-actlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-basiclib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-bin | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-mathlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-motioncontrollib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-neuronlifelib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-physlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-pulseclassicmodelslib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-pulselib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-pulseneuronlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-receiverlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-sensorlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-sourcelib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/nmsdk-ycorticallib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-basiclib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-basicstatisticlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-crlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvariphmeticlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvbasiclib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvdetectionlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvguilib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvsimulatorlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvstatisticlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-cvvideocapturelib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-darknetlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-iolib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-noisegenlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-pymachinelearninglib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-sourceslib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/nmsdk/rdk-tensorflowlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/ci-dockerfiles | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/mercurial-devel | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/rust/bytes-cast | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/rust/format-bytes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/rust/micro-timer | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/octobus/test-heptapod-ci-docker | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/openpyxl/et_xmlfile | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/openpyxl/openpyxl | hg | \x21b05490082cf22743e5b5ce04cac42b44738054 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 15:26:29.290865+00 | 2 | 2 | 2021-09-22 08:36:06.032202+00 | 2021-09-22 08:36:06.032202+00 | successful |
| https://foss.heptapod.net/pypy/benchmarks | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/buildbot | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/cffi | hg | \xb62647b12c0c8b25a0c850b1252811eb1cbd97a8 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 15:01:54.077611+00 | 2 | 1 | 2021-09-22 08:35:28.296954+00 | 2021-09-22 08:35:28.296954+00 | successful |
| https://foss.heptapod.net/pypy/example-interpreter | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/externals | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/extradoc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/jitviewer | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/pypy | hg | \x9a222a81f9a774f3cd2de1527535b220e925247d | 2021-09-01 16:12:05.653742+00 | 2021-09-22 07:16:40.14977+00 | 6 | 2 | 2021-07-29 22:17:39.949412+00 | 2021-09-16 13:29:08.20196+00 | failed |
| https://foss.heptapod.net/pypy/pypy.org | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/revdb | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/sandboxlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/pypy/stmgc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/python-libs/passlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ada | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/apel | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/auctex | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/bbdb | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/build | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/c-support | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/calc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/calendar | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/cc-mode | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/cedet-common | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/clearcase | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/cogre | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/cookie | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/crisp | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/debug | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/dictionary | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/dired | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/docbookide | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/easypg | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ecb | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ecrypto | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ede | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/edebug | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/edict | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ediff | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/edit-utils | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/edt | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/efs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/egg-its | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/eicq | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/eieio | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/elib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/emerge | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/erc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/escreen | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/eshell | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ess | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/eterm | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/eudc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/footnote | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/forms | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/fortran-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/frame-icon | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/fsf-compat | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/games | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/general-docs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/gnats | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/gnus | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/guided-tour | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/haskell-mode | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/hm-html-menus | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/hyperbole | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ibuffer | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/idlwave | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/igrep | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ilisp | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ispell | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/jde | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/latex-copyright-templates | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/latin-euro-standards | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/latin-unity | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/leim | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/liece | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/locale | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/lookup | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mail-lib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mailcrypt | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/maintenance | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mew | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mh-e | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mine | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/misc-games | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mmm-mode | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mule-base | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/mule-ucs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/net-utils | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ocaml | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/oo-browser | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/os-utils | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/patcher | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/pc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/pcl-cvs | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/pcomplete | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/perl-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/pgg | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/prog-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ps-print | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ps-print-nomule | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/psgml | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/psgml-dtds | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/python-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/re-builder | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/reftex | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/riece | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/rmail | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/ruby-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sasl | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/scheme | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/semantic | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sgml | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sh-script | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sieve | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/skk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/slider | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sml-mode | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sounds-au | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sounds-wav | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/speedbar | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/strokes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/sun | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/supercite | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/texinfo | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/text-modes | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/textools | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/time | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/tm | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/tooltalk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/tpu | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/tramp | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/vc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/vc-cc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/vhdl | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/view-process | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/viper | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/vm | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/w3 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/x-symbol | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs | hg | \x807ea4ff64b20b81297a5bdbbc55e1ffa13bae16 | (null) | 2022-08-02 01:16:53.637263+00 | 8 | 1 | 2021-09-17 08:34:49.347582+00 | 2021-09-17 08:34:49.347582+00 | successful |
| https://foss.heptapod.net/xemacs/xemacs-21-4 | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-base | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-beta | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-devel | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-ffi | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-gtk | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacs-packages | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xemacsweb | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xetla | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xlib | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xslide | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xslt-process | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/xwem | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/xemacs/zenirc | hg | (null) | 2021-09-22 08:17:23.789311+00 | (null) | 4 | 1 | (null) | (null) | (null) |
| https://foss.heptapod.net/zilf/vscode-zil-language | hg | \x1a716c0bc7e4025aef95360d893e29c7e4e0515c | (null) | (null) | 4 | 1 | 2021-04-28 13:39:38.123156+00 | 2021-04-28 13:39:38.123156+00 | successful |
| https://foss.heptapod.net/zilf/zil-docs | hg | \xf5dd536d53c21f1b7a429186ba29581ed4bcb889 | (null) | (null) | 4 | 1 | 2021-04-28 13:32:42.952722+00 | 2021-04-28 13:32:42.952722+00 | successful |
| https://foss.heptapod.net/zilf/zil-editor-support | hg | \xfefffcc03b31296fe4e0d15661f90deccbe6d180 | (null) | (null) | 4 | 1 | 2021-04-28 13:39:32.890297+00 | 2021-04-28 13:39:32.890297+00 | successful |
| https://foss.heptapod.net/zilf/zilf | hg | \xb22f77e64289db05e71da5f84e8ebb0223df61d7 | 2021-09-22 08:34:51.81069+00 | 2021-09-02 11:28:17.695164+00 | 2 | 2 | 2021-09-22 08:35:19.576627+00 | 2021-09-22 08:35:19.576627+00 | successful |
| https://foss.heptapod.net/zilf/zlr | hg | \x3ab6a2ec683e95c31c08166afea318a83709a537 | (null) | (null) | 4 | 1 | 2021-04-28 13:31:41.509721+00 | 2021-04-28 13:31:41.509721+00 | successful |
+-------------------------------------------------------------------------------------+------------+--------------------------------------------+-------------------------------+-------------------------------+----------------------+-------------------+-------------------------------+-------------------------------+-------------------+
(343 rows)
Time: 389344.200 ms (06:29.344)
```

Event Timeline

tl; dr Inhibit the cooldown* which default to 7 days.
As it got already scheduled (with whatever results), this is dropped from the grab call.

As i want this, that means i need to evolve the current cli which does not allow to inhibit those.