Skip to content
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

MaxListenersExceededWarning - Failed to publish your built Storybook #1009

Open
krzkaczor opened this issue Jun 18, 2024 · 0 comments
Open
Labels
bug Classification: Something isn't working CLI needs triage Tracking: Issue needs confirmation

Comments

@krzkaczor
Copy link

Bug report

Chromatic stopped successfully uploading builds, few days before we enabled turbosnaps so this might be releated.

full output:

Publishing your built Storybook
    → Starting publish
    → [                    ] 0%
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:1966) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close
{
  "timestamp": "2024-06-18T07:14:34.132Z",
  "sessionId": "e8a3c254-682e-44c9-81a2-c1bd5f612a6e",
  "gitVersion": "2.43.2",
  "gitBranch": "main",
  "gitSlug": "marsfoundation/spark-app",
  "fromCI": true,
  "ciService": "chromaui/action",
  "nodePlatform": "linux",
  "nodeVersion": "20.8.1",
  "packageManager": "pnpm",
  "packageManagerVersion": "8.5.0",
  "packageName": "chromatic",
  "packageVersion": "11.5.3",
  "storybook": {
    "addons": [
      {
        "name": "links",
        "packageName": "@storybook/addon-links",
        "packageVersion": "^8.1.4"
      },
      {
        "name": "essentials",
        "packageName": "@storybook/addon-essentials",
        "packageVersion": "^8.1.4"
      },
      {
        "name": "interactions",
        "packageName": "@storybook/addon-interactions",
        "packageVersion": "^8.1.4"
      },
      {
        "packageName": "@storybook/addon-themes",
        "packageVersion": "^8.1.4"
      },
      {
        "packageName": "storybook-addon-remix-react-router",
        "packageVersion": "^3.0.0"
      },
      {
        "packageName": "@chromatic-com/storybook",
        "packageVersion": "^1"
      }
    ],
    "viewLayer": "react",
    "version": "8.1.4",
    "builder": {
      "name": "@storybook/react-vite",
      "packageVersion": "8.1.4"
    }
  },
  "flags": {
    "allowConsoleErrors": false,
    "autoAcceptChanges": "main",
    "buildScriptName": "storybook:build",
    "exitOnceUploaded": false,
    "exitZeroOnChanges": true,
    "externals": [
      "public/**",
      "src/fonts/**",
      "src/ui/assets/**"
    ],
    "fileHashing": true,
    "interactive": false,
    "onlyChanged": true,
    "onlyStoryFiles": [],
    "onlyStoryNames": [],
    "untraced": [],
    "uploadMetadata": false,
    "zip": false
  },
  "extraOptions": {
    "inAction": true
  },
  "configuration": {},
  "buildScript": "pnpm run lingui:extract && storybook build",
  "buildCommand": "pnpm run storybook:build --output-dir /tmp/chromatic--1966-o7i0oIDHOJxV --webpack-stats-json /tmp/chromatic--1966-o7i0oIDHOJxV",
  "exitCode": 0,
  "exitCodeKey": "OK",
  "errorType": "Error",
  "errorMessage": "✖ Failed to publish your built Storybook",
  "build": {
    "id": "66704e013062e08ac28[415](https://github.com/marsfoundation/spark-app/actions/runs/9560502836/job/26352771340#step:6:416)af",
    "number": 543
  }
}
@krzkaczor krzkaczor added bug Classification: Something isn't working needs triage Tracking: Issue needs confirmation labels Jun 18, 2024
@codykaup codykaup removed the Migrated label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Classification: Something isn't working CLI needs triage Tracking: Issue needs confirmation
Projects
None yet
Development

No branches or pull requests

2 participants