phetsims / vegas

Reusable game components for PhET simulations.
MIT License
1 stars 4 forks source link

CT Perennial task failed #99

Closed KatieWoe closed 2 years ago

KatieWoe commented 2 years ago
vegas : build
Build failed with status code 1:
Running "report-media" task

Running "clean" task

Running "build" task
>> TypeScript compilation complete: 276048ms
Building runnable repository (vegas, brands: phet)
Building brand: phet
Fatal error: Perennial task failed:
ModuleNotFoundError: Module not found: Error: Can't resolve '../chipper/dist/vegas/js/vegas-main.js' in '/data/share/phet/continuous-testing/ct-snapshots/1637681614091/vegas'
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/Compilation.js:2011:28
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:795:13
at eval (eval at create (/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:10:1)
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:275:22
at eval (eval at create (/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:431:22
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:124:11
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:667:25
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:852:8
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:972:5
Full Error details:
ModuleNotFoundError: Module not found: Error: Can't resolve '../chipper/dist/vegas/js/vegas-main.js' in '/data/share/phet/continuous-testing/ct-snapshots/1637681614091/vegas'

Webpack build errors: [
ModuleNotFoundError: Module not found: Error: Can't resolve '../chipper/dist/vegas/js/vegas-main.js' in '/data/share/phet/continuous-testing/ct-snapshots/1637681614091/vegas'
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/Compilation.js:2011:28
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:795:13
at eval (eval at create (/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:10:1)
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:275:22
at eval (eval at create (/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:431:22
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:124:11
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:667:25
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:852:8
at /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/node_modules/webpack/lib/NormalModuleFactory.js:972:5
resolve '../chipper/dist/vegas/js/vegas-main.js' in '/data/share/phet/continuous-testing/ct-snapshots/1637681614091/vegas'
using description file: /data/share/phet/continuous-testing/ct-snapshots/1637681614091/vegas/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: /data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/package.json (relative path: ./dist/vegas/js/vegas-main.js)
no extension
Field 'browser' doesn't contain a valid alias configuration
/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/dist/vegas/js/vegas-main.js doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/dist/vegas/js/vegas-main.js.js doesn't exist
.json
Field 'browser' doesn't contain a valid alias configuration
/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/dist/vegas/js/vegas-main.js.json doesn't exist
.wasm
Field 'browser' doesn't contain a valid alias configuration
/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/dist/vegas/js/vegas-main.js.wasm doesn't exist
as directory
/data/share/phet/continuous-testing/ct-snapshots/1637681614091/chipper/dist/vegas/js/vegas-main.js doesn't exist
]
Snapshot from 11/23/2021, 8:33:34 AM
jbphet commented 2 years ago

This is no longer happening on CT, and the vegas repo has been passing all CT tests since yesterday at about 3:20 PM. Screenshot:

image

I know a bunch of work was being done on the TypeScript compilation process, and progress has been made, so I'm going to chalk this up to that activity and close the issue. @KatieWoe - please reopen if you have any objections.