Skip to content

Update dependency NSubstitute to v5 - autoclosed #616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
NSubstitute 4.2.2 -> 5.1.0 age adoption passing confidence
NSubstitute 4.3.0 -> 5.1.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) April 7, 2023 03:30
@renovate
Copy link
Author

renovate bot commented Apr 7, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tests/packages.lock.json
[20:45:22.853] INFO (9): Installing tool dotnet v7.0.400...
[20:45:29.255] FATAL (9): Command failed with exit code 145: dotnet new
The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 7.0.202
global.json file: /tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json

Installed SDKs:

Install the [7.0.202] .NET SDK or update [/tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
7.0.400 [/opt/containerbase/tools/dotnet/sdk]
    err: {
      "type": "Error",
      "message": "Command failed with exit code 145: dotnet new\nThe command could not be loaded, possibly because:\n  * You intended to execute a .NET application:\n      The application 'new' does not exist.\n  * You intended to execute a .NET SDK command:\n      A compatible .NET SDK was not found.\n\nRequested SDK version: 7.0.202\nglobal.json file: /tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json\n\nInstalled SDKs:\n\nInstall the [7.0.202] .NET SDK or update [/tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json] to match an installed SDK.\n\nLearn about SDK resolution:\nhttps://aka.ms/dotnet/sdk-not-found\n7.0.400 [/opt/containerbase/tools/dotnet/sdk]",
      "stack":
          Error: Command failed with exit code 145: dotnet new
          The command could not be loaded, possibly because:
            * You intended to execute a .NET application:
                The application 'new' does not exist.
            * You intended to execute a .NET SDK command:
                A compatible .NET SDK was not found.
          
          Requested SDK version: 7.0.202
          global.json file: /tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json
          
          Installed SDKs:
          
          Install the [7.0.202] .NET SDK or update [/tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json] to match an installed SDK.
          
          Learn about SDK resolution:
          https://aka.ms/dotnet/sdk-not-found
          7.0.400 [/opt/containerbase/tools/dotnet/sdk]
              at makeError (/snapshot/dist/containerbase-cli.js:42826:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:43282:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallDotnetService.link (/snapshot/dist/containerbase-cli.js:45013:5)
              at async InstallToolService.linkAndTest (/snapshot/dist/containerbase-cli.js:45837:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:45812:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:46134:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:1344:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:2457:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:2465:28)
      "shortMessage": "Command failed with exit code 145: dotnet new",
      "command": "dotnet new",
      "escapedCommand": "dotnet new",
      "exitCode": 145,
      "stdout": "7.0.400 [/opt/containerbase/tools/dotnet/sdk]",
      "stderr": "The command could not be loaded, possibly because:\n  * You intended to execute a .NET application:\n      The application 'new' does not exist.\n  * You intended to execute a .NET SDK command:\n      A compatible .NET SDK was not found.\n\nRequested SDK version: 7.0.202\nglobal.json file: /tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json\n\nInstalled SDKs:\n\nInstall the [7.0.202] .NET SDK or update [/tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection/global.json] to match an installed SDK.\n\nLearn about SDK resolution:\nhttps://aka.ms/dotnet/sdk-not-found",
      "cwd": "/tmp/worker/790d19/4a047c/repos/github/cythral/lambdajection",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[20:45:29.958] INFO (9): Installed tool dotnet with errors in 7.1s.

@renovate renovate bot force-pushed the renovate/nsubstitute-5.x branch from 2fca4a5 to 98b0608 Compare September 11, 2023 20:45
@renovate renovate bot changed the title Update dependency NSubstitute to v5 Update dependency NSubstitute to v5 - autoclosed Mar 10, 2024
@renovate renovate bot closed this Mar 10, 2024
auto-merge was automatically disabled March 10, 2024 02:57

Pull request was closed

@renovate renovate bot deleted the renovate/nsubstitute-5.x branch March 10, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant