cli icon indicating copy to clipboard operation
cli copied to clipboard

Issue with project deploy start in CI pipeline

Open marcoalmodova opened this issue 1 year ago • 21 comments

Note Before you submit your issue, make sure that:

  • You're using the latest version of Salesforce CLI.
  • You've searched both open and closed issues for related posts.
  • You've used the doctor command to diagnose common issues.
  • You understand that GitHub Issues don't adhere to any agreement or SLA.
    • If you require immediate assistance, use official channels such as Salesforce Customer Support.

Summary

When running project deploy start through CI, one of the following error happens:

  1. Error (1): Metadata API request failed: An internal error caused this command to fail. isomorphic-git error:

SHA check failed! Expected 6a8101cdb9fb777eca3646dc9ac5b27180551286, computed e50f26defea06e7dc1ce70441600fcc6fb1ac392

  1. Metadata API request failed: Cannot create property 'caller' on string 'incorrect header check'

It happened with the current cli version and I even tried to update to the rc version, but no success.

Steps To Reproduce

Run a basic CI pipeline and try to deploy start with the existing metadata. I also tried with a pretty empty project (two classes only).

IMPORTANT Provide a repository that's configured to reproduce the issue. If you are unable to provide a repo, please explain why not. The more info we have from the start, the faster we can resolve your issue. We may close your issue if you don't include proper instructions.

  • Generate a project with sf project generate or fork dreamhouse-lwc.
  • Provide detailed step-by-step instructions on how to reproduce the issue.

Expected result

The deployment happening successfully.

Actual result

The errors described in the summary section happen.

System Information

{
  "architecture": "linux-x64",
  "cliVersion": "@salesforce/cli/2.45.6",
  "nodeVersion": "node-v22.3.0",
  "osVersion": "Linux 5.15.0-1057-aws",
  "rootPath": "/usr/local/lib/node_modules/@salesforce/cli",
  "shell": "bash",
  "pluginVersions": [
    "@oclif/plugin-autocomplete 3.1.2 (core)",
    "@oclif/plugin-commands 4.0.2 (core)",
    "@oclif/plugin-help 6.1.0 (core)",
    "@oclif/plugin-not-found 3.2.2 (core)",
    "@oclif/plugin-plugins 5.2.2 (core)",
    "@oclif/plugin-search 1.1.1 (core)",
    "@oclif/plugin-update 4.3.3 (core)",
    "@oclif/plugin-version 2.2.2 (core)",
    "@oclif/plugin-warn-if-update-available 3.1.4 (core)",
    "@oclif/plugin-which 3.2.1 (core)",
    "@salesforce/cli 2.45.6 (core)",
    "apex 3.1.14 (core)",
    "auth 3.6.17 (core)",
    "community 3.2.18 (user) published 4 days ago (Thu Jun 13 2024) (latest is 3.2.19)",
    "data 3.4.3 (core)",
    "deploy-retrieve 3.8.4 (core)",
    "info 3.3.4 (core)",
    "limits 3.3.10 (core)",
    "marketplace 1.2.10 (core)",
    "org 4.1.19 (core)",
    "packaging 2.4.6 (user) published 10 days ago (Thu Jun 06 2024)",
    "schema 3.3.10 (core)",
    "settings 2.3.0 (core)",
    "sobject 1.4.8 (core)",
    "source 3.3.21 (core)",
    "telemetry 3.3.12 (core)",
    "templates 56.2.9 (core)",
    "trust 3.7.4 (core)",
    "user 3.5.11 (core)",
    "sfdx-git-delta 5.40.2 (user) published 3 days ago (Thu Jun 13 2024)"
  ]
}

Additional information

marcoalmodova avatar Jun 17 '24 07:06 marcoalmodova

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.

github-actions[bot] avatar Jun 17 '24 07:06 github-actions[bot]

I'm facing the same issue locally on my machine. I have had some success with removing both the .sf and .sfdx directories and then setting the default org again. However, this only works for small deployments, setting up a new scratch org with 1k+ components will still run into the same issue again.

HippieHosenHustler avatar Jun 17 '24 07:06 HippieHosenHustler

I just rebuilt the docker image, but still the same error. We are running "npm install @salesforce/cli --global". Another maybe useful information: the problem started last Friday. On Thursday the jobs were running fine. Running a previously successful job also gives the error.

marcoalmodova avatar Jun 17 '24 08:06 marcoalmodova

HosenHustler

Are you using Linux?

marcoalmodova avatar Jun 17 '24 08:06 marcoalmodova

@marcoalmodova No, I'm on MacOS. I also tried going back several sf versions, still the same issue regardless.

HippieHosenHustler avatar Jun 17 '24 09:06 HippieHosenHustler

@HippieHosenHustler thank for the confirmation, so it's not an OS related problem. Did you install using npm? Locally I use MacOS too, and no problems so far, but I installed using the installer, not through npm.

But our CI pipeline installs the CLI using npm.

marcoalmodova avatar Jun 17 '24 09:06 marcoalmodova

Yes, I had it installed via npm. I tried uninstalling via npm and reinstalling with the installer, but apart from one successful pull of one singular permission set group, it keeps failing with the same error. This is rather frustrating :D

HippieHosenHustler avatar Jun 17 '24 12:06 HippieHosenHustler

I have no idea why, but it has started to work again. I'm not complaining, but it is weird. Let's see how long it continues to work

HippieHosenHustler avatar Jun 17 '24 14:06 HippieHosenHustler

@HippieHosenHustler good to hear, but it is still failing here.

marcoalmodova avatar Jun 17 '24 14:06 marcoalmodova

There are 2 errors reported. Are both of you seeing both of the errors or just 1? The isomorphic-git error was fixed in that library a while ago so it shouldn't happen. The other error I've never seen before so it would be great to get a stack trace for it. To see debugging output and a stack trace append --dev-debug to the command when running it. To get just a stack trace with the error set the SF_ENV=development environment variable while running the command.

Does this only happen in your CI environments or do you also see it locally?

Another maybe useful information: the problem started last Friday. On Thursday the jobs were running fine.

Last Friday is when the Summer '24 release started rolling out so it's possibly related to that. CLI releases are on Wednesdays so if it was a regression in the CLI you would have seen it starting Wednesday or Thursday. Also, installing a previous release would fix the issue.

shetzel avatar Jun 17 '24 15:06 shetzel

We just started seeing this error Metadata API request failed: Cannot create property 'caller' on string 'incorrect header check' in our tests on NodeJS version 22.3.0. Looks like this is specific to that version of NodeJS. Using version 22.2.0 works fine, so I suggest using the LTS NodeJS version or pinning to 22.2.0.

shetzel avatar Jun 17 '24 18:06 shetzel

Thanks, Steve. I will try that tomorrow my morning and get back to you here.

On Mon, 17 Jun 2024, 20:50 Steve Hetzel, @.***> wrote:

We just started seeing this error Metadata API request failed: Cannot create property 'caller' on string 'incorrect header check' in our tests on NodeJS version 22.3.0. Looks like this is specific to that version of NodeJS. Using version 22.2.0 works fine, so I suggest using the LTS NodeJS version or pinning to 22.2.0.

— Reply to this email directly, view it on GitHub https://github.com/forcedotcom/cli/issues/2926#issuecomment-2174198535, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJM53X6JP4VAZ7HZI6U5BDZH4VWJAVCNFSM6AAAAABJNNTNWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZUGE4TQNJTGU . You are receiving this because you were mentioned.Message ID: @.***>

marcoalmodova avatar Jun 17 '24 19:06 marcoalmodova

Seeing the same issue

@salesforce/cli/2.45.6 win32-x64 node-v22.3.0

Some commands work fine. I can use force:source:deploy as well.

rasmuszimmer avatar Jun 17 '24 21:06 rasmuszimmer

@shetzel node 22.2.0 solved the problem, thanks! Is there a plan to fix the problem with the latest node version?

marcoalmodova avatar Jun 18 '24 05:06 marcoalmodova

@marcoalmodova - the bug is not in code that we own. It's in a library called isomorphic-git that most of the plugin-deploy-retrieve commands use. Someone posted an issue for them to fix. It appears they are using a deprecated property on Function.prototype that was removed in NodeJS v22.3.0. I would switch to the LTS version of NodeJS for your project. If you must use the current version I would pin to v22.2.0.

shetzel avatar Jun 18 '24 14:06 shetzel

@shetzel that's what I did. Thanks again!

marcoalmodova avatar Jun 18 '24 14:06 marcoalmodova

I'm trying the above suggestions using nvm (including v.22.2.0 and LTS), but not having any luck and am getting the same Cannot create property 'caller' on string 'incorrect header check' error. I've also tried using nvm reinstall-packages for each version. Anyone else in the same boat?

@salesforce/cli/2.45.6 darwin-arm64 node-v20.4.0

UPDATE: Manually deleting my org's folder from <rootDir>/.sf/orgs fixed the issue.

zenibako avatar Jun 18 '24 16:06 zenibako

same issue with the version @salesforce/cli/2.48.0 win32-x64 node-v22.3.0

but if I use the sfdx force:source:deploy then it runs through without issue and only in case of using sf project deploy start the problem occurs again: Metadata API request failed: Cannot create property 'caller' on string 'incorrect header check'

ALesc21 avatar Jun 21 '24 13:06 ALesc21

@ALesc21 - please see my post: https://github.com/forcedotcom/cli/issues/2926#issuecomment-2176194675

NodeJS recommends using the LTS version for production apps. v22.3.0 is current latest. Switching to the LTS version and using the latest CLI solves the issue.

shetzel avatar Jun 21 '24 14:06 shetzel

I had to go back to lts/iron (20) and then I was still having issues with any project that i'd connected while using the node v22, so i recreated my package (in reality, i used time machine to grab my package folder from a week back) and it worked great... there's something that's getting set directly in the project somewhere that remains unresolved once version is downgraded...

sfs-nathan avatar Jun 24 '24 18:06 sfs-nathan

I have also gone back to node 15. sf --version @salesforce/cli/2.47.6 darwin-arm64 node-v20.15.0 Command was sf project retrieve preview

See attached trace files.

