{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.7UANhATa/b1/starjava-ttools_3.4-2_armhf.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.7UANhATa/b2/starjava-ttools_3.4-2_armhf.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n- fffeccf10e1c2de5244007255c43b66a 57204 java optional jython-stilts_3.4-2_all.deb\n+ 5f4d79c637b44ce465c125b49c4938e5 57200 java optional jython-stilts_3.4-2_all.deb\n a5fd996e025fe055d081d6d5bc041fb5 1349548 doc optional starlink-ttools-java-doc_3.4-2_all.deb\n- 271bb43e2ae926d50e66b9a7fc5e0b35 4511060 java optional starlink-ttools-java_3.4-2_all.deb\n- 2770222c9c921c0935157a64893a752b 1971300 doc optional stilts-doc_3.4-2_all.deb\n+ 9dd26e580ef309ca5336c3386b5c156e 4510944 java optional starlink-ttools-java_3.4-2_all.deb\n+ 38b400ccad715173f88145130aeaf588 1971272 doc optional stilts-doc_3.4-2_all.deb\n 2166e27cfc7f6b019f91998cf8f5b125 189644 science optional stilts_3.4-2_all.deb\n"}, {"source1": "jython-stilts_3.4-2_all.deb", "source2": "jython-stilts_3.4-2_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2021-02-04 21:26:11.000000 debian-binary\n -rw-r--r-- 0 0 0 1360 2021-02-04 21:26:11.000000 control.tar.xz\n--rw-r--r-- 0 0 0 55652 2021-02-04 21:26:11.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 55648 2021-02-04 21:26:11.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/jython/Lib/site-packages/stilts.py", "source2": "./usr/share/jython/Lib/site-packages/stilts.py", "unified_diff": "@@ -1382,15 +1382,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1432,15 +1432,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4060,15 +4060,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4266,15 +4266,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4374,15 +4374,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -11141,15 +11141,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -11191,15 +11191,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}, {"source1": "starlink-ttools-java_3.4-2_all.deb", "source2": "starlink-ttools-java_3.4-2_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2021-02-04 21:26:11.000000 debian-binary\n -rw-r--r-- 0 0 0 1180 2021-02-04 21:26:11.000000 control.tar.xz\n--rw-r--r-- 0 0 0 4509688 2021-02-04 21:26:11.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 4509572 2021-02-04 21:26:11.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/java/starlink-ttools-3.4.jar", "source2": "./usr/share/java/starlink-ttools-3.4.jar", "unified_diff": null, "details": [{"source1": "zipinfo -v {}", "source2": "zipinfo -v {}", "unified_diff": "@@ -172,15 +172,15 @@\n minimum file system compatibility required: MS-DOS, OS/2 or NT FAT\n minimum software version required to extract: 1.0\n compression method: deflated\n compression sub-type (deflation): normal\n file security status: not encrypted\n extended local header: no\n file last modified on (DOS date/time): 2021 Feb 4 21:26:10\n- 32-bit CRC value (hex): fe43a4b9\n+ 32-bit CRC value (hex): a3ba917d\n compressed size: 76317 bytes\n uncompressed size: 450462 bytes\n length of filename: 9 characters\n length of extra field: 0 bytes\n length of file comment: 0 characters\n disk number on which file begins: disk 1\n apparent file type: binary\n"}, {"source1": "stilts.py", "source2": "stilts.py", "unified_diff": "@@ -1382,15 +1382,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1432,15 +1432,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4060,15 +4060,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4266,15 +4266,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4374,15 +4374,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -11141,15 +11141,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -11191,15 +11191,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}]}, {"source1": "stilts-doc_3.4-2_all.deb", "source2": "stilts-doc_3.4-2_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2021-02-04 21:26:11.000000 debian-binary\n -rw-r--r-- 0 0 0 11360 2021-02-04 21:26:11.000000 control.tar.xz\n--rw-r--r-- 0 0 0 1959748 2021-02-04 21:26:11.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 1959720 2021-02-04 21:26:11.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/stilts/sun256/mode-tosql.html", "source2": "./usr/share/doc/stilts/sun256/mode-tosql.html", "unified_diff": "@@ -71,15 +71,15 @@\n \n \n

[Default: create]

\n \n
user = <username>       (String)
\n
User name for the SQL connection to the database.\n \n-

[Default: pbuilder1]

\n+

[Default: pbuilder2]

\n
\n
password = <passwd>       (String)
\n
Password for the SQL connection to the database.\n
\n \n

\n
Next Previous Up Contents
Next: Crossmatching
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -39,15 +39,15 @@\n of the same name already exists, it is dropped first.\n * append: Appends to an existing table. An error results if the named\n table has the wrong structure (number or types of columns) for the\n data being written.\n [Default: create]\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for the SQL connection to the database.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n password = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Password for the SQL connection to the database.\n ===============================================================================\n Next Previous Up Contents\n Next:Crossmatching\n Up:Output_Modes\n Previous:topcat\n"}]}, {"source1": "./usr/share/doc/stilts/sun256/sqlclient-usage.html", "source2": "./usr/share/doc/stilts/sun256/sqlclient-usage.html", "unified_diff": "@@ -72,15 +72,15 @@\n This parameter may be repeated, or statements may be\n separated by semicolon (\";\") characters.\n \n
user = <value>       (String)
\n
User name for logging in to SQL database.\n Defaults to the current username.\n \n-

[Default: pbuilder1]

\n+

[Default: pbuilder2]

\n
\n \n

\n
Next Previous Up Contents
Next: Examples
\n Up: sqlclient:\n Executes SQL statements
\n Previous: sqlclient:\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -35,15 +35,15 @@\n Password for logging in to SQL database.\n sql = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Text of an SQL statement for execution. This parameter may be repeated,\n or statements may be separated by semicolon (\";\") characters.\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n ===============================================================================\n Next Previous Up Contents\n Next:Examples\n Up:sqlclient:_Executes_SQL_statements\n Previous:sqlclient:_Executes_SQL_statements\n ===============================================================================\n STILTS - Starlink Tables Infrastructure Library Tool Set\n"}]}, {"source1": "./usr/share/doc/stilts/sun256/sqlskymatch-usage.html", "source2": "./usr/share/doc/stilts/sun256/sqlskymatch-usage.html", "unified_diff": "@@ -515,15 +515,15 @@\n

\n

[Default: true]

\n \n
user = <value>       (String)
\n
User name for logging in to SQL database.\n Defaults to the current username.\n \n-

[Default: pbuilder1]

\n+

[Default: pbuilder2]

\n
\n
where = <sql-condition>       (String)
\n
An SQL expression further limiting the rows to be selected\n from the database. This will be combined with the constraints\n on position implied by the cone search centres and radii.\n The value of this parameter should just be a condition,\n it should not contain the WHERE keyword.\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -305,15 +305,15 @@\n Currently, the only footprints available are those provided by the CDS\n MOC (Multi-Order Coverage map) service, which covers VizieR and a few\n other cone search services.\n [Default: true]\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n where = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n An SQL expression further limiting the rows to be selected from the\n database. This will be combined with the constraints on position implied\n by the cone search centres and radii. The value of this parameter should\n just be a condition, it should not contain the WHERE keyword. A null\n value indicates no additional criteria.\n ===============================================================================\n"}]}, {"source1": "./usr/share/doc/stilts/sun256/sqlupdate-usage.html", "source2": "./usr/share/doc/stilts/sun256/sqlupdate-usage.html", "unified_diff": "@@ -79,15 +79,15 @@\n of the SELECT statement to identify which rows undergo\n updates.\n
\n
user = <value>       (String)
\n
User name for logging in to SQL database.\n Defaults to the current username.\n \n-

[Default: pbuilder1]

\n+

[Default: pbuilder2]

\n
\n \n

\n
Next Previous Up Contents
Next: Examples
\n Up: sqlupdate: Updates values in an SQL table
\n Previous: sqlupdate: Updates values in an SQL table
\n \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -40,15 +40,15 @@\n [Default: true]\n select = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Gives the full text (including \"SELECT\") of the SELECT statement to\n identify which rows undergo updates.\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n ===============================================================================\n Next Previous Up Contents\n Next:Examples\n Up:sqlupdate:_Updates_values_in_an_SQL_table\n Previous:sqlupdate:_Updates_values_in_an_SQL_table\n ===============================================================================\n STILTS - Starlink Tables Infrastructure Library Tool Set\n"}]}, {"source1": "./usr/share/doc/stilts/sun256/sun256.html", "source2": "./usr/share/doc/stilts/sun256/sun256.html", "unified_diff": "@@ -8199,15 +8199,15 @@\n \n \n
\n User name for the SQL connection to the database.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n password = <passwd>       (String)\n
\n \n@@ -64021,15 +64021,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n \n \n

\n \n@@ -64957,15 +64957,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n where = <sql-condition>       (String)\n
\n \n@@ -65179,15 +65179,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n \n \n

\n \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -3204,15 +3204,15 @@\n of the same name already exists, it is dropped first.\n * append: Appends to an existing table. An error results if the named\n table has the wrong structure (number or types of columns) for the\n data being written.\n [Default: create]\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for the SQL connection to the database.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n password = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Password for the SQL connection to the database.\n ===============================================================================\n ***** 7 Crossmatching *****\n STILTS offers flexible and efficient facilities for crossmatching tables.\n Crossmatching is identifying different rows, which may be in the same or\n different tables, that refer to the same item. In an astronomical context such\n@@ -19601,15 +19601,15 @@\n Password for logging in to SQL database.\n sql = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Text of an SQL statement for execution. This parameter may be repeated,\n or statements may be separated by semicolon (\";\") characters.\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n **** B.19.2 Examples ****\n Here are some examples of sqlclient:\n This sends two commands to a SQL Server database; the first one (SET\n SHOWPLAN...) sets a flag which causes the DB to return an execution plan\n rather than the result for subsequent queries, and the second makes the\n query itself. Since the password is not provided on the command line, a\n prompt for it will be issued before execution. The result is SQL Server's\n@@ -19930,15 +19930,15 @@\n Currently, the only footprints available are those provided by the CDS\n MOC (Multi-Order Coverage map) service, which covers VizieR and a few\n other cone search services.\n [Default: true]\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n where = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n An SQL expression further limiting the rows to be selected from the\n database. This will be combined with the constraints on position implied\n by the cone search centres and radii. The value of this parameter should\n just be a condition, it should not contain the WHERE keyword. A null\n value indicates no additional criteria.\n **** B.20.2 Examples ****\n@@ -20004,15 +20004,15 @@\n [Default: true]\n select = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n Gives the full text (including \"SELECT\") of the SELECT statement to\n identify which rows undergo updates.\n user = \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(String)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n **** B.21.2 Examples ****\n Here are some examples of sqlupdate:\n Fills in the HTMID column of a table called FIRST in the local MySQL\n database RADIO, using HTM pixel indices based on the existing right\n ascension and declination columns in that table. The HTMID column must\n exist prior to executing this command.\n ===============================================================================\n"}]}]}]}]}]}