Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar tests fail too often #1910

Closed
PEZ opened this issue Oct 24, 2022 · 0 comments
Closed

Grammar tests fail too often #1910

PEZ opened this issue Oct 24, 2022 · 0 comments
Labels
Calva Development Related to the development experience of Calva itself. CI/CD highlight Syntax highlighting, rainbow parens, such things

Comments

@PEZ
Copy link
Collaborator

PEZ commented Oct 24, 2022

The CI job for running grammar tests fails now and then, like this:

#!/bin/bash -eo pipefail
cd src/calva-fmt/atom-language-clojure
./build-package.sh

Downloading latest Atom release on the stable channel...
dpkg-deb: error: 'atom-amd64.deb' is not a Debian format archive
dpkg: error processing archive atom-amd64.deb (--install):
 dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
 atom-amd64.deb
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Reading package lists... Done
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 108 not upgraded.
Using Atom version:
./build-package.sh: 94: atom: not found
Using APM version:
./build-package.sh: 96: apm: not found
Downloading package dependencies...
./build-package.sh: 102: apm: not found
Running specs...
./build-package.sh: 196: atom: not found

Exited with code exit status 127
CircleCI received exit code 127

It seems that atom.io, which build-package.sh relies on is not super reliable these days.

@PEZ PEZ added highlight Syntax highlighting, rainbow parens, such things CI/CD Calva Development Related to the development experience of Calva itself. labels Oct 24, 2022
PEZ added a commit that referenced this issue Oct 24, 2022
@PEZ PEZ mentioned this issue Oct 24, 2022
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Calva Development Related to the development experience of Calva itself. CI/CD highlight Syntax highlighting, rainbow parens, such things
Projects
None yet
Development

No branches or pull requests

1 participant