[17:10:02.089] DEBUG (sf:oclif:find-root:root-plugin): Finding root plugin using /opt/homebrew/lib/node_modules/@salesforce/cli/dist [17:10:02.089] DEBUG (sf:oclif:find-root:root-plugin): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/dist [17:10:02.089] DEBUG (sf:oclif:find-root:root-plugin): Checking /opt/homebrew/lib/node_modules/@salesforce/cli/dist/package.json [17:10:02.090] DEBUG (sf:oclif:find-root:root-plugin): Checking /opt/homebrew/lib/node_modules/@salesforce/cli/package.json [17:10:02.090] DEBUG (sf:oclif:find-root:root-plugin): Found root by traversing up from starting point! [17:10:02.090] DEBUG (sf:oclif:find-root:root-plugin): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.090] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.091] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/package.json [17:10:02.091] DEBUG (sf:oclif:config:@salesforce/cli): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './dist/commands' } [17:10:02.093] DEBUG (sf:oclif:config:@salesforce/cli): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/oclif.manifest.json [17:10:02.104] DEBUG (sf:oclif:config): reading user plugins pjson /Users/pbw/.local/share/sf/package.json [17:10:02.114] DEBUG (sf:oclif:config): loading plugins [ '@oclif/plugin-autocomplete', '@oclif/plugin-commands', '@oclif/plugin-help', '@oclif/plugin-not-found', '@oclif/plugin-plugins', '@oclif/plugin-search', '@oclif/plugin-update', '@oclif/plugin-version', '@oclif/plugin-warn-if-update-available', '@oclif/plugin-which', '@salesforce/plugin-apex', '@salesforce/plugin-auth', '@salesforce/plugin-data', '@salesforce/plugin-deploy-retrieve', '@salesforce/plugin-info', '@salesforce/plugin-limits', '@salesforce/plugin-marketplace', '@salesforce/plugin-org', '@salesforce/plugin-packaging', '@salesforce/plugin-schema', '@salesforce/plugin-settings', '@salesforce/plugin-sobject', '@salesforce/plugin-source', '@salesforce/plugin-telemetry', '@salesforce/plugin-templates', '@salesforce/plugin-trust', '@salesforce/plugin-user' ] [17:10:02.114] DEBUG (sf:oclif:find-root:@oclif/plugin-autocomplete): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.115] DEBUG (sf:oclif:find-root:@oclif/plugin-autocomplete): Found starting point with require.resolve [17:10:02.115] DEBUG (sf:oclif:find-root:@oclif/plugin-autocomplete): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-autocomplete/lib [17:10:02.115] DEBUG (sf:oclif:find-root:@oclif/plugin-autocomplete): Found root based on plugin name! [17:10:02.115] DEBUG (sf:oclif:find-root:@oclif/plugin-commands): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-commands): Found starting point with require.resolve [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-commands): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-commands/lib [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-commands): Found root based on plugin name! [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-help): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-help): Found starting point with require.resolve [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-help): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-help/lib [17:10:02.116] DEBUG (sf:oclif:find-root:@oclif/plugin-help): Found root based on plugin name! [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-not-found): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-not-found): Found starting point with require.resolve [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-not-found): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-not-found/lib [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-not-found): Found root based on plugin name! [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-plugins): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-plugins): Found starting point with require.resolve [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-plugins): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-plugins/lib [17:10:02.117] DEBUG (sf:oclif:find-root:@oclif/plugin-plugins): Found root based on plugin name! [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-search): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-search): Found starting point with require.resolve [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-search): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-search/dist [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-search): Found root based on plugin name! [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-update): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-update): require.resolve could not find plugin starting point [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-update): Finding root using legacy method [17:10:02.118] DEBUG (sf:oclif:find-root:@oclif/plugin-version): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-version): Found starting point with require.resolve [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-version): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-version/lib [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-version): Found root based on plugin name! [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-warn-if-update-available): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-warn-if-update-available): Found starting point with require.resolve [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-warn-if-update-available): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available/lib [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-warn-if-update-available): Found root based on plugin name! [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-which): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-which): Found starting point with require.resolve [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-which): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-which/lib [17:10:02.119] DEBUG (sf:oclif:find-root:@oclif/plugin-which): Found root based on plugin name! [17:10:02.119] DEBUG (sf:oclif:find-root:@salesforce/plugin-apex): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-apex): Found starting point with require.resolve [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-apex): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-apex/lib [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-apex): Found root based on plugin name! [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-auth): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-auth): Found starting point with require.resolve [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-auth): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-auth/lib [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-auth): Found root based on plugin name! [17:10:02.120] DEBUG (sf:oclif:find-root:@salesforce/plugin-data): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-data): Found starting point with require.resolve [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-data): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-data/lib [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-data): Found root based on plugin name! [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-deploy-retrieve): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-deploy-retrieve): Found starting point with require.resolve [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-deploy-retrieve): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-deploy-retrieve): Found root based on plugin name! [17:10:02.121] DEBUG (sf:oclif:find-root:@salesforce/plugin-info): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-info): Found starting point with require.resolve [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-info): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-info/lib [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-info): Found root based on plugin name! [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-limits): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-limits): Found starting point with require.resolve [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-limits): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-limits/lib [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-limits): Found root based on plugin name! [17:10:02.122] DEBUG (sf:oclif:find-root:@salesforce/plugin-marketplace): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-marketplace): Found starting point with require.resolve [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-marketplace): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-marketplace/lib [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-marketplace): Found root based on plugin name! [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-org): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-org): Found starting point with require.resolve [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-org): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org/lib [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-org): Found root based on plugin name! [17:10:02.123] DEBUG (sf:oclif:find-root:@salesforce/plugin-packaging): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-packaging): Found starting point with require.resolve [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-packaging): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-packaging/lib [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-packaging): Found root based on plugin name! [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-schema): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-schema): Found starting point with require.resolve [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-schema): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-schema/lib [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-schema): Found root based on plugin name! [17:10:02.124] DEBUG (sf:oclif:find-root:@salesforce/plugin-settings): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-settings): Found starting point with require.resolve [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-settings): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings/lib [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-settings): Found root based on plugin name! [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-sobject): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-sobject): Found starting point with require.resolve [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-sobject): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-sobject/lib [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-sobject): Found root based on plugin name! [17:10:02.125] DEBUG (sf:oclif:find-root:@salesforce/plugin-source): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-source): Found starting point with require.resolve [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-source): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-source/lib [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-source): Found root based on plugin name! [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-telemetry): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-telemetry): Found starting point with require.resolve [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-telemetry): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry/lib [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-telemetry): Found root based on plugin name! [17:10:02.126] DEBUG (sf:oclif:find-root:@salesforce/plugin-templates): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-templates): Found starting point with require.resolve [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-templates): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-templates/lib [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-templates): Found root based on plugin name! [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-trust): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-trust): Found starting point with require.resolve [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-trust): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-trust/lib [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-trust): Found root based on plugin name! [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-user): Finding root using /opt/homebrew/lib/node_modules/@salesforce/cli [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-user): Found starting point with require.resolve [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-user): Finding root starting at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-user/lib [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-user): Found root based on plugin name! [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-autocomplete): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-autocomplete [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-commands): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-commands [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-help): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-help [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-not-found): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-not-found [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-plugins): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-plugins [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-search): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-search [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-version): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-version [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-warn-if-update-available): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available [17:10:02.127] DEBUG (sf:oclif:find-root:@oclif/plugin-which): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-which [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-apex): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-apex [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-auth): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-auth [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-data): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-data [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-deploy-retrieve): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-info): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-info [17:10:02.127] DEBUG (sf:oclif:find-root:@salesforce/plugin-limits): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-limits [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-marketplace): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-marketplace [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-org): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-packaging): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-packaging [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-schema): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-schema [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-settings): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-sobject): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-sobject [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-source): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-source [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-telemetry): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-templates): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-templates [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-trust): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-trust [17:10:02.128] DEBUG (sf:oclif:find-root:@salesforce/plugin-user): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-user [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-autocomplete [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-commands [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-help [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-not-found [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-plugins [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-search [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-version [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-which [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-apex [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-auth [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-data [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-info [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-limits [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-marketplace [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-packaging [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-schema [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-sobject [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-source [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-templates [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-trust [17:10:02.128] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-user [17:10:02.132] DEBUG (sf:oclif:find-root:@oclif/plugin-update): Found root at /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update [17:10:02.132] DEBUG (sf:oclif:config): loading core plugin from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-update): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './dist/commands' } [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-commands/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-commands): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-autocomplete/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-autocomplete): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-help/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-help): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-not-found/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-not-found): command discovery options undefined [17:10:02.132] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-plugins/package.json [17:10:02.132] DEBUG (sf:oclif:config:@oclif/plugin-plugins): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-search/package.json [17:10:02.133] DEBUG (sf:oclif:config:@oclif/plugin-search): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './dist/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-version/package.json [17:10:02.133] DEBUG (sf:oclif:config:@oclif/plugin-version): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available/package.json [17:10:02.133] DEBUG (sf:oclif:config:@oclif/plugin-warn-if-update-available): command discovery options undefined [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-which/package.json [17:10:02.133] DEBUG (sf:oclif:config:@oclif/plugin-which): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-apex/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-apex): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-auth/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-auth): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-deploy-retrieve): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-info/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-info): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-data/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-data): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-limits/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-limits): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.133] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-marketplace/package.json [17:10:02.133] DEBUG (sf:oclif:config:@salesforce/plugin-marketplace): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-packaging/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-packaging): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-schema/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-schema): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-settings): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-org): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-sobject/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-sobject): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-source/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-source): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-templates/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-templates): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-trust/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-trust): command discovery options { globPatterns: [ '/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-telemetry): command discovery options { globPatterns: [ '/*.+(js|cjs|mjs|ts|tsx|mts|cts)', '!/.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.134] DEBUG (sf:oclif:read-pjson): found oclif config in /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-user/package.json [17:10:02.134] DEBUG (sf:oclif:config:@salesforce/plugin-user): command discovery options { globPatterns: [ '**/.+(js|cjs|mjs|ts|tsx|mts|cts)', '!**/*.+(d.ts|test.ts|test.js|spec.ts|spec.js|d.mts|d.cts)?(x)' ], strategy: 'pattern', target: './lib/commands' } [17:10:02.137] DEBUG (sf:oclif:config:@oclif/plugin-help): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-help/oclif.manifest.json [17:10:02.137] DEBUG (sf:oclif:config:@oclif/plugin-autocomplete): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-autocomplete/oclif.manifest.json [17:10:02.137] DEBUG (sf:oclif:config:@oclif/plugin-commands): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-commands/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-update): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-version): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-version/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-search): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-search/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-plugins): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-plugins/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-which): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-which/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-warn-if-update-available): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@oclif/plugin-not-found): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-not-found/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@salesforce/plugin-auth): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-auth/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@salesforce/plugin-apex): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-apex/oclif.manifest.json [17:10:02.138] DEBUG (sf:oclif:config:@salesforce/plugin-info): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-info/oclif.manifest.json [17:10:02.139] DEBUG (sf:oclif:config:@salesforce/plugin-data): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-data/oclif.manifest.json [17:10:02.139] DEBUG (sf:oclif:config:@salesforce/plugin-marketplace): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-marketplace/oclif.manifest.json [17:10:02.139] DEBUG (sf:oclif:config:@salesforce/plugin-limits): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-limits/oclif.manifest.json [17:10:02.139] DEBUG (sf:oclif:config:@salesforce/plugin-schema): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-schema/oclif.manifest.json [17:10:02.139] DEBUG (sf:oclif:config:@salesforce/plugin-deploy-retrieve): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/oclif.manifest.json [17:10:02.140] DEBUG (sf:oclif:config:@salesforce/plugin-packaging): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-packaging/oclif.manifest.json [17:10:02.141] DEBUG (sf:oclif:config:@salesforce/plugin-org): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org/oclif.manifest.json [17:10:02.141] DEBUG (sf:oclif:config:@salesforce/plugin-settings): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings/oclif.manifest.json [17:10:02.141] DEBUG (sf:oclif:config:@salesforce/plugin-sobject): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-sobject/oclif.manifest.json [17:10:02.141] DEBUG (sf:oclif:config:@salesforce/plugin-trust): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-trust/oclif.manifest.json [17:10:02.141] DEBUG (sf:oclif:config:@salesforce/plugin-source): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-source/oclif.manifest.json [17:10:02.142] DEBUG (sf:oclif:config:@salesforce/plugin-templates): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-templates/oclif.manifest.json [17:10:02.142] DEBUG (sf:oclif:config:@salesforce/plugin-telemetry): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry/oclif.manifest.json [17:10:02.142] DEBUG (sf:oclif:config:@salesforce/plugin-user): using manifest from /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-user/oclif.manifest.json [17:10:02.151] DEBUG (sf:oclif:config): config done [17:10:02.151] DEBUG (sf-startup): ### OS ### [17:10:02.151] DEBUG (sf-startup): platform: darwin [17:10:02.151] DEBUG (sf-startup): architecture: arm64 [17:10:02.151] DEBUG (sf-startup): release: 23.5.0 [17:10:02.151] DEBUG (sf-startup): shell: bash [17:10:02.151] DEBUG (sf-startup): ### NODE ### [17:10:02.151] DEBUG (sf-startup): version: 20.15.0 [17:10:02.151] DEBUG (sf-startup): ### CLI ### [17:10:02.151] DEBUG (sf-startup): version: 2.47.6 [17:10:02.151] DEBUG (sf-startup): channel: stable [17:10:02.151] DEBUG (sf-startup): bin: sf [17:10:02.151] DEBUG (sf-startup): data: /Users/pbw/.local/share/sf [17:10:02.151] DEBUG (sf-startup): cache: /Users/pbw/Library/Caches/sf [17:10:02.151] DEBUG (sf-startup): config: /Users/pbw/.config/sf [17:10:02.151] DEBUG (sf-startup): ### ENV ### [17:10:02.151] DEBUG (sf-startup): SF_LOG_LEVEL: debug [17:10:02.151] DEBUG (sf-startup): SF_DEBUG: 1 [17:10:02.151] DEBUG (sf-startup): SF_ENV: development [17:10:02.151] DEBUG (sf-startup): NODE_OPTIONS: [17:10:02.151] DEBUG (sf-startup): SF_AUTOUPDATE_DISABLE: true [17:10:02.151] DEBUG (sf-startup): SF_BINPATH: [17:10:02.151] DEBUG (sf-startup): SF_COMPILE_CACHE: [17:10:02.151] DEBUG (sf-startup): SF_DISABLE_AUTOUPDATE: true [17:10:02.151] DEBUG (sf-startup): SF_INSTALLER: [17:10:02.151] DEBUG (sf-startup): SF_NPM_REGISTRY: [17:10:02.151] DEBUG (sf-startup): SF_REDIRECTED: [17:10:02.151] DEBUG (sf-startup): SF_UPDATE_INSTRUCTIONS: Use "npm update --global @salesforce/cli" to update npm-based installations. [17:10:02.151] DEBUG (sf-startup): ### ARGS ### [17:10:02.151] DEBUG (sf-startup): 0: /opt/homebrew/Cellar/node@20/20.15.0/bin/node [17:10:02.151] DEBUG (sf-startup): 1: /opt/homebrew/bin/sf [17:10:02.151] DEBUG (sf-startup): 2: project [17:10:02.151] DEBUG (sf-startup): 3: retrieve [17:10:02.151] DEBUG (sf-startup): 4: preview [17:10:02.151] DEBUG (sf:oclif:main): process.execPath: /opt/homebrew/Cellar/node@20/20.15.0/bin/node [17:10:02.151] DEBUG (sf:oclif:main): process.execArgv: [17:10:02.151] DEBUG (sf:oclif:main): process.argv: [ '/opt/homebrew/Cellar/node@20/20.15.0/bin/node', '/opt/homebrew/bin/sf', 'project', 'retrieve', 'preview' ] [17:10:02.152] DEBUG (sf:oclif:config): start init hook [17:10:02.152] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update because NODE_ENV is NOT "test" or "development" [17:10:02.152] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available because NODE_ENV is NOT "test" or "development" [17:10:02.152] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings because NODE_ENV is NOT "test" or "development" [17:10:02.162] DEBUG (sf:oclif:@salesforce/plugin-settings:hooks:init): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-settings/lib/hooks/init/load_config_meta.js [17:10:02.162] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve because NODE_ENV is NOT "test" or "development" [17:10:02.163] DEBUG (sf:oclif:@oclif/plugin-warn-if-update-available:hooks:init): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-warn-if-update-available/lib/hooks/init/check-update.js [17:10:02.164] DEBUG (sf:oclif:@oclif/plugin-update:hooks:init): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/plugin-update/dist/hooks/init.js [17:10:02.164] DEBUG (sf:oclif:@oclif/plugin-update:hooks:init): done [17:10:02.186] DEBUG (sf:oclif:@salesforce/plugin-settings:hooks:init): done [17:10:02.186] DEBUG (sf:oclif:@oclif/plugin-warn-if-update-available:hooks:init): done [17:10:02.186] DEBUG (sf:oclif:config): init hook done [17:10:02.186] DEBUG (sf:oclif:config): runCommand project:retrieve:preview [ [length]: 0 ] [17:10:02.187] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve because NODE_ENV is NOT "test" or "development" [17:10:02.440] DEBUG (sf:oclif:SfProjectJson): Reading config file: /Users/pbw/Software/salesforce/IFB201-3/sfdx-project.json [17:10:02.620] DEBUG (sf:oclif:config:@salesforce/plugin-deploy-retrieve): (import) /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib/commands/project/retrieve/preview.js [17:10:02.621] DEBUG (sf:oclif:config): start prerun hook [17:10:02.621] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli because NODE_ENV is NOT "test" or "development" [17:10:02.621] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry because NODE_ENV is NOT "test" or "development" [17:10:02.623] DEBUG (sf:oclif:@salesforce/cli:hooks:prerun): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/dist/hooks/prerun.js [17:10:02.623] DEBUG (sf:oclif:@salesforce/cli:hooks:prerun): done [17:10:02.625] DEBUG (sf:oclif:@salesforce/plugin-telemetry:hooks:prerun): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry/lib/hooks/telemetryPrerun.js [17:10:02.626] DEBUG (sf:oclif:Config): Reading config file: /Users/pbw/.sf/config.json because hasRead is false [17:10:02.627] DEBUG (sf:oclif:Config): Reading config file: /Users/pbw/Software/salesforce/IFB201-3/.sf/config.json because hasRead is false [17:10:02.663] DEBUG (sf:oclif:keyChain): platform: darwin [17:10:02.702] DEBUG (sf:oclif:crypto): Using v1 crypto [17:10:02.702] DEBUG (sf:oclif:Lifecycle): A lifecycle event with the name telemetry does not exist. An event must be registered before it can be emitted. [17:10:02.703] DEBUG (sf:oclif:AuthInfoConfig): Reading config file: /Users/pbw/.sfdx/[email protected] because hasRead is false [17:10:02.710] INFO (sf:oclif:AuthInfo): Returning fields for a connection using OAuth config. [17:10:02.712] DEBUG (sf:oclif:MyDomainResolver): Attempting to resolve url: saas-connect-2514-dev-ed.scratch.my.salesforce.com [17:10:02.718] DEBUG (sf:oclif:MyDomainResolver): Successfully resolved host: saas-connect-2514-dev-ed.scratch.my.salesforce.com result: {"address":"13.210.3.212","family":4} [17:10:02.718] DEBUG (sf:oclif:connection): Fetching API versions supported for org: [email protected] [17:10:02.718] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:03.529] DEBUG (sf:oclif:connection): response for org versions: 31.0,32.0,33.0,34.0,35.0,36.0,37.0,38.0,39.0,40.0,41.0,42.0,43.0,44.0,45.0,46.0,47.0,48.0,49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0 [17:10:03.540] INFO (sf:oclif:AuthInfo): Updated auth info for username: [email protected] [17:10:03.544] DEBUG (sf:oclif:AuthInfoConfig): 0: "Existing file contents on filesystem (timestamp: 1719472183985706086" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:09:43 pm" } [17:10:03.544] DEBUG (sf:oclif:AuthInfoConfig): 0: "Contents in configFile in-memory" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:03 pm" } [17:10:03.544] DEBUG (sf:oclif:AuthInfoConfig): 0: "Result from merge" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:03 pm" } [17:10:03.544] DEBUG (sf:oclif:fileLocking.writeAndUnlock): Writing to file: /Users/pbw/.sfdx/[email protected] [17:10:03.546] INFO (sf:oclif:AuthInfo): Saved auth info for username: [email protected] [17:10:03.546] DEBUG (sf:oclif:connection): Connection created with apiVersion 61.0 [17:10:03.556] DEBUG (sf:oclif:keyChain): platform: darwin [17:10:03.557] DEBUG (sf:oclif:AuthInfoConfig): Reading config file: /Users/pbw/.sfdx/[email protected] because hasRead is false [17:10:03.566] INFO (sf:oclif:AuthInfo): Returning fields for a connection using OAuth config. [17:10:03.566] DEBUG (sf:oclif:MyDomainResolver): Attempting to resolve url: saas-connect-2514-dev-ed.scratch.my.salesforce.com [17:10:03.568] DEBUG (sf:oclif:MyDomainResolver): Successfully resolved host: saas-connect-2514-dev-ed.scratch.my.salesforce.com result: {"address":"13.210.3.212","family":4} [17:10:03.568] DEBUG (sf:oclif:connection): Fetching API versions supported for org: [email protected] [17:10:03.568] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:04.242] DEBUG (sf:oclif:connection): response for org versions: 31.0,32.0,33.0,34.0,35.0,36.0,37.0,38.0,39.0,40.0,41.0,42.0,43.0,44.0,45.0,46.0,47.0,48.0,49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0 [17:10:04.242] INFO (sf:oclif:AuthInfo): Updated auth info for username: [email protected] [17:10:04.244] DEBUG (sf:oclif:AuthInfoConfig): 0: "Existing file contents on filesystem (timestamp: 1719472203545721594" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:03 pm" } [17:10:04.244] DEBUG (sf:oclif:AuthInfoConfig): 0: "Contents in configFile in-memory" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:04.244] DEBUG (sf:oclif:AuthInfoConfig): 0: "Result from merge" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:04.244] DEBUG (sf:oclif:fileLocking.writeAndUnlock): Writing to file: /Users/pbw/.sfdx/[email protected] [17:10:04.245] INFO (sf:oclif:AuthInfo): Saved auth info for username: [email protected] [17:10:04.245] DEBUG (sf:oclif:connection): Connection created with apiVersion 61.0 [17:10:04.247] DEBUG (sf:oclif:@salesforce/plugin-telemetry:hooks:prerun): done [17:10:04.247] DEBUG (sf:oclif:config): prerun hook done [17:10:04.249] DEBUG (sf:oclif:sf:project:retrieve:preview): init version: @oclif/[email protected] argv: [ [length]: 0 ] [17:10:04.249] DEBUG (sf:oclif:config): start preparse hook [17:10:04.249] DEBUG (sf:oclif:config:ts-path): Skipping typescript path lookup for /opt/homebrew/lib/node_modules/@salesforce/cli because NODE_ENV is NOT "test" or "development" [17:10:04.250] DEBUG (sf:oclif:@salesforce/cli:hooks:preparse): start (import) /opt/homebrew/lib/node_modules/@salesforce/cli/dist/hooks/preparse.js [17:10:04.251] DEBUG (sf:oclif:@salesforce/cli:hooks:preparse): done [17:10:04.251] DEBUG (sf:oclif:config): preparse hook done [17:10:04.264] DEBUG (sf:oclif:keyChain): platform: darwin [17:10:04.264] DEBUG (sf:oclif:AuthInfoConfig): Reading config file: /Users/pbw/.sfdx/[email protected] because hasRead is false [17:10:04.275] INFO (sf:oclif:AuthInfo): Returning fields for a connection using OAuth config. [17:10:04.275] DEBUG (sf:oclif:MyDomainResolver): Attempting to resolve url: saas-connect-2514-dev-ed.scratch.my.salesforce.com [17:10:04.277] DEBUG (sf:oclif:MyDomainResolver): Successfully resolved host: saas-connect-2514-dev-ed.scratch.my.salesforce.com result: {"address":"13.210.3.212","family":4} [17:10:04.277] DEBUG (sf:oclif:connection): Fetching API versions supported for org: [email protected] [17:10:04.277] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:04.985] DEBUG (sf:oclif:connection): response for org versions: 31.0,32.0,33.0,34.0,35.0,36.0,37.0,38.0,39.0,40.0,41.0,42.0,43.0,44.0,45.0,46.0,47.0,48.0,49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0 [17:10:04.986] INFO (sf:oclif:AuthInfo): Updated auth info for username: [email protected] [17:10:04.988] DEBUG (sf:oclif:AuthInfoConfig): 0: "Existing file contents on filesystem (timestamp: 1719472204245092709" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:04.988] DEBUG (sf:oclif:AuthInfoConfig): 0: "Contents in configFile in-memory" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:04.988] DEBUG (sf:oclif:AuthInfoConfig): 0: "Result from merge" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:04.988] DEBUG (sf:oclif:fileLocking.writeAndUnlock): Writing to file: /Users/pbw/.sfdx/[email protected] [17:10:04.989] INFO (sf:oclif:AuthInfo): Saved auth info for username: [email protected] [17:10:04.989] DEBUG (sf:oclif:connection): Connection created with apiVersion 61.0 [17:10:05.003] DEBUG (sf:oclif:keyChain): platform: darwin [17:10:05.003] DEBUG (sf:oclif:AuthInfoConfig): Reading config file: /Users/pbw/.sfdx/[email protected] because hasRead is false [17:10:05.015] INFO (sf:oclif:AuthInfo): Returning fields for a connection using OAuth config. [17:10:05.015] DEBUG (sf:oclif:MyDomainResolver): Attempting to resolve url: saas-connect-2514-dev-ed.scratch.my.salesforce.com [17:10:05.017] DEBUG (sf:oclif:MyDomainResolver): Successfully resolved host: saas-connect-2514-dev-ed.scratch.my.salesforce.com result: {"address":"13.210.3.212","family":4} [17:10:05.017] DEBUG (sf:oclif:connection): Fetching API versions supported for org: [email protected] [17:10:05.017] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:05.737] DEBUG (sf:oclif:connection): response for org versions: 31.0,32.0,33.0,34.0,35.0,36.0,37.0,38.0,39.0,40.0,41.0,42.0,43.0,44.0,45.0,46.0,47.0,48.0,49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0 [17:10:05.737] INFO (sf:oclif:AuthInfo): Updated auth info for username: [email protected] [17:10:05.739] DEBUG (sf:oclif:AuthInfoConfig): 0: "Existing file contents on filesystem (timestamp: 1719472204988974284" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:04 pm" } [17:10:05.739] DEBUG (sf:oclif:AuthInfoConfig): 0: "Contents in configFile in-memory" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:05 pm" } [17:10:05.739] DEBUG (sf:oclif:AuthInfoConfig): 0: "Result from merge" 1: { "accessToken": "59158095e3c8f95a47142d47fd31f7bfb20f245003bae5193718f267efbe5d4c44db621949ecd141f421b0c256dbabb3b80324ab8bd890b252b9534a73d6d42f6a990490a36c21a3c83c6454125f4eacae637f100f5df2393ccef64757d237856de241701848cb76850ef88c3d73445228b10bc57388:5e0f8fbc99fd0b42b0b05fe31136bdca", "instanceUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "orgId": "00DC2000001HgzxMAC", "username": "[email protected]", "loginUrl": "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com", "refreshToken": "<refresh_token - HIDDEN>", "clientId": "PlatformCLI", "isDevHub": false, "devHubUsername": "[email protected]", "created": "1719461405000", "expirationDate": "2024-07-04", "createdOrgInstance": "IND18S", "isScratch": true, "isSandbox": false, "tracksSource": true, "instanceApiVersion": "61.0", "instanceApiVersionLastRetrieved": "27/06/2024, 5:10:05 pm" } [17:10:05.740] DEBUG (sf:oclif:fileLocking.writeAndUnlock): Writing to file: /Users/pbw/.sfdx/[email protected] [17:10:05.740] INFO (sf:oclif:AuthInfo): Saved auth info for username: [email protected] [17:10:05.740] DEBUG (sf:oclif:connection): Connection created with apiVersion 61.0 [17:10:05.744] DEBUG (sf:oclif:SourceTracking): ensureRemoteTracking: remote tracking does not exist yet; getting instance [17:10:05.745] DEBUG (sf:oclif:SourceTracking): ensureRemoteTracking: remote tracking does not exist yet; getting instance [17:10:05.745] DEBUG (sf:oclif:SourceTracking): ensureRemoteTracking: remote tracking does not exist yet; getting instance [17:10:05.746] DEBUG (sf:oclif:SourceTracking): ensureRemoteTracking: remote tracking does not exist yet; getting instance [17:10:05.746] DEBUG (sf:oclif:SfProjectJson): Reading config file: /Users/pbw/.sfdx/sfdx-project.json because hasRead is false [17:10:05.773] DEBUG (RemoteSourceTrackingService): Query: SELECT MemberType, MemberName, IsNameObsolete, RevisionCounter FROM SourceMember WHERE RevisionCounter > 0 [17:10:05.773] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data/v61.0/tooling/query?q=SELECT%20MemberType%2C%20MemberName%2C%20IsNameObsolete%2C%20RevisionCounter%20FROM%20SourceMember%20WHERE%20RevisionCounter%20%3E%200" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:05.774] DEBUG (RemoteSourceTrackingService): Query: SELECT MemberType, MemberName, IsNameObsolete, RevisionCounter FROM SourceMember WHERE RevisionCounter > 0 [17:10:05.774] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data/v61.0/tooling/query?q=SELECT%20MemberType%2C%20MemberName%2C%20IsNameObsolete%2C%20RevisionCounter%20FROM%20SourceMember%20WHERE%20RevisionCounter%20%3E%200" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:05.776] DEBUG (RemoteSourceTrackingService): Query: SELECT MemberType, MemberName, IsNameObsolete, RevisionCounter FROM SourceMember WHERE RevisionCounter > 0 [17:10:05.776] DEBUG (sf:oclif:connection): request method: "GET" url: "https://saas-connect-2514-dev-ed.scratch.my.salesforce.com/services/data/v61.0/tooling/query?q=SELECT%20MemberType%2C%20MemberName%2C%20IsNameObsolete%2C%20RevisionCounter%20FROM%20SourceMember%20WHERE%20RevisionCounter%20%3E%200" headers: { "content-type": "application/json", "user-agent": "sfdx toolbelt:" } [17:10:05.788] DEBUG (sf:oclif:perf): Process Uptime: 3830.7521ms [17:10:05.788] DEBUG (sf:oclif:perf): Oclif Time: 3633.8414ms [17:10:05.788] DEBUG (sf:oclif:perf): Init Time: 34.9183ms [17:10:05.788] DEBUG (sf:oclif:perf): Config Load Time: 62.4686ms [17:10:05.788] DEBUG (sf:oclif:perf): • Root Plugin Load Time: 13.1836ms [17:10:05.788] DEBUG (sf:oclif:perf): • Plugins Load Time: 38.1945ms [17:10:05.788] DEBUG (sf:oclif:perf): • Commands Load Time: 8.9241ms [17:10:05.788] DEBUG (sf:oclif:perf): Core Plugin Load Time: 28.0378ms [17:10:05.788] DEBUG (sf:oclif:perf): User Plugin Load Time: 0.0000ms [17:10:05.788] DEBUG (sf:oclif:perf): Linked Plugin Load Time: 0.0000ms [17:10:05.788] DEBUG (sf:oclif:perf): Plugin Load Times: [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-autocomplete: 23.0346ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-commands: 22.3229ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-help: 21.5148ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-not-found: 21.5085ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-plugins: 20.9566ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-search: 20.3616ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-update: 19.7250ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-version: 19.4383ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-warn-if-update-available: 19.3629ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-apex: 19.0338ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-which: 18.9514ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-deploy-retrieve: 18.7128ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-data: 18.5208ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-auth: 18.3905ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-org: 17.7983ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-limits: 17.1327ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-info: 17.0338ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-packaging: 16.8785ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-settings: 16.6641ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-marketplace: 16.5452ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-source: 16.4317ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-sobject: 16.3587ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-telemetry: 16.0922ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-templates: 15.6542ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-schema: 15.2213ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-user: 15.0488ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-trust: 14.5176ms [17:10:05.788] DEBUG (sf:oclif:perf): root: 13.1836ms [17:10:05.788] DEBUG (sf:oclif:perf): Hook Run Times: [17:10:05.788] DEBUG (sf:oclif:perf): init: [17:10:05.788] DEBUG (sf:oclif:perf): total: 34.0382ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-update(./dist/hooks/init.js): 11.8095ms [17:10:05.788] DEBUG (sf:oclif:perf): @oclif/plugin-warn-if-update-available(./lib/hooks/init/check-update): 33.8439ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-settings(./lib/hooks/init/load_config_meta): 33.2239ms [17:10:05.788] DEBUG (sf:oclif:perf): prerun: [17:10:05.788] DEBUG (sf:oclif:perf): total: 1626.5512ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/cli(./dist/hooks/prerun): 2.7575ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/plugin-telemetry(./lib/hooks/telemetryPrerun.js): 1626.3275ms [17:10:05.788] DEBUG (sf:oclif:perf): preparse: [17:10:05.788] DEBUG (sf:oclif:perf): total: 1.5866ms [17:10:05.788] DEBUG (sf:oclif:perf): @salesforce/cli(/dist/hooks/preparse): 1.5387ms [17:10:05.788] DEBUG (sf:oclif:perf): Command Load Time: 0.0000ms [17:10:05.788] DEBUG (sf:oclif:perf): Command Run Time: 3598.9893ms [17:10:05.788] DEBUG (sf:oclif:non-oclif-perf): Non-Core Performance Measurements: [17:10:05.788] DEBUG (sf:oclif:non-oclif-perf): @salesforce/source-tracking: [17:10:05.788] DEBUG (sf:oclif:non-oclif-perf): SourceTracking.getConflicts: 40.1298ms [17:10:05.788] DEBUG (sf:oclif:non-oclif-perf): localShadowRepo.getStatus#withoutCache: 39.2552ms [17:10:05.788] ERROR (sf:oclif): TypeError: Cannot create property 'caller' on string 'incorrect header check' at Object.statusMatrix (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/isomorphic-git/index.cjs:14122:16) at async ShadowRepo.getStatus (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/shared/local/localShadowRepo.js:131:31) at async SourceTracking.ensureLocalTracking (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/sourceTracking.js:332:9) at async Promise.all (index 1) at async SourceTracking.getConflicts (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/sourceTracking.js:397:9) at async getConflictFiles (file:///opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib/utils/previewOutput.js:195:16) at async Promise.all (index 1) at async RetrieveMetadataPreview.run (file:///opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib/commands/project/retrieve/preview.js:42:67) at async RetrieveMetadataPreview._run (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/core/lib/command.js:302:22) at async Config.runCommand (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/core/lib/config/config.js:424:25)

2024-06-27T07:10:02.656Z sf:telemetry Usage acknowledgement file already exists 2024-06-27T07:10:02.657Z sf:telemetry Using telemetry logging file /var/folders/jf/mkyz74311796dl4mxx_7tcx80000gn/T/sf-telemetry/telemetry-915aa158ab76a33aa361203371786d946e21f1ba.log 2024-06-27T07:10:04.247Z sf:telemetry Setting up process exit handler Error (10): Cannot create property 'caller' on string 'incorrect header check'

*** Internal Diagnostic ***

TypeError: Cannot create property 'caller' on string 'incorrect header check' at Object.statusMatrix (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/isomorphic-git/index.cjs:14122:16) at async ShadowRepo.getStatus (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/shared/local/localShadowRepo.js:131:31) at async SourceTracking.ensureLocalTracking (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/sourceTracking.js:332:9) at async Promise.all (index 1) at async SourceTracking.getConflicts (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/source-tracking/lib/sourceTracking.js:397:9) at async getConflictFiles (file:///opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib/utils/previewOutput.js:195:16) at async Promise.all (index 1) at async RetrieveMetadataPreview.run (file:///opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-deploy-retrieve/lib/commands/project/retrieve/preview.js:42:67) at async RetrieveMetadataPreview._run (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/core/lib/command.js:302:22) at async Config.runCommand (/opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@oclif/core/lib/config/config.js:424:25)


2024-06-27T07:10:05.864Z sf:telemetry Spawning "/opt/homebrew/Cellar/node@20/20.15.0/bin/node /opt/homebrew/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-telemetry/processes/upload.js /Users/pbw/Library/Caches/sf /var/folders/jf/mkyz74311796dl4mxx_7tcx80000gn/T/sf-telemetry/telemetry-915aa158ab76a33aa361203371786d946e21f1ba.log"

pbwcci avatar Jun 27 '24 07:06 pbwcci

Hey 👋, maybe this will help someone on macOS. I had the same issue this morning, tried everything mentioned above and in the other issue that was created and nothing worked. Final steps that worked for me was uninstall @salesforce/cli from NPM as well as by sudo remove commands here, installing nvm, to be able to manage node versions and be on the latest LTS. Here is tutorial (hint: Terminal will show you the lines with paths that you will need to paste into shell profile, so copy them instead). I downloaded latest LTS using nvm then restart computer. After that, install SF CLI manually from here, restarted again. On project, deleted node_modules, runned npm install again and tried to deploy some file and finally worked! SF CLI also on sf version shows latest LTS which is currently v20.14.0.

Hope it helps! :)

MichalKormanik avatar Jul 09 '24 10:07 MichalKormanik

Also on MacOS. My problem has been (temporarily?) solved by uninstalling @salesforce/* packages, previously installed using my homebrew instance of node 20.15.0 (installed as node@200), and then installing using the salesforce-cli package for Apple silicon from https://developer.salesforce.com/tools/salesforcecli. I also restarted VS Code to pick up pending updates.

pbwcci avatar Jul 10 '24 06:07 pbwcci

today's node (22.5.0) has fixed their bug so I'm going to close this. It might have been previously fixed on 22.4.0 but I haven't tried.

If you're still able to reproduce this with a current CLI and current nodejs version, please open a new issue with the details!

mshanemc avatar Jul 17 '24 23:07 mshanemc

Using Node V18 and deleting the orgs folder from /.sf/orgs directory fixed this...

kiwifellows avatar Sep 24 '24 01:09 kiwifellows