Page MenuHomeSoftware Heritage
Paste P1210

/usr/bin/time -v swh-doco exec swh-loader swh loader run git https://github.com/scikit-learn/scikit-learn
ActivePublic

Authored by ardumont on Oct 26 2021, 4:16 PM.
/usr/bin/time -v swh-doco exec swh-loader swh loader run git https://github.com/scikit-learn/scikit-learn
+ cd /home/tony/work/inria/repo/swh/swh-environment/docker
+ docker-compose -f docker-compose.yml -f docker-compose.override.yml exec swh-loader swh loader run git https://github.com/scikit-learn/scikit-learn
INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/scikit-learn/scikit-learn' with type 'git'
Enumerating objects: 206538, done.
Counting objects: 100% (145/145), done.
Compressing objects: 100% (54/54), done.
Total 206538 (delta 116), reused 91 (delta 91), pack-reused 206393
INFO:swh.loader.git.loader:fetched_pack_size=134594333
INFO:swh.loader.git.loader:Listed 268 refs for repo https://github.com/scikit-learn/scikit-learn
ERROR:swh.loader.git.loader.GitLoader:Loading failure, updating to `failed` status
Traceback (most recent call last):
File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/core/loader.py", line 339, in load
self.store_data()
File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/core/loader.py", line 457, in store_data
for directory in self.get_directories():
File "/src/swh-loader-git/swh/loader/git/loader.py", line 372, in get_directories
yield converters.dulwich_tree_to_directory(raw_obj)
File "/src/swh-loader-git/swh/loader/git/converters.py", line 110, in dulwich_tree_to_directory
check_id(dir_)
File "/src/swh-loader-git/swh/loader/git/converters.py", line 46, in check_id
f"Expected {type(obj).__name__} hash to be {obj.id.hex()}, "
swh.loader.git.converters.HashMismatch: Expected Directory hash to be 5475d108765c5591003210e70fc01bf2a77fca55, got 59d6219647cd84a027780487f0e021e4f57e93d6
{'status': 'failed'}
Command being timed: "swh-doco exec swh-loader swh loader run git https://github.com/scikit-learn/scikit-learn"
User time (seconds): 0.74
System time (seconds): 0.59
Percent of CPU this job got: 0%
Elapsed (wall clock) time (h:mm:ss or m:ss): 5:38.99
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 57444
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 1
Minor (reclaiming a frame) page faults: 23793
Voluntary context switches: 1185
Involuntary context switches: 268
Swaps: 0
File system inputs: 192
File system outputs: 0
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0