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

CI cannot clone anymore #562

Closed
hogoww opened this issue Jul 27, 2022 · 3 comments
Closed

CI cannot clone anymore #562

hogoww opened this issue Jul 27, 2022 · 3 comments

Comments

@hogoww
Copy link
Contributor

hogoww commented Jul 27, 2022

Hello,

(Pharo 10/11, running on linux)
I have been unable to clone my dependency on my CI since .. Today.
My build fails after a few seconds with an error showing the clone of a dependency fails.
This worked fine while running this locally.
Last run that worked fine was 7 days ago, but I haven't committed since then.

Here's the relevant bit

MetacelloNotification: Loaded -> BaselineOfPolyphemus-cypress.1 --- filetree:///home/runner/work/Polyphemus/Polyphemus [:] --- filetree:///home/runner/work/Polyphemus/Polyphemus
MetacelloNotification: Loading baseline of BaselineOfPolyphemus...
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
IceGenericError: error reading from the zlib stream
IceLibgitErrorVisitor>>visitGenericError:
IceLibgitErrorVisitor>>visitERROR:
LGit_GIT_ERROR>>acceptError:

Here's my smalltalk.ston

SmalltalkCISpec {
    #loading : [
        SCIMetacelloLoadSpec {
            #baseline : 'Polyphemus',
            #directory : '.',
            #platforms : [ #pharo ]
        }
    ],
  #testing : {
        #categories: [ 'Polyphemus*' ]
  }
}

And maybe more importantly, my baseline

baseline: spec
	<baseline>

	spec for: #common do: [
		spec baseline: 'VMMaker'
				with:[ spec repository: 'github://pharo-project/OpenSmalltalk-VM:pharoX' ].
		spec package: 'Polyphemus-Memory'.
		spec package: 'Polyphemus-Object'.
		spec package: 'Polyphemus-Tests'.
	]

Some other people have had errors too apparently, not sure if they are related.
pharo-vcs/iceberg#1600

Any Idea? Or any additional information I can provide?
Pierre

@badetitou
Copy link
Contributor

It might be relative to GitHub.
I also have GitLab ci that works

@hogoww
Copy link
Contributor Author

hogoww commented Aug 24, 2022

This issue was fixed on the Pharo side (pharo-project/pharo#11481)

@hogoww hogoww closed this as completed Aug 24, 2022
@fniephaus
Copy link
Member

Great! Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants