Page MenuHomeSoftware Heritage
Paste Active Pastes
  • <code_scheme name="Default" version="173">
    <JavaCodeStyleSettings>
    <option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
    <option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
    <option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
    ...
    • Sep 23 2020, 3:03 PM
    • 12 Lines
  • ```
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PDB set_trace >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    > /home/tony/work/inria/repo/swh/swh-environment/swh-deposit/.tox/py3-django2/lib/python3.7/site-packages/swh/storage/postgresql/db.py(1344)check_dbversion()
    -> return self.dbversion()["version"] == self.current_version
    (Pdb) self.dbversion()
    ...
    • Sep 23 2020, 10:08 AM
    • 11 Lines
  • 14:22:57 <+seirl> huh, D3906 didn't autoclose for some reason, but i updated it before merging it in master
    14:22:58 -- Notice(swhbot): D3906 (author: seirl, Accepted) on swh-graph: Add edge labelling prototype <https://forge.softwareheritage.org/D3906>
    14:23:13 <+seirl> i really don't understand the heuristic it uses
    14:23:29 <+seirl> or maybe it's just slow
    14:24:19 <+olasd> seirl: I see the arc diff --update at 14:21 and the push at 14:17
    ...
    • Sep 18 2020, 12:07 PM
    • 28 Lines
  • make[1]: Entering directory '/home/zack/dati/projects/sw-heritage/git/swh-environment/swh-web'
    pre-commit run --all-files
    Trim Trailing Whitespace.................................................Passed
    Check JSON...............................................................Passed
    Check Yaml...............................................................Passed
    ...
    • Sep 18 2020, 10:49 AM
    • 161 Lines
  • swh-mirror_graph-replayer-all.1.yixgwkzu2zwj@libra | Traceback (most recent call last):
    swh-mirror_graph-replayer-all.1.yixgwkzu2zwj@libra | File "/usr/bin/swh", line 11, in <module>
    swh-mirror_graph-replayer-all.1.yixgwkzu2zwj@libra | load_entry_point('swh.core==0.2.3', 'console_scripts', 'swh')()
    swh-mirror_graph-replayer-all.1.yixgwkzu2zwj@libra | File "/usr/lib/python3/dist-packages/swh/core/cli/__init__.py", line 122, in main
    swh-mirror_graph-replayer-all.1.yixgwkzu2zwj@libra | return swh(auto_envvar_prefix="SWH")
    ...
    • Sep 16 2020, 1:12 PM
    • 40 Lines
  • import dataclasses
    import typing
    # need to set _root so typing._Final thinks we're allowed to be a subclass
    class MyGenericAlias(typing._GenericAlias, _root=True):
    ...
    • Sep 15 2020, 9:53 PM
    • 85 Lines
    • Python
  • #!/bin/bash
    set -e
    mkdir -p tmp
    ...
    • Sep 15 2020, 2:28 PM
    • 50 Lines
    • Bash Scripting
  • diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
    index 00e502c..be1a07d 100644
    --- a/docker/docker-compose.yml
    +++ b/docker/docker-compose.yml
    @@ -23,6 +23,7 @@ services:
    ...
    • Sep 15 2020, 12:52 PM
    • 29 Lines
  • entity entity type size (GB)
    directory table 1666
    directory_entry_dir table 413
    directory_entry_file table 749
    directory_entry_rev table 1
    ...
    • Sep 15 2020, 12:38 PM
    • 11 Lines
  • DEBUG:swh.journal.client.rdkafka:SUBSCRIBE [rdkafka#consumer-1] [thrd:main]: Group "check-journal-data-0002": subscribe to new subscription of 8 topics (join state init)
    DEBUG:swh.journal.client.rdkafka:REBALANCE [rdkafka#consumer-1] [thrd:main]: Group "check-journal-data-0002" is rebalancing in state wait-broker-transport (join-state init) without assignment: unsubscribe
    ...
    • Sep 15 2020, 12:12 PM
    • 7 Lines
  • python3 python3-pip python3-venv virtualenvwrapper \ # Python development tools
    build-essential pkg-config lzip \ # basic system utilities
    libsystemd-dev libpython3-dev libsvn-dev \ # to build against
    git myrepos \ # to manage repositories
    postgresql libpq-dev \ # main database
    ...
    • Sep 15 2020, 11:35 AM
    • 7 Lines
  • apt-cache depends --installed postgresql-server-dev-12
    postgresql-server-dev-12
    Depends: clang-7
    Depends: libpq-dev
    Depends: llvm-7-dev
    ...
    • Sep 15 2020, 10:45 AM
    • 8 Lines
  • >>> bar
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    NameError: name 'bar' is not defined
    >>> class Foo:
    ...
    • Sep 13 2020, 8:59 PM
    • 14 Lines
    • Python
  • import typing
    from typing import *
    @typing.sealed
    class Maybe(Generic[T]):
    ...
    • Sep 13 2020, 2:48 PM
    • 61 Lines
    • Python
  • from __future__ import annotations
    import dataclasses
    import typing
    ...
    • Sep 13 2020, 10:43 AM
    • 35 Lines
    • Python
  • import asyncio
    <<<<<<< HEAD
    from pathlib import PosixPath
    from typing import List, Dict, Tuple, Iterator, Union, Iterable, Pattern, Any
    ...
    • Sep 11 2020, 5:06 PM
    • 30 Lines
  • swh scanner scan /usr/lib/python3/dist-packages/urllib3
    Traceback (most recent call last):
    File "/home/tenma/Dev/swh-env/swh-scanner/swh/scanner/scanner.py", line 127, in get_subpaths
    dirpath, dnames, fnames = next(os.walk(path))
    StopIteration
    ...
    • Sep 11 2020, 4:11 PM
    • 40 Lines
  • # création d'une branche pour premier commit
    $ git checkout -b first-commit-branch
    # modification du code
    ...
    • Sep 11 2020, 3:58 PM
    • 26 Lines
  • ============================= test session starts ==============================
    platform linux -- Python 3.8.5, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
    rootdir: /home/ddouard/swh/swh-environment/swh-graph, configfile: pytest.ini
    plugins: testinfra-5.2.2, django-3.9.0, asyncio-0.14.0, requests-mock-1.8.0, flask-1.0.0, forked-1.3.0, mock-3.3.1, postgresql-2.4.1, hypothesis-5.30.0, xdist-2.1.0, dash-1.15.0, aiohttp-0.3.0, celery-4.4.7, swh.journal-0.4.3.dev1+g4d3cb98, swh.core-0.2.4.dev1+g6706f7a.d20200909
    collected 1 item
    ...
    • Sep 10 2020, 2:24 PM
    • 96 Lines
  • Using pip from /srv/softwareheritage/venv/bin/pip
    Installed Python packages:
    Package Version
    --------------------- -----------
    aiohttp 3.6.2
    ...
    • Sep 4 2020, 2:27 PM
    • 47,610 Lines
  • root 2496549 0.0 0.0 2388 752 ? Ss Jul27 0:00 \_ /bin/sh -c chronic /var/lib/prometheus/node-exporter-scripts/apt
    root 2496550 0.0 0.0 17612 10216 ? S Jul27 6:05 \_ /usr/bin/perl /usr/bin/chronic /var/lib/prometheus/node-exporter-scripts/apt
    root 2496551 0.0 0.1 81028 67556 ? S Jul27 4:50 \_ /usr/bin/python3 /var/lib/prometheus/node-exporter-scripts/apt
    _apt 2496556 0.0 0.0 29120 12632 ? S Jul27 0:00 \_ /usr/lib/apt/methods/https
    _apt 2496557 0.0 0.0 32056 15924 ? S Jul27 0:00 \_ /usr/lib/apt/methods/https
    ...
    • Sep 4 2020, 1:52 PM
    • 12 Lines
  • $ ls -l foo
    lrwxrwxrwx 1 zack zack 3 set 4 10:54 foo -> bar
    $ git ls-tree HEAD
    120000 blob ba0e162e1c47469e3fe4b393a8bf8c569f302116 foo
    $ git cat-file -p ba0e162e1c47469e3fe4b393a8bf8c569f302116
    ...
    • Sep 4 2020, 10:56 AM
    • 6 Lines
  • olasd@boatbucket:~/tmp$ fio --name=seqread --rw=read --direct=1 --ioengine=libaio --bs=8k --numjobs=8 --size=1G --runtime=600 --group_reporting
    seqread: (g=0): rw=read, bs=(R) 8192B-8192B, (W) 8192B-8192B, (T) 8192B-8192B, ioengine=libaio, iodepth=1
    ...
    fio-3.12
    Starting 8 processes
    ...
    • Sep 1 2020, 8:27 PM
    • 154 Lines
    • Plain Text
  • id | area_id | name | version | directory | $
    ---------+---------+---------+----------------+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------$
    2712201 | 4 | pymongo | 3.10.0-1 | pool/main/p/pymongo | {"pymongo_3.10.0-1.dsc": {"name": "pymongo_3.10.0-1.dsc", "size": 2423, "md5sum": "263bdd4f40eb193f44df319bd596829a", "sha256": "6fed60579ad9acc297de3561a59ed6c$
    170130 | 4 | pymongo | 3.5.1+dfsg1-1 | pool/main/p/pymongo | {"pymongo_3.5.1+dfsg1-1.dsc": {"name": "pymongo_3.5.1+dfsg1-1.dsc", "size": 2925, "md5sum": "0a294eafa05247403330d5df5627218c", "sha256": "20a0310853f4cb0a5f6d9$
    328949 | 4 | pymongo | 3.6.1+dfsg1-1 | pool/main/p/pymongo | {"pymongo_3.6.1+dfsg1-1.dsc": {"name": "pymongo_3.6.1+dfsg1-1.dsc", "size": 2897, "md5sum": "8da594d1f64bb0827336f3e4b94d9833", "sha256": "c841e5c3317200688bcd0$
    ...
    • Sep 1 2020, 3:16 PM
    • 17 Lines
  • id | date | date_offset | committer_date | committer_date_offset | type | directory | message | author | committer | synthetic | ...
    • Sep 1 2020, 3:01 PM
    • 3 Lines
  • $ rm -r ~/disarchive-db
    $ export DISARCHIVE_DB=~/disarchive-db/
    $ wget -q https://gforge.inria.fr/frs/download.php/file/36224/ecm-7.0.4.tar.gz
    ...
    • Aug 28 2020, 11:28 AM
    • 38 Lines
  • -- SWH DB schema upgrade
    -- from_version: 159
    -- to_version: 160
    -- description: Make neg_utc_offset not null
    ...
    • Aug 25 2020, 2:11 PM
    • 52 Lines
  • {
    ...
    "identifier": [
    {
    "@type": "PropertyValue",
    ...
    • Aug 21 2020, 10:53 AM
    • 16 Lines
  • softwareheritage=> \copy (select metadata->'extrinsic' from revision where type='dsc' limit 10) to stdout;
    {"raw": {"id": 2647590, "name": "kdeplasma-applets-xrdesktop", "files": {"kdeplasma-applets-xrdesktop_0.13.2-1.dsc": {"uri": "http://deb.debian.org/debian//pool/contrib/k/kdeplasma-applets-xrdesktop/kdeplasma-applets-xrdesktop_0.13.2-1.dsc", "name": "kdeplasma-applets-xrdesktop_0.13.2-1.dsc", "size": 2238, "md5sum": "8adc294f67b75f611471303eb2fee127", "sha256": "95d3c997f476c6727ec1b1480ffd50711dabd453c30c0a0ad39b8f9261da098d"}, "kdeplasma-applets-xrdesktop_0.13.2.orig.tar.bz2": {"uri": "http://deb.debian.org/debian//pool/contrib/k/kdeplasma-applets-xrdesktop/kdeplasma-applets-xrdesktop_0.13.2.orig.tar.bz2", "name": "kdeplasma-applets-xrdesktop_0.13.2.orig.tar.bz2", "size": 6785, "md5sum": "5beffc2edb93d8e64383de2fb33f0a07", "sha256": "8ca23d26367cf38385cb770efae2cc1f6a073924c3ca6e8f894867c8fd7c5767"}, "kdeplasma-applets-xrdesktop_0.13.2-1.debian.tar.xz": {"uri": "http://deb.debian.org/debian//pool/contrib/k/kdeplasma-applets-xrdesktop/kdeplasma-applets-xrdesktop_0.13.2-1.debian.tar.xz", "name": "kdeplasma-applets-xrdesktop_0.13.2-1.debian.tar.xz", "size": 2052, "md5sum": "c12aeff7c1cb201bf2de302fc051ed0b", "sha256": "06d589eb6e5b077fa06e4f0c8528edf627f9d4b32f67e46388a31d74d63a9f9b"}}, "version": "0.13.2-1", "revision_id": null}, "when": "2019-12-19T09:51:47.307348+00:00", "provider": "http://deb.debian.org/debian//pool/contrib/k/kdeplasma-applets-xrdesktop/kdeplasma-applets-xrdesktop_0.13.2-1.dsc"}
    {"raw": {"id": 2647576, "name": "gpustat", "files": {"gpustat_0.6.0-1.dsc": {"uri": "http://deb.debian.org/debian//pool/contrib/g/gpustat/gpustat_0.6.0-1.dsc", "name": "gpustat_0.6.0-1.dsc", "size": 2064, "md5sum": "6194d4eddf60a9bf54625147366398ac", "sha256": "d84c75163f59cf20a8067ffe7da322cda20e9b4df18b06a68290f71126c74801"}, "gpustat_0.6.0.orig.tar.gz": {"uri": "http://deb.debian.org/debian//pool/contrib/g/gpustat/gpustat_0.6.0.orig.tar.gz", "name": "gpustat_0.6.0.orig.tar.gz", "size": 80490, "md5sum": "309ef3279631128a277da8ad3cabea27", "sha256": "89c588c85de916f13945435c9da4afd76403dbafe301f73ae71de73182e48106"}, "gpustat_0.6.0-1.debian.tar.xz": {"uri": "http://deb.debian.org/debian//pool/contrib/g/gpustat/gpustat_0.6.0-1.debian.tar.xz", "name": "gpustat_0.6.0-1.debian.tar.xz", "size": 2032, "md5sum": "fc8c561e1fa97c2c2426047f92a76781", "sha256": "f74b8e110d30255075242c5ce3d750ab3647038227959ad39cf9169907f72b6c"}}, "version": "0.6.0-1", "revision_id": null}, "when": "2019-12-19T09:51:49.539614+00:00", "provider": "http://deb.debian.org/debian//pool/contrib/g/gpustat/gpustat_0.6.0-1.dsc"}
    {"raw": {"id": 2676763, "name": "ruby-graphiql-rails", "files": {"ruby-graphiql-rails_1.4.10-1.dsc": {"uri": "http://deb.debian.org/debian//pool/contrib/r/ruby-graphiql-rails/ruby-graphiql-rails_1.4.10-1.dsc", "name": "ruby-graphiql-rails_1.4.10-1.dsc", "size": 2169, "md5sum": "a6b0ecbdc088517b507a6a29b30f7593", "sha256": "f80f8fb01ed65b08ab8812e16e600a10f37f58e57649acd3ff0696af7c8d7c83"}, "ruby-graphiql-rails_1.4.10.orig.tar.gz": {"uri": "http://deb.debian.org/debian//pool/contrib/r/ruby-graphiql-rails/ruby-graphiql-rails_1.4.10.orig.tar.gz", "name": "ruby-graphiql-rails_1.4.10.orig.tar.gz", "size": 4288064, "md5sum": "142312b0654c0a5434211a5b08b42af4", "sha256": "67a481c347422c07530f3334f60710913e77ff94aea88b5f825a87d55268c179"}, "ruby-graphiql-rails_1.4.10-1.debian.tar.xz": {"uri": "http://deb.debian.org/debian//pool/contrib/r/ruby-graphiql-rails/ruby-graphiql-rails_1.4.10-1.debian.tar.xz", "name": "ruby-graphiql-rails_1.4.10-1.debian.tar.xz", "size": 2280, "md5sum": "a2761f21b33e385116539e2ab03885f0", "sha256": "a59e200f670e576b5d0aeea2e829e19dd96f91b21da084ade4ab2f648c0f878c"}}, "version": "1.4.10-1", "revision_id": null}, "when": "2019-12-19T09:51:47.871694+00:00", "provider": "http://deb.debian.org/debian//pool/contrib/r/ruby-graphiql-rails/ruby-graphiql-rails_1.4.10-1.dsc"}
    ...
    • Aug 20 2020, 10:45 AM
    • 12 Lines
  • ERROR:root:'NoneType' object is not iterable
    Traceback (most recent call last):
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
    ...
    • Aug 19 2020, 2:04 PM
    • 36 Lines
  • INFO:werkzeug:127.0.0.1 - - [19/Aug/2020 11:21:54] "POST /revision HTTP/1.1" 500 -
    Traceback (most recent call last):
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
    ...
    • Aug 19 2020, 11:24 AM
    • 90 Lines
  • public class ReadLabelledGraph {
    public static void main(String[] args) throws IOException, ClassNotFoundException {
    String graphPath = args[0];
    ArcLabelledImmutableGraph graph = BitStreamArcLabelledImmutableGraph.loadOffline(graphPath + "-labelled");
    ...
    • Aug 13 2020, 12:34 AM
    • 28 Lines
    • Java
  • public class ReadLabelledGraph {
    public static void main(String[] args) throws IOException, ClassNotFoundException {
    String graphPath = args[0];
    ArcLabelledImmutableGraph graph = BitStreamArcLabelledImmutableGraph.loadOffline(graphPath + "-labelled");
    ...
    • Aug 13 2020, 12:34 AM
    • 28 Lines
  • import it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableGraph;
    import it.unimi.dsi.big.webgraph.labelling.ArcLabelledNodeIterator;
    import it.unimi.dsi.big.webgraph.labelling.BitStreamArcLabelledImmutableGraph;
    import it.unimi.dsi.fastutil.io.BinIO;
    ...
    • Aug 13 2020, 12:34 AM
    • 35 Lines
    • Java
  • package org.softwareheritage.graph.backend;
    import it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableGraph;
    import it.unimi.dsi.big.webgraph.labelling.ArcLabelledNodeIterator;
    import it.unimi.dsi.big.webgraph.labelling.BitStreamArcLabelledImmutableGraph;
    ...
    • Aug 12 2020, 2:42 PM
    • 41 Lines
    • Java
  • TArg = TypeVar("TArg")
    TSelf = TypeVar("TSelf")
    def _prepared_insert_statement(
    ...
    • Aug 10 2020, 7:12 PM
    • 10 Lines
    • Python
  • guix' sources.json
    ```
    461
    ['https://orig00.deviantart.net/40a3/f/2017/093/d/4/comfortaa___font_by_aajohan-d1qr019.zip', 'https://github.com/mulx/aacgain/archive/7c29dccd878ade1301710959aeebe87a8f0828f5.tar.gz', 'https://www.abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz', 'http://tarballs.nixos.org/aefs-0.4pre259-8843b7c.tar.bz2', 'ftp://ftp.afterstep.org/stable/AfterStep-2.2.12.tar.bz2', 'http://www.antigrain.com/agg-2.5.tar.gz', 'https://apps.ankiweb.net/downloads/current/anki-2.1.15-source.tgz', 'https://www-eu.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.bz2', 'https://www-eu.apache.org/dist/directory/studio/2.0.0.v20180908-M14/ApacheDirectoryStudio-2.0.0.v20180908-M14-linux.gtk.x86_64.tar.gz', 'https://www-eu.apache.org/dist/ant/binaries/apache-ant-1.9.6-bin.tar.bz2', 'https://www-eu.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgz', 'https://www-eu.apache.org/dist/kafka/0.11.0.3/kafka_2.12-0.11.0.3.tgz', 'https://www-eu.apache.org/dist/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz', 'https://www-eu.apache.org/dist/kafka/1.0.2/kafka_2.12-1.0.2.tgz', 'https://www-eu.apache.org/dist/kafka/1.1.1/kafka_2.12-1.1.1.tgz', 'https://www-eu.apache.org/dist/kafka/2.0.1/kafka_2.12-2.0.1.tgz', 'https://www-eu.apache.org/dist/kafka/2.1.1/kafka_2.12-2.1.1.tgz', 'https://www-eu.apache.org/dist/kafka/2.2.1/kafka_2.12-2.2.1.tgz', 'http://www.adel.nursat.kz/apg/download/apg-2.3.0b.tar.gz', 'https://www-eu.apache.org/dist/avro/avro-1.9.1/c/avro-c-1.9.1.tar.gz', 'https://www-eu.apache.org/dist/avro/avro-1.8.2/cpp/avro-cpp-1.8.2.tar.gz', 'https://downloads.sourceforge.net/project/chibios/ChibiOS_RT%20stable/Version%202.6.9/ChibiOS_2.6.9.zip', 'http://www.sourcefiles.org/Utilities/Text_Utilities/bfr-1.6.tar.bz2', 'ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo4.1a-2.tar.gz', 'ftp://ohnopub.net/mirror/bin_replace_string-0.2.tar.bz2', 'ftp://bird.network.cz/pub/bird/bird-1.6.8.tar.gz', 'ftp://bird.network.cz/pub/bird/bird-2.0.7.tar.gz', 'http://moikmellah.org/downloads/bitsnbots/bitsnbots.source.tgz', 'ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.10.0/ncbi-blast-2.10.0+-src.tar.gz', 'https://bitbucket.org/blockdiag/blockdiag/get/1.5.3.tar.bz2', 'https://perso.b2b2c.ca/~sarrazip/dev/boolstuff-0.1.16.tar.gz', 'https://downloads.sourceforge.net/boost/boost_1_71_0.tar.bz2', 'http://files.randombit.net/botan/v2.7/Botan-2.7.0.tgz', 'ftp://metalab.unc.edu/pub/Linux/games/bsd-games-2.17.tar.gz', 'ftp://ftp.invisible-island.net/byacc/byacc-20200330.tgz', 'https://www-eu.apache.org/dist/cassandra/3.11.4/apache-cassandra-3.11.4-bin.tar.gz', 'https://www-eu.apache.org/dist/cassandra/2.1.20/apache-cassandra-2.1.20-bin.tar.gz', 'https://www-eu.apache.org/dist/cassandra/2.2.14/apache-cassandra-2.2.14-bin.tar.gz', 'https://www-eu.apache.org/dist/cassandra/3.0.17/apache-cassandra-3.0.17-bin.tar.gz', 'http://caudec.net/downloads/caudec-1.7.5.tar.gz', 'ftp://ftp.invisible-island.net/cdk/cdk-5.0-20190224.tgz', 'http://cdrkit.org/releases/cdrkit-1.1.11.tar.gz', 'ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-0.53.tar.gz', 'http://thewalter.net/stef/software/clamsmtp/clamsmtp-1.10.tar.gz', 'ftp://ftp.cs.wisc.edu/condor/classad/c++/classads-1.0.10.tar.gz', 'https://www.math.nmsu.edu/~mleisher/Software/cu/cu12-1.9.tgz', 'https://cmake.orgfiles/v2.8/cmake-2.8.12.2.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/combinatorial_designs/combinatorial_designs-20140630.tar.bz2', 'https://www-eu.apache.org/dist/commons/bcel/binaries/bcel-5.2.tar.gz', 'https://www-eu.apache.org/dist/commons/fileupload/binaries/commons-fileupload-1.3.1-bin.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/conway_polynomials/conway_polynomials-0.5.tar.bz2', 'http://agroman.net/corkscrew/corkscrew-2.0.tar.gz', 'http://httpredir.debian.org/debian/pool/main/c/cramfsswap/cramfsswap_1.4.1.tar.gz', 'https://github.com/marcomaggi/cre2/archive/v0.3.0.tar.gz', 'https://github.com/daid/Cura/archive/15.04.tar.gz', 'http://www.cyrusimap.org/releases/cyrus-sasl-2.1.27.tar.gz', 'ftp://ftp.debian.nl/pub/freebsd/ports/distfiles/dclib-0.3.7.tar.bz2', 'http://httpredir.debian.org/debian/pool/main/d/devscripts/devscripts_2.16.8.tar.xz', 'http://v3.sk/~lkundrak/dev86/Dev86src-0.16.21.tar.gz', 'ftp://ftp.invisible-island.net/dialog/dialog-1.3-20190211.tgz', 'http://www.klub.com.pl/dhcpv6/dibbler/dibbler-1.0.1.tar.gz', 'ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz', 'http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip', 'https://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/574/8924/dl_class_1.10.tar.gz', 'https://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/dmtx-utils-0.7.4.tar.gz', 'https://bitbucket.org/Doomseeker/doomseeker/get/c2c7f37b1afb.tar.gz', 'http://oss.linbit.com/drbd/8.4/drbd-8.4.4.tar.gz', 'ftp://ftp.freedesktop.org/pub/mesa/demos/mesa-demos-8.4.0.tar.bz2', 'https://brettcsmith.org/2007/dtrx/dtrx-7.1.tar.gz', 'https://github.com/ocaml/dune/releases/download/1.11.4/dune-build-info-1.11.4.tbz', 'https://github.com/ocamllabs/dune-release/releases/download/1.4.0/dune-release-1.4.0.tbz', 'https://github.com/ocaml/dune/releases/download/2.6.2/dune-2.6.2.tbz', 'http://dvdisaster.net/downloads/dvdisaster-0.79.5.tar.bz2', 'http://www.qcad.org/archives/dxflib/dxflib-3.12.2.src.tar.gz', 'http://home.earthlink.net/~k_sheff/sw/e2tools/e2tools-0.0.16.tar.gz', 'http://dukeworld.duke4.net/eduke32/synthesis/latest/eduke32_src_20190330-7470.tar.xz', 'http://userpages.uni-koblenz.de/~bpelzer/ekrhyper/ekrh_1_4_21022014.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/elliptic_curves/elliptic_curves-0.8.tar.bz2', 'http://www.the-little-red-haired-girl.org/pub/elvis/elvis-2.2_0.tar.gz', 'ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz', 'http://download.enlightenment.org/rel/apps/econnman/econnman-1.1.tar.gz', 'http://www.smhouston.us/stuff/ephoto-1.5.tar.gz', 'http://httpredir.debian.org/debian/pool/main/e/epdfview/epdfview_0.1.8.orig.tar.gz', 'https://download3.ebz.epson.net/dsc/f/03/00/09/83/26/f90d0f70b33a9d7d77a2408364c47fba1ccbf943/epson-inkjet-printer-escpr-1.7.3-1lsb3.2.tar.gz', 'ftp://ftp.acousticbrainz.org/pub/acousticbrainz/essentia-extractor-v2.1_beta2-linux-x86_64.tar.gz', 'http://www.balabit.com/downloads/files/eventlog/0.2/eventlog_0.2.12.tar.gz', 'https://downloads.sourceforge.net/project/faudiostream/faust-0.9.90.tgz', 'ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.5.tar.gz', 'ftp://ftp.astron.com/pub/file/file-5.39.tar.gz', 'ftp://ftp.metalab.unc.edu/pub/linux/system/network/finger/bsd-finger-0.17.tar.gz', 'https://github.com/westes/flex/archive/flex-2-5-35.tar.gz', 'https://www-eu.apache.org/dist/flink/flink-1.9.0/flink-1.9.0-bin-scala_2.11.tgz', 'https://www-eu.apache.org/dist/flink/flink-1.5.5/flink-1.5.5-bin-scala_2.11.tgz', 'https://www.fltk.org/pub/fltk/snapshots/fltk-1.4.x-r13121.tar.gz', 'ftp://ftp.fox-toolkit.org/pub/fox-1.7.9.tar.gz', 'ftp://ftp.fox-toolkit.org/pub/fox-1.6.57.tar.gz', 'http://www.openal.org/openal_webstf/downloads/freealut-1.1.0.tar.gz', 'ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-0.16/freedroidRPG-0.16.1.tar.gz', 'ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-3.0.20.tar.gz', 'https://downloads.sourceforge.net/fricas/files/fricas/1.3.4/fricas-1.3.4-full.tar.bz2', 'http://www.ross.net/funnelweb/download/funnelweb_v320/funnelweb_v320_source.tar.gz', 'http://www.gecode.org/download/gecode-3.7.3.tar.gz', 'ftp://ftp.gtk.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2', 'https://geolite.maxmind.com/download/geoip/api/java/GeoIPJava-1.2.5.zip', 'http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz', 'http://registry.gimp.org/files/gimp-lqr-plugin-0.6.1.tar.bz2', 'http://registry.gimp.org/files/wavelet-sharpen-0.1.2.tar.gz', 'https://forge.imag.fr/frs/download.php/592/givaro-3.8.0.tar.gz', 'https://forge.imag.fr/frs/download.php/370/givaro-3.7.2.tar.gz', 'https://downloads.sourceforge.net/project/gl-117/gl-117/GL-117%20Source/gl-117-1.3.2.tar.bz2', 'https://github.com/GNOME/gnet/archive/GNET_2_0_8.tar.gz', 'http://gnubg.org/media/sources/gnubg-release-1.06.002-sources.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.28.0.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.27.0.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-1.2.26.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.28.0.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-0.9.4.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.8.0.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ProjectCenter-0.6.2.tar.gz', 'ftp://ftp.gnustep.org/pub/gnustep/usr-apps/SystemPreferences-1.2.0.tar.gz', 'https://sources.debian.net/data/main/g/gpsbabel/1.5.3-2/debian/patches/use_minizip', 'https://grafx2.googlecode.com/files/grafx2-2.4.2035-src.tgz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/graphs/graphs-20161026.tar.bz2', 'https://gravit.slowchop.com/media/downloads/gravit-0.5.1.tgz', 'http://www-eu.apache.org/dist/tinkerpop/3.3.4/apache-tinkerpop-gremlin-console-3.3.4-bin.zip', 'ftp://ftp.gromacs.org/pub/gromacs/gromacs-2020.3.tar.gz', 'https://downloads.sourceforge.net/project/gsoap2/gsoap-2.8/gsoap_2.8.53.zip', 'https://github.com/GNOME/gtetrinet/archive/6be3df83f3dc5c7cb966e6cd447182df01b93222.tar.gz', 'http://download.gnome.org/sources/gtk-engine-murrine/0.98/gtk-engine-murrine-0.98.2.tar.xz', 'ftp://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-2.20.2.tar.bz2', 'http://trac.bjourne.webfactional.com/chrome/common/releases/gtkimageview-1.6.4.tar.gz', 'http://www.markwitmer.com/dist/guile-xcb-1.3.tar.gz', 'https://www.aquamaniac.de/rdm/attachments/download/242/gwenhywfar-5.1.3.tar.gz', 'http://gxemul.sourceforge.net/src/gxemul-0.6.0.1.tar.gz', 'http://homepages.ihug.co.nz/~trmusson/stuff/gxmessage-3.4.3.tar.gz', 'http://ww.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.2/halibut-1.2.tar.gz', 'https://src.fedoraproject.org/cgit/rpms/hardlink.git/snapshot/hardlink-aa6325ac4e8100b8ac7d38c7f0bc2708e69bd855.tar.xz', 'https://www-eu.apache.org/dist/hbase/0.98.24/hbase-0.98.24-hadoop2-bin.tar.gz', 'https://downloads.sourceforge.net/project/heme/heme/heme-0.4.2/heme-0.4.2.tar.gz', 'http://tuxonice.nigelcunningham.com.au/files/hibernate-script-2.0.tar.gz', 'ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.1.0-source.zip', 'http://download.holdingnuts.net/release/0.0.5/holdingnuts-0.0.5.tar.bz2', 'ftp://ftp-sop.inria.fr/indes/fp/Hop/hop-2.5.1.tar.gz', 'http://mirror.datapipe.net/gentoo/distfiles/hsetroot-1.0.2.tar.gz', 'http://www.nocrew.org/software/httptunnel/httptunnel-3.3.tar.gz', 'http://cvs.haskell.org/Hugs/downloads/2006-09/hugs98-Sep2006.tar.gz', 'http://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v5.3.zip', 'ftp://ftp.tuxpaint.org/unix/x/icbm3d/icbm3d.0.4.tar.gz', 'https://github.com/artagnon/idris-protobuf/archive/c21212534639518453d16ae1b0f07d94464ff8eb.tar.gz', 'http://httpredir.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0.orig.tar.gz', 'http://tarballs.nixos.org/imlib-1.9.15.tar.gz', 'https://downloads.sourceforge.net/indi/libindi_1.1.0.tar.gz', 'http://inform7.com/download/content/6M62/I7_6M62_Linux_all.tar.gz', 'http://instead-games.googlecode.com/files/instead-apple-day-1.2.zip', 'http://instead-games.googlecode.com/files/instead-cat_en-1.2.zip', 'http://instead-games.googlecode.com/files/instead-vinny-0.1.zip', 'http://instead-games.googlecode.com/files/instead-toilet3in1-1.2.zip', 'http://instead-games.googlecode.com/files/instead-kayleth-0.4.1.zip', 'http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz', 'ftp://iptraf.seul.org/pub/iptraf/iptraf-3.0.1.tar.gz', 'https://fedorahosted.org/releases/i/p/iptraf-ng/iptraf-ng-1.1.4.tar.gz', 'http://fmg-www.cs.ucla.edu/geoff/tars/ispell-3.4.00.tar.gz', 'https://jackaudio.org/downloads/jack-audio-connection-kit-0.125.0.tar.gz', 'ftp://ftp.jclark.com/pub/jade/jade-1.2.1.tar.gz', 'http://www.jdom.org/dist/binary/jdom-1.0.tar.gz', 'http://jnettop.kubs.info/dist/jnettop-0.13.0.tar.gz', 'https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp39.tgz', 'http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-4.11.0.1.tar.xz', 'https://www.red-bean.com/decklin/lastfmsubmitd/lastfmsubmitd-1.0.6.tar.gz', 'http://latencytop.org/download/latencytop-0.5.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/lcalc/lcalc-1.23.tar.bz2', 'http://www.littlecms.com/lcms-1.19.tar.gz', 'http://home.pages.de/~mandree/leafnode/beta/leafnode-2.0.0.alpha20121101a.tar.bz2', 'http://lib3ds.googlecode.com/files/lib3ds-1.3.0.zip', 'http://www.eterm.org/download/libast-0.7.1.tar.gz', 'https://downloads.sourceforge.net/libdmtx/libdmtx-0.7.4.tar.bz2', 'ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2', 'http://brianstafford.info/libesmtp/libesmtp-1.0.6.tar.bz2', 'https://www.imagemagick.org/download/delegates/libfpx-1.3.1-7.tar.xz', 'https://github.com/whitequark/libfx2/archive/0.9.tar.gz', 'http://toxygen.net/libgadu/files/libgadu-1.11.2.tar.gz', 'https://downloads.sourceforge.net/libipfix/files/libipfix/libipfix_110209.tgz', 'ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.15.2.tar.gz', 'ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-3.0.3.tar.gz', 'http://httpredir.debian.org/debian/pool/main/libo/libofa/libofa_0.9.3-5.debian.tar.gz', 'http://download.ofb.net/liboop/liboop.tar.gz', 'ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz', 'http://httpredir.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz', 'https://fedorahosted.org/releases/q/u/quarterback/libqb-0.17.2.tar.xz', 'http://download.libroxml.net/pool/v2.x/libroxml-2.3.0.tar.gz', 'http://www.tddft.org/programs/octopus/down.php?file=libxc/4.3.4/libxc-4.3.4.tar.gz', 'https://nevill.ch/libxdg-basedir/downloads/libxdg-basedir-1.2.0.tar.gz', 'ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz', 'http://www.abisource.com/downloads/link-grammar/5.8.0/link-grammar-5.8.0.tar.gz', 'https://github.com/savonet/liquidsoap/releases/download/1.3.4/liquidsoap-1.3.4-full.tar.bz2', 'ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.40.tar.gz', 'ftp://ftp.invisible-island.net/lynx/tarballs/lynx2.8.9rel.1.tar.bz2', 'ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.5.2.tar.xz', 'https://github.com/yhatt/marp/releases/download/v0.0.14/0.0.14-Marp-linux-x64.tar.gz', 'ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20200120.tgz', 'http://mid2key.googlecode.com/files/mid2key-r1.tar.gz', 'http://tarballs.nixos.org/mk-20060131.tar.gz', 'https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59b.tgz', 'ftp://ftp.mktemp.org/pub/mktemp/mktemp-1.7.tar.gz', 'http://git.marmaro.de/?p=mmh;a=snapshot;h=431604647f89d5aac7b199a7883e98e56e4ccf9e;sf=tgz', 'https://deb-multimedia.org/pool/main/m/monkeys-audio/monkeys-audio_3.99-u4-b5.orig.tar.gz', 'http://oandrieu.nerim.net/monotone-viz/monotone-viz-1.0.2-nolablgtk.tar.gz', 'ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz', 'http://ftp.andrew.cmu.edu/pub/mpack/mpack-1.6.tar.gz', 'https://downloads.sourceforge.net/mpc123/version%200.2.4/mpc123-0.2.4.tar.gz', 'https://downloads.sourceforge.net/mrbayes/mrbayes-3.1.2.tar.gz', 'http://slackonly.com/pub/korgie/sources/pd_mrpeach-2011.10.21.tar.gz', 'ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-2.1.1.tar.bz2', 'https://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=snapshot;h=refs/tags/0.8.3;sf=tgz', 'https://downloads.sourceforge.net/muparser/muparser_v2_2_3.zip', 'http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-0.0.1a.tgz', 'https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.2.1.tar.gz', 'ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.xz', 'ftp://cirrus.ucsd.edu/pub/ncview/ncview-2.1.8.tar.gz', 'ftp://sourceware.org/pub/newlib/newlib-3.3.0.tar.gz', 'http://projects.l3ib.org/nitrogen/files/nitrogen-1.6.1.tar.gz', 'https://downloads.sourceforge.net/njam/njam-1.25-src.tar.gz', 'https://github.com/GNOME/notify-sharp/archive/3.0.3.tar.gz', 'https://bitbucket.org/mgorny/npapi-sdk/downloads/npapi-sdk-0.27.2.tar.bz2', 'http://www.padl.com/download/nss_ldap-265.tar.gz', 'https://untroubled.org/nullmailer/nullmailer-2.2.tar.gz', 'https://git.fedorahosted.org/cgit/numad.git/snapshot/numad-0.5.tar.xz', 'https://dl.opendesktop.org/api/files/download/id/1493077417/Numix-SX.tar.xz', 'https://github.com/mirage/ocaml-crunch/releases/download/v3.1.0/crunch-v3.1.0.tbz', 'https://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-6.37.0.tar.gz', 'https://github.com/ocaml-ppx/ocamlformat/releases/download/0.14.2/ocamlformat-0.14.2.tbz', 'https://forge.imag.fr/frs/download.php/810/ocl-icd-2.2.10.tar.gz', 'https://www.dropbox.com/s/ag21owy9poyr2oy/onscripter-en-20110930-src.tar.bz2', 'https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=V7_3_0p3;sf=tgz', 'ftp://ftp.infradead.org/pub/openconnect/openconnect-8.10.tar.gz', 'https://trac.mpich.org/projects/openpa/raw-attachment/wiki/Downloads/openpa-1.0.4.tar.gz', 'https://github.com/Inq8/CAmod/archive/fc3cf0baf2b827650eaae9e1d2335a3eed24bac9.tar.gz', 'https://github.com/Inq8/CAengine/archive/b8a7dd52ff893ed8225726d4ed4e14ecad748404.tar.gz', 'https://github.com/opentimestamps/opentimestamps-client/archive/opentimestamps-client-v0.7.0.tar.gz', 'http://pessimization.com/software/orpie/orpie-1.5.2.tar.gz', 'https://www.ossec.net/files/ossec-hids-2.6.tar.gz', 'https://www.padl.com/download/pam_ccreds-10.tar.gz', 'https://www.padl.com/download/pam_ldap-186.tar.gz', 'https://pax.grsecurity.net/paxctl-0.9.tar.gz', 'https://github.com/pfactum/pcapc/archive/v1.0.0.tar.gz', 'http://tarballs.nixos.org/pdf2xml.tar.gz', 'https://www.pekwm.org/projects/pekwm/files/pekwm-0.1.17.tar.bz2', 'http://www.sas.upenn.edu/~vnanda/source/perseus_4_beta.zip', 'http://pgfoundry.org/frs/download.php/1781/pg_top-3.7.0.tar.gz', 'http://msn-pecan.googlecode.com/files/msn-pecan-0.1.4.tar.bz2', 'ftp://download.gnu.org.ua/pub/release/podiff/podiff-1.1.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/polytopes_db/polytopes_db-20170220.tar.bz2', 'ftp://ftp.tuxpaint.org/unix/x/3dpong/src/3dpong-0.5.tar.gz', 'ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/postfix-3.5.6.tar.gz', 'ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/prayer-1.3.5.tar.gz', 'ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/procmail-3.22.tar.gz', 'http://protobuf.googlecode.com/files/2.5.0.tar.bz2', 'ftp://ftp.knackered.org/pub/psutils/psutils-p17.tar.gz', 'https://www.ivarch.com/programs/sources/pv-1.6.6.tar.bz2', 'https://files.pythonhosted.org/packages/source/c/cheetah/cheetah-2.4.4.tar.gz', 'http://ftp.tummy.com/pub/python-memcached/old-releases/python-memcached-1.51-1.51.tar.gz', 'http://pymox.googlecode.com/files/mox-0.5.3.tar.gz', 'https://files.pythonhosted.org/packages/source/m/mwlib/mwlib-0.16.1.tar.gz', 'https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/{pname}/namebench-1.3.1-source.tgz', 'https://github.com/aszlig/nixpart/archive/v1.0.0.tar.gz', 'https://files.pythonhosted.org/packages/source/p/pycarddav/pycarddav-0.7.0.tar.gz', 'https://files.pythonhosted.org/packages/source/p/pychart/pychart-1.39.tar.gz', 'https://files.pythonhosted.org/packages/source/P/PyCRC/PyCRC-1.21.tar.gz', 'https://files.pythonhosted.org/packages/source/p/pydispatcher/pydispatcher-2.0.5.tar.gz', 'https://files.pythonhosted.org/packages/source/p/pyexcelerator/pyexcelerator-0.6.4.1.tar.gz', 'https://github.com/umlaeute/pyftgl-0.4b/archive/0.4b.tar.gz', 'https://files.pythonhosted.org/packages/source/p/pypeg2/pypeg2-2.15.2.tar.gz', 'https://downloads.sourceforge.net/pyxml/PyXML-PyXML.tar.gz', 'http://www.us.apache.org/dist/qpid/0.32/qpid-python-0.32.tar.gz', 'https://robotframework-ride.googlecode.com/files/robotframework-ride-1.2.3.tar.gz', 'https://files.pythonhosted.org/packages/source/s/sandboxlib/sandboxlib-0.31.tar.gz', 'https://github.com/gjhiggins/tempita/archive/47414a7c6e46a9a9afe78f0bce2ea299fa84d10.tar.gz', 'https://files.pythonhosted.org/packages/source/t/threadpool/threadpool-1.3.2.tar.gz', 'https://github.com/xmendez/wfuzz/archive/v.2.4.2.tar.gz', 'http://download.logilab.org/pub/astng/logilab-astng-0.24.3.tar.gz', 'https://files.pythonhosted.org/packages/source/m/memcached-1.51/memcached-1.51-1.51.tar.gz', 'http://download.qt-project.org/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/rw/rw-0.7.tar.gz', 'www.roudoudou.com/export/cpc/rasm/rasm_v0117_src.zip', 'http://www.mathe2.uni-bayreuth.de/stoll/programs/ratpoints-2.1.3.p4.tar.gz', 'ftp://hpux.connect.org.uk/hpux/Users/replace-2.24/replace-2.24-src-11.11.tar.gz', 'http://rlog.googlecode.com/files/rlog-1.4.tar.gz', 'https://www.roaringpenguin.com/files/download/rp-pppoe-3.12.tar.gz', 'https://www.mirbsd.org/MirOS/dist/mir/rs/rs-20200313.tar.gz', 'http://www.cs.columbia.edu/irt/software/rtptools/download/rtptools-1.22.tar.gz', 'http://sagemath.polytechnic.edu.na/spkg/upstream/rubiks/rubiks-20070912.tar.bz2', 'https://rubyripper.googlecode.com/files/rubyripper-0.6.2.tar.bz2', 'ftp://ftp.goffi.org/sat/sat-0.6.1.tar.bz2', 'http://www.atmel.com/dyn/resources/prod_documents/sam-ba_2.16_linux.zip', 'ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_5.0.4.tar.gz', 'https://github.com/SELinuxProject/selinux/releases/download/20190315/sepolgen-1.2.2.tar.gz', 'https://github.com/hiltjo/seturgent/archive/ada70dcb15865391e5cdcab27a0739a304a17e03.zip', 'http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20191114.1c0c49d.tar.gz', 'https://github.com/cr-marcstevens/sha1collisiondetection/archive/stable-v1.0.3.tar.gz', 'http://www.etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz', 'https://github.com/SickRage/SickRage/archive/v2018.07.21-1.tar.gz', 'http://silcnet.org/download/server/sources/silc-server-1.1.18.tar.bz2', 'https://www-eu.apache.org/dist/lucene/solr/8.5.2/solr-8.5.2.tgz', 'http://httpredir.debian.org/debian/pool/main/s/space-orbit/space-orbit_1.01.orig.tar.gz', 'http://www.sdml.cs.kent.edu/lmcrs/srcML-0.9.5_beta-src.tar.gz', 'http://iwar.free.fr/IMG/gz/stardust-0.1.13.tar.gz', 'https://people.seas.harvard.edu/~apw/stress/stress-1.0.4.tar.gz', 'http://www.stribob.com/dist/stricat-20140609100300.tgz', 'http://nl.archive.ubuntu.com/ubuntu/pool/universe/s/stun/stun_0.97~dfsg-2.debian.tar.xz', 'https://www-eu.apache.org/dist/subversion/subversion-1.12.2.tar.bz2', 'http://myweb.tiscali.co.uk/scottrix/linux/download/suid-chroot-1.0.2.tar.bz2', 'http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-4.2.1.tar.gz', 'https://www.ucolick.org/~will/RUE/super/super-3.30.0-tar.gz', 'http://www.jmadden.eu/wp-content/uploads/svnfs/svnfs-0.4.tgz', 'https://github.com/symless/synergy-core/archive/1.11.1-stable.tar.gz', 'ftp://mirrors.kernel.org/metalab/libs/graphics/t1lib-5.1.2.tar.gz', 'ftp://ftp.shrubbery.net/pub/tac_plus/tacacs-F4.0.4.28.tar.gz', 'http://ftp.rz.uni-wuerzburg.de/pub/unix/kde/taglib-extras/1.0.1/src/taglib-extras-1.0.1.tar.gz', 'http://darcs.arstecnica.it/tailor/tailor-0.9.35.tar.gz', 'http://www.hyperrealm.com/talkfilters/talkfilters-2.3.8.tar.gz', 'ftp://ftp.tuxpaint.org/unix/x/teetertorture/source/teetertorture-2005-10-18.tar.gz', 'http://www.tegaki.org/releases/0.3/models/tegaki-zinnia-japanese-0.3.zip', 'https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.11-src.tar.gz', 'http://www.tkgate.org/downloads/tkgate-1.8.7.tgz', 'https://tla.msr-inria.inria.fr/tlaps/dist/current/tlaps-1.4.3.tar.gz', 'https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2', 'https://github.com/dennishafemann/tmux-cssh/archive/21750733c5b6fa2fe23b9e50ce69d8564f2f742a.tar.gz', 'https://www-eu.apache.org/dist/tomcat/tomcat-7/v7.0.100/bin/apache-tomcat-7.0.100.tar.gz', 'https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.51/bin/apache-tomcat-8.5.51.tar.gz', 'https://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.31/bin/apache-tomcat-9.0.31.tar.gz', 'https://www.atagar.com/arm/resources/static/arm-1.4.5.0.tar.bz2', 'https://bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2', 'ftp://ftp.tex.ac.uk/pub/archive/graphics/transfig/transfig.3.2.4.tar.gz', 'http://mirror.fsf.org/trisquel/pool/main/t/ttmkfdir/ttmkfdir_3.0.9.orig.tar.gz', 'http://txt2tags.googlecode.com/files/txt2tags-2.6.tgz', 'ftp://ftp.denx.de/pub/u-boot/u-boot-2020.07.tar.bz2', 'http://mirror.switch.ch/mirror/gentoo/distfiles/uisp-20050207.tar.gz', 'ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz', 'ftp://ftp.thp.uni-duisburg.de/pub/source/untex-1.3.tar.gz', 'ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz', 'ftp://ftp.tvdr.de/vdr/vdr-2.4.1.tar.bz2', 'ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/vectoroids-1.1.0.tar.gz', 'https://perso.b2b2c.ca/~sarrazip/dev/verbiste-0.1.47.tar.gz', 'https://github.com/xsisqox/Viewnior/archive/viewnior-1.6.tar.gz', 'ftp://ftp.suse.com/pub/people/tiwai/vkeybd/vkeybd-0.1.18d.tar.bz2', 'http://www.vobcopy.org/download/vobcopy-1.2.0.tar.bz2', 'https://github.com/vkohaupt/vokoscreen/archive/2.5.8-beta.tar.gz', 'http://voxelands.com/downloads/voxelands-1512.00-src.tar.bz2', 'https://downloads.sourceforge.net/project/vpcs/0.8/vpcs-0.8-src.tbz', 'http://wirbel.htpc-forum.de/w_scan/w_scan-20170107.tar.bz2', 'ftp://mirrors.kernel.org/metalab/system/network/misc/wakelan-1.1.tar.gz', 'http://slice.sh/warsow/warsow_21_sdk.tar.gz', 'https://downloads.sourceforge.net/warzone2100/releases/3.3.0/warzone2100-3.3.0_src.tar.xz', 'ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.3.tar.bz2', 'ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-05-src.tar.bz2', 'http://nickgravgaard.com/windowlab/windowlab-1.40.tar', 'https://winpdb.googlecode.com/files/winpdb-1.4.8.tar.gz', 'http://www.abisource.com/downloads/wv/1.2.9/wv-1.2.9.tar.gz', 'http://pessimization.com/software/wyrd/wyrd-1.4.6.tar.gz', 'http://codemonkey.org.uk/projects/x86info/x86info-1.30.tgz', 'https://downloads.sourceforge.net/xaos/xaos-3.6.tar.gz', 'http://www.w3.org/TR/xhtml1/xhtml1.tgz', 'http://www.xinetd.org/xinetd-2.3.15.tar.gz', 'http://sillycycle.com/xlock/xlockmore-5.64.tar.xz', 'http://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.28.tar.bz2', 'http://tarballs.nixos.org/xpf-0.2.tar.gz', 'http://www.xsane.org/download/xsane-0.999.tar.gz', 'ftp://ftp.invisible-island.net/xterm/xterm-353.tgz', 'https://www.dcc.fc.up.pt/~vsc/Yap/yap-6.3.3.tar.gz', 'http://cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz', 'http://www.openzim.org/download/zimlib-1.4.tar.gz', 'https://github.com/wikimedia/openzim/archive/r1.3.tar.gz', 'ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz', 'https://www-eu.apache.org/dist/zookeeper/zookeeper-3.4.13/zookeeper-3.4.13.tar.gz', 'https://github.com/Chris00/ocaml-cairo/releases/download/0.6.1/cairo2-0.6.1.tbz', 'https://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz', 'https://erratique.ch/software/fmt/releases/fmt-0.8.8.tbz', 'https://erratique.ch/software/logs/releases/logs-0.7.0.tbz', 'https://erratique.ch/software/mtime/releases/mtime-1.2.0.tbz', 'https://github.com/ocaml-community/yojson/releases/download/1.7.0/yojson-1.7.0.tbz', 'https://github.com/garrigue/lablgtk/releases/download/3.1.0/lablgtk3-3.1.0.tbz', 'https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz', 'https://erratique.ch/software/rresult/releases/rresult-0.6.0.tbz', 'https://erratique.ch/software/bos/releases/bos-0.2.0.tbz', 'https://github.com/mirage/alcotest/releases/download/1.0.1/alcotest-1.0.1.tbz', 'https://github.com/realworldocaml/mdx/releases/download/1.7.0/mdx-1.7.0.tbz', 'https://github.com/ocsigen/js_of_ocaml/releases/download/3.6.0/js_of_ocaml-3.6.0.tbz', 'https://github.com/flowtype/ocaml-dtoa/releases/download/v0.3.2/dtoa-v0.3.2.tbz', 'https://github.com/flowtype/ocaml-ppx_gen_rec/releases/download/v1.1.0/ppx_gen_rec-v1.1.0.tbz', 'https://github.com/flowtype/ocaml-wtf8/releases/download/v1.0.2/wtf8-v1.0.2.tbz', 'http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/gnatboot-4.1-amd64.tar.bz2', 'https://github.com/mmottl/sqlite3-ocaml/releases/download/5.0.1/sqlite3-5.0.1.tbz', 'https://www-eu.apache.org/dist/hadoop/common/hadoop-3.0.3/hadoop-3.0.3-src.tar.gz', 'https://www-eu.apache.org/dist/hadoop/common/hadoop-3.1.1/hadoop-3.1.1-src.tar.gz', 'https://erratique.ch/software/topkg/releases/topkg-1.0.0.tbz', 'https://github.com/mirleft/ocaml-tls/releases/download/v0.12.3/tls-v0.12.3.tbz', 'https://github.com/mirage/mirage-crypto/releases/download/v0.8.1/mirage-crypto-v0.8.1.tbz', 'https://github.com/mirleft/ocaml-x509/releases/download/v0.11.2/x509-v0.11.2.tbz', 'https://github.com/hannesm/domain-name/releases/download/v0.3.0/domain-name-v0.3.0.tbz', 'https://github.com/hannesm/ocaml-otr/releases/download/v0.3.8/otr-v0.3.8.tbz', 'https://erratique.ch/software/astring/releases/astring-0.8.3.tbz', 'https://erratique.ch/software/ptime/releases/ptime-0.8.5.tbz', 'https://github.com/pqwy/notty/releases/download/v0.2.2/notty-0.2.2.tbz', 'https://github.com/mirage/ocaml-hex/releases/download/v1.3.0/hex-v1.3.0.tbz', 'https://erratique.ch/software/uutf/releases/uutf-1.0.2.tbz', 'https://github.com/mirage/ocaml-dns/releases/download/v4.6.1/dns-v4.6.1.tbz', 'https://github.com/gildor478/ocaml-gettext/releases/download/v0.4.2/gettext-v0.4.2.tbz', 'https://github.com/gildor478/ounit/releases/download/v2.2.2/ounit-v2.2.2.tbz', 'https://erratique.ch/software/xmlm/releases/xmlm-1.3.0.tbz', 'http://files.randombit.net/botan/v1.10/Botan-1.10.17.tgz', 'http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.0.tar.gz', 'https://github.com/OCamlPro/ocp-index/releases/download/1.2/ocp-index-1.2.tbz', 'https://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz', 'https://erratique.ch/software/uuseg/releases/uuseg-11.0.0.tbz', 'https://www-eu.apache.org/dist/perl/mod_perl-2.0.10.tar.gz', 'https://git.fedorahosted.org/cgit/blivet.git/snapshot/blivet-0.17-1.tar.bz2', 'https://github.com/ocaml-community/utop/releases/download/2.4.3/utop-2.4.3.tbz', 'https://github.com/johnwhitington/ppx_blob/releases/download/0.4.0/ppx_blob-0.4.0.tbz', 'https://github.com/mirage/ocaml-uri/releases/download/v3.1.0/uri-v3.1.0.tbz', 'https://github.com/Chris00/ocaml-csv/releases/download/2.4/csv-2.4.tbz', 'https://github.com/ocaml/stdlib-shims/releases/download/0.1.0/stdlib-shims-0.1.0.tbz', 'https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz', 'https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.1/cohttp-v2.5.1.tbz', 'https://github.com/ocsigen/tyxml/releases/download/4.4.0/tyxml-4.4.0.tbz', 'https://erratique.ch/software/uuidm/releases/uuidm-0.9.7.tbz', 'https://github.com/ocurrent/ocaml-version/releases/download/v2.3.0/ocaml-version-v2.3.0.tbz', 'https://github.com/mirage/mmap/releases/download/v1.1.0/mmap-v1.1.0.tbz', 'https://github.com/diml/ppxfind/releases/download/1.4/ppxfind-1.4.tbz', 'https://github.com/mirage/ocaml-cstruct/releases/download/v4.0.0/cstruct-v4.0.0.tbz', 'https://github.com/mirage/hacl/releases/download/v0.1.1/hacl_x25519-v0.1.1.tbz', 'https://github.com/mirage/fiat/releases/download/v0.2.1/fiat-p256-v0.2.1.tbz', 'https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz', 'https://github.com/mirage/eqaf/releases/download/v0.7/eqaf-v0.7.tbz', 'https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz', 'https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.2/asn1-combinators-v0.2.2.tbz', 'https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz', 'https://github.com/pqwy/ocb-stubblr/releases/download/v0.1.0/ocb-stubblr-0.1.0.tbz', 'https://erratique.ch/software/uucp/releases/uucp-11.0.0.tbz', 'https://github.com/mirage/mirage-stack/releases/download/v2.0.1/mirage-stack-v2.0.1.tbz', 'https://github.com/mirage/mirage-random/releases/download/v2.0.0/mirage-random-v2.0.0.tbz', 'https://github.com/mirage/mirage-time/releases/download/v2.0.1/mirage-time-v2.0.1.tbz', 'https://github.com/mirage/mirage-clock/releases/download/v3.0.1/mirage-clock-v3.0.1.tbz', 'https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz', 'https://forge.ocamlcore.org/frs/download.php/1728/ocaml-fileutils-0.5.3.tar.gz', 'https://fedorahosted.org/releases/p/y/pyparted/pyparted-3.10.tar.gz', 'http://cryptsetup.googlecode.com/files/cryptsetup-1.6.3.tar.bz2', 'https://github.com/ocaml-community/lambda-term/releases/download/2.0.3/lambda-term-2.0.3.tbz', 'https://github.com/mirage/ocaml-conduit/releases/download/v2.2.2/conduit-v2.2.2.tbz', 'https://github.com/hannesm/duration/releases/download/0.1.3/duration-0.1.3.tbz', 'https://erratique.ch/software/uunf/releases/uunf-12.0.0.tbz', 'https://github.com/pqwy/lru/releases/download/v0.3.0/lru-v0.3.0.tbz', 'https://github.com/mirage/metrics/releases/download/0.1.0/metrics-0.1.0.tbz', 'https://github.com/mirage/mirage-protocols/releases/download/v4.0.1/mirage-protocols-v4.0.1.tbz', 'https://forge.ocamlcore.org/frs/download.php/1702/ocamlmod-0.0.9.tar.gz', 'https://erratique.ch/software/jsonm/releases/jsonm-1.0.1.tbz', 'ftp://sources.redhat.com/pub/lvm2/releases/LVM2.2.02.106.tgz', 'https://github.com/pqwy/psq/releases/download/v0.2.0/psq-v0.2.0.tbz', 'https://github.com/mirage/mirage-device/releases/download/v2.0.0/mirage-device-v2.0.0.tbz', 'https://github.com/mirage/mirage-flow/releases/download/v2.0.1/mirage-flow-v2.0.1.tbz', 'https://erratique.ch/software/react/releases/react-1.2.1.tbz', 'https://github.com/ocaml-doc/octavius/releases/download/v0.2.0/octavius-0.2.0.tbz']
    ...
    • Aug 8 2020, 3:39 PM
    • 6 Lines
  • $ touch foo
    $ chmod a+x foo
    $ zip archive.zip foo
    adding: foo (stored 0%)
    $ zipinfo archive.zip
    ...
    • Aug 5 2020, 7:14 PM
    • 19 Lines
  • def content_update(self, content, keys=[]):
    pass
    def content_get(self, content):
    pass
    ...
    • Aug 3 2020, 5:12 PM
    • 94 Lines
  • mypy.....................................................................Failed
    - hook id: mypy
    - exit code: 1
    swh/loader/package/pypi/loader.py:42: error: Non keyword-only attributes are not allowed after a keyword-only attribute.
    ...
    • Aug 3 2020, 4:35 PM
    • 34 Lines
  • > assert loader.storage.raw_extrinsic_metadata_get(
    type=MetadataTargetType.SNAPSHOT,
    id=snapshot_swhid,
    authority=metadata_authority,
    ) == PagedResult(next_page_token=None, results=expected_metadata,)
    ...
    • Jul 31 2020, 3:39 PM
    • 12 Lines
  • state: latest storage (D3627) avec latest-core (D3632)
    ```
    E AssertionError: assert PagedResult(results=[OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2015, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='git', visit=1), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=2), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=3)], next_page_token=None) == PagedResult(results=[OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2015, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='git', visit=1), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=2), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=3)], next_page_token=None)
    E +PagedResult(results=[OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2015, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='git', visit=1), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=2), OriginVisit(origin='https://github.com/user1/repo1', date=datetime.datetime(2017, 1, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(0), '+00:00')), type='hg', visit=3)], next_page_token=None)
    ...
    • Jul 29 2020, 10:10 AM
    • 7 Lines
  • pre-commit mypy:
    ```
    mypy.....................................................................Failed
    - hook id: mypy
    - exit code: 1
    ...
    • Jul 29 2020, 8:00 AM
    • 35 Lines
  • arc diff
    [2020-07-28 14:00:27] ERROR 8192: implode(): Passing glue string after array is deprecated. Swap the parameters at [/usr/share/libphutil/src/utils/utils.php:1572]
    arcanist(), phutil()
    #0 implode(array, string) called at [<phutil>/src/utils/utils.php:1572]
    #1 phutil_build_http_querystring(array) called at [<phutil>/src/future/http/HTTPSFuture.php:526]
    ...
    • Jul 28 2020, 4:00 PM
    • 92 Lines
  • >>> import abc
    >>> class Base(abc.ABC):
    ... @abc.abstractmethod
    ... def method(self):
    ... pass
    ...
    • Jul 24 2020, 9:41 PM
    • 30 Lines
    • Python
  • # 68cpHJ0GPAhw4tu1GrpiVEiCSrjspJwmBg
    # 65sogl50g9GPOgIBl32m8sbosVpL1EN01oEWf7NBhSFA0evVVAqDbcPEHGRUc1nEIepPo
    # XaxmRzxrP6dDJptFJhnorGe8O0FiCOb418EjphaUN9V9RuDYvkDT1ZOVTK9dakh
    # 3hlLfIYmdgaZEf9HtcvHZOlNpHJtPupApv6dshPHyc0qjy
    # NyhQQUrdcE4YBAeoznpXdPwa9ZwzKeRQS2
    ...
    • Jul 23 2020, 6:01 PM
    • 23 Lines
  • >>> import inspect
    >>> class Foo:
    ... def __init__(self, bar):
    ... pass
    ...
    ...
    • Jul 22 2020, 11:53 AM
    • 16 Lines
  • insert into object_metadata(type, id, authority_id, fetcher_id, discovery_date, format, metadata)
    select 'origin', (select url from origin o where o.id = om.origin_id), authority_id, fetcher_id, discovery_date, format, metadata,
    from origin_metadata om;
    • Jul 21 2020, 11:46 AM
    • 3 Lines
  • ================================================================================================================== FAILURES ===================================================================================================================
    _____________________________________________________________________________________________________ TestStorage.test_revision_get_order _____________________________________________________________________________________________________
    self = <swh.storage.tests.test_api_client.TestStorage object at 0x7f53d4df3ef0>, swh_storage = <RemoteStorage url=mock://example.com/>
    sample_data_model = {'authority': [MetadataAuthority(type=<MetadataAuthorityType.DEPOSIT_CLIENT: 'deposit_client'>, url='http://hal.inria....\x11', length=7, status='visible', data=b'424242\n', ctime=datetime.datetime(2019, 12, 1, 0, 0, tzinfo=tzutc()))], ...}
    ...
    • Jul 21 2020, 9:38 AM
    • 97 Lines
  • # https://forge.softwareheritage.org/source/swh-loader-mercurial/browse/master/swh/loader/mercurial/tests/conftest.py$11-41
    # Copyright (C) 2019-2020 The Software Heritage developers
    # See the AUTHORS file at the top-level directory of this distribution
    # License: GNU General Public License version 3, or any later version
    ...
    • Jul 20 2020, 4:30 PM
    • 33 Lines
  • =================================================================================== short test summary info ====================================================================================
    FAILED swh/web/tests/browse/test_snapshot_context.py::test_get_snapshot_context_no_origin - AssertionError: assert {'branch': 'H...': False, ...} == {'branch': 'H...': False, ...}
    FAILED swh/web/tests/browse/test_snapshot_context.py::test_get_snapshot_context_with_origin - AssertionError: assert {'branch': 'H...': False, ...} == {'branch': 'H...': False, ...}
    FAILED swh/web/tests/browse/views/test_content.py::test_content_origin_snapshot_branch_browse - AssertionError: False is not true : Couldn't find 'Branches (12)' in response
    FAILED swh/web/tests/browse/views/test_content.py::test_content_origin_snapshot_release_browse - AssertionError: False is not true : Couldn't find 'Branches (12)' in response
    ...
    • Jul 10 2020, 12:08 PM
    • 13 Lines
  • GLOB sdist-make: /home/tony/work/inria/repo/swh/swh-environment/swh-loader-core/setup.py
    black recreate: /home/tony/work/inria/repo/swh/swh-environment/swh-loader-core/.tox/black
    black installdeps: black
    black installed: appdirs==1.4.4,attrs==19.3.0,black==19.10b0,click==7.1.2,pathspec==0.8.0,regex==2020.6.8,toml==0.10.1,typed-ast==1.4.1
    black run-test-pre: PYTHONHASHSEED='2865243897'
    ...
    • Jul 9 2020, 4:13 PM
    • 50 Lines
  • Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/porcelain.py", line 404, in clone
    depth=depth, **kwargs)
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/porcelain.py", line 1393, in fetch
    ...
    • Jul 8 2020, 6:58 PM
    • 15 Lines
  • [2020-07-07 04:12:55,275: ERROR/ForkPoolWorker-534] Loading failure, updating to `partial` status
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/swh/loader/core/loader.py", line 310, in load
    more_data_to_fetch = self.fetch_data()
    File "/usr/lib/python3/dist-packages/swh/loader/git/loader.py", line 245, in fetch_data
    ...
    • Jul 8 2020, 6:53 PM
    • 15 Lines
  • self = <swh.core.api.tests.test_serializers.Serializers testMethod=test_encode_native_datetime>
    def test_encode_native_datetime(self):
    dt = datetime.datetime(2015, 1, 1, 12, 4, 42, 231455)
    ...
    • Jul 8 2020, 12:56 PM
    • 9 Lines
  • (Pdb) p revision.extra_headers
    ((b'encoding', b'ISO-8859-15'), (b'mergetag', b'object 9768d0b576dbaaecd80abedad6dfd0d72f1476da\ntype commit\ntag v0.0.1\ntagger David Douard <david.douard@sdfa3.org> 1594138133 +0200\n\nv0.0.1\n-----BEGIN PGP SIGNATURE-----\n\niQJLBAABCAA1FiEEAOWDevQbOk/9ITMF6ImSleOlnUcFAl8EnhkXHGRhdmlkLmRv\ndWFyZEBzZGZhMy5vcmcACgkQ6ImSleOlnUcdzg//ZW9y2xU5JFQuUsBe/LfKrs+m\n0ohVInPKXwAfpB3+gn/XtTSLe+Nnr8+QEZyVRCUz2gpGZ2tNqRjhYLIX4x5KKlaV\nrfl/6Cy7zibsxxuzA1h7HylCs3IPsueQpznVHUwD9jQ5baGJSc2Lt1LufXTueHZJ\nOc0oLiP5xCZcPqeX8R/4zUUImJZ1QrPeKmQ/3F+Iq62iWp7nWDp8PtwpykSiYlNf\nKrJM8omGvrlrWLtfPNUaQFClXwnwK1/HyNY2kYan6K5NtsIl2UX0LZ42GkRjJIrb\nq4TFIZWZ6xndtEhHEX6B8Q5TZV6sqPgNnfGpbhj8BDoZgjD0Y43fzfDiZ0Bl2tph\ntXaLg3SX/UUjFVzC1zkoQ2MR7+j8NVKauAsBINpKF4pMGsrsVRk8764pgO49iQ+S\n8JVCVV76dNNm1gd7BbhFAdIAiegBtsEF69niJBoHKYLlrT8E8hDkF/gk4IkimPqf\nUHtw/fPhVW3B4G2skd013NJGcnRj5oKtaM99d2Roxc3vhSRiTsoaM8BM9NDvLmJg\n35rWEOnet39iJIMCHk3AYaJl8QmUhllDdr6vygaBVeVEf27m2c3NzONmIKpWqa2J\nkTpF4cmzHYro34G7WuJ1bYvmLb6qWNQt9wd8RW+...
    • Jul 7 2020, 6:39 PM
    • 2 Lines
  • # Copyright (C) 2020 The Software Heritage developers
    # See the AUTHORS file at the top-level directory of this distribution
    # License: GNU General Public License version 3, or any later version
    # See top-level LICENSE file for more information
    ...
    • Jul 7 2020, 2:21 PM
    • 29 Lines
    • Python
  • 2020-07-03 17:23:20 civodul zack: hey! could you clarify the policy wrt. tarballs?
    2020-07-03 17:23:43 civodul i understand it's undesirable, but still it happens, so i'm trying to see if we can have our cake and eat it too :-)
    2020-07-03 17:27:30 +zack civodul: I understand it's annoying for your needs, but for now I confirm what both I and rdicosmo have said in the ticket(s), i.e., no tarball archival for now
    2020-07-03 17:28:01 +zack the lookup service is more likely to happen, but I (now) understand your point about verifiability of them
    2020-07-03 17:28:49 +zack I confess I don't entirely buy it, especially because in the medium term the hashes you have today are going to be broken, and with them your verifiability will become also moot
    ...
    • Jul 6 2020, 6:39 PM
    • 69 Lines
  • swh_storage_backend_config["journal_writer"] = journal1
    storage = get_storage(**swh_storage_backend_config)
    # fill the storage and the journal (under prefix1)
    for object_type, objects in TEST_OBJECTS.items():
    ...
    • Jul 3 2020, 5:35 PM
    • 50 Lines
  • KT = TypeVar("KT")
    VT = TypeVar("VT")
    def freeze_optional_dict(
    ...
    • Jul 3 2020, 4:14 PM
    • 17 Lines
    • Python
  • ERROR swh.loader.svn.SvnLoader:loader.py:493 History of svn file:///tmp/pytest-of-tony/pytest-138/test_loader_tampered_repositor0/pkg-gourmet@6 altered. Skipping...
    DEBUG swh.core.statsd:statsd.py:418 Error submitting statsd packet. Dropping the packet and closing the socket.
    DEBUG swh.core.statsd:statsd.py:418 Error submitting statsd packet. Dropping the packet and closing the socket.
    ERROR swh.loader.svn.SvnLoader:loader.py:328 Loading failure, updating to `partial` status
    Traceback (most recent call last):
    ...
    • Jul 3 2020, 1:41 PM
    • 11 Lines
  • 2020-07-01 22:28:58,520 | ERROR: ('repo /home/danseraf/gitsample/zope FAILED',)
    2020-07-01 22:28:58,520 | ERROR: ('"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n with given values [\'swh:1:cnt:756d315be4dbe8a982c569f0b62566729eee8f44\', \'swh:1:cnt:1ead24b6bb49747d0caf2e7abc5fd20151625de8\', \'swh:1:cnt:15259c1c8b5844e5820671419583c6f2556ce5d8\']"',)
    swh.scanner.exceptions.APIError: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    ...
    • Jul 3 2020, 12:43 PM
    • 27 Lines
  • def test_loader_svn_new_visit(swh_storage, datadir, tmp_path):
    repo_url = prepare_repository("pkg-gourmet.tgz", resources_path=datadir)
    loader = SvnLoader(
    repo_url,
    ...
    • Jul 2 2020, 6:06 PM
    • 19 Lines
  • def escape(data, toplevel=True):
    if data is None:
    return ""
    if isinstance(data, bytes):
    ...
    • Jul 2 2020, 12:31 PM
    • 36 Lines
    • Python
  • swh  swh  tony  yavin4  ~  work  …  swh  swh-environment  swh-core  master  %  pytest -x -s
    ============================================================================================================= test session starts =============================================================================================================
    platform linux -- Python 3.7.3, pytest-5.4.1, py-1.8.0, pluggy-0.12.0
    rootdir: /home/tony/work/inria/repo/swh/swh-environment/swh-core, inifile: pytest.ini
    plugins: mock-1.10.4, aiohttp-0.3.0, xdist-1.31.0, forked-1.1.3, postgresql-2.2.0, dash-1.13.1, testinfra-5.1.0, requests-mock-1.6.0, flask-1.0.0, hypothesis-5.8.0, asyncio-0.10.0, celery-4.3.0, django-3.6.0, kafka-0.3.1, swh.core-0.0.95.post4, swh.journal-0.3.4.post2
    ...
    • Jul 2 2020, 12:25 PM
    • 45 Lines
  • ```
    lang=python
    @pytest.mark.parametrize(
    "value", [pytest.param("foo", id="str"), pytest.param(1, id="int")]
    )
    ...
    • Jul 1 2020, 5:12 PM
    • 203 Lines
    • Remarkup
  • -- SWH DB schema upgrade
    -- from_version: 156
    -- to_version: 157
    -- description: Add extrinsic artifact metadata
    ...
    • Jul 1 2020, 2:46 PM
    • 68 Lines
  • 18:07:42 .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_storage.py::TestStorage::test_origin_visit_get_latest_none Fatal Python error: Segmentation fault
    18:07:42
    18:07:42 Current thread 0x00007fc83f656740 (most recent call first):
    18:07:42 File "/usr/lib/python3.7/inspect.py", line 687 in getsourcefile
    18:07:42 File "/usr/lib/python3.7/inspect.py", line 1460 in getframeinfo
    ...
    • Jun 30 2020, 10:14 AM
    • 73 Lines
  • root@pergamon:~# clush -b -w @swh-workers "ps aux | grep 'python3 -m celery worker -n loader_' "
    ---------------
    worker01
    ---------------
    root 2907321 0.0 0.0 8332 2792 ? Ss 15:46 0:00 bash -c ps aux | grep 'python3 -m celery worker -n loader_'
    ...
    • Jun 29 2020, 6:15 PM
    • 98 Lines
  • def test_release_add_twice(self, swh_storage):
    actual_result = swh_storage.release_add([data.release])
    assert actual_result == {"release:add": 1}
    assert list(swh_storage.journal_writer.journal.objects) == [
    ...
    • Jun 29 2020, 4:01 PM
    • 16 Lines
    • Python
  • softwareheritage=> SELECT attname, inherited, n_distinct FROM pg_stats WHERE tablename = 'snapshot_branch';
    attname | inherited | n_distinct
    -------------+-----------+-------------
    object_id | f | -1
    name | f | 15056
    ...
    • Jun 19 2020, 5:12 PM
    • 7 Lines
  • softwareheritage=> explain select * from snapshot_branches inner join snapshot_branch on (snapshot_branches.branch_id=snapshot_branch.object_id) where name >= 'gggg' and snapshot_id=110650857 order by name limit 1000;
    QUERY PLAN
    ----------------------------------------------------------------------------------------------------------------------------------------------
    Limit (cost=93915.87..94032.54 rows=1000 width=67)
    -> Gather Merge (cost=93915.87..97631.26 rows=31844 width=67)
    ...
    • Jun 19 2020, 4:50 PM
    • 14 Lines
  • Traceback (most recent call last):
    File "/home/antoine/swh/swh-environment/swh-web/swh/web/browse/snapshot_context.py", line 1070, in browse_snapshot_log
    revision_id=request.GET.get("revision"),
    File "/home/antoine/swh/swh-environment/swh-web/swh/web/browse/snapshot_context.py", line 497, in get_snapshot_context
    snapshot_sizes = service.lookup_snapshot_sizes(snapshot_id)
    ...
    • Jun 19 2020, 3:56 PM
    • 20 Lines
  • swh_graph-replayer-directory.1.uyfyr8j3012g@bespin | swh.core.api.RemoteException: <RemoteException 500 ProgramLimitExceeded: ['index row size 7560 exceeds maximum 2712 for index "directory_entry_dir_target_name_perms_idx"\nHINT: Values larger than 1/3 of a buffer page cannot be indexed.\nConsider a function index of an MD5 hash of the value, or use full text indexing.\nCONTEXT: SQL statement "\n insert into directory_entry_dir (target, name, perms)\n select distinct t.target, t.name, t.perms\n from tmp_directory_entry_dir t\n where not exists (\n select 1\n from directory_entry_dir i\n where t.target = i.target and t.name = i.name and t.perms = i.perms)\n "\nPL/pgSQL function swh_directory_entry_add(directory_entry_type) line 3 at EXECUTE\nSQL statement "SELECT swh_directory_entry_add(\'dir\')"\nPL/pgSQL function swh_directory_add() line 4 at PERFORM\n']>
    • Jun 17 2020, 2:16 PM
    • 1 Line
  • query_parts = [
    "SELECT * FROM origin_visit_status ",
    "WHERE origin = %s AND visit = %s ",
    ]
    query_params: List[Any] = [origin, visit]
    ...
    • Jun 16 2020, 7:34 PM
    • 23 Lines
  • Release {'author': {'fullname': None, 'name': None, 'email': None}, 'date': None, 'id': b'\x03\xcf\xc9\xad\x03 \x95\x10\x00\xfd\xfe\xb0\x9e\xf2\x1d\xa7\xd2Rr<', 'name': b'klibc-0.59', 'message': None, 'synthetic': False, 'target': b'\xa8^\x07t:\r\xd0\xc1\xde\x0eVP\xc2Y\xb4\xd3N\x8b\x926', 'target_type': 'revision'}
    • Jun 15 2020, 5:37 PM
    • 1 Line
  • diff --git a/swh/loader/tests/test_cli.py b/swh/loader/tests/test_cli.py
    index bdc0a76..c9968f6 100644
    --- a/swh/loader/tests/test_cli.py
    +++ b/swh/loader/tests/test_cli.py
    @@ -87,7 +87,9 @@ def test_run_with_visit_date(mocker, swh_config):
    ...
    • Jun 12 2020, 4:20 PM
    • 15 Lines
  • aiohttp==3.6.2
    aiohttp-utils==3.1.1
    aioresponses==0.6.3
    alabaster==0.7.12
    amqp==2.5.1
    ...
    • Jun 12 2020, 4:06 PM
    • 281 Lines
  • modified swh/model/model.py
    @@ -175,7 +175,7 @@ class TimestampWithTimezone(BaseModel):
    timestamp = attr.ib(type=Timestamp, validator=type_validator())
    offset = attr.ib(type=int, validator=type_validator())
    ...
    • Jun 12 2020, 12:42 PM
    • 22 Lines
    • Diff
  • >>> class Foo:
    ... def __bool__(self):
    ... return False
    ...
    >>> foo = Foo()
    ...
    • Jun 11 2020, 10:49 AM
    • 7 Lines
  • % join old.txt new.txt | awk '{print $1,"+"($3/$2-1)*100" %"}'
    cnt +49.3072 %
    dir +40.5945 %
    ori +22.4553 %
    rel +45.207 %
    ...
    • Jun 9 2020, 2:55 PM
    • 21 Lines
  • Size
    ----
    - nodes: 17075708289 (17 B)
    - edges: 203351589619 (203 B)
    ...
    • Jun 9 2020, 2:22 PM
    • 35 Lines
    • reStructuredText
  • #!/usr/bin/env python3
    """Generate a feed of random (hence bogus, but syntactically correct!) SWHIDs
    """
    ...
    • Jun 9 2020, 10:31 AM
    • 41 Lines
  • ______________________________________________________________________________________________________________ test_kafka_writer ______________________________________________________________________________________________________________
    kafka_prefix = 'abcxwtgptr', kafka_server = '127.0.0.1:34923', consumer = <cimpl.Consumer object at 0x7f50d122ea60>, privileged_object_types = {'release', 'revision'}
    def test_kafka_writer(
    ...
    • Jun 8 2020, 6:08 PM
    • 70 Lines
  • cnt 8181993787
    dir 6914748995
    ori 108109058
    rel 14386337
    rev 1734773279
    ...
    • Jun 8 2020, 3:04 PM
    • 6 Lines
  • ==================================== ERRORS ====================================
    ERROR collecting .pybuild/cpython3_3.7_swh.model/build/swh/model/tests/test_cli.py
    swh/model/tests/test_cli.py:14: in <module>
    from swh.model import cli
    swh/model/cli.py:17: in <module>
    ...
    • Jun 3 2020, 3:40 PM
    • 52 Lines
  • .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_api_client.py::TestStorage::test_revision_get_order <- .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_storage.py
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PDB set_trace >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    > /home/tony/work/inria/repo/swh/swh-environment/swh-storage/.tox/py3/lib/python3.7/site-packages/swh/storage/in_memory.py(482)revision_get()
    -> yield rev
    ...
    • Jun 3 2020, 2:16 PM
    • 25 Lines
  • Traceback (most recent call last):
    File "/home/antoine/swh/swh-environment/swh-loader-git/.tox/py3/lib/python3.7/site-packages/_pytest/main.py", line 191, in wrap_session
    session.exitstatus = doit(config, session) or 0
    File "/home/antoine/swh/swh-environment/swh-loader-git/.tox/py3/lib/python3.7/site-packages/_pytest/main.py", line 247, in _main
    config.hook.pytest_runtestloop(session=session)
    ...
    • Jun 3 2020, 11:21 AM
    • 106 Lines
  • ERROR:root:canceling statement due to statement timeout
    Traceback (most recent call last):
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
    ...
    • Jun 2 2020, 11:34 AM
    • 24 Lines
  • ERROR:root:canceling statement due to statement timeout
    Traceback (most recent call last):
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
    File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
    ...
    • Jun 2 2020, 11:33 AM
    • 34 Lines
  • diff --git java/pom.xml java/pom.xml
    index 9f1e4fd..707fa73 100644
    --- java/pom.xml
    +++ java/pom.xml
    @@ -52,7 +52,10 @@
    ...
    • May 28 2020, 4:12 PM
    • 16 Lines
    • Diff
  • ~/dati/src/webgraph/svn  ant ivy-setupjars
    Buildfile: /srv/src/webgraph/svn/build.xml
    [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.
    ivy-setupjars:
    ...
    • May 27 2020, 3:52 PM
    • 34 Lines
  • https://archive.softwareheritage.org/swh:1:dir:1cdac93986d0ee72687d51893f9b8f9a5fa61f92;origin=https://doi.org/10.5201/ipol.2018.236;visit=swh:1:snp:3935a5d32ed955d4e30267c6718051a2391c5aec;anchor=swh:1:rev:672487d8be02ed1bc026297dabf2d7a0cea00d2d;path=//
    {
    "extrinsic": {
    "provider": "https://deposit.softwareheritage.org/1/private/630/meta/",
    ...
    • May 26 2020, 3:13 PM
    • 95 Lines
  • softwareheritage=> select now() at time zone interval '00:00';
    timezone
    ----------------------------
    2020-05-24 13:31:01.133371
    (1 row)
    ...
    • May 24 2020, 3:31 PM
    • 11 Lines
  • /**
    * Copyright (C) 2020 The Software Heritage developers
    * See the AUTHORS file at the top-level directory of this distribution
    * License: GNU Affero General Public License version 3, or any later version
    * See top-level LICENSE file for more information
    ...
    • May 22 2020, 7:09 PM
    • 320 Lines
    • May 19 2020, 3:07 PM
    • 38 Lines
  • describe('Test admin deposit page', function() {
    it('Does not do much!', function () {
    expect(true).to.equal(true);
    });
    ...
    • May 19 2020, 9:38 AM
    • 98 Lines
    • Javascript
  • -- SWH DB schema upgrade
    -- from_version: 148
    -- to_version: 149
    -- description: Implement extrinsic origin-metadata specification
    ...
    • May 18 2020, 4:12 PM
    • 104 Lines
  • root@moma:~# SWH_CONFIG_FILENAME=/etc/softwareheritage/deposit/server.yml django-admin migrate --settings=swh.deposit.settings.production --verbosity 3
    Operations to perform:
    Apply all migrations: auth, contenttypes, deposit, sessions
    Running pre-migrate handlers for application auth
    Running pre-migrate handlers for application contenttypes
    ...
    • May 15 2020, 2:19 PM
    • 47 Lines
  • diff --git swh/dataset/exporter.py swh/dataset/exporter.py
    index 741de3f..02361c5 100644
    --- swh/dataset/exporter.py
    +++ swh/dataset/exporter.py
    @@ -216,6 +216,7 @@ class ParallelExporter:
    ...
    • May 15 2020, 12:13 PM
    • 12 Lines
    • Diff