Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, We Have A Clearml Agent Running On An Ec2 Machine. Until Now It Worked Great. We Are Two Team Members Using It Without A Problem Via The Saas Ui. Starting This Week, While I'M Myself Is Able To Use It As Before, The Other Team Member Gets This Error B

Hi,
We have a clearml agent running on an ec2 machine. Until now it worked great. We are two team members using it without a problem via the saas UI.
Starting this week, while I'm myself is able to use it as before, the other team member gets this error below from the agent when running tasks.
The agent is configured with my own git credentials, as I said, we both were able to send tasks to the agent until last week.
Any clue why this is hapening? Thanks!

error: insufficient permission for adding an object to repository database .git/objects
fatal: failed to write object
fatal: unpack-objects failed
error: Could not fetch origin
Repository cloning failed: Command '['git', 'fetch', '--all', '--recurse-submodules']' returned non-zero exit status 1.
clearml_agent: ERROR: Failed cloning repository.
1) Make sure you pushed the requested commit:
(repository='git@<repo info>...')
2) Check if remote-worker has valid credentials [see worker configuration file]

  
  
Posted 2 years ago
Votes Newest

Answers


Hi CurvedDolphin95
I would first check the free space on the instance (it might be that git is reporting an inaccurate error and it's free space not permission that causing it to fail the clone).
I would also check your GitHub account, notice that the now only support user/api-key (and not user/pass), which means you need to create an api-key and add it as your password in the clearml.conf.
Any chance that for some reason some of the Tasks are running from a diff user? or not using a docker ?

  
  
Posted 2 years ago
555 Views
1 Answer
2 years ago
one year ago
Tags