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

force:org:create - Socket timeout occurred while listening for results. #1149

Closed
TheDrivingForce opened this issue Aug 23, 2021 · 32 comments
Closed
Labels
bug Issue or pull request that identifies or fixes a bug investigating We're actively investigating this issue

Comments

@TheDrivingForce
Copy link

Summary

Running a simple force:org:create command and getting a "Socket timeout occurred while listening for results." error. Have increased the wait time to 15min and still get the same error.

Steps To Reproduce:

Repository to reproduce: dreamhouse-lwc

sfdx force:org:create -f config\project-scratch-def.json --setalias sbgcc3 --durationdays 7 --setdefaultusername --json --loglevel fatal --wait 15

config\project-scratch-def.json contents:

{
"orgName": "Demo company",
"edition": "Developer",
"features": ["EnableSetPasswordInApi"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
},
"mobileSettings": {
"enableS1EncryptedStoragePref2": false
}
}
}

Expected result

Scratch Org should be created.

Actual result

Error: Socket timeout occurred while listening for results.

System Information

Run sfdx version --verbose --json and paste the output here.

{
"cliVersion": "sfdx-cli/7.114.0",
"architecture": "win32-x64",
"nodeVersion": "node-v14.17.5",
"pluginVersions": [
"@oclif/plugin-autocomplete 0.3.0 (core)",
"@oclif/plugin-commands 1.3.0 (core)",
"@oclif/plugin-help 3.2.2 (core)",
"@oclif/plugin-not-found 1.2.4 (core)",
"@oclif/plugin-plugins 1.10.1 (core)",
"@oclif/plugin-update 1.4.0-3 (core)",
"@oclif/plugin-warn-if-update-available 1.7.0 (core)",
"@oclif/plugin-which 1.0.3 (core)",
"@salesforce/sfdx-plugin-lwc-test 0.1.7 (core)",
"@salesforce/sfdx-trust 3.6.0 (core)",
"alias 1.1.10 (core)",
"apex 0.2.7 (core)",
"auth 1.7.1 (core)",
"config 1.2.23 (core)",
"custom-metadata 1.0.12 (core)",
"data 0.6.0 (core)",
"generator 1.1.7 (core)",
"limits 1.2.1 (core)",
"org 1.6.9 (core)",
"salesforce-alm 52.2.5 (core)",
"schema 1.0.8 (core)",
"sfdx-cli 7.114.0 (core)",
"source 1.0.9 (core)",
"telemetry 1.2.3 (core)",
"templates 52.1.0 (core)",
"user 1.4.0 (core)"
],
"osVersion": "Windows_NT 10.0.19042"
}

Additional information

When looking in the DevHub org an new record is created in Scratch Org Info... but its incomplte (eg no OrgId)

image

@TheDrivingForce TheDrivingForce added the investigating We're actively investigating this issue label Aug 23, 2021
@github-actions
Copy link

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

@azlam-abdulsalam
Copy link

We have seen this error as well, it was too slow in creating a scratch org. Looks like the CLI is not respecting the default time out of 6 mins

@javierCTL
Copy link

Same here. It's randomly getting stuck and not respecting the --wait parameter included.

@chfosli
Copy link

chfosli commented Aug 24, 2021

Same here. We have a large team of developers, and a lot (but not all) are struggling with this issue. The same with GitHub Actions using scratch org's to automate tasks.

@stoevie
Copy link

stoevie commented Aug 25, 2021

Same here. not only with sfdx-cli/7.114.0 but also with older versions (sfdx-cli/7.82.1).

There is also a known issue reported about this issue:
https://trailblazer.salesforce.com/issues_view?id=a1p4V000001U1BhQAK

@WillieRuemmele
Copy link
Member

Sorry for the delayed response everyone, can someone add the --dev-debug flag to the command, this will enable more logging and might hint and what's going wrong

@chfosli
Copy link

chfosli commented Aug 26, 2021

Hi,

Here is a log from when I got socket timeout:

2021-08-26T09:18:52.4338735Z ERROR running force:org:create:  Socket timeout occurred while listening for results. 
2021-08-26T09:18:52.4339306Z 
2021-08-26T09:18:52.4339630Z Try this: 
2021-08-26T09:18:52.4340558Z You may consider increasing the --wait parameter value to increase timeout. 
2021-08-26T09:18:52.4341245Z *** Internal Diagnostic ***
2021-08-26T09:18:52.4341541Z 
2021-08-26T09:18:52.4342188Z genericTimeoutMessage: Socket timeout occurred while listening for results.
2021-08-26T09:18:52.4343345Z     at ALMError (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/lib/core/almError.js:50:19)
2021-08-26T09:18:52.4344781Z     at OrgCreateCommand.execute (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/lib/org/scratchOrgCreateCommand.js:338:31)
2021-08-26T09:18:52.4346050Z     at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-08-26T09:18:52.4346723Z Outer stack:
2021-08-26T09:18:52.4347683Z     at Function.wrap (/usr/local/lib/sfdx/node_modules/salesforce-alm/node_modules/@salesforce/core/lib/sfdxError.js:171:27)
2021-08-26T09:18:52.4349089Z     at OrgCreateCommand.catch (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/ToolbeltCommand.js:248:46)
2021-08-26T09:18:52.4350453Z     at async OrgCreateCommand._run (/usr/local/lib/sfdx/node_modules/@salesforce/command/lib/sfdxCommand.js:97:13)
2021-08-26T09:18:52.4351473Z     at async Config.runCommand (/usr/local/lib/sfdx/node_modules/@oclif/config/lib/config.js:173:24)
2021-08-26T09:18:52.4352311Z     at async Main.run (/usr/local/lib/sfdx/node_modules/@oclif/command/lib/main.js:27:9)
2021-08-26T09:18:52.4353108Z     at async Main._run (/usr/local/lib/sfdx/node_modules/@oclif/command/lib/command.js:43:20)
2021-08-26T09:18:52.4353827Z     at async Object.run (/usr/local/lib/sfdx/dist/cli.js:32:20)
2021-08-26T09:18:52.4354267Z ******
2021-08-26T09:18:52.4354480Z 
2021-08-26T09:18:52.4362406Z 2021-08-26T09:18:52.436Z sfdx:OrgCreateCommand ERROR [
2021-08-26T09:18:52.4363337Z   'ERROR running force:org:create: ',
2021-08-26T09:18:52.4364107Z   'Socket timeout occurred while listening for results.',
2021-08-26T09:18:52.4364724Z   '\n\nTry this:',
2021-08-26T09:18:52.4365164Z   '\n' +
2021-08-26T09:18:52.4365929Z     'You may consider increasing the --wait parameter value to increase timeout.',
2021-08-26T09:18:52.4366604Z   '\n' +
2021-08-26T09:18:52.4367125Z     '*** Internal Diagnostic ***\n' +
2021-08-26T09:18:52.4367623Z     '\n' +
2021-08-26T09:18:52.4368445Z     'genericTimeoutMessage: Socket timeout occurred while listening for results.\n' +
2021-08-26T09:18:52.4369628Z     '    at ALMError (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/lib/core/almError.js:50:19)\n' +
2021-08-26T09:18:52.4371104Z     '    at OrgCreateCommand.execute (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/lib/org/scratchOrgCreateCommand.js:338:31)\n' +
2021-08-26T09:18:52.4372724Z     '    at processTicksAndRejections (internal/process/task_queues.js:97:5)\n' +
2021-08-26T09:18:52.4373533Z     'Outer stack:\n' +
2021-08-26T09:18:52.4374529Z     '    at Function.wrap (/usr/local/lib/sfdx/node_modules/salesforce-alm/node_modules/@salesforce/core/lib/sfdxError.js:171:27)\n' +
2021-08-26T09:18:52.4375958Z     '    at OrgCreateCommand.catch (/usr/local/lib/sfdx/node_modules/salesforce-alm/dist/ToolbeltCommand.js:248:46)\n' +
2021-08-26T09:18:52.4377345Z     '    at async OrgCreateCommand._run (/usr/local/lib/sfdx/node_modules/@salesforce/command/lib/sfdxCommand.js:97:13)\n' +
2021-08-26T09:18:52.4378572Z     '    at async Config.runCommand (/usr/local/lib/sfdx/node_modules/@oclif/config/lib/config.js:173:24)\n' +
2021-08-26T09:18:52.4379625Z     '    at async Main.run (/usr/local/lib/sfdx/node_modules/@oclif/command/lib/main.js:27:9)\n' +
2021-08-26T09:18:52.4380616Z     '    at async Main._run (/usr/local/lib/sfdx/node_modules/@oclif/command/lib/command.js:43:20)\n' +
2021-08-26T09:18:52.4381489Z     '    at async Object.run (/usr/local/lib/sfdx/dist/cli.js:32:20)\n' +
2021-08-26T09:18:52.4382073Z     '******\n'
2021-08-26T09:18:52.4382382Z ]

@chfosli
Copy link

chfosli commented Aug 26, 2021

I also tried increasing the wait time to 15 min, but no change. The scratch org is created and you can query for it in ActiveScratchOrg long before the job times out. Seems to happen more often in GitHub Actions than from desktop (Windows/Mac), but don't know why.

@javierCTL
Copy link

As it happens to @chfosli, this occurs more often in GitHub Actions than using the terminal. Here you have the whole debug log:

sfdx force:org:create --setdefaultusername --durationdays 1 --wait 15 --dev-debug "--definitionfile" "config/project-scratch-uk.json"

2021-08-25T18:29:14.908Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli
2021-08-25T18:29:14.910Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.916Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/oclif.manifest.json
2021-08-25T18:29:14.917Z @oclif/config:sfdx-cli using manifest from /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/oclif.manifest.json
2021-08-25T18:29:14.918Z @oclif/config reading user plugins pjson /home/runner/.local/share/sfdx/package.json
2021-08-25T18:29:14.918Z @oclif/config loadJSON /home/runner/.local/share/sfdx/package.json
2021-08-25T18:29:14.919Z @oclif/config loading plugins [
  {
    type: 'link',
    name: 'texei-sfdx-plugin',
    root: '/home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin'
  },
  {
    type: 'link',
    name: 'sfpowerkit',
    root: '/home/runner/work/salesforce/salesforce/node_modules/sfpowerkit'
  }
]
2021-08-25T18:29:14.923Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin/package.json
2021-08-25T18:29:14.924Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfpowerkit/package.json
2021-08-25T18:29:14.925Z @oclif/config reading link plugin /home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin
2021-08-25T18:29:14.925Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin/package.json
2021-08-25T18:29:14.926Z @oclif/config reading link plugin /home/runner/work/salesforce/salesforce/node_modules/sfpowerkit
2021-08-25T18:29:14.926Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfpowerkit/package.json
2021-08-25T18:29:14.928Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin/oclif.manifest.json
2021-08-25T18:29:14.930Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfpowerkit/oclif.manifest.json
2021-08-25T18:29:14.931Z @oclif/config:texei-sfdx-plugin using manifest from /home/runner/work/salesforce/salesforce/node_modules/texei-sfdx-plugin/oclif.manifest.json
2021-08-25T18:29:14.932Z @oclif/config:sfpowerkit using manifest from /home/runner/work/salesforce/salesforce/node_modules/sfpowerkit/oclif.manifest.json
2021-08-25T18:29:14.933Z @oclif/config loading plugins [
  '@oclif/plugin-autocomplete',
  '@oclif/plugin-commands',
  '@oclif/plugin-help',
  '@oclif/plugin-not-found',
  '@oclif/plugin-plugins',
  '@oclif/plugin-update',
  '@oclif/plugin-warn-if-update-available',
  '@oclif/plugin-which',
  '@salesforce/plugin-alias',
  '@salesforce/plugin-apex',
  '@salesforce/plugin-auth',
  '@salesforce/plugin-config',
  '@salesforce/plugin-custom-metadata',
  '@salesforce/plugin-data',
  '@salesforce/plugin-generator',
  '@salesforce/plugin-limits',
  '@salesforce/plugin-org',
  '@salesforce/plugin-source',
  '@salesforce/plugin-schema',
  '@salesforce/plugin-telemetry',
  '@salesforce/plugin-templates',
  '@salesforce/sfdx-trust',
  '@salesforce/plugin-user',
  '@salesforce/sfdx-plugin-lwc-test',
  'salesforce-alm'
]
2021-08-25T18:29:14.938Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.939Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.939Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.940Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.940Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.941Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.941Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.942Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.942Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.942Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.943Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.943Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.944Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.944Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.945Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.945Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.946Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.947Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.948Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.948Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.949Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.950Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.950Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.950Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.951Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/package.json
2021-08-25T18:29:14.953Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.953Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.954Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.955Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.955Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.956Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.956Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.957Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.958Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.958Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.959Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.960Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.960Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.960Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.961Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.961Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.961Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.962Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.962Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.962Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.962Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.962Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.963Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.963Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.963Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:14.963Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-autocomplete
2021-08-25T18:29:14.963Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-autocomplete/package.json
2021-08-25T18:29:14.963Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-commands
2021-08-25T18:29:14.964Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-commands/package.json
2021-08-25T18:29:14.964Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-help
2021-08-25T18:29:14.964Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-help/package.json
2021-08-25T18:29:14.964Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found
2021-08-25T18:29:14.964Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/package.json
2021-08-25T18:29:14.964Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-plugins
2021-08-25T18:29:14.964Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-plugins/package.json
2021-08-25T18:29:14.964Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-update
2021-08-25T18:29:14.964Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-update/package.json
2021-08-25T18:29:14.964Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available
2021-08-25T18:29:14.965Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/package.json
2021-08-25T18:29:14.965Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-which
2021-08-25T18:29:14.965Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-which/package.json
2021-08-25T18:29:14.965Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-alias
2021-08-25T18:29:14.965Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-alias/package.json
2021-08-25T18:29:14.965Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-apex
2021-08-25T18:29:14.965Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-apex/package.json
2021-08-25T18:29:14.965Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-auth
2021-08-25T18:29:14.965Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-auth/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-config
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-config/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-custom-metadata
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-custom-metadata/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-limits
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-limits/package.json
2021-08-25T18:29:14.966Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-org
2021-08-25T18:29:14.966Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-org/package.json
2021-08-25T18:29:14.967Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-source
2021-08-25T18:29:14.967Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-source/package.json
2021-08-25T18:29:14.967Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-schema
2021-08-25T18:29:14.967Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-schema/package.json
2021-08-25T18:29:14.976Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry
2021-08-25T18:29:14.976Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry/package.json
2021-08-25T18:29:14.977Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-templates
2021-08-25T18:29:14.977Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-templates/package.json
2021-08-25T18:29:14.977Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-trust
2021-08-25T18:29:14.977Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-trust/package.json
2021-08-25T18:29:14.977Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-user
2021-08-25T18:29:14.977Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-user/package.json
2021-08-25T18:29:14.977Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-plugin-lwc-test
2021-08-25T18:29:14.977Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-plugin-lwc-test/package.json
2021-08-25T18:29:14.977Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/salesforce-alm
2021-08-25T18:29:14.977Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/package.json
2021-08-25T18:29:14.982Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-autocomplete/oclif.manifest.json
2021-08-25T18:29:14.983Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-commands/oclif.manifest.json
2021-08-25T18:29:14.983Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-help/oclif.manifest.json
2021-08-25T18:29:14.984Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/oclif.manifest.json
2021-08-25T18:29:14.986Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-plugins/oclif.manifest.json
2021-08-25T18:29:14.986Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-update/oclif.manifest.json
2021-08-25T18:29:14.987Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/oclif.manifest.json
2021-08-25T18:29:14.989Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-which/oclif.manifest.json
2021-08-25T18:29:14.989Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-alias/oclif.manifest.json
2021-08-25T18:29:14.990Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-apex/oclif.manifest.json
2021-08-25T18:29:14.991Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-auth/oclif.manifest.json
2021-08-25T18:29:14.992Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-config/oclif.manifest.json
2021-08-25T18:29:14.992Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-custom-metadata/oclif.manifest.json
2021-08-25T18:29:14.993Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/oclif.manifest.json
2021-08-25T18:29:14.993Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/oclif.manifest.json
2021-08-25T18:29:14.994Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-limits/oclif.manifest.json
2021-08-25T18:29:14.995Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-org/oclif.manifest.json
2021-08-25T18:29:14.996Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-source/oclif.manifest.json
2021-08-25T18:29:14.996Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-schema/oclif.manifest.json
2021-08-25T18:29:14.997Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry/oclif.manifest.json
2021-08-25T18:29:14.999Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-templates/oclif.manifest.json
2021-08-25T18:29:15.000Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-trust/oclif.manifest.json
2021-08-25T18:29:15.001Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-user/oclif.manifest.json
2021-08-25T18:29:15.005Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-plugin-lwc-test/oclif.manifest.json
2021-08-25T18:29:15.008Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/oclif.manifest.json
2021-08-25T18:29:15.008Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/.oclif.manifest.json
2021-08-25T18:29:15.008Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/.oclif.manifest.json
2021-08-25T18:29:15.146Z @oclif/config:@salesforce/plugin-data loading IDs from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands
2021-08-25T18:29:15.158Z @oclif/config:@salesforce/plugin-data found commands [
  'force:data:bulk:delete',
  'force:data:bulk:status',
  'force:data:bulk:upsert',
  'force:data:record:create',
  'force:data:record:delete',
  'force:data:record:get',
  'force:data:record:update',
  'force:data:soql:query',
  'force:data:tree:export',
  'force:data:tree:import'
]
2021-08-25T18:29:15.160Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/bulk/delete.js
2021-08-25T18:29:15.389Z sfdx:core TRACE Setup child 'core:config' logger instance
2021-08-25T18:29:15.466Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/bulk/status.js
2021-08-25T18:29:15.469Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/bulk/upsert.js
2021-08-25T18:29:15.470Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/record/create.js
2021-08-25T18:29:15.473Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/record/delete.js
2021-08-25T18:29:15.475Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/record/get.js
2021-08-25T18:29:15.477Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/record/update.js
2021-08-25T18:29:15.479Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/soql/query.js
2021-08-25T18:29:15.483Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/tree/export.js
2021-08-25T18:29:15.488Z @oclif/config:@salesforce/plugin-data require /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-data/lib/commands/force/data/tree/import.js
2021-08-25T18:29:15.498Z @oclif/config:@oclif/plugin-autocomplete using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-autocomplete/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-commands using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-commands/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-help using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-help/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-not-found using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-plugins using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-plugins/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-update using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-update/oclif.manifest.json
2021-08-25T18:29:15.499Z @oclif/config:@oclif/plugin-warn-if-update-available using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/oclif.manifest.json
2021-08-25T18:29:15.500Z @oclif/config:@oclif/plugin-which using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-which/oclif.manifest.json
2021-08-25T18:29:15.500Z @oclif/config:@salesforce/plugin-alias using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-alias/oclif.manifest.json
2021-08-25T18:29:15.501Z @oclif/config:@salesforce/plugin-apex using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-apex/oclif.manifest.json
2021-08-25T18:29:15.501Z @oclif/config:@salesforce/plugin-auth using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-auth/oclif.manifest.json
2021-08-25T18:29:15.501Z @oclif/config:@salesforce/plugin-config using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-config/oclif.manifest.json
2021-08-25T18:29:15.501Z @oclif/config:@salesforce/plugin-custom-metadata using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-custom-metadata/oclif.manifest.json
2021-08-25T18:29:15.502Z @oclif/config:@salesforce/plugin-limits using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-limits/oclif.manifest.json
2021-08-25T18:29:15.502Z @oclif/config:@salesforce/plugin-org using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-org/oclif.manifest.json
2021-08-25T18:29:15.502Z @oclif/config:@salesforce/plugin-source using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-source/oclif.manifest.json
2021-08-25T18:29:15.502Z @oclif/config:@salesforce/plugin-schema using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-schema/oclif.manifest.json
2021-08-25T18:29:15.502Z @oclif/config:@salesforce/plugin-telemetry using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry/oclif.manifest.json
2021-08-25T18:29:15.503Z @oclif/config:@salesforce/plugin-templates using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-templates/oclif.manifest.json
2021-08-25T18:29:15.503Z @oclif/config:@salesforce/sfdx-trust using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-trust/oclif.manifest.json
2021-08-25T18:29:15.503Z @oclif/config:@salesforce/plugin-user using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-user/oclif.manifest.json
2021-08-25T18:29:15.503Z @oclif/config:@salesforce/sfdx-plugin-lwc-test using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/sfdx-plugin-lwc-test/oclif.manifest.json
2021-08-25T18:29:15.504Z @oclif/config:salesforce-alm using manifest from /home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/oclif.manifest.json
2021-08-25T18:29:15.505Z @oclif/config:@salesforce/plugin-generator using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/.oclif.manifest.json
2021-08-25T18:29:15.505Z @oclif/config loading plugins [
  '@oclif/plugin-help',
  '@oclif/plugin-warn-if-update-available',
  '@oclif/plugin-not-found'
]
2021-08-25T18:29:15.505Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/package.json
2021-08-25T18:29:15.505Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/package.json
2021-08-25T18:29:15.505Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/node_modules/@oclif/plugin-help
2021-08-25T18:29:15.505Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/node_modules/@oclif/plugin-help/package.json
2021-08-25T18:29:15.506Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/package.json
2021-08-25T18:29:15.506Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/package.json
2021-08-25T18:29:15.506Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/node_modules/@oclif/plugin-help/oclif.manifest.json
2021-08-25T18:29:15.506Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:15.507Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/package.json
2021-08-25T18:29:15.507Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available
2021-08-25T18:29:15.507Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/package.json
2021-08-25T18:29:15.507Z @oclif/config reading core plugin /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found
2021-08-25T18:29:15.508Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/package.json
2021-08-25T18:29:15.513Z @oclif/config:@oclif/plugin-help using manifest from /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-generator/node_modules/@oclif/plugin-help/oclif.manifest.json
2021-08-25T18:29:15.513Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/oclif.manifest.json
2021-08-25T18:29:15.513Z @oclif/config loadJSON /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/oclif.manifest.json
2021-08-25T18:29:15.513Z @oclif/config:@oclif/plugin-warn-if-update-available using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/oclif.manifest.json
2021-08-25T18:29:15.514Z @oclif/config:@oclif/plugin-not-found using manifest from /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-not-found/oclif.manifest.json
2021-08-25T18:29:15.514Z @oclif/config config done
2021-08-25T18:29:15.514Z sfdx                        OS:
2021-08-25T18:29:15.514Z sfdx                  platform: linux
2021-08-25T18:29:15.514Z sfdx              architecture: x64
2021-08-25T18:29:15.514Z sfdx                   release: 5.8.0-1039-azure
2021-08-25T18:29:15.515Z sfdx                     shell: unknown
2021-08-25T18:29:15.515Z sfdx                      NODE:
2021-08-25T18:29:15.515Z sfdx                   version: 14.17.5
2021-08-25T18:29:15.515Z sfdx                       CLI:
2021-08-25T18:29:15.515Z sfdx                   version: 7.114.0
2021-08-25T18:29:15.515Z sfdx                   channel: stable
2021-08-25T18:29:15.515Z sfdx                       bin: sfdx
2021-08-25T18:29:15.515Z sfdx                      data: /home/runner/.local/share/sfdx
2021-08-25T18:29:15.515Z sfdx                     cache: /home/runner/.cache/sfdx
2021-08-25T18:29:15.515Z sfdx                    config: /home/runner/.config/sfdx
2021-08-25T18:29:15.515Z sfdx                       ENV:
2021-08-25T18:29:15.515Z sfdx              NODE_OPTIONS: <not set>
2021-08-25T18:29:15.515Z sfdx   SFDX_AUTOUPDATE_DISABLE: true
2021-08-25T18:29:15.515Z sfdx              SFDX_BINPATH: <not set>
2021-08-25T18:29:15.515Z sfdx        SFDX_COMPILE_CACHE: <not set>
2021-08-25T18:29:15.515Z sfdx   SFDX_DISABLE_AUTOUPDATE: true
2021-08-25T18:29:15.515Z sfdx                  SFDX_ENV: development
2021-08-25T18:29:15.515Z sfdx            SFDX_INSTALLER: <not set>
2021-08-25T18:29:15.515Z sfdx    SFDX_LAZY_LOAD_MODULES: true
2021-08-25T18:29:15.515Z sfdx         SFDX_NPM_REGISTRY: <not set>
2021-08-25T18:29:15.515Z sfdx           SFDX_REDIRECTED: <not set>
2021-08-25T18:29:15.515Z sfdx              SFDX_S3_HOST: <not set>
2021-08-25T18:29:15.515Z sfdx  SFDX_UPDATE_INSTRUCTIONS: Use "npm update --global sfdx-cli" to update npm-based installations.
2021-08-25T18:29:15.515Z sfdx                      ARGS:
2021-08-25T18:29:15.515Z sfdx                         0: /usr/local/bin/node
2021-08-25T18:29:15.515Z sfdx                         1: /home/runner/work/salesforce/salesforce/node_modules/.bin/sfdx
2021-08-25T18:29:15.515Z sfdx                         2: force:org:create
2021-08-25T18:29:15.515Z sfdx                         3: --setdefaultusername
2021-08-25T18:29:15.515Z sfdx                         4: --durationdays
2021-08-25T18:29:15.515Z sfdx                         5: 1
2021-08-25T18:29:15.515Z sfdx                         6: --wait
2021-08-25T18:29:15.515Z sfdx                         7: 15
2021-08-25T18:29:15.516Z sfdx                         8: --definitionfile
2021-08-25T18:29:15.516Z sfdx                         9: config/project-scratch-uk.json
2021-08-25T18:29:15.517Z lazy-require loading type cache from /home/runner/.cache/sfdx/module-types.json
2021-08-25T18:29:15.517Z lazy-require loaded type cache
2021-08-25T18:29:15.517Z lazy-require parsing type cache
2021-08-25T18:29:15.517Z lazy-require parsed type cache
2021-08-25T18:29:15.518Z lazy-require enabled
2021-08-25T18:29:15.519Z @oclif/config start init hook
2021-08-25T18:29:15.520Z sfdx:@oclif/plugin-update:hooks:init start /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-update/lib/hooks/init
2021-08-25T18:29:15.522Z sfdx:@oclif/plugin-warn-if-update-available:hooks:init start /home/runner/work/salesforce/salesforce/node_modules/@oclif/plugin-warn-if-update-available/lib/hooks/init/check-update
2021-08-25T18:29:15.536Z sfdx:@salesforce/plugin-config:hooks:init start /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-config/lib/hooks/init/load_config_meta
2021-08-25T18:29:15.554Z sfdx:core TRACE Setup child 'core:config' logger instance
2021-08-25T18:29:15.562Z sfdx:core TRACE Setup child 'plugin-config:load_config_meta' logger instance
2021-08-25T18:29:15.563Z sfdx:plugin-config:load_config_meta INFO No config meta found for sfdx-cli
2021-08-25T18:29:15.563Z sfdx:plugin-config:load_config_meta INFO No config meta found for texei-sfdx-plugin
2021-08-25T18:29:15.563Z sfdx:plugin-config:load_config_meta INFO No config meta found for sfpowerkit
2021-08-25T18:29:15.563Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-data
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-autocomplete
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-commands
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-help
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-not-found
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-plugins
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-update
2021-08-25T18:29:15.564Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-warn-if-update-available
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @oclif/plugin-which
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-alias
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-apex
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-auth
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-config
2021-08-25T18:29:15.565Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-custom-metadata
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-limits
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-org
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-source
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-schema
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-telemetry
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-templates
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/sfdx-trust
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-user
2021-08-25T18:29:15.566Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/sfdx-plugin-lwc-test
2021-08-25T18:29:15.567Z sfdx:plugin-config:load_config_meta INFO No config meta found for salesforce-alm
2021-08-25T18:29:15.567Z sfdx:plugin-config:load_config_meta INFO No config meta found for @salesforce/plugin-generator
2021-08-25T18:29:15.567Z sfdx:@salesforce/plugin-telemetry:hooks:init start /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry/lib/hooks/telemetryInit.js
2021-08-25T18:29:15.568Z sfdx:@oclif/plugin-update:hooks:init done
2021-08-25T18:29:15.568Z sfdx:@salesforce/plugin-config:hooks:init done
2021-08-25T18:29:15.568Z sfdx:@salesforce/plugin-telemetry:hooks:init done
2021-08-25T18:29:15.570Z sfdx:@oclif/plugin-warn-if-update-available:hooks:init done
2021-08-25T18:29:15.570Z @oclif/config init hook done
2021-08-25T18:29:15.570Z sfdx init version: @oclif/[email protected] argv: [ 'force:org:create', '--setdefaultusername', '--durationdays', '1', '--wait', '15', '--definitionfile', 'config/project-scratch-uk.json' ]
2021-08-25T18:29:15.574Z @oclif/config runCommand force:org:create [ '--setdefaultusername', '--durationdays', '1', '--wait', '15', '--definitionfile', 'config/project-scratch-uk.json' ]
2021-08-25T18:29:15.574Z @oclif/config:salesforce-alm require /home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/commands/force/org/create.js
2021-08-25T18:29:15.606Z sfdx:core TRACE Setup child 'core:config' logger instance
2021-08-25T18:29:15.916Z sfdx:core TRACE Setup child 'core:config' logger instance
2021-08-25T18:29:16.042Z @oclif/config start prerun hook
2021-08-25T18:29:16.042Z sfdx:@salesforce/plugin-telemetry:hooks:prerun start /home/runner/work/salesforce/salesforce/node_modules/@salesforce/plugin-telemetry/lib/hooks/telemetryPrerun.js
2021-08-25T18:29:16.064Z sfdx:core TRACE Setup child 'core:config' logger instance
2021-08-25T18:29:16.074Z sfdx:core TRACE Setup child 'Config' logger instance
2021-08-25T18:29:16.075Z sfdx:core TRACE Setup child 'Config' logger instance
2021-08-25T18:29:16.076Z sfdx:Config INFO Reading config file: /home/runner/.sfdx/sfdx-config.json
2021-08-25T18:29:16.077Z sfdx:Config INFO Reading config file: /home/runner/work/salesforce/salesforce/.sfdx/sfdx-config.json
2021-08-25T18:29:16.080Z sfdx:[email protected] Usage acknowledgement file already exists
2021-08-25T18:29:16.080Z sfdx:[email protected] Using telemetry logging file /tmp/sfdx-telemetry/telemetry-adf3ab44279b4190bf455a1605c1d4ba6589716f.log
2021-08-25T18:29:16.084Z sfdx:[email protected] Setting up process exit handler
2021-08-25T18:29:16.084Z sfdx:@salesforce/plugin-telemetry:hooks:prerun done
2021-08-25T18:29:16.084Z @oclif/config prerun hook done
2021-08-25T18:29:16.085Z sfdx:core TRACE Setup child 'OrgCreateCommand' logger instance
2021-08-25T18:29:16.085Z sfdx:force:org:create init version: @oclif/[email protected] argv: [ '--setdefaultusername', '--durationdays', '1', '--wait', '15', '--definitionfile', 'config/project-scratch-uk.json' ]
2021-08-25T18:29:16.087Z sfdx:OrgCreateCommand INFO Running command [OrgCreateCommand] with flags [{"setdefaultusername":true,"durationdays":1,"wait":{"quantity":15,"unit":0},"definitionfile":"config/project-scratch-uk.json","loglevel":"warn","type":"scratch","env":"sandbox"}] and args [{}]
2021-08-25T18:29:16.087Z sfdx:core TRACE Setup child 'Config' logger instance
2021-08-25T18:29:16.089Z sfdx:core TRACE Setup child 'Config' logger instance
2021-08-25T18:29:16.089Z sfdx:Config INFO Reading config file: /home/runner/.sfdx/sfdx-config.json
2021-08-25T18:29:16.090Z sfdx:Config INFO Reading config file: /home/runner/work/salesforce/salesforce/.sfdx/sfdx-config.json
2021-08-25T18:29:16.092Z sfdx:core TRACE Setup child 'Org' logger instance
2021-08-25T18:29:16.094Z sfdx:core TRACE Setup child 'Org' logger instance
2021-08-25T18:29:16.095Z sfdx:core TRACE Setup child 'Aliases' logger instance
2021-08-25T18:29:16.096Z sfdx:Aliases INFO Reading config file: /home/runner/.sfdx/alias.json
2021-08-25T18:29:16.097Z sfdx:core TRACE Setup child 'AuthInfo' logger instance
2021-08-25T18:29:16.098Z sfdx:core TRACE Setup child 'crypto' logger instance
2021-08-25T18:29:16.098Z sfdx:crypto DEBUG retryStatus: undefined
2021-08-25T18:29:16.099Z sfdx:core TRACE Setup child 'keyChain' logger instance
2021-08-25T18:29:16.099Z sfdx:keyChain DEBUG platform: linux
2021-08-25T18:29:16.101Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:29:16.101Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:29:16.104Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:29:16.104Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:29:16.106Z sfdx:core TRACE Setup child 'AuthInfoConfig' logger instance
2021-08-25T18:29:16.106Z sfdx:AuthInfoConfig INFO Reading config file: /home/runner/.sfdx/[email protected]
2021-08-25T18:29:16.107Z sfdx:AuthInfo INFO Updated auth info for username: [email protected]
2021-08-25T18:29:16.107Z sfdx:AuthInfo INFO Returning fields for a connection using OAuth config.
2021-08-25T18:29:16.110Z sfdx:core TRACE Setup child 'connection' logger instance
2021-08-25T18:29:16.127Z sfdx:connection DEBUG Last checked on 8/25/2021, 6:29:15 PM (now is 8/25/2021, 6:29:16 PM) - not getting latest
2021-08-25T18:29:16.127Z sfdx:connection DEBUG Loaded latest apiVersion 52.0
2021-08-25T18:29:16.128Z sfdx:connection DEBUG Using apiVersion 52.0
2021-08-25T18:29:16.129Z sfdx:core TRACE Setup child 'Aliases' logger instance
2021-08-25T18:29:16.129Z sfdx:Aliases INFO Reading config file: /home/runner/.sfdx/alias.json
2021-08-25T18:29:16.130Z sfdx:OrgCreateCommand DEBUG [
  'Create started with args %s ',
  {
    setdefaultusername: true,
    durationdays: 1,
    wait: { quantity: 15, unit: 0 },
    definitionfile: 'config/project-scratch-uk.json',
    loglevel: 'warn',
    type: 'scratch',
    env: 'sandbox'
  }
]
2021-08-25T18:29:16.130Z sfdx:OrgCreateCommand DEBUG OK, will do scratch org creation
2021-08-25T18:29:16.130Z sfdx:OrgCreateCommand DEBUG validation complete
2021-08-25T18:29:16.132Z sfdx:core TRACE Setup child 'SettingsGenerator' logger instance
2021-08-25T18:29:16.132Z sfdx:core TRACE Setup child 'scratchOrgCreateCommand' logger instance
2021-08-25T18:29:16.133Z sfdx:scratchOrgCreateCommand DEBUG scratchOrgCreateCommand: execute
2021-08-25T18:29:16.135Z sfdx:core TRACE Setup child 'SfdxProjectJson' logger instance
2021-08-25T18:29:16.135Z sfdx:SfdxProjectJson INFO Reading config file: /home/runner/work/salesforce/salesforce/sfdx-project.json
2021-08-25T18:29:16.137Z sfdx:SfdxProjectJson TRACE Setup child 'SchemaValidator' logger instance
2021-08-25T18:29:16.137Z sfdx:SchemaValidator DEBUG Schema loaded for /home/runner/work/salesforce/salesforce/node_modules/@salesforce/schemas/sfdx-project.schema.json
2021-08-25T18:29:16.148Z sfdx:core TRACE Setup child 'SfdxProjectJson' logger instance
2021-08-25T18:29:16.148Z sfdx:SfdxProjectJson INFO Reading config file: /home/runner/work/salesforce/salesforce/sfdx-project.json
2021-08-25T18:29:16.149Z sfdx:SfdxProjectJson TRACE Setup child 'SchemaValidator' logger instance
2021-08-25T18:29:16.149Z sfdx:SchemaValidator DEBUG Schema loaded for /home/runner/work/salesforce/salesforce/node_modules/@salesforce/schemas/sfdx-project.schema.json
2021-08-25T18:29:16.153Z sfdx:SettingsGenerator DEBUG extracting settings from scratch definition file
2021-08-25T18:29:16.153Z sfdx:SettingsGenerator DEBUG [
  'settings are',
  {
    liveAgentSettings: { enableLiveAgent: true },
    lightningExperienceSettings: { enableS1DesktopEnabled: true },
    socialProfileSettings: { enableSocialProfiles: true },
    enhancedNotesSettings: { enableEnhancedNotes: true },
    communitiesSettings: { enableNetworksEnabled: true }
  }
]
2021-08-25T18:29:16.154Z sfdx:scratchOrgCreateCommand DEBUG the scratch org def file has settings: true
2021-08-25T18:29:16.155Z sfdx:core TRACE Setup child 'SfdxProjectJson' logger instance
2021-08-25T18:29:16.155Z sfdx:SfdxProjectJson INFO Reading config file: /home/runner/work/salesforce/salesforce/sfdx-project.json
2021-08-25T18:29:16.156Z sfdx:SfdxProjectJson TRACE Setup child 'SchemaValidator' logger instance
2021-08-25T18:29:16.157Z sfdx:SchemaValidator DEBUG Schema loaded for /home/runner/work/salesforce/salesforce/node_modules/@salesforce/schemas/sfdx-project.schema.json
2021-08-25T18:29:16.160Z sfdx:core TRACE Setup child 'SfdxProjectJson' logger instance
2021-08-25T18:29:16.160Z sfdx:SfdxProjectJson INFO Reading config file: /home/runner/work/salesforce/salesforce/sfdx-project.json
2021-08-25T18:29:16.161Z sfdx:SfdxProjectJson TRACE Setup child 'SchemaValidator' logger instance
2021-08-25T18:29:16.166Z sfdx:SchemaValidator DEBUG Schema loaded for /home/runner/work/salesforce/salesforce/node_modules/@salesforce/schemas/sfdx-project.schema.json
2021-08-25T18:29:16.169Z sfdx:scratchOrgCreateCommand DEBUG setting subscribe timeout to 15 minutes
2021-08-25T18:29:16.172Z sfdx:core TRACE Setup child 'StreamingClient' logger instance
2021-08-25T18:29:16.172Z sfdx:Org DEBUG Refreshing auth for org.
2021-08-25T18:29:16.172Z sfdx:connection DEBUG request: {"url":"https://domain.my.salesforce.com/services/data/v52.0","method":"GET","headers":{"content-type":"application/json","user-agent":"sfdx toolbelt:"}}
2021-08-25T18:29:16.993Z sfdx:AuthInfo INFO Returning fields for a connection using OAuth config.
2021-08-25T18:29:16.994Z sfdx:StreamingClient DEBUG accessToken: XXXXXXvMBZ
2021-08-25T18:29:16.994Z sfdx:StreamingClient DEBUG Streaming client target url: https://domain.my.salesforce.com/cometd/52.0
2021-08-25T18:29:16.994Z sfdx:StreamingClient DEBUG options.subscribeTimeout (ms): 900000
2021-08-25T18:29:16.994Z sfdx:StreamingClient DEBUG options.handshakeTimeout (ms): 30000
2021-08-25T18:29:16.994Z sfdx:scratchOrgCreateCommand DEBUG Attempting StreamingClient handshake
2021-08-25T18:29:16.995Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating handshake with "https://domain.my.salesforce.com/cometd/52.0"
2021-08-25T18:29:16.996Z sfdx:StreamingClient DEBUG [Faye.Dispatcher] Selected "long-polling" transport for "https://domain.my.salesforce.com/cometd/52.0"
2021-08-25T18:29:16.996Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["in-process","websocket","long-polling"],"id":"1"}
2021-08-25T18:29:16.997Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client undefined sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["in-process","websocket","long-polling"],"id":"1"}
2021-08-25T18:29:17.009Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:29:17.544Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client undefined received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"ext":{"replay":true,"payload.format":true},"minimumVersion":"1.0","clientId":"clientId","supportedConnectionTypes":["long-polling"],"channel":"/meta/handshake","id":"1","version":"1.0","successful":true}]
2021-08-25T18:29:17.546Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"ext":{"replay":true,"payload.format":true},"minimumVersion":"1.0","clientId":"clientId","supportedConnectionTypes":["long-polling"],"channel":"/meta/handshake","id":"1","version":"1.0","successful":true}
2021-08-25T18:29:17.547Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:17.548Z sfdx:StreamingClient DEBUG [Faye.Dispatcher] Selected "long-polling" transport for "https://domain.my.salesforce.com/cometd/52.0"
2021-08-25T18:29:17.549Z sfdx:StreamingClient DEBUG [Faye.Client] Handshake successful: "clientId"
2021-08-25T18:29:17.550Z sfdx:StreamingClient DEBUG Transport up event received
2021-08-25T18:29:17.551Z sfdx:StreamingClient DEBUG handshake completed
2021-08-25T18:29:17.551Z sfdx:StreamingClient DEBUG cleared handshake timeout
2021-08-25T18:29:17.552Z sfdx:scratchOrgCreateCommand DEBUG Finished StreamingClient handshake
2021-08-25T18:29:17.553Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:29:17.553Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:29:17.554Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"2"}
2021-08-25T18:29:17.554Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"2"}
2021-08-25T18:29:17.555Z sfdx:StreamingClient DEBUG [Faye.Client] Client "clientId" attempting to subscribe to "/event/OrgLifecycleNotification"
2021-08-25T18:29:17.556Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/subscribe","clientId":"clientId","subscription":"/event/OrgLifecycleNotification","id":"3"}
2021-08-25T18:29:17.556Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/subscribe","clientId":"clientId","subscription":"/event/OrgLifecycleNotification","id":"3"}
2021-08-25T18:29:17.557Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:29:18.080Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","advice":{"interval":0,"timeout":110000,"reconnect":"retry"},"channel":"/meta/connect","id":"2","successful":true},{"clientId":"clientId","channel":"/meta/subscribe","id":"3","subscription":"/event/OrgLifecycleNotification","successful":true}]
2021-08-25T18:29:18.080Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","advice":{"interval":0,"timeout":110000,"reconnect":"retry"},"channel":"/meta/connect","id":"2","successful":true}
2021-08-25T18:29:18.080Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:18.081Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:29:18.081Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/subscribe","id":"3","subscription":"/event/OrgLifecycleNotification","successful":true}
2021-08-25T18:29:18.081Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:18.082Z sfdx:StreamingClient DEBUG [Faye.Client] Subscription acknowledged for "clientId" to ["/event/OrgLifecycleNotification"]
2021-08-25T18:29:18.082Z sfdx:scratchOrgCreateCommand DEBUG Subscribing to StreamingClient events
2021-08-25T18:29:18.083Z sfdx:scratchOrgCreateCommand DEBUG Requesting Org Signup
2021-08-25T18:29:18.084Z sfdx:connection DEBUG request: {"method":"POST","url":"https://domain.my.salesforce.com/services/data/v52.0/sobjects/ScratchOrgInfo","body":"{\"OrgName\":\"Mental Health Innovations\",\"HasSampleData\":false,\"SourceOrg\":\"00D1t000000pbJe\",\"Release\":\"current\",\"Features\":\"PersonAccounts;LiveAgent;SocialCustomerService;LightningSalesConsole;LightningScheduler;LightningServiceConsole;Sites;Communities;DeferSharingCalc\",\"DurationDays\":1,\"Package2AncestorIds\":\"\",\"ConnectedAppConsumerKey\":\"PlatformCLI\",\"ConnectedAppCallbackUrl\":\"http://localhost:1717/OauthRedirect\"}","headers":{"content-type":"application/json","user-agent":"sfdx toolbelt:","Content-Type":"application/json"}}
2021-08-25T18:29:18.087Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:29:18.088Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:29:18.088Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"4"}
2021-08-25T18:29:18.088Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"4"}
2021-08-25T18:29:18.090Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:29:29.699Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001M0CAAA0","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:28.388Z","StatusCode":null},"event":{"EventUuid":"3ce28bc3-c89d-4882-ac7e-b161afb32027","replayId":5476}},"channel":"/event/OrgLifecycleNotification"},{"clientId":"clientId","channel":"/meta/connect","id":"4","successful":true}]
2021-08-25T18:29:29.700Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001M0CAAA0","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:28.388Z","StatusCode":null},"event":{"EventUuid":"3ce28bc3-c89d-4882-ac7e-b161afb32027","replayId":5476}},"channel":"/event/OrgLifecycleNotification"}
2021-08-25T18:29:29.700Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:29.700Z sfdx:StreamingClient DEBUG [Faye.Client] Client "clientId" calling listeners for "/event/OrgLifecycleNotification" with {"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001M0CAAA0","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:28.388Z","StatusCode":null},"event":{"EventUuid":"3ce28bc3-c89d-4882-ac7e-b161afb32027","replayId":5476}}
2021-08-25T18:29:29.702Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"4","successful":true}
2021-08-25T18:29:29.702Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:29.702Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:29:29.704Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:29:29.704Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:29:29.704Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"5"}
2021-08-25T18:29:29.704Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"5"}
2021-08-25T18:29:29.706Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:29:32.730Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:29.984Z","StatusCode":null},"event":{"EventUuid":"746c9d7e-eee3-4892-9c7a-96547f572db4","replayId":5477}},"channel":"/event/OrgLifecycleNotification"},{"clientId":"clientId","channel":"/meta/connect","id":"5","successful":true}]
2021-08-25T18:29:32.730Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:29.984Z","StatusCode":null},"event":{"EventUuid":"746c9d7e-eee3-4892-9c7a-96547f572db4","replayId":5477}},"channel":"/event/OrgLifecycleNotification"}
2021-08-25T18:29:32.731Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:32.731Z sfdx:StreamingClient DEBUG [Faye.Client] Client "clientId" calling listeners for "/event/OrgLifecycleNotification" with {"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"New","OrgId":null,"CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:29:29.984Z","StatusCode":null},"event":{"EventUuid":"746c9d7e-eee3-4892-9c7a-96547f572db4","replayId":5477}}
2021-08-25T18:29:32.731Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"5","successful":true}
2021-08-25T18:29:32.732Z sfdx:StreamingClient DEBUG 
2021-08-25T18:29:32.732Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:29:32.733Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:29:32.733Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:29:32.733Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"6"}
2021-08-25T18:29:32.734Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"6"}
2021-08-25T18:29:32.735Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:31:23.210Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"6","successful":true}]
2021-08-25T18:31:23.210Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"6","successful":true}
2021-08-25T18:31:23.210Z sfdx:StreamingClient DEBUG 
2021-08-25T18:31:23.211Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:31:23.211Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:31:23.212Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:31:23.212Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"7"}
2021-08-25T18:31:23.212Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"7"}
2021-08-25T18:31:23.214Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:33:13.841Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"7","successful":true}]
2021-08-25T18:33:13.842Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"7","successful":true}
2021-08-25T18:33:13.842Z sfdx:StreamingClient DEBUG 
2021-08-25T18:33:13.842Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:33:13.844Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:33:13.844Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:33:13.844Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"8"}
2021-08-25T18:33:13.845Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"8"}
2021-08-25T18:33:13.846Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:34:17.340Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Creating","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:34:14.797Z","StatusCode":null},"event":{"EventUuid":"2b816ce9-61f3-4e12-96b0-221b1735a9a9","replayId":5478}},"channel":"/event/OrgLifecycleNotification"},{"clientId":"clientId","channel":"/meta/connect","id":"8","successful":true}]
2021-08-25T18:34:17.341Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Creating","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:34:14.797Z","StatusCode":null},"event":{"EventUuid":"2b816ce9-61f3-4e12-96b0-221b1735a9a9","replayId":5478}},"channel":"/event/OrgLifecycleNotification"}
2021-08-25T18:34:17.341Z sfdx:StreamingClient DEBUG 
2021-08-25T18:34:17.341Z sfdx:StreamingClient DEBUG [Faye.Client] Client "clientId" calling listeners for "/event/OrgLifecycleNotification" with {"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Creating","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:34:14.797Z","StatusCode":null},"event":{"EventUuid":"2b816ce9-61f3-4e12-96b0-221b1735a9a9","replayId":5478}}
2021-08-25T18:34:17.341Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"8","successful":true}
2021-08-25T18:34:17.342Z sfdx:StreamingClient DEBUG 
2021-08-25T18:34:17.342Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:34:17.342Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:34:17.343Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:34:17.343Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"9"}
2021-08-25T18:34:17.343Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"9"}
2021-08-25T18:34:17.345Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:36:08.306Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"9","successful":true}]
2021-08-25T18:36:08.306Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"9","successful":true}
2021-08-25T18:36:08.307Z sfdx:StreamingClient DEBUG 
2021-08-25T18:36:08.307Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:36:08.308Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:36:08.308Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:36:08.308Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"a"}
2021-08-25T18:36:08.308Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"a"}
2021-08-25T18:36:08.310Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:36:11.062Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Active","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:36:08.714Z","StatusCode":null},"event":{"EventUuid":"5e9f3b52-3d27-4d39-95b6-fc7c7090d6a7","replayId":5479}},"channel":"/event/OrgLifecycleNotification"},{"clientId":"clientId","channel":"/meta/connect","id":"a","successful":true}]
2021-08-25T18:36:11.063Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"data":{"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Active","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:36:08.714Z","StatusCode":null},"event":{"EventUuid":"5e9f3b52-3d27-4d39-95b6-fc7c7090d6a7","replayId":5479}},"channel":"/event/OrgLifecycleNotification"}
2021-08-25T18:36:11.063Z sfdx:StreamingClient DEBUG 
2021-08-25T18:36:11.063Z sfdx:StreamingClient DEBUG [Faye.Client] Client "clientId" calling listeners for "/event/OrgLifecycleNotification" with {"schema":"TPBG_sjaj7WiPbCu5llinA","payload":{"Status":"Active","OrgId":"00D3G0000008jB4UAI","CreatedById":"0051t000001CidHAAS","LifecycleRequestId":"2SR6N0000008Od8WAE","LifecycleRequestType":"ScratchOrgInfo","CreatedDate":"2021-08-25T18:36:08.714Z","StatusCode":null},"event":{"EventUuid":"5e9f3b52-3d27-4d39-95b6-fc7c7090d6a7","replayId":5479}}
2021-08-25T18:36:11.063Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"a","successful":true}
2021-08-25T18:36:11.064Z sfdx:StreamingClient DEBUG 
2021-08-25T18:36:11.064Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:36:11.065Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:36:11.065Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:36:11.065Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"b"}
2021-08-25T18:36:11.065Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"b"}
2021-08-25T18:36:11.067Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:38:01.855Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"b","successful":true}]
2021-08-25T18:38:01.855Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"b","successful":true}
2021-08-25T18:38:01.855Z sfdx:StreamingClient DEBUG 
2021-08-25T18:38:01.855Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:38:01.857Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:38:01.857Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:38:01.858Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"c"}
2021-08-25T18:38:01.858Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"c"}
2021-08-25T18:38:01.859Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:39:52.657Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"c","successful":true}]
2021-08-25T18:39:52.657Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"c","successful":true}
2021-08-25T18:39:52.658Z sfdx:StreamingClient DEBUG 
2021-08-25T18:39:52.658Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:39:52.658Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:39:52.658Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:39:52.659Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"d"}
2021-08-25T18:39:52.659Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"d"}
2021-08-25T18:39:52.660Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:41:43.622Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"d","successful":true}]
2021-08-25T18:41:43.622Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"d","successful":true}
2021-08-25T18:41:43.623Z sfdx:StreamingClient DEBUG 
2021-08-25T18:41:43.623Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:41:43.623Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:41:43.624Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:41:43.624Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"e"}
2021-08-25T18:41:43.624Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"e"}
2021-08-25T18:41:43.625Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:43:34.438Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/connect","id":"e","successful":true}]
2021-08-25T18:43:34.439Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/connect","id":"e","successful":true}
2021-08-25T18:43:34.439Z sfdx:StreamingClient DEBUG 
2021-08-25T18:43:34.439Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:43:34.441Z sfdx:StreamingClient DEBUG [Faye.Client] Calling deferred actions for "clientId"
2021-08-25T18:43:34.441Z sfdx:StreamingClient DEBUG [Faye.Client] Initiating connection for "clientId"
2021-08-25T18:43:34.441Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"f"}
2021-08-25T18:43:34.441Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/connect","clientId":"clientId","connectionType":"long-polling","id":"f"}
2021-08-25T18:43:34.443Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:44:17.577Z sfdx:StreamingClient DEBUG Disconnecting the comet client
2021-08-25T18:44:17.578Z sfdx:StreamingClient DEBUG Closing the faye dispatcher
2021-08-25T18:44:17.578Z sfdx:StreamingClient DEBUG dispatcher.clientId: clientId
2021-08-25T18:44:17.578Z sfdx:StreamingClient DEBUG [Faye.Client] Disconnecting "clientId"
2021-08-25T18:44:17.578Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "outgoing" extensions: {"channel":"/meta/disconnect","clientId":"clientId","id":"g"}
2021-08-25T18:44:17.579Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" sending message to "https://domain.my.salesforce.com/cometd/52.0": {"channel":"/meta/disconnect","clientId":"clientId","id":"g"}
2021-08-25T18:44:17.579Z sfdx:StreamingClient DEBUG [Faye.Client] Clearing channel listeners for "clientId"
2021-08-25T18:44:17.579Z sfdx:StreamingClient DEBUG {"name":"genericTimeoutMessage","exitCode":1}
2021-08-25T18:44:17.580Z sfdx:scratchOrgCreateCommand DEBUG There was an error thrown attempting to signup the org. Error: Socket timeout occurred while listening for results.
2021-08-25T18:44:17.581Z sfdx:scratchOrgCreateCommand DEBUG An error was encountered during streaming; code: genericTimeoutMessage message: Socket timeout occurred while listening for results. name: genericTimeoutMessage
ERROR running force:org:create:  Socket timeout occurred while listening for results. 
*** Internal Diagnostic ***

genericTimeoutMessage: Socket timeout occurred while listening for results.
    at ALMError (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/lib/core/almError.js:42:19)
    at ScratchOrgCreateCommand.execute (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/lib/org/scratchOrgCreateCommand.js:127:31)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async OrgCreateCommand.run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/commands/force/org/create.js:120:28)
    at async OrgCreateCommand._run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:81:40)
    at async Config.runCommand (/home/runner/work/salesforce/salesforce/node_modules/@oclif/config/lib/config.js:173:24)
    at async SfdxMain.run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/main.js:27:9)
    at async SfdxMain._run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/command.js:43:20)
    at async Object.run (/home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/dist/cli.js:162:47)
Outer stack:
    at Function.wrap (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/core/lib/sfdxError.js:171:27)
    at OrgCreateCommand.catch (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:248:67)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async OrgCreateCommand._run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:85:13)
    at async Config.runCommand (/home/runner/work/salesforce/salesforce/node_modules/@oclif/config/lib/config.js:173:24)
    at async SfdxMain.run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/main.js:27:9)
    at async SfdxMain._run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/command.js:43:20)
    at async Object.run (/home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/dist/cli.js:162:47)
******

2021-08-25T18:44:17.584Z sfdx:OrgCreateCommand ERROR [
  'ERROR running force:org:create: ',
  'Socket timeout occurred while listening for results.',
  '\n' +
    '*** Internal Diagnostic ***\n' +
    '\n' +
    'genericTimeoutMessage: Socket timeout occurred while listening for results.\n' +
    '    at ALMError (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/lib/core/almError.js:42:19)\n' +
    '    at ScratchOrgCreateCommand.execute (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/lib/org/scratchOrgCreateCommand.js:127:31)\n' +
    '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n' +
    '    at async OrgCreateCommand.run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/dist/commands/force/org/create.js:120:28)\n' +
    '    at async OrgCreateCommand._run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:81:40)\n' +
    '    at async Config.runCommand (/home/runner/work/salesforce/salesforce/node_modules/@oclif/config/lib/config.js:173:24)\n' +
    '    at async SfdxMain.run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/main.js:27:9)\n' +
    '    at async SfdxMain._run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/command.js:43:20)\n' +
    '    at async Object.run (/home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/dist/cli.js:162:47)\n' +
    'Outer stack:\n' +
    '    at Function.wrap (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/core/lib/sfdxError.js:171:27)\n' +
    '    at OrgCreateCommand.catch (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:248:67)\n' +
    '    at processTicksAndRejections (internal/process/task_queues.js:95:5)\n' +
    '    at async OrgCreateCommand._run (/home/runner/work/salesforce/salesforce/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:85:13)\n' +
    '    at async Config.runCommand (/home/runner/work/salesforce/salesforce/node_modules/@oclif/config/lib/config.js:173:24)\n' +
    '    at async SfdxMain.run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/main.js:27:9)\n' +
    '    at async SfdxMain._run (/home/runner/work/salesforce/salesforce/node_modules/@oclif/command/lib/command.js:43:20)\n' +
    '    at async Object.run (/home/runner/work/salesforce/salesforce/node_modules/sfdx-cli/dist/cli.js:162:47)\n' +
    '******\n'
]
2021-08-25T18:44:17.584Z sfdx:Org DEBUG isDevHub is not cached - querying server...
2021-08-25T18:44:17.586Z @oclif/config start postrun hook
2021-08-25T18:44:17.587Z @oclif/config postrun hook done
2021-08-25T18:44:17.588Z sfdx:connection DEBUG request: {"method":"GET","url":"https://domain.my.salesforce.com/services/data/v52.0/query?q=SELECT%20Id%20FROM%20ScratchOrgInfo%20limit%201","headers":{"content-type":"application/json","user-agent":"sfdx toolbelt:"}}
2021-08-25T18:44:17.589Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] this._dispatcher.cookiesAllowAllPaths: true
2021-08-25T18:44:18.394Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","channel":"/meta/disconnect","id":"g","successful":true}]
2021-08-25T18:44:18.394Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","channel":"/meta/disconnect","id":"g","successful":true}
2021-08-25T18:44:18.394Z sfdx:StreamingClient DEBUG 
2021-08-25T18:44:18.398Z sfdx:StreamingClient DEBUG [Faye.NodeHttp] Client "clientId" received from "https://domain.my.salesforce.com/cometd/52.0" via "long-polling": [{"clientId":"clientId","advice":{"reconnect":"none"},"channel":"/meta/connect","id":"f","successful":true}]
2021-08-25T18:44:18.398Z sfdx:StreamingClient DEBUG [Faye.Client] Passing through "incoming" extensions: {"clientId":"clientId","advice":{"reconnect":"none"},"channel":"/meta/connect","id":"f","successful":true}
2021-08-25T18:44:18.399Z sfdx:StreamingClient DEBUG 
2021-08-25T18:44:18.399Z sfdx:StreamingClient DEBUG [Faye.Client] Closed connection for "clientId"
2021-08-25T18:44:18.421Z sfdx:core TRACE Setup child 'AuthInfo' logger instance
2021-08-25T18:44:18.421Z sfdx:core TRACE Setup child 'crypto' logger instance
2021-08-25T18:44:18.422Z sfdx:crypto DEBUG retryStatus: undefined
2021-08-25T18:44:18.422Z sfdx:core TRACE Setup child 'keyChain' logger instance
2021-08-25T18:44:18.423Z sfdx:keyChain DEBUG platform: linux
2021-08-25T18:44:18.425Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:44:18.425Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:44:18.427Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:44:18.427Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:44:18.428Z sfdx:AuthInfo INFO Updated auth info for username: [email protected]
2021-08-25T18:44:18.428Z sfdx:AuthInfo INFO Updated auth info for username: [email protected]
2021-08-25T18:44:18.428Z sfdx:AuthInfo DEBUG 
2021-08-25T18:44:18.429Z sfdx:core TRACE Setup child 'AuthInfoConfig' logger instance
2021-08-25T18:44:18.429Z sfdx:AuthInfoConfig INFO Reading config file: /home/runner/.sfdx/[email protected]
2021-08-25T18:44:18.430Z sfdx:AuthInfoConfig INFO Writing to config file: /home/runner/.sfdx/[email protected]
2021-08-25T18:44:18.432Z sfdx:AuthInfo INFO Saved auth info for username: [email protected]
2021-08-25T18:44:18.432Z sfdx:core TRACE Setup child 'AuthInfo' logger instance
2021-08-25T18:44:18.433Z sfdx:core TRACE Setup child 'crypto' logger instance
2021-08-25T18:44:18.433Z sfdx:crypto DEBUG retryStatus: undefined
2021-08-25T18:44:18.434Z sfdx:core TRACE Setup child 'keyChain' logger instance
2021-08-25T18:44:18.434Z sfdx:keyChain DEBUG platform: linux
2021-08-25T18:44:18.435Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:44:18.435Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:44:18.436Z sfdx:core TRACE Setup child 'KeychainConfig' logger instance
2021-08-25T18:44:18.437Z sfdx:KeychainConfig INFO Reading config file: /home/runner/.sfdx/key.json
2021-08-25T18:44:18.437Z sfdx:core TRACE Setup child 'AuthInfoConfig' logger instance
2021-08-25T18:44:18.438Z sfdx:AuthInfoConfig INFO Reading config file: /home/runner/.sfdx/[email protected]
2021-08-25T18:44:18.438Z sfdx:AuthInfo INFO Updated auth info for username: [email protected]
2021-08-25T18:44:18.438Z sfdx:AuthInfo INFO Returning fields for a connection using OAuth config.
2021-08-25T18:44:18.439Z sfdx:core TRACE Setup child 'connection' logger instance
2021-08-25T18:44:18.439Z sfdx:connection DEBUG Last checked on 8/25/2021, 6:29:15 PM (now is 8/25/2021, 6:44:18 PM) - not getting latest
2021-08-25T18:44:18.440Z sfdx:connection DEBUG Loaded latest apiVersion 52.0
2021-08-25T18:44:18.440Z sfdx:connection DEBUG Using apiVersion 52.0

@azlam-abdulsalam
Copy link

This is a combination of two issues

  1. Scratch Org creation is slow for whatever reason, Taking more than 6 mins, not every scratch org , but mostly. We just had issues with 63 in a org :(
  2. CLI is not respecting the wait, it goes into a long wait.. before being timed out, however scratch orgs are being created in the DevHub

@gauravshres
Copy link

gauravshres commented Aug 27, 2021

Same here, getting socket time out for since last 2 days. But we can see the org is created in DebHub.

Is there any workaround for this issue?

{
  "status": 1,
  "name": "genericTimeoutMessage",
  "message": "Socket timeout occurred while listening for results.",
  "exitCode": 1,
  "commandName": "OrgCreateCommand",
  "stack": "genericTimeoutMessage: Socket timeout occurred while listening for results.\n    at ALMError (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/dist/lib/core/almError.js:42:19)\n    at ScratchOrgCreateCommand.execute (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/dist/lib/org/scratchOrgCreateCommand.js:127:31)\n    at async OrgCreateCommand.run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/dist/commands/force/org/create.js:120:28)\n    at async OrgCreateCommand._run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:81:40)\n    at async Config.runCommand (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/config/lib/config.js:173:24)\n    at async SfdxMain.run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/command/lib/main.js:27:9)\n    at async SfdxMain._run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/command/lib/command.js:43:20)\n    at async Object.run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/dist/cli.js:162:47)\nOuter stack:\n    at Function.wrap (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@salesforce/core/lib/sfdxError.js:171:27)\n    at OrgCreateCommand.catch (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:248:67)\n    at async OrgCreateCommand._run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/salesforce-alm/node_modules/@salesforce/command/lib/sfdxCommand.js:85:13)\n    at async Config.runCommand (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/config/lib/config.js:173:24)\n    at async SfdxMain.run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/command/lib/main.js:27:9)\n    at async SfdxMain._run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/node_modules/@oclif/command/lib/command.js:43:20)\n    at async Object.run (/usr/local/lib/nodejs/lib/node_modules/sfdx-cli/dist/cli.js:162:47)",
  "warnings": []
}

@chfosli
Copy link

chfosli commented Aug 30, 2021

Sorry for the delayed response everyone, can someone add the --dev-debug flag to the command, this will enable more logging and might hint and what's going wrong

@WillieRuemmele : Did you find anything in our logs?

@WillieRuemmele WillieRuemmele added the bug Issue or pull request that identifies or fixes a bug label Aug 30, 2021
@uip-robot-zz
Copy link

This issue has been linked to a new work item: W-9832185

@azlam-abdulsalam
Copy link

Any updates on this? Our CI/CD system across multiple projects are running out of Active Limit, though the socket timeouts, the scratch org is created behind the scenes and we have to resort to manual deletion

@grand-wazoo
Copy link

How much longer do we have to suffer?

@javierCTL
Copy link

After updating to 7.118.1 we haven't seen any more issues creating scratch orgs. Hope it's useful!

@lordgordon
Copy link

I'm still having the same issue with 7.118.1 on our CI/CD systems.

@stoevie
Copy link

stoevie commented Sep 16, 2021

Hello, today I had contact with SF support. It seems that this problem will be solved with the winter release.
Is that correct?

@vuha-acn
Copy link

Is there any updates on this from the forcedotcom/cli team. Please prioritize this fix as its impacting our day to day use for Scratch Orgs through our pipelines.

@javierCTL
Copy link

javierCTL commented Sep 16, 2021

I'm afraid it's been working only for a couple days, we're seeing the same problem again 😕. 7.118.1 did not finally fix it, must have been a coincidence.

@vuha-acn
Copy link

I'm afraid it's been working only for a couple days, we're seeing the same problem again 😕

@javierCTL - I've raised a case in my production org to also create more visibility on this issue so hopefully it gets more attention. How often are your scratch orgs failing?

@lordgordon
Copy link

I'm afraid it's been working only for a couple days, we're seeing the same problem again 😕

@javierCTL - I've raised a case in my production org to also create more visibility on this issue so hopefully it gets more attention. How often are your scratch orgs failing?

On our CI this occurred every day many times. Now we cleaned up a lot of scratch since we reached our limit of active scratch and it seems it occurs less frequently. We are still monitoring this behaviour.

@shetzel
Copy link
Contributor

shetzel commented Sep 17, 2021

Compiling data from this thread here is what I see:

  1. This happens in both current and old versions of the CLI. This indicates it's most likely not a regression with the CLI. This command also hasn't changed significantly for several months or more.
  2. Looking at the debug output provided it looks like the CLI command is behaving as intended. The command uses a streaming listener to get updates on the progress of the org signup. If the CLI never gets a completed response from the server it will continue listening until the timeout is reached, at which point the streaming listener is aborted and the genericTimeoutMessage error is thrown. The debug output shows exactly that. If the org signup completes but the CLI is never notified via the streaming listener, that is a server bug.
  3. A few people have posted that the org:create command is not respecting the timeout. Can you please provide more details about that because I don't see it in the debug output posted above.
  4. This command hasn't yet been moved into an open source github repo but anyone can see a snapshot of the code in this repo starting around here: https://github.com/forcedotcom/salesforce-alm/blob/main/src/lib/org/scratchOrgCreateCommand.ts#L362. It doesn't exactly match the current version of that file in the latest salesforce-alm plugin but it's also not significantly different.

The org:create command in particular is sensitive to changes made in the entire system involved (CLI, metadata API, core signup code, messages queues, dns resolution, etc.). The CLI is just one piece of the puzzle. I think this command can be improved but afaict this appears to be a problem outside of the CLI.

@vuha-acn
Copy link

Salesforce Support has comeback and referred to this open known issue to have the community upvote to get more visibility. At its current state, a final fix won't be available until Summer '22 Release which for most of us on this thread seems a long time away from stability.

@azlam-abdulsalam - Can you comment more to the specific question above regarding not respecting timeout and how we are handling it in our open source orchestration scripts for CI/CD.

@grand-wazoo
Copy link

It's not like it never worked. It broke about a month ago, around the time when this ticket was opened. They are just continuing to treat salesforce DX community with contempt.

@azlam-abdulsalam
Copy link

azlam-abdulsalam commented Sep 17, 2021

@shetzel Thanks for the analysis

The default time out I believe is set to 6 minutes, but in our observation, sometimes the streaming server takes atleast 15 mins to return generic timeout message and in some cases it just hanged. Overriding the -w parameter to a lower value didnt help, not sure why. the alm code looks alright.

@vuha-acn In our plugin, where we are simply using a child_process to invoke the cli, we explicitly timeout after 6 mins,if we dont get any output from the cli and do an auto cleanup for all the lost orgs.

@richsabel
Copy link

I noticed that when running as a github workflow then the create command only ended after 6 hours not minutes. The socket timeout message was shown after 6 minutes, but the command only exited after 6 hours.

image (4)

@lordgordon
Copy link

It's not like it never worked. It broke about a month ago, around the time when this ticket was opened. They are just continuing to treat salesforce DX community with contempt.

This! There is a regression somewhere in SF, and should be fixed.

@javierCTL
Copy link

javierCTL commented Sep 20, 2021

I'm afraid it's been working only for a couple days, we're seeing the same problem again 😕

@javierCTL - I've raised a case in my production org to also create more visibility on this issue so hopefully it gets more attention. How often are your scratch orgs failing?

We're suffering the same as @richsabel, most of our jobs get stuck until we manually cancel them. It worked for a day after updating to 7.118.1 but it's again randomly failing.

Screen Shot 2021-09-20 at 12 11 37 PM

@shetzel
Copy link
Contributor

shetzel commented Sep 20, 2021

@azlam-abdulsalam and others - thank you for all the data points. While this is primarily a server problem and should be fixed there, I think the CLI can do some things to make this better, both near term and long term.

Near term: The streaming listener approach is not reliable. Default to use the polling strategy instead. That code is already there, it's just not the default strategy. This should make it easier to respect the timeout as well. Provide an environment variable to toggle the strategy in case polling reveals other bugs.

Long term: The streaming listener approach is not reliable. Remove it. Just use polling once the polling strategy is proven more reliable.

@cristiand391
Copy link
Member

This was fixed in latest v7.120.0, release notes:
https://github.com/forcedotcom/cli/tree/main/releasenotes#71200-sept-30-2021

LaunchDarklyReleaseBot added a commit to launchdarkly/apex-server-sdk that referenced this issue Sep 27, 2022
* fix history, merge in rough evaluation

* [ch88982] polling with bridge (#3)

* [ch89618] add basic CI to build bridge

* Increase testing and expand on handling of error cases. (#6)

* Event scaffolding, and basic operators / allFlags (#7)

* [ch88983] More event logic (#8)

* [ch88983] event summarization (#9)

* [ch88983] Add more complete event bundling (#10)

* [ch92034] more evaluation operator support (#12)

* [ch92034] Add semver operator support (#13)

* fix issues to pass wrapper

* [ch89623] API documention (#14)

* miscellaneous tiny tasks (#15)

* do not require key for config

* remove commented out try / catch blocks

* another location where LDConfig constructor needed to be updated

* Add a helper Makefile to assist dev cycle

* update Makefile to force push to Salesforce

* update LDClient to construct default LDConfig if config is null

* [ch94250] limit event queue (#16)

* Cleanup bridge implementation (#17)

* [ch94716] Use new SDK domain (#19)

* Remove RESTWrapper logic (#18)

* [ch94746] add constructor to LDClient that uses default LDConfig (#20)

* [ch94864] add user agent to bridge #21

* update semver to the format we have used before

* add minimal changelog

* add beta disclaimer

* correct title of Salesforce in README

* correct reference to incorrect SDK

* update changelog initial warning

* Adding the pull request template (#22)

* [ch98184] [ch98185] Add JWT auth, add scratch org CI, refactor (#23)

* [ch98838] bump http timeout to 30 seconds and make configurable #24

* [ch98980] releaser config for beta 2 (#25)

* Removed the guides link

* [ch99747] Add alias support (#26)

* [ch110766] Fix bucketBy behavior when attribute does not exist

* remove beta warning (#27)

* [ch108417] experimentation allocation (#29)

* Updates docs URLs

* Guard against invalid PEM decoding of OAUTH_JWT_KEY

The return value of pem.Decode must be checked, as it can be nil if decoding fails. This previously caused
a panic; now it should return an error.

* Clarify error messages related to private key decoding

* Add gitignore

* Rename master->main in PR template

* Bump circleci/salesforce-sfdx to 2.2.0

* Update SFDX cli version & scratch org definition (#35)

* Update SFDX cli version

SFDX is failing on scratch org creation due to a socket timeout. This seems to be a widespread issue
(forcedotcom/cli#1149) so this commit attempts to use a later version.

* Fix scratch org settings.

https://salesforce.stackexchange.com/questions/298721/failed-to-deploy-settings-to-scratch-org

* Rename Event to LDEvent (#37)

* Rename Event to LDEvent

* Rename EventTest -> LDEventTest

* Add a unit test to verify no name collision

Co-authored-by: Harpo Roeder <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: LaunchDarklyCI <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Ember Stevens <[email protected]>
Co-authored-by: ember-stevens <[email protected]>
Co-authored-by: Casey Waldren <[email protected]>
@MikhailShumenko
Copy link

Issue still presented in sfdx-cli/7.188.1 darwin-x64 node-v18.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue or pull request that identifies or fixes a bug investigating We're actively investigating this issue
Projects
None yet
Development

No branches or pull requests