Skip to content

Conversation

@imlucas
Copy link
Contributor

@imlucas imlucas commented Apr 6, 2020

From mongodb-js/compass-serverstats#32

Currently causing compass builds on windows to fail. Appears one of less's underlying deps update introducing the below:

[2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path 2 paths too long!
[2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path paths that are too long:  [
[2020/04/03 17:54:40.550]   'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\css-parser\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js',
[2020/04/03 17:54:40.550]   'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\less\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js'
[2020/04/03 17:54:40.550] ]
[2020/04/03 17:54:40.551] ❌ 2 paths too long!
[2020/04/03 17:54:40.551] - (269) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
[2020/04/03 17:54:40.551] - (263) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
[2020/04/03 17:54:40.563] Command failed: command encountered problem: error waiting on process 'bcdaa49c-e674-4734-8793-55d75c7c9fdf': exit status 1

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@imlucas imlucas merged commit 6e6bcb9 into master Apr 6, 2020
@imlucas imlucas deleted the fix-windows-less branch April 6, 2020 14:57
imlucas added a commit that referenced this pull request Apr 6, 2020
…erstats (#1933)

From mongodb-js/compass-serverstats#32

> Currently causing compass builds on windows to fail. Appears one of less's underlying deps update introducing the below:
> 
> ```
> [2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path 2 paths too long!
> [2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path paths that are too long:  [
> [2020/04/03 17:54:40.550]   'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\css-parser\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js',
> [2020/04/03 17:54:40.550]   'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\less\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js'
> [2020/04/03 17:54:40.550] ]
> [2020/04/03 17:54:40.551] ❌ 2 paths too long!
> [2020/04/03 17:54:40.551] - (269) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
> [2020/04/03 17:54:40.551] - (263) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
> [2020/04/03 17:54:40.563] Command failed: command encountered problem: error waiting on process 'bcdaa49c-e674-4734-8793-55d75c7c9fdf': exit status 1
> ```
@imlucas
Copy link
Contributor Author

imlucas commented Apr 6, 2020

Backported to 1.21-releases by 7efe3fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants