{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.aXcJoEc2/b1/barbican_18.0.0-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.aXcJoEc2/b2/barbican_18.0.0-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,7 +1,7 @@\n \n 3a17b8d885fb427e70a7b51564dbbaf3 25016 python optional barbican-api_18.0.0-1_all.deb\n 90e8d057b9c6be51d793c3ccc4d4f260 45856 net optional barbican-common_18.0.0-1_all.deb\n- 00546f79cd242856f6a3898056393706 1193276 doc optional barbican-doc_18.0.0-1_all.deb\n+ 72596e3afb5d715797b86338ca5296a3 1193328 doc optional barbican-doc_18.0.0-1_all.deb\n 3632f714de2b6683a3f461b6f4a7288b 7600 net optional barbican-keystone-listener_18.0.0-1_all.deb\n 9394cee2064f9ddae7d275ef0babdf89 7592 net optional barbican-worker_18.0.0-1_all.deb\n 2ba71b5d83074352fec62d2f3cdae80d 244572 python optional python3-barbican_18.0.0-1_all.deb\n"}, {"source1": "barbican-doc_18.0.0-1_all.deb", "source2": "barbican-doc_18.0.0-1_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 2024-04-04 07:01:02.000000 debian-binary\n -rw-r--r-- 0 0 0 5300 2024-04-04 07:01:02.000000 control.tar.xz\n--rw-r--r-- 0 0 0 1187784 2024-04-04 07:01:02.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 1187836 2024-04-04 07:01:02.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/barbican-doc/html/configuration/config.html", "source2": "./usr/share/doc/barbican-doc/html/configuration/config.html", "comments": ["Ordering differences only"], "unified_diff": "@@ -237,14 +237,214 @@\n

False

\n
\n \n

Show SQLAlchemy pool-related debugging output in logs (sets DEBUG log level output) if specified.

\n \n \n
\n+
\n+backdoor_port\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

<None>

\n+
\n+
\n+

Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service\u2019s log file.

\n+
\n+\n+
\n+
\n+backdoor_socket\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

<None>

\n+
\n+
\n+

Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with \u2018backdoor_port\u2019 in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.

\n+
\n+\n+
\n+
\n+log_options\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

True

\n+
\n+
\n+

Enables or disables logging values of all registered options when starting a service (at DEBUG level).

\n+
\n+\n+
\n+
\n+graceful_shutdown_timeout\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

60

\n+
\n+
\n+

Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.

\n+
\n+\n+
\n+
\n+rpc_conn_pool_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

30

\n+
\n+
Minimum Value:
\n+

1

\n+
\n+
\n+

Size of RPC connection pool.

\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_conn_pool_size

\n+
\n+\n+
\n+
\n+conn_pool_min_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

2

\n+
\n+
\n+

The pool size limit for connections expiration policy

\n+
\n+\n+
\n+
\n+conn_pool_ttl\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

1200

\n+
\n+
\n+

The time-to-live in sec of idle connections in the pool

\n+
\n+\n+
\n+
\n+executor_thread_pool_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

64

\n+
\n+
\n+

Size of executor thread pool when executor is threading or eventlet.

\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_thread_pool_size

\n+
\n+\n+
\n+
\n+rpc_response_timeout\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

60

\n+
\n+
\n+

Seconds to wait for a response from a call.

\n+
\n+\n+
\n+
\n+transport_url\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

rabbit://

\n+
\n+
\n+

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

\n+

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

\n+

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

\n+

For full details on the fields in the URL see the documentation of oslo_messaging.TransportURL at https://docs.openstack.org/oslo.messaging/latest/reference/transport.html

\n+
\n+\n+
\n+
\n+control_exchange\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

openstack

\n+
\n+
\n+

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

\n+
\n+\n+
\n+
\n+rpc_ping_enabled\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

False

\n+
\n+
\n+

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

\n+
\n+\n+
\n
\n debug\u00b6
\n
\n
Type:
\n

boolean

\n
\n
Default:
\n@@ -268,16 +468,16 @@\n

<None>

\n
\n
Mutable:
\n

This option can be changed without restarting.

\n
\n
\n

The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log-date-format).

