Page MenuHomePhabricator

[GITIAN] Stop distributing the *-unsigned.tar.gz archive
ClosedPublic

Authored by Fabien on Jul 30 2020, 14:37.

Details

Summary

This archive used to contain the installer for both win32 and win64 in a
single archive. Now that there is no win32 anymore it is just an archive
of the installer that offer no additional compression and can just be
removed.

Test Plan

Run the windows Gitian build and check the archive is no longer part of
the output.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jul 30 2020, 14:37

Snippet of first build failure:

rpc_deriveaddresses.py --usecli         | ✓ Passed  | 2 s
rpc_estimatefee.py                      | ✓ Passed  | 2 s
rpc_getblockfilter.py                   | ✓ Passed  | 2 s
rpc_getblockstats.py                    | ✓ Passed  | 2 s
rpc_getchaintips.py                     | ✓ Passed  | 2 s
rpc_help.py                             | ✓ Passed  | 2 s
rpc_invalidateblock.py                  | ✓ Passed  | 6 s
rpc_misc.py                             | ✓ Passed  | 2 s
rpc_named_arguments.py                  | ✓ Passed  | 2 s
rpc_net.py                              | ✓ Passed  | 2 s
rpc_preciousblock.py                    | ✓ Passed  | 2 s
rpc_psbt.py                             | ✓ Passed  | 19 s
rpc_scantxoutset.py                     | ✓ Passed  | 6 s
rpc_setban.py                           | ✓ Passed  | 3 s
rpc_signmessage.py                      | ✓ Passed  | 2 s
rpc_signrawtransaction.py               | ✓ Passed  | 3 s
rpc_txoutproof.py                       | ✓ Passed  | 3 s
rpc_uptime.py                           | ✓ Passed  | 1 s
rpc_users.py                            | ✓ Passed  | 3 s
rpc_whitelist.py                        | ✓ Passed  | 1 s
tool_wallet.py                          | ✓ Passed  | 5 s
wallet_abandonconflict.py               | ✓ Passed  | 5 s
wallet_address_types.py                 | ✓ Passed  | 16 s
wallet_avoidreuse.py                    | ✓ Passed  | 2 s
wallet_backup.py                        | ✓ Passed  | 55 s
wallet_balance.py                       | ✓ Passed  | 12 s
wallet_basic.py                         | ✓ Passed  | 25 s
wallet_create_tx.py                     | ✓ Passed  | 12 s
wallet_createwallet.py                  | ✓ Passed  | 4 s
wallet_createwallet.py --usecli         | ✓ Passed  | 4 s
wallet_disable.py                       | ✓ Passed  | 1 s
wallet_dump.py                          | ✓ Passed  | 3 s
wallet_encryption.py                    | ✓ Passed  | 5 s
wallet_groups.py                        | ✓ Passed  | 14 s
wallet_hd.py                            | ✓ Passed  | 7 s
wallet_import_rescan.py                 | ✓ Passed  | 7 s
wallet_import_with_label.py             | ✓ Passed  | 2 s
wallet_importmulti.py                   | ✓ Passed  | 4 s
wallet_importprunedfunds.py             | ✓ Passed  | 2 s
wallet_keypool.py                       | ✓ Passed  | 3 s
wallet_keypool_topup.py                 | ✓ Passed  | 5 s
wallet_labels.py                        | ✓ Passed  | 6 s
wallet_listreceivedby.py                | ✓ Passed  | 21 s
wallet_listsinceblock.py                | ✓ Passed  | 4 s
wallet_listtransactions.py              | ✓ Passed  | 23 s
wallet_multiwallet.py                   | ✓ Passed  | 17 s
wallet_multiwallet.py --usecli          | ✓ Passed  | 19 s
wallet_reorgsrestore.py                 | ✓ Passed  | 4 s
wallet_resendwallettransactions.py      | ✓ Passed  | 4 s
wallet_txn_clone.py                     | ✓ Passed  | 4 s
wallet_txn_clone.py --mineblock         | ✓ Passed  | 4 s
wallet_txn_doublespend.py               | ✓ Passed  | 4 s
wallet_txn_doublespend.py --mineblock   | ✓ Passed  | 5 s
wallet_zapwallettxes.py                 | ✓ Passed  | 5 s

ALL                                     | ✓ Passed  | 870 s (accumulated) 
Runtime: 176 s

ninja: build stopped: cannot make progress due to previous errors.
Build build-diff failed with exit code 1

Each failure log is accessible here:
Bitcoin ABC functional tests: mempool_accept.py

This revision is now accepted and ready to land.Jul 30 2020, 17:09
This revision was landed with ongoing or failed builds.Jul 31 2020, 08:57
This revision was automatically updated to reflect the committed changes.