ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

odd files #389

Open SebastienGardoll opened 6 years ago

SebastienGardoll commented 6 years ago

/usr/local/src/esgf/workbench/esg contains two files that are quite strange:

-rw-r--r--. 1 root root 0 Apr 3 10:44 0 -rw-r--r--. 1 root root 3101 Apr 3 10:44 =2.7.38

cat =2.7.38

Collecting esgprep Downloading esgprep-2.7.40.tar.gz Collecting lockfile>=0.12.2 (from esgprep) Downloading lockfile-0.12.2-py2.py3-none-any.whl Collecting esgconfigparser>=0.1.9 (from esgprep) Downloading ESGConfigParser-0.1.10.tar.gz Requirement already up-to-date: requests>=2.17.3 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from esgprep) Collecting fuzzywuzzy>=0.15.0 (from esgprep) Downloading fuzzywuzzy-0.16.0-py2.py3-none-any.whl Collecting netCDF4<=1.3.1,>=1.2.0 (from esgprep) Downloading netCDF4-1.3.1-cp27-cp27mu-manylinux1_x86_64.whl (5.8MB) Collecting hurry.filesize>=0.9 (from esgprep) Downloading hurry.filesize-0.9.tar.gz Collecting treelib<=1.4.0,>=1.3.5 (from esgprep) Downloading treelib-1.4.0.tar.gz Collecting tqdm>=4.11.2 (from esgprep) Downloading tqdm-4.19.9-py2.py3-none-any.whl (52kB) Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from requests>=2.17.3->esgprep) Requirement already up-to-date: idna<2.7,>=2.5 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from requests>=2.17.3->esgprep) Requirement already up-to-date: urllib3<1.23,>=1.21.1 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from requests>=2.17.3->esgprep) Requirement already up-to-date: certifi>=2017.4.17 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from requests>=2.17.3->esgprep) Requirement already up-to-date: numpy>=1.7 in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from netCDF4<=1.3.1,>=1.2.0->esgprep) Requirement already up-to-date: setuptools in /usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages (from hurry.filesize>=0.9->esgprep) Building wheels for collected packages: esgprep, esgconfigparser, hurry.filesize, treelib Running setup.py bdist_wheel for esgprep: started Running setup.py bdist_wheel for esgprep: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/a5/83/74/bb118e5a74230419352c21e2617f960cddf2097f904ab69c32 Running setup.py bdist_wheel for esgconfigparser: started Running setup.py bdist_wheel for esgconfigparser: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/ec/6b/ce/5ac8e955e9389ebfc6015d08b6d51d4f650e4b476392d09081 Running setup.py bdist_wheel for hurry.filesize: started Running setup.py bdist_wheel for hurry.filesize: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/80/ad/3c/67bfb1e8d7c02cd06d3fdd6abab178af5c5d4ed962e5f757ef Running setup.py bdist_wheel for treelib: started Running setup.py bdist_wheel for treelib: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/e0/f6/87/caea9c9ad2e0db1a9c38354fcebfe4d55c48764590b16df8b4 Successfully built esgprep esgconfigparser hurry.filesize treelib Installing collected packages: lockfile, esgconfigparser, fuzzywuzzy, netCDF4, hurry.filesize, treelib, tqdm, esgprep Successfully installed esgconfigparser-0.1.10 esgprep-2.7.40 fuzzywuzzy-0.16.0 hurry.filesize-0.9 lockfile-0.12.2 netCDF4-1.3.1 tqdm-4.19.9 treelib-1.4.0

gerbier commented 6 years ago

same stranges files on my data-node

sashakames commented 6 years ago

bash is processing this line $pipcmd esgprep>=${esgprep_version} which doesn't do what the developer intended. Should be easy enough to correct ( enclose in " " )

SebastienGardoll commented 6 years ago

@sashakames : can you please transfer this issue to the right repository ?

sashakames commented 6 years ago

You got the repository right as the bug is in esg-node - I don't know where the 0-length file 0 comes from, but it seems to have been there for a long time