chore(deps): bump axios and @pact-foundation/pact in /examples/v3/e2e #1150
Cirrus CI / linux_arm arm_container:node:16-slim
failed
Jan 8, 2024 in 3m 37s
Task Summary
Instruction example_graphql failed in 00:40
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:07 clone
✅ 00:12 setup
✅ 00:01 arch_check
✅ 00:01 pr
✅ 00:01 pr_check
✅ 01:30 build
✅ 00:55 example_e2e
❌ 00:40 example_graphql
run `npm fund` for details
3 moderate severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues, run:
npm audit fix --force
Run `npm audit` for details.
> [email protected] test
> npm run clean && npm run test:consumer && npm run test:publish && npm run test:provider
> [email protected] clean
> rimraf pacts
> [email protected] test:consumer
> nyc --reporter=text-summary mocha src/consumer.spec.ts
[00:54:41.651] ERROR (3825): [email protected]: Failed to find native module for linux-arm64: TypeError: Cannot read properties of undefined (reading 'pactffiInitWithLogLevel')
Error: Failed to load native module, try setting LOG_LEVEL=debug for more info
at initialiseFfi (/tmp/cirrus-ci-build/examples/graphql/node_modules/@pact-foundation/pact-core/src/ffi/index.ts:113:11)
at getFfiLib (/tmp/cirrus-ci-build/examples/graphql/node_modules/@pact-foundation/pact-core/src/ffi/index.ts:125:11)
at makeConsumerPact (/tmp/cirrus-ci-build/examples/graphql/node_modules/@pact-foundation/pact-core/src/consumer/index.ts:65:24)
at Pact.reset (/tmp/cirrus-ci-build/examples/graphql/node_modules/@pact-foundation/src/httpPact/index.ts:299:33)
at new Pact (/tmp/cirrus-ci-build/examples/graphql/node_modules/@pact-foundation/src/httpPact/index.ts:108:10)
at Suite.<anonymous> (/tmp/cirrus-ci-build/examples/graphql/src/consumer.spec.ts:20:20)
at Object.create (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/interfaces/common.js:148:19)
at context.describe.context.context (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/interfaces/bdd.js:42:27)
at Object.<anonymous> (/tmp/cirrus-ci-build/examples/graphql/src/consumer.spec.ts:19:1)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Module.replacementCompile (/tmp/cirrus-ci-build/examples/graphql/node_modules/append-transform/index.js:60:13)
at Module.m._compile (/tmp/cirrus-ci-build/examples/graphql/node_modules/ts-node/src/index.ts:1618:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at require.extensions.<computed> (/tmp/cirrus-ci-build/examples/graphql/node_modules/ts-node/src/index.ts:1621:12)
at Object.<anonymous> (/tmp/cirrus-ci-build/examples/graphql/node_modules/append-transform/index.js:64:4)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object.exports.requireOrImport (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/nodejs/esm-utils.js:53:16)
at async Object.exports.loadFilesAsync (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/nodejs/esm-utils.js:100:20)
at async singleRun (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/cli/run-helpers.js:125:3)
at async Object.exports.handler (/tmp/cirrus-ci-build/examples/graphql/node_modules/mocha/lib/cli/run.js:370:5)
=============================== Coverage summary ===============================
Statements : 75% ( 6/8 )
Branches : 0% ( 0/2 )
Functions : 0% ( 0/2 )
Lines : 75% ( 6/8 )
================================================================================
Loading