On Sun, 26 Jul 2026 at 07:12, sebb <[email protected]> wrote: > > Actually, the problem seems to be in repositories.json, but not yet found
Some repositories have added icons to their descriptions: https://github.com/apache/fineract-chat-archive/blob/main/.asf.yaml This is what is causing the error, but I don't yet know if the description really is invalid Unicode, or something else. > On Sun, 26 Jul 2026 at 06:21, sebb <[email protected]> wrote: > > > > According to the log, the workflow failed with a network timeout. > > > > I just tried re-running, and it failed with the Unicode error. > > I think there must be an invalid character in the > > committees-retired.json file from Whimsy. > > > > Will investigate further. > > > > Sebb > > > > On Sat, 25 Jul 2026 at 21:42, Niall Pemberton <[email protected]> > > wrote: > > > > > > I just tried to generate the petri yaml file locally and got the > > > following error: > > > > > > niallp@DESKTOP-DAG0BTR:/usr/asf-git/attic-apache$ bundle exec ruby > > > retire.rb petri > > > Processing petri > > > /home/linuxbrew/.linuxbrew/lib/ruby/gems/3.4.0/gems/psych-5.4.0/lib/psych/parser.rb:62:in > > > 'Psych::Parser#_native_parse': (<unknown>): found invalid Unicode > > > character escape code while parsing a quoted scalar at line 1 column > > > 181544 (Psych::SyntaxError) > > > from > > > /home/linuxbrew/.linuxbrew/lib/ruby/gems/3.4.0/gems/psych-5.4.0/lib/psych/parser.rb:62:in > > > 'Psych::Parser#parse' > > > from > > > /home/linuxbrew/.linuxbrew/lib/ruby/gems/3.4.0/gems/psych-5.4.0/lib/psych.rb:457:in > > > 'Psych.parse_stream' > > > from > > > /home/linuxbrew/.linuxbrew/lib/ruby/gems/3.4.0/gems/psych-5.4.0/lib/psych.rb:401:in > > > 'Psych.parse' > > > from > > > /home/linuxbrew/.linuxbrew/lib/ruby/gems/3.4.0/gems/psych-5.4.0/lib/psych.rb:324:in > > > 'Psych.safe_load' > > > from retire.rb:74:in 'Object#get_json' > > > from retire.rb:177:in 'block in Object#main' > > > from retire.rb:138:in 'Array#each' > > > from retire.rb:138:in 'Object#main' > > > from retire.rb:231:in '<main>' > > > > > > > > > It also failed with other retired projects (e.g. servicemix & ace) - > > > so it looks like a problem since the dependencies were updated and the > > > workflow/pr method of generating the yaml file seems to be screwed for > > > other reasons (see below). > > > > > > Were the dependency upgrades tested locally with retire.rb (I'm > > > wondering if its something locally for me) before these were upgraded? > > > > > > Niall > > > > > > On Sat, 25 Jul 2026 at 21:34, GitBox <[email protected]> wrote: > > > > > > > > > > > > The GitHub Actions job "Generate PR to add _data/projects/pid.yaml > > > > file" on attic.git/main has failed. > > > > Run started by GitHub user niallkp (triggered by niallkp). > > > > > > > > Head commit for run: > > > > 50f6dc0f20c7e39301b00b25b9be45a2244d4037 / dependabot[bot] > > > > <49699333+dependabot[bot]@users.noreply.github.com> > > > > Bump sass-embedded from 1.100.0 to 1.101.0 (#45) > > > > > > > > Bumps > > > > [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) > > > > from 1.100.0 to 1.101.0. > > > > - > > > > [Commits](https://github.com/sass-contrib/sass-embedded-host-ruby/compare/v1.100.0...v1.101.0) > > > > > > > > --- > > > > updated-dependencies: > > > > - dependency-name: sass-embedded > > > > dependency-version: 1.101.0 > > > > dependency-type: direct:production > > > > update-type: version-update:semver-minor > > > > ... > > > > > > > > Signed-off-by: dependabot[bot] <[email protected]> > > > > Co-authored-by: dependabot[bot] > > > > <49699333+dependabot[bot]@users.noreply.github.com> > > > > > > > > Report URL: https://github.com/apache/attic/actions/runs/30173835585 > > > > > > > > With regards, > > > > GitHub Actions via GitBox > > > >