\n-\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -312,16 +512,16 @@\n

string

\n
\n
Default:
\n

<None>

\n
\n \n

(Optional) Name of log file to send logging output to. If no default is set, logging will go to stderr as defined by use_stderr. This option is ignored if log_config_append is set.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -339,16 +539,16 @@\n

string

\n
\n
Default:
\n

<None>

\n
\n \n

(Optional) The base directory used for relative log_file paths. This option is ignored if log_config_append is set.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -730,214 +930,14 @@\n
Default:
\n

False

\n
\n \n

Enables or disables fatal status of deprecations.

\n \n \n-
\n-
\n-rpc_conn_pool_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

30

\n-
\n-
Minimum Value:
\n-

1

\n-
\n-
\n-

Size of RPC connection pool.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_conn_pool_size

\n-
\n-\n-
\n-
\n-conn_pool_min_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

2

\n-
\n-
\n-

The pool size limit for connections expiration policy

\n-
\n-\n-
\n-
\n-conn_pool_ttl\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

1200

\n-
\n-
\n-

The time-to-live in sec of idle connections in the pool

\n-
\n-\n-
\n-
\n-executor_thread_pool_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

64

\n-
\n-
\n-

Size of executor thread pool when executor is threading or eventlet.

\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_thread_pool_size

\n-
\n-\n-
\n-
\n-rpc_response_timeout\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

60

\n-
\n-
\n-

Seconds to wait for a response from a call.

\n-
\n-\n-
\n-
\n-transport_url\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

rabbit://

\n-
\n-
\n-

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

\n-

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

\n-

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

\n-

For full details on the fields in the URL see the documentation of oslo_messaging.TransportURL at https://docs.openstack.org/oslo.messaging/latest/reference/transport.html

\n-
\n-\n-
\n-
\n-control_exchange\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

openstack

\n-
\n-
\n-

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

\n-
\n-\n-
\n-
\n-rpc_ping_enabled\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

False

\n-
\n-
\n-

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

\n-
\n-\n-
\n-
\n-backdoor_port\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

<None>

\n-
\n-
\n-

Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service\u2019s log file.

\n-
\n-\n-
\n-
\n-backdoor_socket\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

<None>

\n-
\n-
\n-

Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with \u2018backdoor_port\u2019 in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.

\n-
\n-\n-
\n-
\n-log_options\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

True

\n-
\n-
\n-

Enables or disables logging values of all registered options when starting a service (at DEBUG level).

\n-
\n-\n-
\n-
\n-graceful_shutdown_timeout\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

60

\n-
\n-
\n-

Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.

\n-
\n-\n
\n

audit_middleware_notifications\u00b6

\n
\n
\n
\n use_oslo_messaging\u00b6
\n
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -70,14 +70,115 @@\n sql_pool_logging_\b\u00b6\n Type:\n boolean\n Default:\n False\n Show SQLAlchemy pool-related debugging output in logs (sets DEBUG log\n level output) if specified.\n+ backdoor_port_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ \n+ Enable eventlet backdoor. Acceptable values are 0, , and :\n+ , where 0 results in listening on a random tcp port number; \n+ results in listening on the specified port number (and not enabling\n+ backdoor if that port is in use); and : results in listening\n+ on the smallest unused port number within the specified range of port\n+ numbers. The chosen port is displayed in the service\u2019s log file.\n+ backdoor_socket_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ \n+ Enable eventlet backdoor, using the provided path as a unix socket that\n+ can receive connections. This option is mutually exclusive with\n+ \u2018backdoor_port\u2019 in that only one should be provided. If both are provided\n+ then the existence of this option overrides the usage of that option.\n+ Inside the path {pid} will be replaced with the PID of the current\n+ process.\n+ log_options_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ True\n+ Enables or disables logging values of all registered options when\n+ starting a service (at DEBUG level).\n+ graceful_shutdown_timeout_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 60\n+ Specify a timeout after which a gracefully shutdown server will exit.\n+ Zero value means endless wait.\n+ rpc_conn_pool_size_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 30\n+ Minimum Value:\n+ 1\n+ Size of RPC connection pool.\n+ D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n+ G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n+ DEFAULT rpc_conn_pool_size\n+ conn_pool_min_size_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 2\n+ The pool size limit for connections expiration policy\n+ conn_pool_ttl_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 1200\n+ The time-to-live in sec of idle connections in the pool\n+ executor_thread_pool_size_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 64\n+ Size of executor thread pool when executor is threading or eventlet.\n+ D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n+ G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n+ DEFAULT rpc_thread_pool_size\n+ rpc_response_timeout_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 60\n+ Seconds to wait for a response from a call.\n+ transport_url_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ rabbit://\n+ The network address and optional user credentials for connecting to the\n+ messaging backend, in URL format. The expected format is:\n+ driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/\n+ virtual_host?query\n+ Example: rabbit://rabbitmq:password@127.0.0.1:5672//\n+ For full details on the fields in the URL see the documentation of\n+ oslo_messaging.TransportURL at _\bh_\bt_\bt_\bp_\bs_\b:_\b/_\b/_\bd_\bo_\bc_\bs_\b._\bo_\bp_\be_\bn_\bs_\bt_\ba_\bc_\bk_\b._\bo_\br_\bg_\b/_\bo_\bs_\bl_\bo_\b._\bm_\be_\bs_\bs_\ba_\bg_\bi_\bn_\bg_\b/\n+ _\bl_\ba_\bt_\be_\bs_\bt_\b/_\br_\be_\bf_\be_\br_\be_\bn_\bc_\be_\b/_\bt_\br_\ba_\bn_\bs_\bp_\bo_\br_\bt_\b._\bh_\bt_\bm_\bl\n+ control_exchange_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ openstack\n+ The default exchange under which topics are scoped. May be overridden by\n+ an exchange name specified in the transport_url option.\n+ rpc_ping_enabled_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ False\n+ Add an endpoint to answer to ping calls. Endpoint is named\n+ oslo_rpc_server_ping\n debug_\b\u00b6\n Type:\n boolean\n Default:\n False\n Mutable:\n This option can be changed without restarting.\n@@ -331,115 +432,14 @@\n levels are filtered.\n fatal_deprecations_\b\u00b6\n Type:\n boolean\n Default:\n False\n Enables or disables fatal status of deprecations.\n- rpc_conn_pool_size_\b\u00b6\n- Type:\n- integer\n- Default:\n- 30\n- Minimum Value:\n- 1\n- Size of RPC connection pool.\n- D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n- G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n- DEFAULT rpc_conn_pool_size\n- conn_pool_min_size_\b\u00b6\n- Type:\n- integer\n- Default:\n- 2\n- The pool size limit for connections expiration policy\n- conn_pool_ttl_\b\u00b6\n- Type:\n- integer\n- Default:\n- 1200\n- The time-to-live in sec of idle connections in the pool\n- executor_thread_pool_size_\b\u00b6\n- Type:\n- integer\n- Default:\n- 64\n- Size of executor thread pool when executor is threading or eventlet.\n- D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n- G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n- DEFAULT rpc_thread_pool_size\n- rpc_response_timeout_\b\u00b6\n- Type:\n- integer\n- Default:\n- 60\n- Seconds to wait for a response from a call.\n- transport_url_\b\u00b6\n- Type:\n- string\n- Default:\n- rabbit://\n- The network address and optional user credentials for connecting to the\n- messaging backend, in URL format. The expected format is:\n- driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/\n- virtual_host?query\n- Example: rabbit://rabbitmq:password@127.0.0.1:5672//\n- For full details on the fields in the URL see the documentation of\n- oslo_messaging.TransportURL at _\bh_\bt_\bt_\bp_\bs_\b:_\b/_\b/_\bd_\bo_\bc_\bs_\b._\bo_\bp_\be_\bn_\bs_\bt_\ba_\bc_\bk_\b._\bo_\br_\bg_\b/_\bo_\bs_\bl_\bo_\b._\bm_\be_\bs_\bs_\ba_\bg_\bi_\bn_\bg_\b/\n- _\bl_\ba_\bt_\be_\bs_\bt_\b/_\br_\be_\bf_\be_\br_\be_\bn_\bc_\be_\b/_\bt_\br_\ba_\bn_\bs_\bp_\bo_\br_\bt_\b._\bh_\bt_\bm_\bl\n- control_exchange_\b\u00b6\n- Type:\n- string\n- Default:\n- openstack\n- The default exchange under which topics are scoped. May be overridden by\n- an exchange name specified in the transport_url option.\n- rpc_ping_enabled_\b\u00b6\n- Type:\n- boolean\n- Default:\n- False\n- Add an endpoint to answer to ping calls. Endpoint is named\n- oslo_rpc_server_ping\n- backdoor_port_\b\u00b6\n- Type:\n- string\n- Default:\n- \n- Enable eventlet backdoor. Acceptable values are 0, , and :\n- , where 0 results in listening on a random tcp port number; \n- results in listening on the specified port number (and not enabling\n- backdoor if that port is in use); and : results in listening\n- on the smallest unused port number within the specified range of port\n- numbers. The chosen port is displayed in the service\u2019s log file.\n- backdoor_socket_\b\u00b6\n- Type:\n- string\n- Default:\n- \n- Enable eventlet backdoor, using the provided path as a unix socket that\n- can receive connections. This option is mutually exclusive with\n- \u2018backdoor_port\u2019 in that only one should be provided. If both are provided\n- then the existence of this option overrides the usage of that option.\n- Inside the path {pid} will be replaced with the PID of the current\n- process.\n- log_options_\b\u00b6\n- Type:\n- boolean\n- Default:\n- True\n- Enables or disables logging values of all registered options when\n- starting a service (at DEBUG level).\n- graceful_shutdown_timeout_\b\u00b6\n- Type:\n- integer\n- Default:\n- 60\n- Specify a timeout after which a gracefully shutdown server will exit.\n- Zero value means endless wait.\n *\b**\b**\b**\b**\b* a\bau\bud\bdi\bit\bt_\b_m\bmi\bid\bdd\bdl\ble\bew\bwa\bar\bre\be_\b_n\bno\bot\bti\bif\bfi\bic\bca\bat\bti\bio\bon\bns\bs_\b?\b\u00b6 *\b**\b**\b**\b**\b*\n use_oslo_messaging_\b\u00b6\n Type:\n boolean\n Default:\n True\n Indicate whether to use oslo_messaging as the notifier. If set to False,\n"}]}, {"source1": "./usr/share/doc/barbican-doc/html/searchindex.js", "source2": "./usr/share/doc/barbican-doc/html/searchindex.js", "unified_diff": null, "details": [{"source1": "js-beautify {}", "source2": "js-beautify {}", "unified_diff": "@@ -1104,14 +1104,81 @@\n \"connect\": [21, 23, 27, 30, 44, 46, 50, 51, 52, 55],\n \"nullpool\": [21, 55],\n \"en\": [21, 42, 55],\n \"core\": [21, 27, 39, 55],\n \"html\": [21, 29, 33, 42, 55],\n \"sql_pool_log\": [21, 55],\n \"debug\": [21, 27, 51, 55],\n+ \"backdoor_port\": [21, 55],\n+ \"eventlet\": [21, 55],\n+ \"backdoor\": [21, 55],\n+ \"port\": [21, 27, 44, 55],\n+ \"end\": [21, 24, 34, 45, 48, 49, 50, 51, 52, 55],\n+ \"tcp\": [21, 27, 55],\n+ \"smallest\": [21, 55],\n+ \"unus\": [21, 55],\n+ \"chosen\": [21, 55],\n+ \"displai\": [21, 51, 54, 55],\n+ \"backdoor_socket\": [21, 55],\n+ \"unix\": [21, 55],\n+ \"socket\": [21, 27, 55],\n+ \"mutual\": [21, 55],\n+ \"exclus\": [21, 55],\n+ \"usag\": [21, 25, 55],\n+ \"pid\": [21, 27, 55],\n+ \"log_opt\": [21, 55],\n+ \"regist\": [21, 55],\n+ \"graceful_shutdown_timeout\": [21, 55],\n+ \"60\": [21, 55],\n+ \"timeout\": [21, 55],\n+ \"gracefulli\": [21, 55],\n+ \"shutdown\": [21, 55],\n+ \"exit\": [21, 46, 50, 51, 52, 55],\n+ \"endless\": [21, 55],\n+ \"wait\": [21, 55],\n+ \"rpc_conn_pool_s\": [21, 55],\n+ \"rpc\": [21, 31, 47, 55],\n+ \"conn_pool_min_s\": [21, 55],\n+ \"polici\": [21, 22, 29, 43, 55],\n+ \"conn_pool_ttl\": [21, 55],\n+ \"1200\": [21, 55],\n+ \"live\": [21, 44, 55],\n+ \"sec\": [21, 55],\n+ \"idl\": [21, 55],\n+ \"executor_thread_pool_s\": [21, 55],\n+ \"64\": [21, 55],\n+ \"executor\": [21, 55],\n+ \"thread\": [21, 33, 51, 55],\n+ \"rpc_thread_pool_s\": [21, 55],\n+ \"rpc_response_timeout\": [21, 55],\n+ \"transport_url\": [21, 45, 50, 51, 52, 55],\n+ \"rabbit\": [21, 34, 45, 50, 51, 52, 55],\n+ \"network\": [21, 28, 55],\n+ \"usern\": [21, 55],\n+ \"passn\": [21, 55],\n+ \"hostn\": [21, 55],\n+ \"portn\": [21, 55],\n+ \"virtual_host\": [21, 55],\n+ \"queri\": [21, 37, 55],\n+ \"rabbitmq\": [21, 27, 28, 45, 50, 51, 52, 55],\n+ \"password\": [21, 23, 30, 44, 45, 46, 47, 50, 51, 52, 55],\n+ \"127\": [21, 30, 44, 55],\n+ \"5672\": [21, 55],\n+ \"oslo_messag\": [21, 55],\n+ \"transporturl\": [21, 55],\n+ \"transport\": [21, 26, 38, 40, 55, 56],\n+ \"control_exchang\": [21, 55],\n+ \"exchang\": [21, 55],\n+ \"under\": [21, 25, 37, 55],\n+ \"topic\": [21, 55],\n+ \"overridden\": [21, 55],\n+ \"rpc_ping_en\": [21, 55],\n+ \"answer\": [21, 27, 29, 55],\n+ \"ping\": [21, 55],\n+ \"oslo_rpc_server_p\": [21, 55],\n \"mutabl\": 21,\n \"log_config_append\": [21, 55],\n \"append\": [21, 34, 55],\n \"about\": [21, 29, 30, 33, 38, 40, 43, 55],\n \"log_config\": [21, 55],\n \"log_date_format\": [21, 55],\n \"y\": [21, 55],\n@@ -1187,15 +1254,14 @@\n \"project_domain\": [21, 55],\n \"default_log_level\": [21, 55],\n \"amqp\": [21, 55],\n \"amqplib\": [21, 55],\n \"boto\": [21, 55],\n \"qpid\": [21, 55],\n \"sud\": [21, 55],\n- \"oslo_messag\": [21, 55],\n \"packag\": [21, 27, 30, 32, 34, 42, 50, 51, 52, 54, 55],\n \"urllib3\": [21, 55],\n \"connectionpool\": [21, 55],\n \"websocket\": [21, 55],\n \"retri\": [21, 37, 55],\n \"stevedor\": [21, 38, 40, 55],\n \"taskflow\": [21, 55],\n@@ -1210,80 +1276,14 @@\n \"rate_limit_interv\": [21, 55],\n \"rate\": [21, 55],\n \"rate_limit_burst\": [21, 55],\n \"rate_limit_except_level\": [21, 55],\n \"critic\": [21, 55],\n \"fatal_deprec\": [21, 55],\n \"fatal\": [21, 27, 55],\n- \"rpc_conn_pool_s\": [21, 55],\n- \"rpc\": [21, 31, 47, 55],\n- \"conn_pool_min_s\": [21, 55],\n- \"polici\": [21, 22, 29, 43, 55],\n- \"conn_pool_ttl\": [21, 55],\n- \"1200\": [21, 55],\n- \"live\": [21, 44, 55],\n- \"sec\": [21, 55],\n- \"idl\": [21, 55],\n- \"executor_thread_pool_s\": [21, 55],\n- \"64\": [21, 55],\n- \"executor\": [21, 55],\n- \"thread\": [21, 33, 51, 55],\n- \"eventlet\": [21, 55],\n- \"rpc_thread_pool_s\": [21, 55],\n- \"rpc_response_timeout\": [21, 55],\n- \"60\": [21, 55],\n- \"wait\": [21, 55],\n- \"transport_url\": [21, 45, 50, 51, 52, 55],\n- \"rabbit\": [21, 34, 45, 50, 51, 52, 55],\n- \"network\": [21, 28, 55],\n- \"port\": [21, 27, 44, 55],\n- \"usern\": [21, 55],\n- \"passn\": [21, 55],\n- \"hostn\": [21, 55],\n- \"portn\": [21, 55],\n- \"virtual_host\": [21, 55],\n- \"queri\": [21, 37, 55],\n- \"rabbitmq\": [21, 27, 28, 45, 50, 51, 52, 55],\n- \"password\": [21, 23, 30, 44, 45, 46, 47, 50, 51, 52, 55],\n- \"127\": [21, 30, 44, 55],\n- \"5672\": [21, 55],\n- \"transporturl\": [21, 55],\n- \"transport\": [21, 26, 38, 40, 55, 56],\n- \"control_exchang\": [21, 55],\n- \"exchang\": [21, 55],\n- \"under\": [21, 25, 37, 55],\n- \"topic\": [21, 55],\n- \"overridden\": [21, 55],\n- \"rpc_ping_en\": [21, 55],\n- \"answer\": [21, 27, 29, 55],\n- \"ping\": [21, 55],\n- \"oslo_rpc_server_p\": [21, 55],\n- \"backdoor_port\": [21, 55],\n- \"backdoor\": [21, 55],\n- \"end\": [21, 24, 34, 45, 48, 49, 50, 51, 52, 55],\n- \"tcp\": [21, 27, 55],\n- \"smallest\": [21, 55],\n- \"unus\": [21, 55],\n- \"chosen\": [21, 55],\n- \"displai\": [21, 51, 54, 55],\n- \"backdoor_socket\": [21, 55],\n- \"unix\": [21, 55],\n- \"socket\": [21, 27, 55],\n- \"mutual\": [21, 55],\n- \"exclus\": [21, 55],\n- \"usag\": [21, 25, 55],\n- \"pid\": [21, 27, 55],\n- \"log_opt\": [21, 55],\n- \"regist\": [21, 55],\n- \"graceful_shutdown_timeout\": [21, 55],\n- \"timeout\": [21, 55],\n- \"gracefulli\": [21, 55],\n- \"shutdown\": [21, 55],\n- \"exit\": [21, 46, 50, 51, 52, 55],\n- \"endless\": [21, 55],\n \"use_oslo_messag\": [21, 55],\n \"local\": [21, 34, 36, 41, 42, 49, 55],\n \"present\": [21, 28, 44, 55],\n \"notif\": [21, 30, 47, 55],\n \"noop\": [21, 55],\n \"repres\": [21, 28, 38, 55],\n \"fall\": [21, 55],\n"}]}]}, {"source1": "xz --list", "source2": "xz --list", "unified_diff": "@@ -1,13 +1,13 @@\n Streams: 1\n Blocks: 1\n- Compressed size: 1159.9 KiB (1187784 B)\n+ Compressed size: 1160.0 KiB (1187836 B)\n Uncompressed size: 4720.0 KiB (4833280 B)\n Ratio: 0.246\n Check: CRC64\n Stream Padding: 0 B\n Streams:\n Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding\n- 1 1 0 0 1187784 4833280 0.246 CRC64 0\n+ 1 1 0 0 1187836 4833280 0.246 CRC64 0\n Blocks:\n Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check\n- 1 1 12 0 1187744 4833280 0.246 CRC64\n+ 1 1 12 0 1187796 4833280 0.246 CRC64\n"}]}]}]}