build.yaml
on: push
Annotations
4 errors
src/wf.test.ts > empty imputs:
test/src/wf.test.ts#L21
Error: 1 errors, first error: F [Error]: error in field presets of NG:0xfe: {"errorType":"","message":"resource \"NG:0x124\" has input errors:\nfield \"NG:0x124/blob\": resource \"NG:0x123\" has input errors:\nfield \"NG:0x123/resource\": resource \"NG:0x133\" has input errors:\nfield \"NG:0x133/resource\": resource \"NG:0x130\" has input errors:\nfield \"NG:0x130/inputs\": resource \"NG:0x131\" has input errors:\nfield \"NG:0x131/workdir\": failed to run command: \"/usr/bin/env\" exited with code 127.\nHere is the latest command output:\n\tenv: 'mixcr': No such file or directory\n"}
at resolveWithCommon (bundle.js:4051)
at resolve (bundle.js:4048)
at <anonymous> (bundle.js:4551)
at <anonymous> (bundle.js)
Host: QuickJSUnwrapError:
at P.unwrapResult (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/context.ts:1023:27)
at block (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/context.ts:108:19)
at Function.withScope (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/lifetime.ts:251:14)
at _JsExecutionContext.runCallback (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/context.ts:101:20)
at Object.___kernel___ (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/index.ts:26:25)
at renderSelfState (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:384:28)
at updateCellStateWithoutValue (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:566:7)
at calculateChildren (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:420:16)
at updateCellStateWithoutValue (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:571:26)
at calculateChildren (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:420:16) {
cause: {
name: 'Error',
message: `error in field presets of NG:0xfe: {"errorType":"","message":"resource \\"NG:0x124\\" has input errors:\\nfield \\"NG:0x124/blob\\": resource \\"NG:0x123\\" has input errors:\\nfield \\"NG:0x123/resource\\": resource \\"NG:0x133\\" has input errors:\\nfield \\"NG:0x133/resource\\": resource \\"NG:0x130\\" has input errors:\\nfield \\"NG:0x130/inputs\\": resource \\"NG:0x131\\" has input errors:\\nfield \\"NG:0x131/workdir\\": failed to run command: \\"/usr/bin/env\\" exited with code 127.\\nHere is the latest command output:\\n\\tenv: 'mixcr': No such file or directory\\n"}`,
stack: ' at resolveWithCommon (bundle.js:4051)\n' +
' at resolve (bundle.js:4048)\n' +
' at <anonymous> (bundle.js:4551)\n' +
' at <anonymous> (bundle.js)\n'
}
}
❯ P.unwrapResult ../node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/context.ts:1023:27
❯ block ../node_modules/.pnpm/@milaboratory[email protected]_@milaborator
|
src/wf.test.ts > preset content:
test/src/wf.test.ts#L41
AssertionError: expected { clones: { ok: true, …(1) }, …(5) } to match object { preset: { ok: true } }
(18 matching properties omitted from actual)
- Expected
+ Received
Object {
"preset": Object {
- "ok": true,
+ "ok": false,
},
}
❯ src/wf.test.ts:41:33
|
src/wf.test.ts > simple project:
test/src/wf.test.ts#L118
Error: 1 errors, first error: F [Error]: error in field presets of NG:0x37c: {"errorType":"","message":"resource \"NG:0x3AE\" has input errors:\nfield \"NG:0x3AE/blob\": resource \"NG:0x3AD\" has input errors:\nfield \"NG:0x3AD/resource\": resource \"NG:0x3BD\" has input errors:\nfield \"NG:0x3BD/resource\": resource \"NG:0x3BA\" has input errors:\nfield \"NG:0x3BA/inputs\": resource \"NG:0x3BB\" has input errors:\nfield \"NG:0x3BB/workdir\": failed to run command: \"/usr/bin/env\" exited with code 127.\nHere is the latest command output:\n\tenv: 'mixcr': No such file or directory\n"}
at resolveWithCommon (bundle.js:4051)
at resolve (bundle.js:4048)
at <anonymous> (bundle.js:4551)
at <anonymous> (bundle.js)
Host: QuickJSUnwrapError:
at P.unwrapResult (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/context.ts:1023:27)
at block (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/context.ts:108:19)
at Function.withScope (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/lifetime.ts:251:14)
at _JsExecutionContext.runCallback (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/context.ts:101:20)
at Object.___kernel___ (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]_@[email protected]/node_modules/@milaboratory/pl-middle-layer/src/js_render/index.ts:26:25)
at renderSelfState (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:384:28)
at updateCellStateWithoutValue (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:566:7)
at calculateChildren (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:420:16)
at updateCellStateWithoutValue (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:571:26)
at calculateChildren (/home/runner/work/block-mixcr-clonotyping/block-mixcr-clonotyping/node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/computable/computable_state.ts:420:16) {
cause: {
name: 'Error',
message: `error in field presets of NG:0x37c: {"errorType":"","message":"resource \\"NG:0x3AE\\" has input errors:\\nfield \\"NG:0x3AE/blob\\": resource \\"NG:0x3AD\\" has input errors:\\nfield \\"NG:0x3AD/resource\\": resource \\"NG:0x3BD\\" has input errors:\\nfield \\"NG:0x3BD/resource\\": resource \\"NG:0x3BA\\" has input errors:\\nfield \\"NG:0x3BA/inputs\\": resource \\"NG:0x3BB\\" has input errors:\\nfield \\"NG:0x3BB/workdir\\": failed to run command: \\"/usr/bin/env\\" exited with code 127.\\nHere is the latest command output:\\n\\tenv: 'mixcr': No such file or directory\\n"}`,
stack: ' at resolveWithCommon (bundle.js:4051)\n' +
' at resolve (bundle.js:4048)\n' +
' at <anonymous> (bundle.js:4551)\n' +
' at <anonymous> (bundle.js)\n'
}
}
❯ P.unwrapResult ../node_modules/.pnpm/[email protected]/node_modules/quickjs-emscripten-core/src/context.ts:1023:27
❯ block ../node_modules/.pnpm/@milaboratory[email protected]_@milaborat
|
run / unified (build test publish)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
context
Expired
|
313 Bytes |
|
pl-docker-logs
Expired
|
3.79 MB |
|