Skip to content

Test harness channel constructed with custom channel data #14202

Test harness channel constructed with custom channel data

Test harness channel constructed with custom channel data #14202

Triggered via pull request May 13, 2024 16:49
Status Failure
Total duration 35m 45s
Artifacts 12

main.yml

on: pull_request
Sqlc check
44s
Sqlc check
RPC and mobile compilation check
1m 44s
RPC and mobile compilation check
check commits
2m 38s
check commits
lint code
32s
lint code
cross compilation
21s
cross compilation
sample configuration check
1m 42s
sample configuration check
run windows itest
12m 49s
run windows itest
run macOS itest
12m 12s
run macOS itest
check release notes updated
7s
check release notes updated
Matrix: check pinned dependencies
Matrix: run ubuntu itests
Matrix: run unit tests
Fit to window
Zoom out
Zoom in

Annotations

69 errors and 32 warnings
check release notes updated
Process completed with exit code 1.
cross compilation
Process completed with exit code 2.
lint code
Process completed with exit code 2.
run unit tests (unit-module)
Process completed with exit code 2.
run unit tests (btcd unit-cover)
Process completed with exit code 2.
RPC and mobile compilation check
Process completed with exit code 2.
check commits: routing/mock_test.go#L98
cannot use (*mockPaymentSessionSourceOld)(nil) (value of type *mockPaymentSessionSourceOld) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSourceOld does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
check commits: routing/mock_test.go#L103
cannot use &mockPaymentSessionOld{…} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
check commits: routing/mock_test.go#L115
cannot use &mockPaymentSessionOld{} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
check commits: routing/mock_test.go#L160
cannot use (*mockPaymentSessionOld)(nil) (value of type *mockPaymentSessionOld) as PaymentSession value in variable declaration: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
check commits: routing/mock_test.go#L613
cannot use (*mockPaymentSessionSource)(nil) (value of type *mockPaymentSessionSource) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSource does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
check commits: routing/mock_test.go#L673
cannot use (*mockPaymentSession)(nil) (value of type *mockPaymentSession) as PaymentSession value in variable declaration: *mockPaymentSession does not implement PaymentSession (wrong type for method RequestRoute)
check commits: routing/bandwidth_test.go#L117
not enough arguments in call to newBandwidthManager
check commits: routing/bandwidth_test.go#L122
not enough arguments in call to m.availableChanBandwidth
check commits: routing/integrated_routing_context_test.go#L173
cannot use &mockBandwidthHints{…} (value of type *mockBandwidthHints) as bandwidthHints value in return statement: *mockBandwidthHints does not implement bandwidthHints (wrong type for method availableChanBandwidth)
check commits: routing/integrated_routing_context_test.go#L231
not enough arguments in call to session.RequestRoute
run ubuntu itests (btcd, backend=btcd)
Process completed with exit code 2.
run ubuntu itests (neutrino, backend=neutrino)
Process completed with exit code 2.
run ubuntu itests (bitcoind, backend=bitcoind)
Process completed with exit code 2.
run ubuntu itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling")
Process completed with exit code 2.
run ubuntu itests (bitcoind-notxindex, backend="bitcoind notxindex")
Process completed with exit code 2.
run macOS itest
Process completed with exit code 2.
run windows itest
Process completed with exit code 1.
run windows itest
Process completed with exit code 2.
run ubuntu itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
Process completed with exit code 2.
run ubuntu itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
Process completed with exit code 2.
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L98
cannot use (*mockPaymentSessionSourceOld)(nil) (value of type *mockPaymentSessionSourceOld) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSourceOld does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L103
cannot use &mockPaymentSessionOld{…} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L115
cannot use &mockPaymentSessionOld{} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L160
cannot use (*mockPaymentSessionOld)(nil) (value of type *mockPaymentSessionOld) as PaymentSession value in variable declaration: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L613
cannot use (*mockPaymentSessionSource)(nil) (value of type *mockPaymentSessionSource) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSource does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_sqlite"): routing/mock_test.go#L673
cannot use (*mockPaymentSession)(nil) (value of type *mockPaymentSession) as PaymentSession value in variable declaration: *mockPaymentSession does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_sqlite"): routing/bandwidth_test.go#L117
not enough arguments in call to newBandwidthManager
run unit tests (unit tags="kvdb_sqlite"): routing/bandwidth_test.go#L122
not enough arguments in call to m.availableChanBandwidth
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L173
cannot use &mockBandwidthHints{…} (value of type *mockBandwidthHints) as bandwidthHints value in return statement: *mockBandwidthHints does not implement bandwidthHints (wrong type for method availableChanBandwidth)
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L231
not enough arguments in call to session.RequestRoute
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L98
cannot use (*mockPaymentSessionSourceOld)(nil) (value of type *mockPaymentSessionSourceOld) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSourceOld does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L103
cannot use &mockPaymentSessionOld{…} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L115
cannot use &mockPaymentSessionOld{} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L160
cannot use (*mockPaymentSessionOld)(nil) (value of type *mockPaymentSessionOld) as PaymentSession value in variable declaration: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L613
cannot use (*mockPaymentSessionSource)(nil) (value of type *mockPaymentSessionSource) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSource does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_postgres"): routing/mock_test.go#L673
cannot use (*mockPaymentSession)(nil) (value of type *mockPaymentSession) as PaymentSession value in variable declaration: *mockPaymentSession does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_postgres"): routing/bandwidth_test.go#L117
not enough arguments in call to newBandwidthManager
run unit tests (unit tags="kvdb_postgres"): routing/bandwidth_test.go#L122
not enough arguments in call to m.availableChanBandwidth
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L173
cannot use &mockBandwidthHints{…} (value of type *mockBandwidthHints) as bandwidthHints value in return statement: *mockBandwidthHints does not implement bandwidthHints (wrong type for method availableChanBandwidth)
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L231
not enough arguments in call to session.RequestRoute
run ubuntu itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
Process completed with exit code 2.
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L98
cannot use (*mockPaymentSessionSourceOld)(nil) (value of type *mockPaymentSessionSourceOld) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSourceOld does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L103
cannot use &mockPaymentSessionOld{…} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L115
cannot use &mockPaymentSessionOld{} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L160
cannot use (*mockPaymentSessionOld)(nil) (value of type *mockPaymentSessionOld) as PaymentSession value in variable declaration: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L613
cannot use (*mockPaymentSessionSource)(nil) (value of type *mockPaymentSessionSource) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSource does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (unit tags="kvdb_etcd"): routing/mock_test.go#L673
cannot use (*mockPaymentSession)(nil) (value of type *mockPaymentSession) as PaymentSession value in variable declaration: *mockPaymentSession does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (unit tags="kvdb_etcd"): routing/bandwidth_test.go#L117
not enough arguments in call to newBandwidthManager
run unit tests (unit tags="kvdb_etcd"): routing/bandwidth_test.go#L122
not enough arguments in call to m.availableChanBandwidth
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L173
cannot use &mockBandwidthHints{…} (value of type *mockBandwidthHints) as bandwidthHints value in return statement: *mockBandwidthHints does not implement bandwidthHints (wrong type for method availableChanBandwidth)
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L231
not enough arguments in call to session.RequestRoute
run unit tests (btcd unit-race): routing/mock_test.go#L98
cannot use (*mockPaymentSessionSourceOld)(nil) (value of type *mockPaymentSessionSourceOld) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSourceOld does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (btcd unit-race): routing/mock_test.go#L103
cannot use &mockPaymentSessionOld{…} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (btcd unit-race): routing/mock_test.go#L115
cannot use &mockPaymentSessionOld{} (value of type *mockPaymentSessionOld) as PaymentSession value in return statement: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (btcd unit-race): routing/mock_test.go#L160
cannot use (*mockPaymentSessionOld)(nil) (value of type *mockPaymentSessionOld) as PaymentSession value in variable declaration: *mockPaymentSessionOld does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (btcd unit-race): routing/mock_test.go#L613
cannot use (*mockPaymentSessionSource)(nil) (value of type *mockPaymentSessionSource) as PaymentSessionSource value in variable declaration: *mockPaymentSessionSource does not implement PaymentSessionSource (wrong type for method NewPaymentSession)
run unit tests (btcd unit-race): routing/mock_test.go#L673
cannot use (*mockPaymentSession)(nil) (value of type *mockPaymentSession) as PaymentSession value in variable declaration: *mockPaymentSession does not implement PaymentSession (wrong type for method RequestRoute)
run unit tests (btcd unit-race): routing/bandwidth_test.go#L117
not enough arguments in call to newBandwidthManager
run unit tests (btcd unit-race): routing/bandwidth_test.go#L122
not enough arguments in call to m.availableChanBandwidth
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L173
cannot use &mockBandwidthHints{…} (value of type *mockBandwidthHints) as bandwidthHints value in return statement: *mockBandwidthHints does not implement bandwidthHints (wrong type for method availableChanBandwidth)
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L231
not enough arguments in call to session.RequestRoute
check pinned dependencies (github.com/golang/protobuf v1.5.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check pinned dependencies (google.golang.org/grpc v1.59.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check release notes updated
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
cross compilation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit-module)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (btcd unit-cover)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Sqlc check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, satackey/action-docker-layer-caching@v0.0.11. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Sqlc check
The following actions uses node12 which is deprecated and will be forced to run on node16: satackey/action-docker-layer-caching@v0.0.11. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Sqlc check
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Sqlc check
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Sqlc check
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
sample configuration check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
RPC and mobile compilation check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check commits
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (btcd, backend=btcd)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (neutrino, backend=neutrino)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind, backend=bitcoind)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling")
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-notxindex, backend="bitcoind notxindex")
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run macOS itest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-sqlite-nativesql, backend=bitcoind dbbackend=sqlite nativesql=true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run windows itest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit tags="kvdb_sqlite")
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit tags="kvdb_postgres")
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-postgres-nativesql, backend=bitcoind dbbackend=postgres nativesql=true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run ubuntu itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit tags="kvdb_etcd")
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (btcd unit-race)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-bitcoind", "logs-itest-bitcoind-etcd", "logs-itest-bitcoind-notxindex", "logs-itest-bitcoind-postgres", "logs-itest-bitcoind-postgres-nativesql", "logs-itest-bitcoind-rpcpolling", "logs-itest-bitcoind-sqlite", "logs-itest-bitcoind-sqlite-nativesql", "logs-itest-btcd", "logs-itest-macos", "logs-itest-neutrino", "logs-itest-windows". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
logs-itest-bitcoind Expired
3.62 MB
logs-itest-bitcoind-etcd Expired
3.87 MB
logs-itest-bitcoind-notxindex Expired
3.61 MB
logs-itest-bitcoind-postgres Expired
3.77 MB
logs-itest-bitcoind-postgres-nativesql Expired
3.76 MB
logs-itest-bitcoind-rpcpolling Expired
3.99 MB
logs-itest-bitcoind-sqlite Expired
3.77 MB
logs-itest-bitcoind-sqlite-nativesql Expired
3.67 MB
logs-itest-btcd Expired
2.93 MB
logs-itest-macos Expired
3.62 MB
logs-itest-neutrino Expired
2.84 MB
logs-itest-windows Expired
3.07 MB