You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Describe the bug
We used your GitHub-Action template and updated to the newest version of the CI (April-Update). I just noticed that the sfdx sfpowerscripts:orchestrator:prepare command throws errors for the logging.
To Reproduce
Steps to reproduce the behavior:
Setup the GitHub Dx@Scale-Template and run the Prepare-Pool-Action
The following command should show errors in the log: sfdx sfpowerscripts:orchestrator:prepare
Expected behavior
No errors appear
Screenshots
Installing Package Dependencies of this repo in SO4
Installing Package Dependencies of this repo in SO3
Installing Package Dependencies of this repo in SO1
Installing Package Dependencies of this repo in SO5
Installing Package Dependencies of this repo in SO2
Successfully completed Installing Package Dependencies of this repo in SO5
Deploying all packages in the repo to SO5
Successfully completed Installing Package Dependencies of this repo in SO3
Deploying all packages in the repo to SO3
Successfully completed Installing Package Dependencies of this repo in SO1
Deploying all packages in the repo to SO1
Successfully completed Installing Package Dependencies of this repo in SO4
Deploying all packages in the repo to SO4
Successfully completed Installing Package Dependencies of this repo in SO2
Deploying all packages in the repo to SO2
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
[Error: ENOENT: no such file or directory, rename '/github/home/.sfdx/sfdx.log' -> '/github/home/.sfdx/sfdx.log.0'] {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/github/home/.sfdx/sfdx.log',
dest: '/github/home/.sfdx/sfdx.log.0'
}
-----------------------------------------------------------------------------------------------------------
Provisioned {5} scratchorgs out of 5 requested with 0 failed in 01:00:01
----------------------------------------------------------------------------------------------------------
Platform Details (please complete the following information):
@azlam-abdulsalam the jobs still runs and the scratch org still gets created. So I would assume it does not have any impact on the functionality itself
Describe the bug
We used your GitHub-Action template and updated to the newest version of the CI (April-Update). I just noticed that the
sfdx sfpowerscripts:orchestrator:prepare
command throws errors for the logging.To Reproduce
Steps to reproduce the behavior:
sfdx sfpowerscripts:orchestrator:prepare
Expected behavior
No errors appear
Screenshots
Platform Details (please complete the following information):
Additional context
Azlam Salam in Slack: "yeah have seen it , looks like a log rotation in the core libs.. seems they have a patch coming up"
The text was updated successfully, but these errors were encountered: