Skip to content

ASP.NET Core node error in CI on Ubuntu2204 legs #3927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MichaelSimons opened this issue Jan 11, 2024 · 3 comments
Closed

ASP.NET Core node error in CI on Ubuntu2204 legs #3927

MichaelSimons opened this issue Jan 11, 2024 · 3 comments
Assignees
Labels
area-upstream-fix Needs a change in a contributing repo ops-monitor Issues created/handled by the source build monitor role

Comments

@MichaelSimons
Copy link
Member

The following build error is occurring in the two Ubutntu2204 CI legs (x64/arm64)

    npm ERR! code 1
    npm ERR! path /vmr/src/aspnetcore/artifacts/sb/src/node_modules/puppeteer
    npm ERR! command failed
    npm ERR! command sh -c node install.mjs
    npm ERR! file:///vmr/src/aspnetcore/artifacts/sb/src/node_modules/puppeteer/install.mjs:20
    npm ERR!   const {downloadBrowser} = await (async () => {
    npm ERR!                             ^^^^^
    npm ERR! 
    npm ERR! SyntaxError: Unexpected reserved word
    npm ERR!     at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
    npm ERR!     at async link (internal/modules/esm/module_job.js:42:21)
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2024-01-11T08_48_17_144Z-debug-0.log
  /vmr/src/aspnetcore/eng/SourceBuild.props(99,5): error MSB3073: The command "npm ci" exited with code 1. [/vmr/artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj]
##[error]/vmr/src/aspnetcore/eng/SourceBuild.props(99,5): error MSB3073: The command "npm ci" exited with code 1.

Failing Build (internal microsoft link)

This appears related to dotnet/aspnetcore#53154.

@MichaelSimons MichaelSimons added area-upstream-fix Needs a change in a contributing repo ops-monitor Issues created/handled by the source build monitor role labels Jan 11, 2024
@ghost ghost added the untriaged label Jan 11, 2024
@MichaelSimons
Copy link
Member Author

@wtgodbe - can you take a look?

@MichaelSimons
Copy link
Member Author

#3924 (comment) seems relevant

@MichaelSimons MichaelSimons moved this from Backlog to Blocked in .NET Source Build Jan 11, 2024
@mthalman
Copy link
Member

@github-project-automation github-project-automation bot moved this from Blocked to Done in .NET Source Build Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-upstream-fix Needs a change in a contributing repo ops-monitor Issues created/handled by the source build monitor role
Projects
Archived in project
Development

No branches or pull requests

3 participants