feat: ✨ Add fullnet script for demo #2219
Annotations
9 errors, 1 warning, and 1 notice
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L191
[Error [ERR_TEST_FAILURE]: No event found for matcher, BspRequestedToStopStoring] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: No event found for matcher, BspRequestedToStopStoring
at Object.fetchEvent (/home/runner/work/storage-hub/storage-hub/test/util/asserts.ts:188:3)
at TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:191:22)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L217
[Error [ERR_TEST_FAILURE]: No events matching fileSystem.BspConfirmStoppedStoring] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: No events matching fileSystem.BspConfirmStoppedStoring
at Module.assertEventPresent (/home/runner/work/storage-hub/storage-hub/test/util/asserts.ts:146:3)
at Object.eventPresent (/home/runner/work/storage-hub/storage-hub/test/util/bspNet/test-api.ts:167:27)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:217:39)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L338
[Error [ERR_TEST_FAILURE]: Failed to detect BSP catch up after 30s] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Failed to detect BSP catch up after 30s
at Module.waitForBspToCatchUpToChainTip (/home/runner/work/storage-hub/storage-hub/test/util/bspNet/waits.ts:299:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:338:7)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L401
[Error [ERR_TEST_FAILURE]: All pending submit proof transactions should have been successful
3 !== 2
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: All pending submit proof transactions should have been successful
3 !== 2
at TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:401:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 3,
expected: 2,
operator: 'strictEqual'
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L463
[Error [ERR_TEST_FAILURE]: No events matching fileSystem.FileDeletionRequest] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: No events matching fileSystem.FileDeletionRequest
at Module.assertEventPresent (/home/runner/work/storage-hub/storage-hub/test/util/asserts.ts:146:3)
at Object.eventPresent (/home/runner/work/storage-hub/storage-hub/test/util/bspNet/test-api.ts:167:27)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:463:7)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L508
[Error [ERR_TEST_FAILURE]: The file key should be included in the checkpoint challenge.] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The file key should be included in the checkpoint challenge.
at TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:508:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L650
[Error [ERR_TEST_FAILURE]: No events matching proofsDealer.MutationsApplied found] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: No events matching proofsDealer.MutationsApplied found
at Module.assertEventMany (/home/runner/work/storage-hub/storage-hub/test/util/asserts.ts:175:3)
at Object.eventMany (/home/runner/work/storage-hub/storage-hub/test/util/bspNet/test-api.ts:178:27)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:650:40)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests:
test/suites/integration/bsp/submit-proofs.test.ts#L681
[Error [ERR_TEST_FAILURE]: The root should have been updated on chain] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The root should have been updated on chain
at TestContext.<anonymous> (/home/runner/work/storage-hub/storage-hub/test/suites/integration/bsp/submit-proofs.test.ts:681:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run BSPNet Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run BSPNet Tests
Total Tests: 34
Suites 📂: 8
Passed ✅: 23
Failed ❌: 8
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 399432.295ms
|
Loading