projectatomic / adb-tests

placeholder for tests for the adb while its long term place to live is sorted out
GNU General Public License v2.0
7 stars 19 forks source link

tar error if tests are an NFS mount #9

Closed concaf closed 8 years ago

concaf commented 8 years ago

Steps to reproduce:

...
  ##########
  INSTALLING ATOMIC CLI
  ##########

--2016-02-26 09:20:45--  https://github.com/projectatomic/atomic/archive/v1.8.tar.gz
Resolving github.com (github.com)... 192.30.252.131
Connecting to github.com (github.com)|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/projectatomic/atomic/tar.gz/v1.8 [following]
--2016-02-26 09:20:46--  https://codeload.github.com/projectatomic/atomic/tar.gz/v1.8
Resolving codeload.github.com (codeload.github.com)... 192.30.252.160
Connecting to codeload.github.com (codeload.github.com)|192.30.252.160|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 800198 (781K) [application/x-gzip]
Saving to: ‘atomic.tar.gz’

100%[===================================================================================================================================>] 800,198      543KB/s   in 1.4s   

2016-02-26 09:20:49 (543 KB/s) - ‘atomic.tar.gz’ saved [800198/800198]

atomic-1.8/
atomic-1.8/.gitignore
tar: atomic-1.8/.gitignore: Cannot change ownership to uid 0, gid 0: Operation not permitted
atomic-1.8/Atomic/
atomic-1.8/Atomic/Export.py
tar: atomic-1.8/Atomic/Export.py: Cannot change ownership to uid 0, gid 0: Operation not permitted
atomic-1.8/Atomic/Import.py
tar: atomic-1.8/Atomic/Import.py: Cannot change ownership to uid 0, gid 0: Operation not permitted
atomic-1.8/Atomic/__init__.py
tar: atomic-1.8/Atomic/__init__.py: Cannot change ownership to uid 0, gid 0: Operation not permitted
atomic-1.8/Atomic/atomic.py
tar: atomic-1.8/Atomic/atomic.py: Cannot change ownership to uid 0, gid 0: Operation not permitted
atomic-1.8/Atomic/diff.py
...
...