Page MenuHomePhabricator

[metachronik] Patch CI by upgrading dep
ClosedPublic

Authored by bytesofman on Wed, Nov 5, 23:05.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC2aaa9504b3bd: [metachronik] Patch CI by upgrading dep
Summary

This used to work but it has been awhile. I can't get it to work with values in CI that do work locally with this update. So, try to update the dep.

Test Plan

land and watch CI

Diff Detail

Repository
rABC Bitcoin ABC
Branch
patch-metachronik-ci-deps
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34990
Build 69442: Build Diffmetachronik-tests
Build 69441: arc lint + arc unit

Event Timeline

bytesofman published this revision for review.Wed, Nov 5, 23:06

Tail of the build log:

Run `npm audit` for details.

> ecashaddrjs@2.0.0 build
> tsc

/work/modules/chronik-client /work/abc-ci-builds/metachronik-tests

> chronik-client@3.4.1 prepublish
> npm run build


> chronik-client@3.4.1 build
> tsc


added 170 packages, and audited 172 packages in 5s

25 packages are looking for funding
  run `npm fund` for details

6 vulnerabilities (1 low, 3 moderate, 1 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

> chronik-client@3.4.1 build
> tsc

/work/apps/metachronik /work/abc-ci-builds/metachronik-tests
npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Invalid: lock file's @railway/cli@4.5.5 does not satisfy @railway/cli@4.11.0
npm error
npm error Clean install a project
npm error
npm error Usage:
npm error npm ci
npm error
npm error Options:
npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm error [--no-bin-links] [--no-fund] [--dry-run]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm error
npm error aliases: clean-install, ic, install-clean, isntall-clean
npm error
npm error Run "npm help ci" for more info
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-11-05T23_07_04_535Z-debug-0.log
Build metachronik-tests failed with exit code 1
This revision is now accepted and ready to land.Thu, Nov 6, 08:29
This revision was automatically updated to reflect the committed changes.