Skip to content

Bug - rake geocombine:clone errs out #144

@ewlarson

Description

@ewlarson

I've been playing around with GeoCombine for Aardvark metadata harvesting.

Harvesting individual institutions has been working well:

bundle exec rake geocombine:clone\[edu.umn\]
=> 5480 docs

But cloning all the repos, fails:

First run

ewlarson@beanburrito GeoDiscovery % bundle exec rake geocombine:clone
rake aborted!
SystemStackError: stack level too deep
/Users/ewlarson/.rbenv/versions/3.2.1/bin/bundle:25:in `load'
/Users/ewlarson/.rbenv/versions/3.2.1/bin/bundle:25:in `<main>'
Tasks: TOP => geocombine:clone
(See full trace by running task with --trace)
ewlarson@beanburrito GeoDiscovery % cd tmp/opengeometadata 
ewlarson@beanburrito opengeometadata % ls -la
total 0
drwxr-xr-x  10 ewlarson  staff  320 Mar  9 08:19 .
drwxr-xr-x  15 ewlarson  staff  480 Mar  9 08:18 ..
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.harvard
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.nyu
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.princeton.arks
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:18 edu.stanford.purl
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.tufts
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.umn
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:19 edu.virginia
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:18 shared-repository

Second run

ewlarson@beanburrito GeoDiscovery % bundle exec rake geocombine:clone
rake aborted!
SystemStackError: stack level too deep
/Users/ewlarson/.rbenv/versions/3.2.1/bin/bundle:25:in `load'
/Users/ewlarson/.rbenv/versions/3.2.1/bin/bundle:25:in `<main>'
Tasks: TOP => geocombine:clone
(See full trace by running task with --trace)
ewlarson@beanburrito GeoDiscovery % cd tmp/opengeometadata 
ewlarson@beanburrito opengeometadata % ls -la
total 0
drwxr-xr-x  10 ewlarson  staff  320 Mar  9 08:43 .
drwxr-xr-x  15 ewlarson  staff  480 Mar  9 08:41 ..
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:43 edu.harvard
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:43 edu.nyu
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:42 edu.princeton.arks
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:41 edu.stanford.purl
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:43 edu.tufts
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:43 edu.umn
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:43 edu.virginia
drwxr-xr-x   3 ewlarson  staff   96 Mar  9 08:41 shared-repository

Can anyone else confirm? Seems to likely StackError the same place each clone run...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions