Skip to content

chore: update upload-artifact #689

chore: update upload-artifact

chore: update upload-artifact #689

Triggered via push September 11, 2024 13:47
Status Failure
Total duration 1h 34m 34s
Artifacts 10

main.yml

on: push
Matrix: checks / test
it-tests  /  prepare-verdaccio
2m 39s
it-tests / prepare-verdaccio
e2e-tests  /  e2e-tests
4m 3s
e2e-tests / e2e-tests
documentation-pr  /  build
documentation-pr / build
Matrix: it-tests / it-tests
documentation-pr  /  deploy-on-azure-static-webapp
documentation-pr / deploy-on-azure-static-webapp
documentation-main  /  deploy-on-azure-static-webapp
44s
documentation-main / deploy-on-azure-static-webapp
publish-packages  /  publish-extensions
publish-packages / publish-extensions
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
new otter application › should build empty app: packages/@o3r/core/schematics/index.it.spec.ts#L28
expect(received).not.toThrow() Error name: "Error" Error message: "Command failed: yarn ng add @o3r/core@~999 --preset all --project-name test-app --skip-confirmation STDERR: error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-core\"· OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-core\" " 103 | // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports 104 | // eslint-disable-next-line @typescript-eslint/restrict-template-expressions > 105 | throw new Error(`Command failed: ${args.join(' ') }\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`); | ^ 106 | } 107 | } 108 | at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (packages/@o3r/test-helpers/src/utilities/package-manager.ts:166:10) at packages/@o3r/core/schematics/index.it.spec.ts:28:36 at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11) at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21) at Object.<anonymous> (packages/@o3r/core/schematics/index.it.spec.ts:28:177) at Object.<anonymous> (schematics/index.it.spec.ts:28:177)
ng add eslint-config › should add eslint-config to an application: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/eslint-config-otter@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-eslint-config" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-eslint-config" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at Object.<anonymous> (schematics/index.it.spec.ts:22:23)
ng add eslint-config › should add eslint-config to a library: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/eslint-config-otter@~999 --skip-confirmation --project-name test-lib STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-eslint-config1" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-eslint-config1" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at Object.<anonymous> (schematics/index.it.spec.ts:51:23)
aggregate migration scripts › should create migration scripts including lib content: .pnp.cjs#L64388
ENOENT: no such file or directory, open '/home/runner/work/otter/it-tests/test-app-extractors-aggregate-migration-scripts/angular.json' at NodeFS.readFileSync (../../../.pnp.cjs:64388:24) at makeCallSync.subPath.subPath (../../../.pnp.cjs:65081:26) at ZipOpenFS.makeCallSync (../../../.pnp.cjs:65203:14) at ZipOpenFS.readFileSync (../../../.pnp.cjs:65080:17) at VirtualFS.readFileSync (../../../.pnp.cjs:63994:24) at PosixFS.readFileSync (../../../.pnp.cjs:63994:24) at NodePathFS.readFileSync (../../../.pnp.cjs:63994:24) at Object.<anonymous> (builders/aggregate-migration-scripts/index.it.spec.ts:63:48)
ng add testing › should add testing to an application: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/testing@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-testing" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-testing" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at Object.<anonymous> (schematics/index.it.spec.ts:24:23)
ng add testing › should add testing to an application and fixture to component: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/testing@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-testing1" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-testing1" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at Object.<anonymous> (schematics/index.it.spec.ts:45:23)
ng add otter localization › should add localization to an application: packages/@o3r/localization/schematics/index.it.spec.ts#L23
expect(received).not.toThrow() Error name: "Error" Error message: "Command failed: yarn ng add @o3r/localization@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-localization\"· OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-localization\" " 103 | // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports 104 | // eslint-disable-next-line @typescript-eslint/restrict-template-expressions > 105 | throw new Error(`Command failed: ${args.join(' ') }\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`); | ^ 106 | } 107 | } 108 | at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (packages/@o3r/test-helpers/src/utilities/package-manager.ts:166:10) at packages/@o3r/localization/schematics/index.it.spec.ts:23:36 at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11) at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21) at Object.<anonymous> (packages/@o3r/localization/schematics/index.it.spec.ts:23:174) at Object.<anonymous> (schematics/index.it.spec.ts:23:174)
ng add otter localization › should add localization to a library: packages/@o3r/localization/schematics/index.it.spec.ts#L48
expect(received).not.toThrow() Error name: "Error" Error message: "Command failed: yarn ng add @o3r/localization@~999 --skip-confirmation --project-name test-lib STDERR: error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-localization1\"· OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in \"/home/runner/work/otter/it-tests/test-app-localization1\" " 103 | // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports 104 | // eslint-disable-next-line @typescript-eslint/restrict-template-expressions > 105 | throw new Error(`Command failed: ${args.join(' ') }\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`); | ^ 106 | } 107 | } 108 | at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (packages/@o3r/test-helpers/src/utilities/package-manager.ts:166:10) at packages/@o3r/localization/schematics/index.it.spec.ts:48:36 at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11) at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21) at Object.<anonymous> (packages/@o3r/localization/schematics/index.it.spec.ts:48:174) at Object.<anonymous> (schematics/index.it.spec.ts:48:174)
check metadata migration › should not throw: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/extractors@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-localization-metadata-check" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-localization-metadata-check" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at initTest (builders/metadata-check/index.it.spec.ts:78:21) at Object.<anonymous> (builders/metadata-check/index.it.spec.ts:148:11)
check metadata migration › should throw because no migration data: packages/@o3r/test-helpers/src/utilities/package-manager.ts#L105
Command failed: yarn ng add @o3r/extractors@~999 --skip-confirmation --project-name test-app STDERR: error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-localization-metadata-check1" OUTPUT: ,yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ,error Couldn't find a package.json file in "/home/runner/work/otter/it-tests/test-app-localization-metadata-check1" at execCmd (../test-helpers/src/utilities/package-manager.ts:105:11) at packageManagerExec (../test-helpers/src/utilities/package-manager.ts:166:10) at initTest (builders/metadata-check/index.it.spec.ts:78:21) at Object.<anonymous> (builders/metadata-check/index.it.spec.ts:161:11)
it-tests / it-tests (windows-latest, npm, o3r-project-with-app)
Process completed with exit code 1.
documentation-main / deploy-on-azure-static-webapp
Unexpected input(s) 'skip_api_build', 'config_file_location', valid inputs are ['entryPoint', 'args', 'action', 'app_location', 'azure_static_web_apps_api_token', 'api_build_command', 'api_location', 'app_artifact_location', 'output_location', 'app_build_command', 'repo_token', 'routes_location', 'skip_app_build']
it-tests / it-tests (windows-latest, yarn, o3r-project-with-app)
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.

Artifacts

Produced during runtime
Name Size
dist
36.7 MB
documentation
84.2 MB
it-reports-ubuntu-latest-npm
8.79 KB
it-reports-ubuntu-latest-yarn
24.8 KB
it-reports-windows-latest-npm
8.73 KB
it-reports-windows-latest-yarn
8.81 KB
it-tests-ubuntu-latest-yarn
274 MB
it-tests-windows-latest-npm
2.19 MB
ut-reports-ubuntu-latest
51.8 KB
verdaccio
14.9 MB