angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

Error: Optimization error [main-es2015.74a2d661cbb17311202b.js]

Open NareshSmith opened this issue 3 years ago • 4 comments

Which @angular/* package(s) are the source of the bug?

compiler

Is this a regression?

Yes

Description

After migrating our project from Angular Version 11.2.7 to 12.2.13., We are facing an Optimization error on production build in Jenkins, but when we try to build our project in local machine its working fine. Kindly request some one to help fixing this issue ASAP. Please find the below error for your reference:

Error: Optimization error [main-es2015.74a2d661cbb17311202b.js]: Error: The service was stopped at /docker/backup/.jenkins/workspace/xxx//xxx/node_modules/esbuild-wasm/lib/main.js:1276:29 at /docker/backup/.jenkins/workspace//xxx//xxx/node_modules/esbuild-wasm/lib/main.js:629:9 at Socket.afterClose (/docker/backup/.jenkins/workspace/xxx//xxx/node_modules/esbuild-wasm/lib/main.js:607:7) at Socket.emit (events.js:327:22) at endReadableNT (internal/streams/readable.js:1327:12) at processTicksAndRejections (internal/process/task_queues.js:80:21)

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

Error: Optimization error [main-es2015.74a2d661cbb17311202b.js]: Error: The service was stopped
    at /docker/backup/.jenkins/workspace/xxx//xxx/node_modules/esbuild-wasm/lib/main.js:1276:29
    at /docker/backup/.jenkins/workspace//xxx//xxx/node_modules/esbuild-wasm/lib/main.js:629:9
    at Socket.afterClose (/docker/backup/.jenkins/workspace/xxx//xxx/node_modules/esbuild-wasm/lib/main.js:607:7)
    at Socket.emit (events.js:327:22)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)

Please provide the environment you discovered this bug in (run ng version)

_                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
-------------------------------------------------------------
@angular-devkit/architect           0.1202.13
@angular-devkit/build-angular       12.2.13
@angular-devkit/core                12.2.13
@angular-devkit/schematics          12.2.13
@angular/animations                 12.2.3
@angular/cdk                        11.2.6
@angular/cli                        12.2.13
@angular/language-service           12.2.3
@angular/material                   11.2.6
@angular/material-moment-adapter    11.2.6
@angular/platform-browser-dynamic   12.2.3
@angular/router                     12.2.3
@schematics/angular                 11.2.6
ng-packagr                          12.2.7
rxjs                                6.6.7
typescript                          4.3.5

Anything else?

No response

NareshSmith avatar Aug 01 '22 10:08 NareshSmith

i am also facing the same issue pls help

jinadevi avatar Aug 01 '22 11:08 jinadevi

Can you please provide the full output of the ng version command, including the OS and Node.js version, from both the local environment and CI environment, if possible?

clydin avatar Aug 01 '22 15:08 clydin

@clydin

Local Environment :

Angular CLI: 12.2.13 Node: 14.17.0 Package Manager: npm 6.14.13 OS: win32 x64

Angular: 12.2.16 ... common, compiler, compiler-cli, core, forms, localize ... platform-browser, service-worker

Package Version

@angular-devkit/architect 0.1202.13 @angular-devkit/build-angular 12.2.13 @angular-devkit/core 12.2.13 @angular-devkit/schematics 12.2.13 @angular/animations 12.2.3 @angular/cdk 11.2.6 @angular/cli 12.2.13 @angular/language-service 12.2.3 @angular/material 11.2.6 @angular/material-moment-adapter 11.2.6 @angular/platform-browser-dynamic 12.2.3 @angular/router 12.2.3 @schematics/angular 11.2.6 ng-packagr 12.2.7 rxjs 6.6.7 typescript 4.3.5

CI Environment :

Angular CLI: 12.2.13 Node: 14.17.0 Package Manager: npm 6.14.10 OS: linux x64

Angular: 12.2.16 ... common, compiler, compiler-cli, core, forms, localize ... platform-browser, service-worker

Package Version

@angular-devkit/architect 0.1202.13 @angular-devkit/build-angular 12.2.13 @angular-devkit/core 12.2.13 @angular-devkit/schematics 12.2.13 @angular/animations 12.2.3 @angular/cdk 11.2.6 @angular/cli 12.2.13 @angular/language-service 12.2.3 @angular/material 11.2.6 @angular/material-moment-adapter 11.2.6 @angular/platform-browser-dynamic 12.2.3 @angular/router 12.2.3 @schematics/angular 11.2.6 ng-packagr 12.2.7 rxjs 6.6.7 typescript 4.3.5

NareshSmith avatar Aug 02 '22 04:08 NareshSmith

This is likely caused by the Linux OOM killer.

See: https://github.com/angular/angular-cli/issues/22338 and https://github.com/evanw/esbuild/issues/320.

Check that you have enough available memory.

alan-agius4 avatar Aug 02 '22 06:08 alan-agius4

Closing as per above.

alan-agius4 avatar Aug 08 '22 09:08 alan-agius4

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.