Skip to content

Multinode

Multinode #886

Triggered via pull request November 1, 2024 07:37
Status Cancelled
Total duration 34m 16s
Artifacts 1

main.yml

on: pull_request
Matrix: run ubuntu itests
Matrix: run unit tests
Sqlc check
2m 41s
Sqlc check
RPC and mobile compilation check
2m 8s
RPC and mobile compilation check
check commits
6m 10s
check commits
lint code
3m 51s
lint code
cross compilation
32m 14s
cross compilation
sample configuration check
52s
sample configuration check
run windows itest
5m 55s
run windows itest
run macOS itest
32m 58s
run macOS itest
check release notes updated
5s
check release notes updated
Matrix: check pinned dependencies
Fit to window
Zoom out
Zoom in

Annotations

89 errors and 22 warnings
sample configuration check
Process completed with exit code 2.
RPC and mobile compilation check: mobile/bindings.go#L113
not enough arguments in call to lnd.Main
RPC and mobile compilation check
Process completed with exit code 1.
Sqlc check
TypeError: this.source.on is not a function
run unit tests (btcd unit-cover): graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-cover): graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-cover): graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-cover)
Process completed with exit code 2.
lint code: autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
lint code: autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
lint code: autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
lint code: autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/prefattach_test.go#L91
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to prefAttach.NodeScores: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/prefattach_test.go#L152
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to prefAttach.NodeScores: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/prefattach_test.go#L256
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to prefAttach.NodeScores: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
lint code: autopilot/prefattach_test.go#L274
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to prefAttach.NodeScores: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
check commits: graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
check commits: graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
check commits: graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
check commits
Process completed with exit code 1.
check release notes updated
Process completed with exit code 1.
run windows itest
Process completed with exit code 1.
run windows itest
Process completed with exit code 2.
run unit tests (unit tags="kvdb_postgres"): graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_postgres"): graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_postgres"): graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.GraphRTx) as walletdb.ReadTx value in struct literal: graphdb.GraphRTx does not implement walletdb.ReadTx (missing method ForEachBucket)
run unit tests (unit tags="kvdb_postgres"): autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_postgres"): autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_postgres"): autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_postgres"): autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_postgres"): autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_postgres"): autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_sqlite"): graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_sqlite"): graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_sqlite"): graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.GraphRTx) as walletdb.ReadTx value in struct literal: graphdb.GraphRTx does not implement walletdb.ReadTx (missing method ForEachBucket)
run unit tests (unit tags="kvdb_sqlite"): autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_sqlite"): autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_sqlite"): autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_sqlite"): autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_sqlite"): autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_sqlite"): autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_etcd"): graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_etcd"): graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_etcd"): graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.GraphRTx) as walletdb.ReadTx value in struct literal: graphdb.GraphRTx does not implement walletdb.ReadTx (missing method ForEachBucket)
run unit tests (unit tags="kvdb_etcd"): autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_etcd"): autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_etcd"): autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_etcd"): autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (unit tags="kvdb_etcd"): autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (unit tags="kvdb_etcd"): autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run ubuntu itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
The operation was canceled.
run unit tests (btcd unit-race)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling" cover=1)
Canceling since a higher priority waiting request for '154' exists
run unit tests (btcd unit-race): graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-race): graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-race): graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.GraphRTx) as walletdb.ReadTx value in struct literal: graphdb.GraphRTx does not implement walletdb.ReadTx (missing method ForEachBucket)
run unit tests (btcd unit-race): autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (btcd unit-race): autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (btcd unit-race): autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (btcd unit-race): autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
run unit tests (btcd unit-race): autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run unit tests (btcd unit-race): autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
run ubuntu itests (bitcoind, backend=bitcoind cover=1)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind, backend=bitcoind cover=1)
The operation was canceled.
run ubuntu itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
The operation was canceled.
run ubuntu itests (neutrino, backend=neutrino cover=1)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (neutrino, backend=neutrino cover=1)
The operation was canceled.
run ubuntu itests (bitcoind-sqlite-nativesql, backend=bitcoind dbbackend=sqlite nativesql=true)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind-postgres-nativesql, backend=bitcoind dbbackend=postgres nativesql=true)
Canceling since a higher priority waiting request for '154' exists
run macOS itest
Canceling since a higher priority waiting request for '154' exists
run macOS itest
The operation was canceled.
run ubuntu itests (bitcoind-notxindex, backend="bitcoind notxindex")
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (bitcoind-notxindex, backend="bitcoind notxindex")
The operation was canceled.
run ubuntu itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (btcd, backend=btcd cover=1)
Canceling since a higher priority waiting request for '154' exists
run ubuntu itests (btcd, backend=btcd cover=1)
The operation was canceled.
finish
Error: The process '/home/runner/work/_actions/shogo82148/actions-goveralls/v1/bin/goveralls_linux_amd64' failed with exit code 1
check pinned dependencies (github.com/golang/protobuf v1.5.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check pinned dependencies (google.golang.org/grpc v1.59.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
sample configuration check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
RPC and mobile compilation check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Sqlc check
The following actions uses node12 which is deprecated and will be forced to run on node16: satackey/[email protected]. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, satackey/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
run unit tests (btcd unit-cover)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint code
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check commits
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check release notes updated
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run unit tests (unit-module)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run windows itest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run unit tests (unit tags="kvdb_postgres")
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run unit tests (unit tags="kvdb_sqlite")
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run unit tests (unit tags="kvdb_etcd")
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cross compilation
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
cross compilation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cross compilation
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 3 MB
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-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-windows Expired
1.19 MB