Skip to content

BIS schema packaging failures #719

Description

@naveedkhan8067

After moving to node 24.15.0, I have seen following error 3 time (every time for a different schema):

Looking for packages published with the name @bentley/structural-materials-schema for schema StructuralMaterials
D:\a\1\s\tools\packages\generatePackages.js:24
  throw err;
  ^

Error: Command failed: npm view @bentley/structural-materials-schema time --json
    at genericNodeError (node:internal/errors:985:15)
    at wrappedFn (node:internal/errors:539:14)
    at checkExecSyncError (node:child_process:925:11)
    at Object.execSync (node:child_process:997:15)
    at getPublishedSchemas (D:\a\1\s\tools\packages\packageGeneration.js:71:42)
    at Object.createPackages (D:\a\1\s\tools\packages\packageGeneration.js:265:31)
    at Object.<anonymous> (D:\a\1\s\tools\packages\generatePackages.js:27:8)
    at Module._compile (node:internal/modules/cjs/loader:1830:14)
    at Object..js (node:internal/modules/cjs/loader:1961:10)
    at Module.load (node:internal/modules/cjs/loader:1553:32) {
  status: 3221226505,
  signal: null,
  output: [ null, Buffer(0) [Uint8Array] [], Buffer(0) [Uint8Array] [] ],
  pid: 1872,
  stdout: Buffer(0) [Uint8Array] [],
  stderr: Buffer(0) [Uint8Array] []
}

It need investigation and the right fix.

Metadata

Metadata

Labels

bugSomething isn't workingecschema

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions